Subversion Repositories

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

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

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