Subversion Repositories

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

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

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