Rev 2 | Rev 6 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2 | Rev 5 | ||
---|---|---|---|
- | 1 | pmk (0.10.1-1+) unstable; urgency=low |
|
- | 2 | ||
- | 3 | * debian/watch: Only match stable versions. |
|
- | 4 | ||
- | 5 | -- |
|
- | 6 | ||
1 | pmk (0.10.1-1) unstable; urgency=low |
7 | pmk (0.10.1-1) unstable; urgency=low |
2 | 8 | ||
3 | * New maintainer (Closes: #411686). |
9 | * New maintainer (Closes: #411686). |
4 | * New upstream release. |
10 | * New upstream release. |
5 | + Fixes segfault in pmksetup (Closes: #328362). |
11 | + Fixes segfault in pmksetup (Closes: #328362). |
6 | * Fix manpage errors. |
12 | * Fix manpage errors. |
7 | * Use ucf to manage pmk.conf - debconf no longer needed to ask whether |
13 | * Use ucf to manage pmk.conf - debconf no longer needed to ask whether |
8 | to replace pmk.conf (see README.Debian for details); get rid of |
14 | to replace pmk.conf (see README.Debian for details); get rid of |
9 | dependencies, templates and everything, but call db_purge in postinst. |
15 | dependencies, templates and everything, but call db_purge in postinst. |
10 | * Remove dependency on pkg-config; pmk has built-in support nowadays. |
16 | * Remove dependency on pkg-config; pmk has built-in support nowadays. |
11 | * Remove /usr/bin/X11 from PATH_BIN setting; it's just a symlink to |
17 | * Remove /usr/bin/X11 from PATH_BIN setting; it's just a symlink to |
12 | /usr/bin nowadays. |
18 | /usr/bin nowadays. |
13 | * Properly escape quotes around values in the call to pmksetup in |
19 | * Properly escape quotes around values in the call to pmksetup in |
14 | postinst. |
20 | postinst. |
15 | * Remove unnecessary and non-working variable assignments in the call |
21 | * Remove unnecessary and non-working variable assignments in the call |
16 | to pmksetup; in particular, setting OS_NAME to Debian/Linux makes |
22 | to pmksetup; in particular, setting OS_NAME to Debian/Linux makes |
17 | pmk fail to find its Linux OS information. |
23 | pmk fail to find its Linux OS information. |
18 | * Use dpatch to handle Debian patches. |
24 | * Use dpatch to handle Debian patches. |
19 | * debian/rules: binary-* targets should depend on install, which should |
25 | * debian/rules: binary-* targets should depend on install, which should |
20 | depend on build-stamp, not build. |
26 | depend on build-stamp, not build. |
21 | * General debian/rules cleanup. Add configure target. |
27 | * General debian/rules cleanup. Add configure target. |
22 | * General postinst and postrm cleanup. Things only need to be done in |
28 | * General postinst and postrm cleanup. Things only need to be done in |
23 | configure and purge. |
29 | configure and purge. |
24 | 30 | ||
25 | -- Magnus Holmgren <magnus@kibibyte.se> Thu, 15 Mar 2007 19:19:32 +0100 |
31 | -- Magnus Holmgren <magnus@kibibyte.se> Thu, 15 Mar 2007 19:19:32 +0100 |
26 | 32 | ||
27 | pmk (0.9.3s2-3) unstable; urgency=low |
33 | pmk (0.9.3s2-3) unstable; urgency=low |
28 | 34 | ||
29 | * QA upload. |
35 | * QA upload. |
30 | * Set maintainer to QA Group; Orphaned: #411686 |
36 | * Set maintainer to QA Group; Orphaned: #411686 |
31 | * Add updated german debconf translation (Closes: #410319) |
37 | * Add updated german debconf translation (Closes: #410319) |
32 | * Add updated Spanish debconf translation (Closes: #413239) |
38 | * Add updated Spanish debconf translation (Closes: #413239) |
33 | * Remove Build-Depends vor gcc. |
39 | * Remove Build-Depends vor gcc. |
34 | * Conforms with latest Standards Version 3.7.2 |
40 | * Conforms with latest Standards Version 3.7.2 |
35 | 41 | ||
36 | -- Michael Ablassmeier <abi@debian.org> Thu, 8 Mar 2007 13:05:05 +0100 |
42 | -- Michael Ablassmeier <abi@debian.org> Thu, 8 Mar 2007 13:05:05 +0100 |
37 | 43 | ||
38 | pmk (0.9.3s2-2.1) unstable; urgency=low |
44 | pmk (0.9.3s2-2.1) unstable; urgency=low |
39 | 45 | ||
40 | * Non-maintainer upload to fix an RC bug (and l10n...:-)) |
46 | * Non-maintainer upload to fix an RC bug (and l10n...:-)) |
41 | * Fix control and makefile to avoid failure in the postinst script |
47 | * Fix control and makefile to avoid failure in the postinst script |
42 | Thanks to Alex de Oliveira Silva for the patch |
48 | Thanks to Alex de Oliveira Silva for the patch |
43 | Closes: #328362 |
49 | Closes: #328362 |
44 | * Add a binary-indep build target. Closes: #395736 |
50 | * Add a binary-indep build target. Closes: #395736 |
45 | * Debconf translation updates: |
51 | * Debconf translation updates: |
46 | - Vietnamese. Closes: #316871 |
52 | - Vietnamese. Closes: #316871 |
47 | 53 | ||
48 | -- Christian Perrier <bubulle@debian.org> Tue, 5 Dec 2006 20:35:28 +0100 |
54 | -- Christian Perrier <bubulle@debian.org> Tue, 5 Dec 2006 20:35:28 +0100 |
49 | 55 | ||
50 | pmk (0.9.3s2-2) unstable; urgency=low |
56 | pmk (0.9.3s2-2) unstable; urgency=low |
51 | 57 | ||
52 | * pmk depends on debconf without | debconf-2.0 alternate; blocks |
58 | * pmk depends on debconf without | debconf-2.0 alternate; blocks |
53 | cdebconf transition (Closes: #332070) |
59 | cdebconf transition (Closes: #332070) |
54 | 60 | ||
55 | -- Marek Habersack <grendel@debian.org> Wed, 5 Oct 2005 07:48:04 +0200 |
61 | -- Marek Habersack <grendel@debian.org> Wed, 5 Oct 2005 07:48:04 +0200 |
56 | 62 | ||
57 | pmk (0.9.3s2-1) unstable; urgency=low |
63 | pmk (0.9.3s2-1) unstable; urgency=low |
58 | 64 | ||
59 | * [INTL:sv] Swedish debconf templates translation (Closes: #331577) |
65 | * [INTL:sv] Swedish debconf templates translation (Closes: #331577) |
60 | Translation submitted by Daniel Nylander <yeager@lidkoping.net>, |
66 | Translation submitted by Daniel Nylander <yeager@lidkoping.net>, |
61 | thanks a lot |
67 | thanks a lot |
62 | * The latest upstream snapshot |
68 | * The latest upstream snapshot |
63 | 69 | ||
64 | -- Marek Habersack <grendel@debian.org> Tue, 4 Oct 2005 08:01:23 +0200 |
70 | -- Marek Habersack <grendel@debian.org> Tue, 4 Oct 2005 08:01:23 +0200 |
65 | 71 | ||
66 | pmk (0.9.3-1) unstable; urgency=low |
72 | pmk (0.9.3-1) unstable; urgency=low |
67 | 73 | ||
68 | * Closes: #309232: [l10n] Initial Czech translation of pmk debconf |
74 | * Closes: #309232: [l10n] Initial Czech translation of pmk debconf |
69 | messages, contributed by Miroslav Kure <kurem@upcase.inf.upol.cz>, |
75 | messages, contributed by Miroslav Kure <kurem@upcase.inf.upol.cz>, |
70 | thanks a lot. |
76 | thanks a lot. |
71 | 77 | ||
72 | -- Marek Habersack <grendel@debian.org> Tue, 14 Jun 2005 12:32:39 +0200 |
78 | -- Marek Habersack <grendel@debian.org> Tue, 14 Jun 2005 12:32:39 +0200 |
73 | 79 | ||
74 | pmk (0.9.2-1) unstable; urgency=high |
80 | pmk (0.9.2-1) unstable; urgency=high |
75 | 81 | ||
76 | * The latest upstream release |
82 | * The latest upstream release |
77 | * Fixes the usage of --compare-versions in pmk.postinst (closes: Bug#292806) |
83 | * Fixes the usage of --compare-versions in pmk.postinst (closes: Bug#292806) |
78 | * The OS_VERSION variable is defined as Debian/`uname -s` now to encompass |
84 | * The OS_VERSION variable is defined as Debian/`uname -s` now to encompass |
79 | non-Linux Debian incarnations. |
85 | non-Linux Debian incarnations. |
80 | 86 | ||
81 | -- Marek Habersack <grendel@debian.org> Mon, 7 Feb 2005 01:14:33 +0100 |
87 | -- Marek Habersack <grendel@debian.org> Mon, 7 Feb 2005 01:14:33 +0100 |
82 | 88 | ||
83 | pmk (0.9.0-1) unstable; urgency=low |
89 | pmk (0.9.0-1) unstable; urgency=low |
84 | 90 | ||
85 | * The latest upstream release |
91 | * The latest upstream release |
86 | * The most important upstream changes: |
92 | * The most important upstream changes: |
87 | - x86 and amd64 CPUs detection |
93 | - x86 and amd64 CPUs detection |
88 | - rewritten parser engine |
94 | - rewritten parser engine |
89 | - pmkcfg.sh script enhancements to let it detect POSIX shells |
95 | - pmkcfg.sh script enhancements to let it detect POSIX shells |
90 | * Added the Japanese debconf translation, from Hideki Yamane, thanks |
96 | * Added the Japanese debconf translation, from Hideki Yamane, thanks |
91 | a lot! (closes: Bug#288026) |
97 | a lot! (closes: Bug#288026) |
92 | 98 | ||
93 | -- Marek Habersack <grendel@debian.org> Sat, 1 Jan 2005 04:30:55 +0100 |
99 | -- Marek Habersack <grendel@debian.org> Sat, 1 Jan 2005 04:30:55 +0100 |
94 | 100 | ||
95 | pmk (0.8.1-6+s8) unstable; urgency=low |
101 | pmk (0.8.1-6+s8) unstable; urgency=low |
96 | 102 | ||
97 | * The latest upstream snapshot |
103 | * The latest upstream snapshot |
98 | 104 | ||
99 | -- Marek Habersack <grendel@debian.org> Sun, 14 Nov 2004 04:28:53 +0100 |
105 | -- Marek Habersack <grendel@debian.org> Sun, 14 Nov 2004 04:28:53 +0100 |
100 | 106 | ||
101 | pmk (0.8.1-5+s6) unstable; urgency=high |
107 | pmk (0.8.1-5+s6) unstable; urgency=high |
102 | 108 | ||
103 | * added the French translation of the debconf messages, contributed by |
109 | * added the French translation of the debconf messages, contributed by |
104 | Clément Stenac <zorglub@via.ecp.fr>, thanks. |
110 | Clément Stenac <zorglub@via.ecp.fr>, thanks. |
105 | (closes: Bug#270671, closes: Bug#270670, closes: Bug#270664) |
111 | (closes: Bug#270671, closes: Bug#270670, closes: Bug#270664) |
106 | * Generate /etc/pmk.conf if it doesn't exist |
112 | * Generate /etc/pmk.conf if it doesn't exist |
107 | 113 | ||
108 | -- Marek Habersack <grendel@debian.org> Wed, 8 Sep 2004 21:07:10 +0200 |
114 | -- Marek Habersack <grendel@debian.org> Wed, 8 Sep 2004 21:07:10 +0200 |
109 | 115 | ||
110 | pmk (0.8.1-4+s6) unstable; urgency=high |
116 | pmk (0.8.1-4+s6) unstable; urgency=high |
111 | 117 | ||
112 | * The latest upstream snapshot. |
118 | * The latest upstream snapshot. |
113 | * Fixes a serious parser bug introduced in the previous snapshot. |
119 | * Fixes a serious parser bug introduced in the previous snapshot. |
114 | 120 | ||
115 | -- Marek Habersack <grendel@debian.org> Sun, 29 Aug 2004 02:14:47 +0200 |
121 | -- Marek Habersack <grendel@debian.org> Sun, 29 Aug 2004 02:14:47 +0200 |
116 | 122 | ||
117 | pmk (0.8.1-3+s5) unstable; urgency=medium |
123 | pmk (0.8.1-3+s5) unstable; urgency=medium |
118 | 124 | ||
119 | * The latest development snapshot - 0.8.1-s4 + CVS |
125 | * The latest development snapshot - 0.8.1-s4 + CVS |
120 | * Don't ship the default config file. The file is generated in |
126 | * Don't ship the default config file. The file is generated in |
121 | postinst with pmksetup. |
127 | postinst with pmksetup. |
122 | * When upgrading from any previous version, pmk.conf is moved out |
128 | * When upgrading from any previous version, pmk.conf is moved out |
123 | of the way in /etc/pmk so that pmksetup works from fresh base. |
129 | of the way in /etc/pmk so that pmksetup works from fresh base. |
124 | * Uses debconf now |
130 | * Uses debconf now |
125 | 131 | ||
126 | -- Marek Habersack <grendel@debian.org> Fri, 27 Aug 2004 20:51:32 +0200 |
132 | -- Marek Habersack <grendel@debian.org> Fri, 27 Aug 2004 20:51:32 +0200 |
127 | 133 | ||
128 | pmk (0.8.1-2+s3) unstable; urgency=medium |
134 | pmk (0.8.1-2+s3) unstable; urgency=medium |
129 | 135 | ||
130 | * The latest released development snapshot - 0.8.1-s3 |
136 | * The latest released development snapshot - 0.8.1-s3 |
131 | 137 | ||
132 | -- Marek Habersack <grendel@debian.org> Tue, 3 Aug 2004 22:46:18 +0200 |
138 | -- Marek Habersack <grendel@debian.org> Tue, 3 Aug 2004 22:46:18 +0200 |
133 | 139 | ||
134 | pmk (0.8.1-1) unstable; urgency=low |
140 | pmk (0.8.1-1) unstable; urgency=low |
135 | 141 | ||
136 | * The latest upstream version |
142 | * The latest upstream version |
137 | * Updated the standards version. No changes. |
143 | * Updated the standards version. No changes. |
138 | 144 | ||
139 | -- Marek Habersack <grendel@debian.org> Tue, 4 May 2004 16:04:13 +0200 |
145 | -- Marek Habersack <grendel@debian.org> Tue, 4 May 2004 16:04:13 +0200 |
140 | 146 | ||
141 | pmk (0.8-1) unstable; urgency=low |
147 | pmk (0.8-1) unstable; urgency=low |
142 | 148 | ||
143 | * The latest upstream release |
149 | * The latest upstream release |
144 | 150 | ||
145 | -- Marek Habersack <grendel@debian.org> Mon, 16 Feb 2004 02:28:03 +0100 |
151 | -- Marek Habersack <grendel@debian.org> Mon, 16 Feb 2004 02:28:03 +0100 |
146 | 152 | ||
147 | pmk (0.7-1+cvs9) unstable; urgency=low |
153 | pmk (0.7-1+cvs9) unstable; urgency=low |
148 | 154 | ||
149 | * The latest CVS snapshot |
155 | * The latest CVS snapshot |
150 | 156 | ||
151 | -- Marek Habersack <grendel@debian.org> Tue, 6 Jan 2004 17:55:54 +0100 |
157 | -- Marek Habersack <grendel@debian.org> Tue, 6 Jan 2004 17:55:54 +0100 |
152 | 158 | ||
153 | pmk (0.5-1) unstable; urgency=low |
159 | pmk (0.5-1) unstable; urgency=low |
154 | 160 | ||
155 | * Initial Release. |
161 | * Initial Release. |
156 | 162 | ||
157 | -- Marek Habersack <grendel@debian.org> Tue, 24 Jun 2003 22:08:41 +0200 |
163 | -- Marek Habersack <grendel@debian.org> Tue, 24 Jun 2003 22:08:41 +0200 |
158 | 164 |