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