Subversion Repositories

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

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

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