Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 17 | Rev 19 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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