source: pkg/boss/main/system-tools-backends/trunk/debian/changelog @ 4855

Revision 4855, 8.1 KB checked in by alanbach-guest, 4 years ago (diff)
  • Merged updates from Debian 2.6.0-3
Line 
1system-tools-backends (2.6.0-parsix8) unstable; urgency=low
2
3  * Merged updates from Debian 2.6.0-3
4
5 -- Alan Baghumian <alan@technotux.org>  Sat, 10 Jan 2009 12:50:30 -0800
6
7system-tools-backends (2.6.0-3) experimental; urgency=low
8
9  [ Loic Minier ]
10  * Don't rm_conffile /etc/dbus-1/event.d/70system-tools-backends during first
11    configuration.
12
13  [ Josselin Mouette ]
14  * Build-depend on libpolkit-dbus-dev for PolicyKit support.
15  * Make other build-dependencies up-to-date.
16  * Break gnome-system-tools < 2.22.1-1.
17  * 03_default_permissions.patch: removed, useless with PolicyKit.
18  * Install the policy.
19  * Remove the init script, the dispatcher is correctly started on
20    demand in the PolicyKit-enabled code path. Closes: #423903.
21  * Remove the init script and symbolic links in the preinst.
22  * system-tools-backends.1: fix typo. Closes: #482198.
23  * system-tools-backends.postinst: removed, we don’t need stb-admin
24    anymore and we don’t need to reload dbus to make it start the
25    daemon.
26  * Don’t pass --with-stb-group to the configure flags.
27
28 -- Josselin Mouette <joss@debian.org>  Sun, 04 Jan 2009 11:50:44 +0100
29
30system-tools-backends (2.6.0-2) unstable; urgency=medium
31
32  [ Emilio Pozuelo Monfort ]
33  * debian/patches/04_correct_perl_command.patch:
34    - Use the system perl, thanks to James Westby and Sebastien Bacher.
35      Closes: #488793.
36  * debian/rules:
37    - Cleanup
38  * debian/control:
39    - Updated Standards-Version to 3.8.0, no changes needed.
40
41  [ Josselin Mouette ]
42  * Switch to quilt for patch management; build-depend on quilt.
43  * 07_dont_symlink_localtime.patch: patch from Ubuntu to support /etc
44    being on a partition separate from /usr. Thanks Steve Langasek and
45    James Westby. Closes: #488792.
46  * 01_debian_4.0.patch: also support Debian 5.0 as lenny.
47  * system-tools-backends.init: don't fail when STB is already running,
48    which can happen when dbus was upgraded in the same run and started
49    daemons using it. Closes: #469414.
50  * Urgency medium for RC bug fix.
51
52 -- Josselin Mouette <joss@debian.org>  Thu, 24 Jul 2008 10:58:16 +0200
53
54system-tools-backends (2.6.0-1) unstable; urgency=low
55
56  [ Loic Minier ]
57  * New patch, 60_fix-permissions-of-pid-file, fixes permissions of .pid file;
58    thanks Mike Bird; GNOME #533624; closes: #447361.
59
60  [ Josselin Mouette ]
61  * New upstream release.
62  * 60_fix-permissions-of-pid-file.patch: fixed to apply again.
63  * system-tools-backends.install: updated to match a directory change.
64  * 03_default_permissions.patch: fix the default permissions so that
65    not all users are allowed to talk to the backends.
66  * Conflict with liboobs-1-3.
67
68 -- Josselin Mouette <joss@debian.org>  Wed, 28 May 2008 12:59:59 +0200
69
70system-tools-backends (2.4.2-1) unstable; urgency=low
71
72  [ Kilian Krause ]
73  * Add get-orig-source target.
74  * Fix preinst maintainer script. Add rm_conffile function from
75    http://wiki.debian.org/DpkgConffileHandling. Actually this should be done
76    through ucf, anyway.
77
78  [ Sven Arvidsson ]
79  * Add a basic man page (Closes: #433111)
80
81  [ Loic Minier ]
82  * Make system-tools-backends-dev arch: all as the /usr/lib/pkgconfig file is
83    actually arch independent (and should be moved to /usr/share).
84
85  [ Josselin Mouette ]
86  * New upstream release. Closes: #453633.
87  * 02ubuntu_chmod_network_interfaces_when_using_key.patch: updated from
88    Ubuntu.
89  * Define PIDDIR in the init script. Closes: #455600.
90  * Entirely remove the old dbus script.
91  * Standards version is 3.7.3.
92  * Don’t stop the init script in the S runlevel.
93  * Handle gracefully the case where the daemon fails to stop in the
94    preinst.
95  * Really remove the conffile by passing all arguments to rm_conffile.
96
97 -- Josselin Mouette <joss@debian.org>  Sat, 16 Feb 2008 00:36:20 +0100
98
99system-tools-backends (2.2.1-5) unstable; urgency=low
100
101  the "Long Long due Release".
102  * Migrated to use regular init as hinted by slomo AGES ago
103    (closes: #421722).
104  * Add valid group.
105 
106 -- Niv Sardi <xaiki@debian.org>  Mon, 16 Jul 2007 10:37:49 +0200
107
108system-tools-backends (2.2.1-4) unstable; urgency=low
109
110  [ Niv Sardi ]
111  * Add dependency on adduser, used during preinst.
112    Thanks to Free Ekanayaka
113    (closes: #424002: system-tools-backends: Missing dependency: adduser)
114
115  [ Loic Minier ]
116  * Fix typos in descriptions; thanks Paul Menzel; (closes: #425144).
117
118  [ Sven Arvidsson ]
119  * Fix unguarded use of script in preinst (closes: #425473, #423575).
120
121  [ Otavio Salvador ]
122  * Fix compilation options on rules.
123
124 -- Otavio Salvador <otavio@debian.org>  Fri, 29 Jun 2007 11:31:29 -0300
125
126system-tools-backends (2.2.1-3) unstable; urgency=low
127
128  [ Niv Sardi]
129  * Mark bugs to close.
130 
131  [ Loic Minier]
132  * Re-add ubuntu version specific in preinst. :) (closes: #423575).
133  * Wrap build-deps and deps.
134  * Fix bashism in maintainer script.
135  * Cleanups.
136  * Add dep on libnet-dbus-perl; thanks Vincent Danjean;
137    (closes: #422702, #423596, #423620).
138
139 -- Niv Sardi <xaiki@debian.org>  Mon, 14 May 2007 14:33:36 +0200
140
141system-tools-backends (2.2.1-2) unstable; urgency=low
142
143  * Upload to Unstable, remove check-dist.mk.
144  * Remove ubuntu version specific in preinst.
145  * Create stb-admin group in postinst (thanks to giskard).
146
147 -- Niv Sardi <xaiki@debian.org>  Sat,  5 May 2007 16:07:03 +0200
148
149system-tools-backends (2.2.1-1) experimental; urgency=low
150
151  * New upstream release
152  * Updated 01_debian_4.0.patch
153  * Updated install files
154  * Added build dep on libnet-dbus-perl
155  * Changed from arch: all to any, as we now ship elf here. (thanks to lool)
156  * Fixed Watch file. (thanks to lool)
157  * build dep on gnome-pkg-tools 0.10 to use check-dist.mk. (thanks to lool)
158  * New upstream release, purely bugfix release
159
160  [ Imported from Ubuntu]
161  * Imported patch 02ubuntu_chmod_network_interfaces_when_using_key.patch
162  * Imported *.{post,pre}{inst,rm} and dbus init script.
163
164 -- Niv Sardi <xaiki@debian.org>  Sat, 28 Apr 2007 12:54:25 +0200
165
166system-tools-backends (1.4.2-3) unstable; urgency=medium
167
168  * 01_debian_4.0.patch: support 4.0 as a Debian version, and drop
169    potato support (closes: #386778).
170
171 -- Josselin Mouette <joss@debian.org>  Sun, 10 Sep 2006 11:21:32 +0200
172
173system-tools-backends (1.4.2-2) unstable; urgency=low
174
175  * Move debhelper, cdbs, and gnome-pkg-tools from Build-Depends-Indep to
176    Build-Depends.
177  * Bump up Standards-Version to 3.7.2.
178  * Bump up Debhelper compatibility level to 5.
179
180 -- Loic Minier <lool@dooz.org>  Sun, 13 Aug 2006 15:28:40 +0200
181
182system-tools-backends (1.4.2-1) unstable; urgency=low
183
184  * New upstream release.
185
186 -- Jordi Mallach <jordi@debian.org>  Wed, 11 Jan 2006 11:29:27 +0100
187
188system-tools-backends (1.4.1-1) unstable; urgency=low
189
190  * New upstream release.
191  * Updated debian/watch file.
192
193 -- Ondřej SurÜ <ondrej@sury.org>  Fri, 30 Dec 2005 15:18:11 +0100
194
195system-tools-backends (1.4.0-1) unstable; urgency=low
196
197  * New upstream releases.
198  * Add CDBS' utils. [debian/rules]
199  * Update FSF address. [debian/copyright]
200  * Distinguish Copyright from License. [debian/copyright]
201  * Bump-up Standards-Version to 3.6.2. [debian/control, debian/control.in]
202
203 -- Loic Minier <lool@dooz.org>  Wed, 14 Sep 2005 21:48:13 +0200
204
205system-tools-backends (1.2.0-4) unstable; urgency=low
206
207  * Don't forget to remove build dir...
208
209 -- Marc DequÚnes (Duck) <Duck@DuckCorp.org>  Sat, 18 Jun 2005 11:14:34 +0200
210
211system-tools-backends (1.2.0-3) unstable; urgency=low
212
213  * Fixed FTBFS because of missing builddep on 'gnome-pkg-tools'
214    (my bad) (Closes: #314278).
215  * Update POT file during build, needed for translators
216    (Closes: #313528).
217  * Now building in 'debian/build/' directory (cleaner).
218  * Removed unnecessary DEB_CONFIGURE_SCRIPT_ENV in 'debian/rules'.
219
220 -- Marc DequÚnes (Duck) <Duck@DuckCorp.org>  Sat, 18 Jun 2005 11:07:09 +0200
221
222system-tools-backends (1.2.0-2) unstable; urgency=low
223
224  * Upload to unstable (GNOME Team upload).
225  * Corrected 'system-tools-backends-dev' Section to 'devel'.
226
227 -- Marc DequÚnes (Duck) <Duck@DuckCorp.org>  Sat, 11 Jun 2005 00:53:59 +0200
228
229system-tools-backends (1.2.0-1) experimental; urgency=low
230
231  * Initial Release.
232  * Marc DequÚnes (Duck) did all the work for this release. Thanks!
233
234 -- Jose Carlos Garcia Sogo <jsogo@debian.org>  Wed, 20 Apr 2005 23:07:33 +0200
235
Note: See TracBrowser for help on using the repository browser.