Re: [SRU] Proposal of docky 2.0.12-1 for squeeze 6.0.1

2011-03-10 Thread Rico Tzschichholz
> For a stable update, it's a little more than a "quite large" diff.

Neverthelesse it is a stable update which includes fixes of half a year.
There were 92 commits since 2.0.6 which are solving several problems.
http://wiki.go-docky.com/index.php?title=Changelog includes links to the
specific bug reports.

> 
> That filtered diff is:
> 
>  134 files changed, 3176 insertions(+), 2498 deletions(-)
> 
> At that size without the translation updates, I'm afraid I'd need
> considerably more convincing to accept the update.  On the third hand,
> there's also a single new file that's over 1000 lines, fixes for
> compilation with mono 2.8 - which isn't even in the archive yet alone in
> stable - plus at least one new plugin.  Additionally, unstable only has
> docky 2.0.11-1 currently.
> 

Of course there are some fixes like the mono 2.8 which might not apply
directly to squeeze, but given the number of fixes besides that it
should be ok.

No, this update doesnt contain any new plugins. You are refering to
BatterMonitor which needed to be refactored because the handling wasnt
right and lead to problems if specific data sources are available.

All these changes already gone through quite some testing by people
using our stable ppa
(https://edge.launchpad.net/~docky-core/+archive/stable)

> I'm afraid that that's the case right now.  It might be possible to get
> specific fixes included, but I'm not happy accepting the proposed diff
> as-is.

I understand your concerns, but I as docky developer strongly recommend
this update.

docky 2.0.12-1 will be uploaded to unstable later this week.

Regards,
Rico



signature.asc
Description: OpenPGP digital signature


[SRM] update for network-manager in 6.0.1

2011-03-10 Thread Michael Biebl
Hi release team,

I'd like to upload a few fixes for network-manager in the upcoming point
release. Please let me know which of the following patches you consider
appropriate. I'd then prepare the debdiff for final review or upload directly,
whatever you prefer.

1/
http://git.debian.org/?p=pkg-utopia/network-manager.git;a=commitdiff;h=9c7540deb1bd5356a12caa41dd21f898316b9a72

Ifupdown internally converts hyphens to underscores, this means it supports both
bridge-ports and bridge_ports.
The linked patch updates the ifupdown plugin to support both variants.
Patch has been sent upstream and accepted.

Fixes #609831, severity important

2/
http://git.debian.org/?p=pkg-utopia/network-manager.git;a=commitdiff;h=e4568b525190677213f0a3290219145c32a6c146

The migration script did not properly quote the interface when disabling an
entry in /etc/network/interfaces. This could lead to a broken /e/n/i file.
Patch has been sent upstream and accepted.

Fixes #612247, severity serious

3/
http://git.debian.org/?p=pkg-utopia/network-manager.git;a=commitdiff;h=cb111f43604c48ad817c93721dc3a1d37266dbd5

This patch correctly handles device removal when properties are unreadable. This
is a highly annoying bug when you plug/unplug network devices, as you had to
restart network-manager without this patch. Patch is cherry-picked from upstream
Git.

Fixes #605570, severity important.

4/
http://git.debian.org/?p=pkg-utopia/network-manager.git;a=commitdiff;h=1760e95bcd76dafd48afe3043d64ea72f96d7a24
Newer versions of dnsmasq validate the option parameters more strictly.
Instead of passing a bogus file name simply use --conf-file without
additional parameters.
Without this patch, Ad-Hoc mode for wireless connections is broken.
Patch is cherry-picked from upstream Git.

Fixes: #615082, severity important

Please note: The version of dnsmasq in squeeze is not affected by this
behaviour, so this would be more of a good-to-have in case of people using
backports of dnsmasq.


Michael


-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Re: Bug#617444: clamav: (PRSC) Please backport fix for CVE-2011-1003

2011-03-10 Thread Jonathan Wiltshire
Hi,

On Thu, Mar 10, 2011 at 10:55:08PM +, Michael Tautschnig wrote:
> > Package: clamav
> 
> For clamav, would it also be acceptable to upload the full new upstream 
> release
> instead of doing some semi-bugfixing by a minimal backport? AFAIK the release
> team operates a relaxed policy for clamav - would that apply here? If so, we
> will try to get a new upload targeted at squeeze done in time.

That's not up to me - please check with the release team on a case-by-case
basis. Copying them in now to save time.

If you're not already aware the Squeeze queue will be frozen this weekend,
so if you can make it that's great, but I realise it's a short turnaround.

Thanks,


-- 
Jonathan Wiltshire  j...@debian.org
Debian Developer http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51


signature.asc
Description: Digital signature


Re: Update puppet in stable

2011-03-10 Thread Adam D. Barratt
On Wed, 2011-03-09 at 06:59 -0500, micah anderson wrote:
> diff --git a/lib/puppet/provider/service/debian.rb 
> b/lib/puppet/provider/service/debian.rb
> index 3d09e28..f3ab221 100755
> --- a/lib/puppet/provider/service/debian.rb
> +++ b/lib/puppet/provider/service/debian.rb
> @@ -23,7 +23,7 @@ Puppet::Type.type(:service).provide :debian, :parent => 
> :init do
># Remove the symlinks
>def disable
>  update_rc "-f", @resource[:name], "remove"
> -update_rc @resource[:name], "stop", "00", "1", "2", "3", "4", "5", "6", 
> "."
> +update_rc @resource[:name], "disable"
>end

For the record and the benefit of those not following on IRC, there's
some confusion as to whether, and if so how / why, the above snippet and
the corresponding change in the enable code actually work; since
"update-rc.d remove" drops all the symlinks, there shouldn't be anything
left for "update-rc.d {dis,en}able to be working with.

Regards,

Adam


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/1299798962.5895.1125.ca...@hathi.jungle.funky-badger.org



Re: please consider cryptsetup 2:1.1.3-4squeeze1 for stable-proposed-updates and point release

2011-03-10 Thread Jonas Meurer
hey,

On 10/03/2011 Jonas wrote:
> On 09/03/2011 Adam D. Barratt wrote:
> > On Wed, 2011-03-09 at 21:52 +0100, Jonas Meurer wrote:
> > > cryptsetup (2:1.1.3-4squeeze1) stable-proposed-updates; urgency=low
> > >
> > >   * NOT RELEASED YET
> > 
> > I was going to grumble about that, but then realised it's not in the
> > debdiff. :-)
> 
> argh, fail! I fixed this in svn, but didn't rebuild the package
> afterwards. therefore the 'NOT RELEASED YET' is still in the changelog.
> should I upload 1.1.3-4squeeze2 to fix the changelog?

I uploaded 2:1.1.3-4squeeze2 to s-p-u now, as 'NOT RELEASED YET' should
not appear in the changelog for updates of a stable release.

please accept. sorry for the noise. debdiff (this time the real one)
attached.

greetings,
 jonas
diff -Nru cryptsetup-1.1.3/debian/changelog cryptsetup-1.1.3/debian/changelog
--- cryptsetup-1.1.3/debian/changelog	2011-03-09 21:22:31.0 +0100
+++ cryptsetup-1.1.3/debian/changelog	2011-03-10 21:46:31.0 +0100
@@ -1,13 +1,18 @@
+cryptsetup (2:1.1.3-4squeeze2) stable-proposed-updates; urgency=low
+
+  * fix changelog for cryptsetup 2:1.1.3-4squeeze1.
+
+ -- Jonas Meurer   Thu, 10 Mar 2011 21:45:56 +0100
+
 cryptsetup (2:1.1.3-4squeeze1) stable-proposed-updates; urgency=low
 
-  * NOT RELEASED YET
   * install cryptkeyctl initramfs hook, needed for keyctl keyscript in
 initramfs, thanks to Maik Zumstrull (closes: #610750)
   * fix luksformat script to invoke usage() with --help. (closes: #612947)
   * luksformat: invoke udevadm settle between mkfs.vfat and luksClose, to
 prevent possible race conditions. This is a workaround. (closes: #601886)
 
- -- Jonas Meurer   Wed, 09 Mar 2011 21:21:11 +0100
+ -- Jonas Meurer   Wed, 09 Mar 2011 21:49:36 +0100
 
 cryptsetup (2:1.1.3-4) unstable; urgency=high
 


signature.asc
Description: Digital signature


Re: [SRU] Proposal of docky 2.0.12-1 for squeeze 6.0.1

2011-03-10 Thread Adam D. Barratt
On Thu, 2011-03-10 at 19:21 +0100, Rico Tzschichholz wrote:
> this is a *bug-fix-only* upstream release which only includes
> cherry-picked patches and translation updates. I am hoping this will be
> considered as stable-release-update for squeeze.
> 
> This is a quite large diff since it a jump by some micro versions from
> 2.0.6 to 2.0.12.

For a stable update, it's a little more than a "quite large" diff.

> I have made a filtered diff (git diff
> d40e9f7240f531083367a34de3ac0807511e11b7 | filterdiff -x "*/po/*" -x
> "*/data/icons/*") which can be found here
> http://people.ubuntu.com/~ricotz/docky/docky_2.0.6-2_2.0.12-1_trimmed.diff

That filtered diff is:

 134 files changed, 3176 insertions(+), 2498 deletions(-)

At that size without the translation updates, I'm afraid I'd need
considerably more convincing to accept the update.  On the third hand,
there's also a single new file that's over 1000 lines, fixes for
compilation with mono 2.8 - which isn't even in the archive yet alone in
stable - plus at least one new plugin.  Additionally, unstable only has
docky 2.0.11-1 currently.

> If this doesnt meet the formal requirements please say so, thank you.

I'm afraid that that's the case right now.  It might be possible to get
specific fixes included, but I'm not happy accepting the proposed diff
as-is.

Regards,

Adam


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/1299786339.5895.234.ca...@hathi.jungle.funky-badger.org



Re: Update puppet in stable

2011-03-10 Thread micah anderson
On Wed, 09 Mar 2011 06:59:13 -0500, micah anderson  wrote:

Uh, I just reverted this stupidity:

> +  * Update Should-Start header for the puppet initscript

...

> -# Should-Start:  puppetmaster
> +# Should-Start:  puppet
>  # Default-Start: 2 3 4 5
>  # Default-Stop:  0 1 6
>  ### END INIT INFO
>

The only change being proposed for the point release is the one fixing
#573551.

Sorry about that,
micah


pgp6xdUkh0CIM.pgp
Description: PGP signature


Re: Update for katoob

2011-03-10 Thread Mohammed Sameer
On Tue, Mar 08, 2011 at 08:17:55PM +, Adam D. Barratt wrote:
> On Sun, 2011-03-06 at 22:58 +0200, Mohammed Sameer wrote:
> > I'd like to upload katoob 0.5.9.1-1.2+squeeze1.
> > 
> > It includes a fix for a crash upon start up.
> > 
> > Here's the output from debdiff:
> [...]
> > +katoob (0.5.9.1-1.2+squeeze1) unstable; urgency=low
>  
> 
> That should be "stable". :-)
> 
> With that change, please go ahead.
> 

Oops!

Will fix that and upload :-)

Thanks.

Cheers,

-- 
GPG-Key: 0xA3FD0DF7 - 9F73 032E EAC9 F7AD 951F  280E CB66 8E29 A3FD 0DF7
Debian User and Developer.
Homepage: www.foolab.org


signature.asc
Description: Digital signature


[SRU] Proposal of docky 2.0.12-1 for squeeze 6.0.1

2011-03-10 Thread Rico Tzschichholz
Hello,

this is a *bug-fix-only* upstream release which only includes
cherry-picked patches and translation updates. I am hoping this will be
considered as stable-release-update for squeeze.

This is a quite large diff since it a jump by some micro versions from
2.0.6 to 2.0.12.

I have made a filtered diff (git diff
d40e9f7240f531083367a34de3ac0807511e11b7 | filterdiff -x "*/po/*" -x
"*/data/icons/*") which can be found here
http://people.ubuntu.com/~ricotz/docky/docky_2.0.6-2_2.0.12-1_trimmed.diff

http://git.debian.org/?p=pkg-cli-apps/packages/docky.git;a=shortlog;h=refs/heads/master-squeeze

Here is a not proper versioned package for testing purposes.
http://people.ubuntu.com/~ricotz/docky/docky_2.0.12-1.dsc

If this doesnt meet the formal requirements please say so, thank you.

Best regards,
Rico Tzschichholz


Docky Changelog since 2.0.6

2.0.12 "Simple acting" (2011-03-10)
===
 * Bug-fix and Maintenance Release
 * update translations

 CORE:
 * fix animations (LP: #672054)
 * clamping values coming in from gconf
 * drop global autostart default (LP: #670939)
 * make sure our launcher shows up by default
 * fix tooltips showing wrong on external drags
 * fix crash if 'poof.png' is missing
 * try to trap crashes coming from libnotify (LP: #678426)
 * fix crash when emptying trash and cant access a file (LP: #717875)
 * slightly zoom icons during drag (LP: #707658)


2.0.11 "Clean up your desktop" (2011-01-16)
===
 * Bug-fix and Maintenance Release
 * update translations

 CORE:
 * fix event-driven icon-update of MenuItemWidget
 * fix Gdk.Pixbuf leak in MenuItem and MenuItemWidget
 * add docky.desktop to translations
 * fix startup-activation of plugins
 * unregister of an event in DockWindow.Dispose was missing
 * make sure to ignore launchers with Hidden set (LP: #700203)
 * don't set geo on notifications (LP: #506084)
 * don't have Log.Notify use string.Format, which causes random bugs
such as
   gmail breaking when messages contain {} in the subject (LP: #697981)

 DOCKLETS:
 * NetworkMananger: fix typo and catch exception to prevent crash if dbus
   access isn't granted


2.0.10 "Nice and Easy" (2011-01-04)
===
 * Bug-fix and Maintenance Release

 CORE:
 * fix unhiding when there are multiple, differently sized monitors
   (LP: #625332)
 * add manpage
 * some optimizations

 DOCKLETS:
 * fix RecentDocuments (LP: #660179)


2.0.9 "You can count on us" (2011-01-01)
===
 * Bug-fix and Maintenance Release
 * update translations

 CORE:
 * fix compilation with mono 2.8+ (LP: #502650)
   remove dependency on Mono.GetOptions, which is obsolete and use a bundled
   Mono.Options source
 * add better implementation of DockySurface.LoadToPixbuf
 * fix potential X crash when hovertexts are realy long...
 * fix the helper tile not properly toggling (caused by gconf buffering
   updates) (LP: #694117)
 * fix ArgumentOutOfRangeException for pids.ElementAt(...)
 * add missing disposals of fileenumerator
 * let FileDockItems open on middle click

 DOCKLETS:
 * fix a problem with bookmarks crashing when reading bad bookmark files


2.0.8 "Turn it on again" (2010-12-03)
===
 * Bug-fix and Maintenance Release
 * update translations

 CORE:
 * change location of autostart file to ~/.config/autostart/docky.desktop
   (LP: #653981)
 * add window-matcher support for LibreOffice
 * fix hovertext for RTL font locales (LP: #610145)
 * some better pixbuf handling
 * fix indicators not updating on state changes (LP: #656653)
 * fix crash if a file delete fails (LP: #604234)
 * make sure separators dont darken
 * fix typo in log message
 * fix a NRE in the debug messages
 * make window manager checkbox grey out when checked, so its clear it
   can't be unchecked (LP: #657678)
 * make sure everything uses the services RunOnMainThread instead of
   calling Gtk.App.Invoke directly
 * protect the system service events from crashing docklets and make
   the events thread safe

 DOCKLETS:
 * Bookmarks: make sure to update hovers
 * Battery: now uses UPower if its available, then checks /sys/
   then defaults back to /proc/ (LP: #617293)
 * Gmail:
   - fix race condition when manually reloading gmail
 (LP: #675001, LP: #675002)
   - fix underscores in email topics making mnemonics in menus (LP: #673181)
   - fix crash when adding/removing gmail labels (LP: #670666)
 * fix gmail/weather not working on reboot (LP: #661923)


2.0.7 "Your friendly docking station" (2010-10-02)
===
 * Bug-fix and Maintenance Release
 * update translations

 CORE:
 * modify and fix align of 3D sep

Re: Eligibility for arno-iptables-firewall_1.9.2.k-4squeeze1 upload to stable?

2011-03-10 Thread Julien Cristau
On Thu, Mar 10, 2011 at 09:03:41 -0500, Michael Hanke wrote:

> Dear release team,
> 
> I have prepared an update of arno-iptables-firewall to fix #617510 in
> squeeze. This bug causes the firewall startup to fail when bash is not
> the default shell and the plugin is enabled (which it is not by
> default).  The full source package diff is below.  Would you accept this
> into stable?
> 
Changing the shebang to /bin/bash would be more obvious...

Cheers,
Julien


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110310170130.gw12...@radis.liafa.jussieu.fr



NEW changes in proposedupdates

2011-03-10 Thread Debian FTP Masters
Processing changes file: linux-kernel-di-sparc-2.6_1.64+squeeze1_multi.changes
  ACCEPT
Processing changes file: linux-kernel-di-powerpc-2.6_1.76+squeeze1_multi.changes
  ACCEPT
Processing changes file: cryptsetup_1.1.3-4squeeze1_amd64.changes
  ACCEPT
Processing changes file: linux-kernel-di-i386-2.6_1.99+squeeze1_multi.changes
  ACCEPT
Processing changes file: linux-kernel-di-ia64-2.6_1.63+squeeze1_multi.changes
  ACCEPT
Processing changes file: linux-kernel-di-mipsel-2.6_1.31+squeeze1_multi.changes
  ACCEPT
Processing changes file: linux-kernel-di-amd64-2.6_1.76+squeeze1_amd64.changes
  ACCEPT


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pxgct-0006xw...@franck.debian.org



Re: Bug#611791: [SRM] Approval for libmms_0.6-1squeeze1

2011-03-10 Thread Fabian Greffrath
Dear pkg-mm team mates,

Am Dienstag, den 08.03.2011, 20:44 + schrieb Adam D. Barratt:
> > libmms 0.6.2-2 has just entered testing without any complaints.
> Please go ahead with the stable upload.

the package is already prepared in the stable branch of our libmms git
repo. Please upload if you find some time. ;)

 - Fabian



-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1299766287.13293.1.camel@debian



Re: please consider cryptsetup 2:1.1.3-4squeeze1 for stable-proposed-updates and point release

2011-03-10 Thread Jonas Meurer
On 09/03/2011 Adam D. Barratt wrote:
> On Wed, 2011-03-09 at 21:52 +0100, Jonas Meurer wrote:
> > cryptsetup (2:1.1.3-4squeeze1) stable-proposed-updates; urgency=low
> >
> >   * NOT RELEASED YET
> 
> I was going to grumble about that, but then realised it's not in the
> debdiff. :-)

argh, fail! I fixed this in svn, but didn't rebuild the package
afterwards. therefore the 'NOT RELEASED YET' is still in the changelog.
should I upload 1.1.3-4squeeze2 to fix the changelog?

greetings,
 jonas


signature.asc
Description: Digital signature


Eligibility for arno-iptables-firewall_1.9.2.k-4squeeze1 upload to stable?

2011-03-10 Thread Michael Hanke
Dear release team,

I have prepared an update of arno-iptables-firewall to fix #617510 in
squeeze. This bug causes the firewall startup to fail when bash is not
the default shell and the plugin is enabled (which it is not by
default).  The full source package diff is below.  Would you accept this
into stable?

Thanks in advance,

Michael

PS: An upload that fixes this problem in the version in unstable will
happen shortly.

diff -Nru arno-iptables-firewall-1.9.2.k/debian/changelog 
arno-iptables-firewall-1.9.2.k/debian/changelog
--- arno-iptables-firewall-1.9.2.k/debian/changelog 2011-03-10 
08:32:34.0 -0500
+++ arno-iptables-firewall-1.9.2.k/debian/changelog 2011-03-10 
08:51:29.0 -0500
@@ -1,3 +1,11 @@
+arno-iptables-firewall (1.9.2.k-4squeeze1) stable; urgency=low
+
+  * Add upstream patch to fix bashisms in the ipsec plugin that will cause the
+firewall startup to fail on systems where this plugin is enabled and bash
+is not the default shell. Closes: #617510
+
+ -- Michael Hanke   Thu, 10 Mar 2011 08:27:24 -0500
+
 arno-iptables-firewall (1.9.2.k-4) unstable; urgency=low
 
   * Add patch to unify the IPv4 and IPv6 default setup to allow outgoing
diff -Nru arno-iptables-firewall-1.9.2.k/debian/patches/fix_bashisms 
arno-iptables-firewall-1.9.2.k/debian/patches/fix_bashisms
--- arno-iptables-firewall-1.9.2.k/debian/patches/fix_bashisms  1969-12-31 
19:00:00.0 -0500
+++ arno-iptables-firewall-1.9.2.k/debian/patches/fix_bashisms  2011-03-10 
08:49:59.0 -0500
@@ -0,0 +1,21 @@
+From: Lonnie Abelbeck 
+Subject: Fix bashisms in plugin
+Origin: upstream, 
https://rocky.eld.leidenuniv.nl/trac/aif/changeset?old_path=%2Ftrunk&old=529&new_path=%2Ftrunk&new=530
+Bug-Debian: http://bugs.debian.org/617510
+
+--- a/share/arno-iptables-firewall/plugins/50ipsec-vpn.plugin
 b/share/arno-iptables-firewall/plugins/50ipsec-vpn.plugin
+@@ -77,11 +77,11 @@
+ fi
+   done
+ 
+-  local -i cnt=0
++  local cnt=0
+   IFS=' ,'
+   for eif in $EXT_IF; do
+ for net in $INTERNAL_NET; do
+-  let cnt++
++  cnt=$((cnt + 1))
+   iptables -I SPOOF_CHK $cnt -i $eif -s $net -m policy --pol ipsec --dir 
in -j RETURN
+ done
+   done
diff -Nru arno-iptables-firewall-1.9.2.k/debian/patches/series 
arno-iptables-firewall-1.9.2.k/debian/patches/series
--- arno-iptables-firewall-1.9.2.k/debian/patches/series2011-03-10 
08:33:17.0 -0500
+++ arno-iptables-firewall-1.9.2.k/debian/patches/series2011-03-10 
08:49:59.0 -0500
@@ -1,4 +1,5 @@
 ipv6_block
+fix_bashisms
 debconf_layer
 init.d_depfix
 default_ipv4v6_config

-- 
Michael Hanke
http://mih.voxindeserto.de


signature.asc
Description: Digital signature


Re: [SRM] update for ia32-libs in upcoming point release

2011-03-10 Thread Philipp Kern
Hi,

On Wed, Mar 09, 2011 at 11:56:02PM +0100, Thijs Kinkhorst wrote:
> Now that the first squeeze point release is about to be closed for updates, I 
> think it's a good time to be uploading an update for ia32-libs targeted at 
> this pu. As we've discussed before I will try to do catch-up updates of ia32-
> libs so it is kept up to date as much as possible with the rest of Debian.
> 
> Attached is the proposed debdiff for ia32-libs and ia32-libs-gtk - simply 
> packages being updated that either were updated in squeeze after the last 
> ia32-libs{,-gtk} upload but before the release, or updated in DSA's.
> 
> Please let me know if I can upload.

apart from the changelog being a bit confusing with all that unstable and []s
everywhere...  What about the fetch-and-build change that was requested
pre-release and postponed to 6.(0.)1?

Kind regards
Philipp Kern


signature.asc
Description: Digital signature


NEW changes in proposedupdates

2011-03-10 Thread Debian FTP Masters
Processing changes file: installation-guide_20110122~squeeze1_amd64.changes
  ACCEPT


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pxao0-0001k1...@franck.debian.org