Bug#685036: unblock: scim-anthy/1.2.7-5

2012-08-26 Thread Adam D. Barratt

On 25.08.2012 11:47, peter green wrote:

Please unblock package scim-anthy version 1.2.7-5
It has been reported to us that the configuration setup
for scim-anthy crashes for some users (bug 682601 and
680988).  This is due to the recent transition in the
package from gtk2 to gtk3.
We've also included build-flag hardening in this upload.


And did so in a sane way; yay.  Unblocked.

Unfortunately it seems you failed to spot that the maintainers had
added a build-dependency on libscim-dev (= 1.4.14-2) while testing
only has version
1.4.13-5. Hence scim-anthy is no longer buildable in testing.


Bah.


It looks like the scim maintainer has attempted to contact the
release team several times asking about unblocks for scim but got no
response
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=680335


This has already been discussed on IRC, and we're aware of the report; 
thanks.  If you look through the list archives - and indeed the log of 
that bug - you'll discover that the earlier messages in the bug never 
made it to debian-release, probably due to the size of the diff.  As 
mentioned in the IRC discussions, the size of that diff is the main 
issue with unblocking it currently, as it's very difficult to review.


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/0c45939a38b2cadca28ec531cd60a...@mail.adsl.funky-badger.org



Bug#685900: unblock: circos/0.61-3

2012-08-26 Thread Olivier Sallou
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package circos

I would like to ask to take into account circos  0.61-3 in stable release.

The fix included in 0.61-3 fixes a bug preventing usage of the package (missing 
dependency in Depends).

unblock circos/0.61-3

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
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/20120826084908.12747.87332.report...@debiansid.genouest.org



Bug#685287: marked as done (tpu: cdbs/0.4.115+deb7u1)

2012-08-26 Thread Debian Bug Tracking System
Your message dated Sun, 26 Aug 2012 09:54:05 +0100
with message-id 901a6725631112f6380a75a4f535e...@mail.adsl.funky-badger.org
and subject line Re: Bug#685287: tpu: cdbs/0.4.115+deb7u1
has caused the Debian Bug report #685287,
regarding tpu: cdbs/0.4.115+deb7u1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
685287: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=685287
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: release.debian.org
Usertags: xz-for-wheezy

cdbs/0.4.117 included the change to switch the default compression for
GNOME packages to xz which I would like to include in wheezy.

However cdbs/0.4.116 was uploaded to unstable after the freeze and
includes some changes that do not meet the requirements for freeze
exceptions: switching to debhelper compat level 8 and small changes to
auto-resolved build dependencies making them unversioned if already
satisfied in stable (Squeeze).

I have attached both the current diff from unstable to testing and a
diff of only the changes in 0.4.117.  If you prefer an upload to tpu
instead of unblocking the version currently in unstable, this would be
the changes I would ask Jonas to include.

Ansgar
diff -Nru cdbs-0.4.115/1/class/gnome.mk.in cdbs-0.4.117/1/class/gnome.mk.in
--- cdbs-0.4.115/1/class/gnome.mk.in	2011-01-08 15:37:13.0 +0100
+++ cdbs-0.4.117/1/class/gnome.mk.in	2012-08-05 10:35:17.0 +0200
@@ -42,4 +42,7 @@
 	$(if $(wildcard /usr/bin/dh_gconf),dh_gconf -p$(cdbs_curpkg) $(DEB_DH_GCONF_ARGS))
 	$(if $(wildcard /usr/bin/dh_icons),dh_icons -p$(cdbs_curpkg) $(DEB_DH_ICONS_ARGS))
 
+# Use xz compression.
+DEB_DH_BUILDDEB_ARGS ?= -u-Zxz
+
 endif
diff -Nru cdbs-0.4.115/1/class/langcore.mk.in cdbs-0.4.117/1/class/langcore.mk.in
--- cdbs-0.4.115/1/class/langcore.mk.in	2012-06-22 17:10:01.0 +0200
+++ cdbs-0.4.117/1/class/langcore.mk.in	2012-07-07 13:11:01.0 +0200
@@ -67,8 +67,4 @@
 	DEB_PARALLEL_JOBS ?= $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
 endif
 
-# Tighten to versions handling compile flags fix when enabled
-CDBS_BUILD_DEPENDS_class_langcore_fix ?= cdbs (= 0.4.90~)
-CDBS_BUILD_DEPENDS += $(if $(CDBS_FIX_COMPILE_FLAGS),$(comma) $(CDBS_BUILD_DEPENDS_class_langcore_fix))
-
 endif
diff -Nru cdbs-0.4.115/1/class/makefile.mk.in cdbs-0.4.117/1/class/makefile.mk.in
--- cdbs-0.4.115/1/class/makefile.mk.in	2011-04-24 12:05:50.0 +0200
+++ cdbs-0.4.117/1/class/makefile.mk.in	2012-07-07 13:12:07.0 +0200
@@ -36,10 +36,6 @@
 
 DEB_PHONY_RULES += makefile-clean $(cdbs_make_clean_nonstamps)
 
-# Tighten to versions supporting multiflavors if feature actually used
-CDBS_BUILD_DEPENDS_class_autotools_flavors ?= cdbs (= 0.4.72~)
-CDBS_BUILD_DEPENDS += $(if $(cdbs_make_flavors),$(comma) $(CDBS_BUILD_DEPENDS_class_autotools_flavors))
-
 pre-build::
 	$(if $(cdbs_make_flavors),mkdir -p debian/stamp-makefile-build debian/stamp-makefile-install)
 	$(and $(cdbs_make_flavors),$(DEB_MAKE_CHECK_TARGET),mkdir -p debian/stamp-makefile-check)
diff -Nru cdbs-0.4.115/1/class/perl-build.mk.in cdbs-0.4.117/1/class/perl-build.mk.in
--- cdbs-0.4.115/1/class/perl-build.mk.in	2011-08-20 17:20:55.0 +0200
+++ cdbs-0.4.117/1/class/perl-build.mk.in	2012-07-07 14:14:31.0 +0200
@@ -29,15 +29,6 @@
 CDBS_BUILD_DEPENDS_class_perl-build_perl ?= perl
 CDBS_BUILD_DEPENDS += , $(CDBS_BUILD_DEPENDS_class_perl-build_perl)
 
-# Depend on Module::Build
-# (older releases choke on --ccflags and treat destdir differently)
-CDBS_BUILD_DEPENDS_class_perl-build_module ?= perl-modules (= 5.10.0) | libmodule-build-perl (= 0.2808)
-CDBS_BUILD_DEPENDS += , $(CDBS_BUILD_DEPENDS_class_perl-build_module)
-
-# Tighten to versions of cdbs providing working version of this snippet
-CDBS_BUILD_DEPENDS_class_perl-build ?= cdbs (= 0.4.78~)
-CDBS_BUILD_DEPENDS += , $(CDBS_BUILD_DEPENDS_class_perl-build)
-
 # Sanity check: DEB_PERL_SRCDIR must be declared early
 cdbs_perl_srcdir_early := $(DEB_PERL_SRCDIR)
 cdbs_perl_srcdir_check = $(if $(call cdbs_streq,$(cdbs_perl_srcdir_early),$(DEB_PERL_SRCDIR)),,$(error DEB_PERL_SRCDIR must be set before including perl-build.mk, not after))
diff -Nru cdbs-0.4.115/1/class/perl-makemaker.mk.in cdbs-0.4.117/1/class/perl-makemaker.mk.in
--- cdbs-0.4.115/1/class/perl-makemaker.mk.in	2010-05-22 22:52:01.0 +0200
+++ cdbs-0.4.117/1/class/perl-makemaker.mk.in	2012-07-07 13:22:29.0 +0200
@@ -23,7 +23,7 @@
 ifndef _cdbs_class_perl_makemaker
 _cdbs_class_perl_makemaker = 1
 
-# Make sure that CDBS_BUILD_DEPENDS is initialised
+# Initialize CDBS_BUILD_DEPENDS and shared 

Bug#685847: marked as done (freeze exception for psutils to fix RC bug)

2012-08-26 Thread Debian Bug Tracking System
Your message dated Sun, 26 Aug 2012 10:00:50 +0100
with message-id f1e5242a5f6e9efdba9c3737a7aff...@mail.adsl.funky-badger.org
and subject line Re: Bug#685847: freeze exception for psutils to fix RC bug
has caused the Debian Bug report #685847,
regarding freeze exception for psutils to fix RC bug
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
685847: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=685847
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: release.debian.org
Severity: normal

I have uploaded psutils_1.17.dfsg-1, which removes some files with
unclear or inappropriate copyright.  This closes RC bug #682908.  No
changes were made that were not directly related to this fix.

I updated README.source and copyright to describe the repackaging of the
upstream source tarball, which was basically just to remove the
offending files.  Then I added a patch to fix the Makefile to remove
references to those files, refreshed the other patches with quilt
refresh -p1, and updated the watch file to add dversionmangle.

-- 
Jay Berkenbilt q...@debian.org
---End Message---
---BeginMessage---

On 25.08.2012 11:43, Jay Berkenbilt wrote:

I have uploaded psutils_1.17.dfsg-1, which removes some files with
unclear or inappropriate copyright.  This closes RC bug #682908.  No
changes were made that were not directly related to this fix.

I updated README.source and copyright to describe the repackaging of 
the

upstream source tarball, which was basically just to remove the
offending files.  Then I added a patch to fix the Makefile to remove
references to those files, refreshed the other patches with quilt
refresh -p1, and updated the watch file to add dversionmangle.


Unblocked; thanks.

Regards,

Adam---End Message---


Bug#685354: unblock: sendfile/2.1b.20080616-5.1

2012-08-26 Thread Ivo De Decker
retitle 685354 unblock: sendfile/2.1b.20080616-5.2
thanks

Hi,

On Fri, Aug 24, 2012 at 05:47:05PM +0100, Adam D. Barratt wrote:
 H, okay.  With the changelog update for the new dependencies, please
 go ahead.

Andreas uploaded sendfile 2.1b.20080616-5.2. The debdiff against wheezy is
attached.

Thanks for the review and the upload.


Cheers,

Ivo

diff -u sendfile-2.1b.20080616/debian/control 
sendfile-2.1b.20080616/debian/control
--- sendfile-2.1b.20080616/debian/control
+++ sendfile-2.1b.20080616/debian/control
@@ -9,7 +9,7 @@
 Section: net
 Priority: optional
 Architecture: any
-Depends: ${shlibs:Depends}, openbsd-inetd | inet-superserver, perl | perl5
+Depends: ${shlibs:Depends}, openbsd-inetd | inet-superserver, perl | perl5, 
update-inetd, libdpkg-perl
 Suggests: pgp-i
 Description: Simple Asynchronous File Transfer
  Sendfile is an asynchronous file transfer service for the Internet,
diff -u sendfile-2.1b.20080616/debian/postinst 
sendfile-2.1b.20080616/debian/postinst
--- sendfile-2.1b.20080616/debian/postinst
+++ sendfile-2.1b.20080616/debian/postinst
@@ -2,20 +2,7 @@
 # post install script for the Debian GNU/Linux sendfile package
 
 require DebianNet;
-
-# First modify the services file
-
-open(SERVICES, /etc/services);
-@services=SERVICES;
-close(SERVICES);
-
-if (! grep(/^saft.*/, @services)) {
-   push (@services, saft  487/tcp # simple 
asynchronous file transfer\n);
-   open(SERVICES, /etc/services.new);
-   print SERVICES @services;
-   close (SERVICES);
-   system (mv -f /etc/services.new /etc/services);
-}
+use Dpkg::Version;
 
 # Now modify the inetd.conf file
 
@@ -29,30 +16,38 @@
 }
 undef(@inetd);
 
-for $profile (('/etc/profile')) {
-open(PROFILE, $profile);
-@profile=PROFILE;
-close(PROFILE);
-
-open(PROFILE, $profile);
-printf PROFILE %s, join ('', grep (!/^.*check-sendfile/, @profile));
-close (PROFILE);
+# cleanup edits from versions before 2.1b.20080616-5.2
+# this can be removed after wheezy
+if (($ARGV[1] ne ) 
+   (version_compare($ARGV[1],2.1b.20080616-5.2)  0)) {
+   
+   # remove line added by old version of sendfile
+   my $profile = '/etc/profile';
+   if (-e $profile) {
+   open(PROFILE, $profile);
+   @profile=PROFILE;
+   close(PROFILE);
+
+   open(PROFILE, $profile);
+   printf PROFILE %s, join ('', grep (!/^.*check-sendfile/, 
@profile));
+   close (PROFILE);
+   }
+
+   # delete /etc/services with only 1 line created by previous versions of
+   # sendfile
+   my $services = /etc/services;
+   if (-e $services) {
+   open(SERVICES, $services);
+   my @srv = SERVICES;
+   close(SERVICES);
+   my $srv = join('',@srv);
+   my $oldsrv = saft  487/tcp # 
simple asynchronous file transfer\n;
+   if ($srv eq $oldsrv) {
+   unlink $services;
+   }
+   }
 }
 
-for $profile (('/etc/csh.login')) {
-open(PROFILE, $profile);
-@profile=PROFILE;
-close(PROFILE);
-
-if (grep(/^.*check-sendfile/, @profile)) {
-   open(PROFILE, $profile);
-   printf PROFILE %s, join ('', grep (!/^.*check-sendfile/, @profile));
-   close(PROFILE);
-}
-}
-
-system /etc/init.d/netbase reload;
-
 if ($ARGV[0] eq 'configure') {
 if (defined $ARGV[1]  $ARGV[1] =~ 
/2\.1b(-[67]|\.20080311-|\.20080616-1)/) {
system chmod 644 /etc/logrotate.d/sendfile;
diff -u sendfile-2.1b.20080616/debian/postrm 
sendfile-2.1b.20080616/debian/postrm
--- sendfile-2.1b.20080616/debian/postrm
+++ sendfile-2.1b.20080616/debian/postrm
@@ -3,15 +3,6 @@
 
 set -e
 
-if [ $1 = remove ]
-then
-for profile in /etc/profile /etc/csh.login
-do
-   grep -v 'check-sendfile' $profile  $profile.new || true
-   mv -f $profile.new $profile
-done
-fi
-
 if [ $1 = purge ]
 then
   rm -rf /var/log/sendfile /dev/null
diff -u sendfile-2.1b.20080616/debian/changelog 
sendfile-2.1b.20080616/debian/changelog
--- sendfile-2.1b.20080616/debian/changelog
+++ sendfile-2.1b.20080616/debian/changelog
@@ -1,3 +1,24 @@
+sendfile (2.1b.20080616-5.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Don't edit /etc/services, /etc/profile and /etc/csh.login
+  * Cleanup edits to those files from previous versions
+Closes: #685631
+  * Depend on update-inetd because the postinst script requires the perl
+module DebianNet
+  * Depend on libdpkg-perl for version checks in postinst script
+
+ -- Ivo De Decker ivo.dedec...@ugent.be  Sat, 25 Aug 2012 11:03:41 +0200
+
+sendfile (2.1b.20080616-5.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Remove all files on purge.  Thanks for the patch to
+Andreas Beckmann deb...@abeckmann.de
+Closes: #668721
+
+ -- Andreas Tille ti...@debian.org  Thu, 09 Aug 2012 15:03:55 +0200
+
 sendfile (2.1b.20080616-5) unstable; urgency=low

Processed: Re: Bug#685354: unblock: sendfile/2.1b.20080616-5.1

2012-08-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 retitle 685354 unblock: sendfile/2.1b.20080616-5.2
Bug #685354 [release.debian.org] unblock: sendfile/2.1b.20080616-5.1
Changed Bug title to 'unblock: sendfile/2.1b.20080616-5.2' from 'unblock: 
sendfile/2.1b.20080616-5.1'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
685354: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=685354
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
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/handler.s.c.134597475618744.transcr...@bugs.debian.org



Bug#685354: marked as done (unblock: sendfile/2.1b.20080616-5.2)

2012-08-26 Thread Debian Bug Tracking System
Your message dated Sun, 26 Aug 2012 11:06:54 +0100
with message-id 1aff37e56e45dc309c0e556dd3c53...@mail.adsl.funky-badger.org
and subject line Re: Bug#685354: unblock: sendfile/2.1b.20080616-5.1
has caused the Debian Bug report #685354,
regarding unblock: sendfile/2.1b.20080616-5.2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
685354: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=685354
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package sendfile

The RC bug #668721 was fixed in NMU and the package should migrate to
testing.

Thanks for your work on Debian release

   Andreas.

unblock sendfile/2.1b.20080616-5.1

-- System Information:
Debian Release: 6.0.5
Architecture: i386 (i686)

Kernel: Linux 2.6.36-xenU-4814-i386 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
---End Message---
---BeginMessage---

On 26.08.2012 10:52, Ivo De Decker wrote:

On Fri, Aug 24, 2012 at 05:47:05PM +0100, Adam D. Barratt wrote:
H, okay.  With the changelog update for the new dependencies, 
please

go ahead.


Andreas uploaded sendfile 2.1b.20080616-5.2. The debdiff against 
wheezy is

attached.

Thanks for the review and the upload.


Unblocked.

Regards,

Adam---End Message---


Bug#685835: tpu: racket/racket_5.2.1+g6~92c8784+dfsg2-2+wheezy1

2012-08-26 Thread Cyril Brulebois
James McCoy james...@debian.org (25/08/2012):
  On a related note, it looks to me like racket isn't exactly a
  widespread package, so picking up xz compression too for t-p-u
  wouldn't help with fitting more stuff on 1st/2nd CDs, would it?
 
 EPARSE.  Are you suggesting I should add the xz compression changes to
 the t-p-u upload, too?  Looking at cdimage-search.d.o, racket's down
 in the 30s for the CD it's on.

ESENDINGMAILSAT4AM. I meant to ask whether first CDs would benefit from
having racket xz-compressed. Given your answer, clearly not, so sticking
to the proposed fix only for your t-p-u upload looks sufficient.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#685456: Freeze exception for kde-gtk-config

2012-08-26 Thread Boris Pek
X-Debbugs-Cc: Didier Raboud o...@debian.org 

Hi,

Thank you for a reply.

 we would normally not accept new packages into testing, but that one
 seems a bit special. If I parse it properly, it was previously available
 in squeeze, from the src:gtk-qt-engine package, but it has now moved to
 a dedicated source package?

Yes, binary package kde-config-gtk-style in Squeeze was built from source
package kcm-gtk. But it was replaced by new program with more features.
(For example, it supports Gtk 3.x.)

And package src:kde-gtk-config is not new. It was uploaded to unstable before
freeze. But new bug report prevented its automatic migration to testing.

I subscribe my sponsor to this thread. Hope he can describe situation better.

 BTW, it would have been nice to mention the previous discussion in your
 bug report. Apparently Julien and I share the same opinion on this
 package:
   https://lists.debian.org/debian-release/2012/07/msg00679.html

Yes, I have seen this reply. Quotation:
 Anyway, get back to us once the package is no longer RC buggy.

But I can't upload package into unstable until this is not allowed by release
team. Don't you think this is a closed circle?

Best regards,
Boris


-- 
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/1388561345978...@web1f.yandex.ru



Processed (with 3 errors): retitle 684910

2012-08-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 retitle 684910 unblock: fcitx/1:4.2.4.1-5
Bug #684910 [release.debian.org] unblock: fcitx/1:4.2.4.1-4
Changed Bug title to 'unblock: fcitx/1:4.2.4.1-5' from 'unblock: 
fcitx/1:4.2.4.1-4'
 I uploaded new fcitx/1:4.2.4.1-5 to unstable: add breaks and replaces
 fcitx-modules (1:4.2.4.1-5 ) to
 fcitx-module-x11.
 --
Stopping processing here.

Please contact me if you need assistance.
-- 
684910: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=684910
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
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/handler.s.c.134598265011481.transcr...@bugs.debian.org



Bug#685918: unblock: roundcube/0.7.2-4

2012-08-26 Thread Vincent Bernat
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Dear release team,

Please unblock package roundcube

The upload fixes an XSS issue (CVE-2012-3508). I am attaching the
debdiff against the current package in testing.

unblock roundcube/0.7.2-4

- -- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (101, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJQOh75AAoJEJWkL+g1NSX5j7EQAIVT4YcKcO+2Q2TOUzoeR7rW
1KdSvQobt76wG0MMqdXc1Sl9FOILQfwfbKPbuh/xHcTAW+vR/lQ5HCDbkZ3ughox
7qPcTNzkOxHxQP3gw2/MY+VBQIh9fhBF5/ShVli2l3PX9AzyqHT7ZoVJ5A75JkND
no1n/b9rbpN5qJVI5arrHaS9Cocb4+xMf3dKvBJJpckU1PmyMaxSEtoyJfYJ8a7Q
E99kA2ajMZlkBGZdCM/B61IT0dkJw4Bff3yaEIYbD21dhUzZEpGokT8fv9XfhNOA
JjLqfVEQHaXG0mQHMhcCJ7U19WN6UcCnbnTfpDVhc54aq3tfFVta7BBwQOe2wBYr
b2+woe+ow3g+sj3Zl/dt2oBJO9253U9p4A6pi1aLECHjGnAY7uAi5Kjvc79ffXWw
CXnwrPgO5j8YA8oFhMiFdtjuZmmefKXURpA0eVvEn3ywZkoaPsygIWzy36nL7cbK
/yEEecXLfsTnHSuictqbsJkIr+sfycOsUWdibSDYrzJKiGhRG6Qt3jV51tCTLC6s
WHEfsR7urQK6fwT7bJorySMCt6fAxr4/OH6Z5PionVLpAbw9DA4jq+byI2GFuiHY
PAATqw6Ny9UqWARzjZOvgZ2hx0GkRqLenIAiYR6hSrONfwlpq37cQ7D4N5Mpg6vN
8q3vWKOBwQ50+4rZahGg
=aj71
-END PGP SIGNATURE-
diff -Nru roundcube-0.7.2/debian/changelog roundcube-0.7.2/debian/changelog
--- roundcube-0.7.2/debian/changelog	2012-06-24 01:51:00.0 +0200
+++ roundcube-0.7.2/debian/changelog	2012-08-26 14:21:48.0 +0200
@@ -1,3 +1,9 @@
+roundcube (0.7.2-4) unstable; urgency=high
+
+  * Fix self XSS with plain signatures. CVE-2012-3508. Closes: #685475.
+
+ -- Vincent Bernat ber...@debian.org  Sun, 26 Aug 2012 14:20:24 +0200
+
 roundcube (0.7.2-3) unstable; urgency=low
 
   * Remove old Replaces/Breaks for roundcube-core since it is not needed
diff -Nru roundcube-0.7.2/debian/patches/cve-2012-3508.patch roundcube-0.7.2/debian/patches/cve-2012-3508.patch
--- roundcube-0.7.2/debian/patches/cve-2012-3508.patch	1970-01-01 01:00:00.0 +0100
+++ roundcube-0.7.2/debian/patches/cve-2012-3508.patch	2012-08-26 14:21:48.0 +0200
@@ -0,0 +1,126 @@
+Fix CVE-2012-3508. Self XSS with signature.
+See:
+ https://github.com/roundcube/roundcubemail/commit/c086978f6a91eacb339fd2976202fca9dad2ef32
+
+Index: roundcube/program/js/app.js.src
+===
+--- roundcube.orig/program/js/app.js.src	2012-04-28 10:26:30.133307979 +0200
 roundcube/program/js/app.js.src	2012-08-26 14:19:04.611476200 +0200
+@@ -3183,8 +3183,7 @@
+   input_message = $([name='_message']),
+   message = input_message.val(),
+   is_html = ($(input[name='_is_html']).val() == '1'),
+-  sig = this.env.identity,
+-  sig_separator = this.env.sig_above  (this.env.compose_mode == 'reply' || this.env.compose_mode == 'forward') ? '---' : '-- ';
++  sig = this.env.identity;
+ 
+ // enable manual signature insert
+ if (this.env.signatures  this.env.signatures[id]) {
+@@ -3197,25 +3196,18 @@
+ if (!is_html) {
+   // remove the 'old' signature
+   if (show_sig  sig  this.env.signatures  this.env.signatures[sig]) {
+-
+-sig = this.env.signatures[sig].is_html ? this.env.signatures[sig].plain_text : this.env.signatures[sig].text;
++sig = this.env.signatures[sig].text;
+ sig = sig.replace(/\r\n/g, '\n');
+ 
+-if (!sig.match(/^--[ -]\n/m))
+-  sig = sig_separator + '\n' + sig;
+-
+ p = this.env.sig_above ? message.indexOf(sig) : message.lastIndexOf(sig);
+ if (p = 0)
+   message = message.substring(0, p) + message.substring(p+sig.length, message.length);
+   }
+   // add the new signature string
+   if (show_sig  this.env.signatures  this.env.signatures[id]) {
+-sig = this.env.signatures[id]['is_html'] ? this.env.signatures[id]['plain_text'] : this.env.signatures[id]['text'];
++sig = this.env.signatures[id].text;
+ sig = sig.replace(/\r\n/g, '\n');
+ 
+-if (!sig.match(/^--[ -]\n/m))
+-  sig = sig_separator + '\n' + sig;
+-
+ if (this.env.sig_above) {
+   if (p = 0) { // in place of removed signature
+ message = message.substring(0, p) + sig + message.substring(p, message.length);
+@@ -3279,21 +3271,8 @@
+ }
+   }
+ 
+-  if (this.env.signatures[id]) {
+-if (this.env.signatures[id].is_html) {
+-  sig = this.env.signatures[id].text;
+-  if (!this.env.signatures[id].plain_text.match(/^--[ -]\r?\n/m))
+-sig = sig_separator + 'br /' + sig;
+-}
+-else {
+-  sig = this.env.signatures[id].text;
+-  if (!sig.match(/^--[ -]\r?\n/m))

Bug#684910: unblock: fcitx/1:4.2.4.1-5

2012-08-26 Thread Aron Xu
Hi,

My co-maintainer has uploaded a new version to unstable, which adds
the Breaks entries based on -4, could you please have a look at it?

-- 
Regards,
Aron Xu


-- 
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/CAMr=8w7v3lb84wyjry66obzcixsktiy-ad8osulwyt5oiw_...@mail.gmail.com



Bug#684763: pu: package tor/0.2.2.38-1

2012-08-26 Thread Peter Palfrader
On Wed, 22 Aug 2012, Adam D. Barratt wrote:

 Control: tags -1 + confirmed
 
 On Wed, 2012-08-22 at 10:23 +0200, Peter Palfrader wrote:
  On Tue, 21 Aug 2012, Adam D. Barratt wrote:
  
I would like to package this new version as 0.2.2.38-1, and upload it to
squeeze so that we can get these issues fixed in Debian.
   
   Apologies for not spotting earlier that there wasn't one attached, but
   please could we have a debdiff against the package currently in p-u?
  
  Ok, built a package for review.  Patches attached.
 
 Thanks.  Please go ahead.

Great, thanks.  Uploaded.

Cheers,
weasel
-- 
   |  .''`.   ** Debian **
  Peter Palfrader  | : :' :  The  universal
 http://www.palfrader.org/ | `. `'  Operating System
   |   `-http://www.debian.org/


-- 
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/20120826152630.gg5...@anguilla.noreply.org



Re: Bug#685905: unblock: cmake/2.8.9-1

2012-08-26 Thread Nicholas Breen
On Sun, Aug 26, 2012 at 12:27:47PM +0300, Modestas Vainius wrote:
 I would like to ask for unblock of 2.8.9-1 for wheezy. Wheezy currently has
 2.8.9~rc1 which is a feature complete release candidate of 2.8.9.
[snip]
 Overall, it would be a bad move for us and upstream to release wheezy with a
 non-final CMake release. 2.8.9~rc3 (2.8.9 has no upstream changes since RC3),
 uploaded 2012-08-04, has already proven itself in unstable, i.e. there were no
 regression were reported in BTS.

I would like to add that allowing this unblock would indirectly close an RC
bug: it solves a FTBFS in gromacs, #680825, which was caused by a regression in
cmake -rc1.  The team swiftly identified the bug and fixed it for -rc2, and
it's tested and working with the requested version of cmake as well.


-- 
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/20120826154746.gg...@ofb.net



Bug#685835: tpu: racket/racket_5.2.1+g6~92c8784+dfsg2-2+wheezy1

2012-08-26 Thread James McCoy
On Sun, Aug 26, 2012 at 12:18:48PM +0200, Cyril Brulebois wrote:
 James McCoy james...@debian.org (25/08/2012):
   On a related note, it looks to me like racket isn't exactly a
   widespread package, so picking up xz compression too for t-p-u
   wouldn't help with fitting more stuff on 1st/2nd CDs, would it?
  
  EPARSE.  Are you suggesting I should add the xz compression changes to
  the t-p-u upload, too?  Looking at cdimage-search.d.o, racket's down
  in the 30s for the CD it's on.
 
 ESENDINGMAILSAT4AM. I meant to ask whether first CDs would benefit from
 having racket xz-compressed. Given your answer, clearly not, so sticking
 to the proposed fix only for your t-p-u upload looks sufficient.

Ok, uploaded.

-- 
James
GPG Key: 4096R/331BA3DB 2011-12-05 James McCoy james...@debian.org


signature.asc
Description: Digital signature


Bug#685929: unblock: torcs/1.3.3+dfsg-0.1

2012-08-26 Thread David Prévot
Subject: unblock: torcs/1.3.3+dfsg-0.1
Package: release.debian.org
User: release.debian@packages.debian.org
Usertags: unblock
Severity: normal
X-Debbugs-CC: Rudy Godoy r...@stone-head.org

Please unblock package torcs

It fixes an RC-bug (#685144) by simply removing the useless windows
directory from the source package (and the useless CVS directories as
advised by Ansgar in the bug report, that were causing FTBFS issue anyway).

It also fixes another FTBFS RC-bug (#684845) by protecting the files
automatically changed during the build process.

The torcs_unstable.diff (with --exclude windows --exclude CVS) shows
only those changes.

As previously asked in the “torcs and torcs-data-*” thread I'm replying
to, the maintainer prepared some other fixes in unstable, mostly
documentation related, and a detail in rules already almost accepted by
Adam (I hope I read you correctly on this one, apologies if I didn't).
The full torcs_testing.diff (with --exclude windows --exclude CVS) show
the actual differences from testing.

Thanks in Advance.

Regards

David

unblock torcs/1.3.3+dfsg-0.1


P.-S.: copy of 1343243139.495.30.ca...@jacala.jungle.funky-badger.org
in case my “Reply-to” is broken.

Le 25/07/2012 15:05, Adam D. Barratt a écrit :
 On Wed, 2012-07-25 at 07:25 -0500, Rudy Godoy wrote:
 On Mon, Jul 23, 2012 at 07:59:08PM +0100, Adam D. Barratt wrote:
 On Mon, 2012-07-23 at 12:29 -0500, Rudy Godoy wrote:
 So, in that case I'd like you to let pass rev. 6 (1.3.3-6)
 packages from sid.

 You're supposed to provide a rationale, not just say oh, go on,
 please. ;-p

 From a quick look at the diff from the version in testing, lintian fixes
 generally don't qualify for unblocks, nor does a complete rewrite of the
 copyright file in to DEP-5 format.

 I guess one could claim that some of the changes are documentation
 updates, but that's certainly stretching it for the copyright file.

 Basically, the DEP-5 involved primarily more detailed licensing terms
 for the game's artwork. Which was not included in the past.
 
From an unblock / review perspective, it would have been more helpful to
 have simply added those to the existing file. :-(
 
 Few
 things remain to clean-up for some data files, I might need to
 contact designers/authors for that.
 
 Is there an ETA for having that sorted out?
 
 Second, with the new packaging layout I also created an VCs repo
 under the pkg-games umbrella, so that we are able to maintain
 and support on stable releases.
 
 That's already been in testing since May, so isn't really an argument
 for an unblock. ;-p
[…]
 As I indicated at the time, I'd still
 appreciate the first being answered.
 
 Regards,
 
 Adam
 
 

diffstat for torcs-1.3.3 torcs-1.3.3+dfsg

 README.Debian-source |   12 
 changelog|   11 +++
 rules|   10 ++
 3 files changed, 33 insertions(+)

diff -Nru --exclude windows --exclude CVS torcs-1.3.3/debian/changelog torcs-1.3.3+dfsg/debian/changelog
--- torcs-1.3.3/debian/changelog	2012-07-05 11:42:03.0 -0400
+++ torcs-1.3.3+dfsg/debian/changelog	2012-08-24 01:10:15.0 -0400
@@ -1,3 +1,14 @@
+torcs (1.3.3+dfsg-0.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Repack source, removing src/windows including libraries for Win32 in
+binary form only, and useless CVS directories. (Closes: #685144)
+  * debian/rules: protect automatically modified files during the source
+building, restore them at the end of the process, and remove other extra
+files during the clean target. (Closes: #684845)
+
+ -- David Prévot taf...@debian.org  Fri, 24 Aug 2012 01:08:42 -0400
+
 torcs (1.3.3-6) unstable; urgency=low
 
   * Resolved Lintian warnings
diff -Nru --exclude windows --exclude CVS torcs-1.3.3/debian/README.Debian-source torcs-1.3.3+dfsg/debian/README.Debian-source
--- torcs-1.3.3/debian/README.Debian-source	2012-07-05 11:42:03.0 -0400
+++ torcs-1.3.3+dfsg/debian/README.Debian-source	2012-08-23 22:32:29.0 -0400
@@ -1,3 +1,15 @@
+torcs (1.3.3+dfsg-0.1) unstable; urgency=low
+
+  * Repack source package:
+ tar xaf torcs_1.3.3.orig.tar.bz2
+ find torcs-1.3.3 -type d -name CVS | xargs rm -r
+ rm -r torcs-1.3.3/src/windows
+ mv torcs-1.3.3 torcs-1.3.3+dfsg
+ tar -cf torcs_1.3.3+dfsg.orig.tar torcs-1.3.3+dfsg
+ xz torcs_1.3.3+dfsg.orig.tar
+
+ -- David Prévot taf...@debian.org  Thu, 23 Aug 2012 20:53:34 -0400
+
 torcs (1.3.3-2) unstable; urgency=low
 
   * Package building now uses upstream's all-in-one source package.
diff -Nru --exclude windows --exclude CVS torcs-1.3.3/debian/rules torcs-1.3.3+dfsg/debian/rules
--- torcs-1.3.3/debian/rules	2012-07-05 11:42:03.0 -0400
+++ torcs-1.3.3+dfsg/debian/rules	2012-08-24 00:52:07.0 -0400
@@ -30,6 +30,16 @@
 # remove VCS files present in source
 	find $(CURDIR) -type d -name CVS | xargs rm -rf
 	rm -f $(CURDIR)/debian/stamp*
+	mkdir debian/memory
+	cp Make-config config.h src/doc/torcsdoc.conf 

Bug#685930: unblock: sslh/1.13b-3.2

2012-08-26 Thread David Prévot
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package sslh

It fixes two RC-bug (thanks to Cyril Brulebois on debian-wb-team@l.d.o
for pointing to an actual fix for the second one), both FTBFS issues.

unblock sslh/1.13b-3.2

Thanks in advance.

Regards

David

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-3-amd64 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diffstat for sslh-1.13b sslh-1.13b

 changelog|   16 
 control  |2 +-
 patches/ftbfs_localhost.diff |   17 +
 patches/series   |1 +
 4 files changed, 35 insertions(+), 1 deletion(-)

diff -Nru sslh-1.13b/debian/changelog sslh-1.13b/debian/changelog
--- sslh-1.13b/debian/changelog	2012-06-21 06:16:28.0 -0400
+++ sslh-1.13b/debian/changelog	2012-08-26 11:38:46.0 -0400
@@ -1,3 +1,19 @@
+sslh (1.13b-3.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Restore debian/patch/ftbfs_localhost.diff, as autobuilders are still not
+all fixed (Closes: #685928)
+
+ -- David Prévot taf...@debian.org  Sun, 26 Aug 2012 11:35:48 -0400
+
+sslh (1.13b-3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/control: Build-Depends on lcov, which contains lcov and genhtml
+that are used by upstream in the test suite code t (Closes: #684846)
+
+ -- David Prévot taf...@debian.org  Thu, 23 Aug 2012 17:40:55 -0400
+
 sslh (1.13b-3) unstable; urgency=low
 
   * debian/control: Build-Depends on psmisc, which contains killall and is
diff -Nru sslh-1.13b/debian/control sslh-1.13b/debian/control
--- sslh-1.13b/debian/control	2012-06-21 06:12:59.0 -0400
+++ sslh-1.13b/debian/control	2012-08-23 17:45:06.0 -0400
@@ -4,7 +4,7 @@
 Maintainer: Guillaume Delacour g...@iroqwa.org
 Build-Depends: debhelper (= 9.0.0), libwrap0-dev, binutils, po-debconf,
hardening-wrapper, libio-socket-inet6-perl, libconfig-dev,
-   psmisc
+   psmisc, lcov
 Standards-Version: 3.9.3
 Homepage: http://www.rutschle.net/tech/sslh.shtml
 Vcs-Browser: http://git.debian.org/?p=collab-maint/sslh.git
diff -Nru sslh-1.13b/debian/patches/ftbfs_localhost.diff sslh-1.13b/debian/patches/ftbfs_localhost.diff
--- sslh-1.13b/debian/patches/ftbfs_localhost.diff	1969-12-31 20:00:00.0 -0400
+++ sslh-1.13b/debian/patches/ftbfs_localhost.diff	2012-08-26 11:41:05.0 -0400
@@ -0,0 +1,17 @@
+From: Guillaume Delacour g...@iroqwa.org
+Subject: Fix FTBFS if ip6-localhost don't resolv to ::1
+Last-Update: 2012-08-26
+
+--- a/t
 b/t
+@@ -8,8 +8,8 @@
+ 
+ # We use ports 9000, 9001 and 9002 -- hope that won't clash
+ # with anything...
+-my $ssh_address = ip6-localhost:9000;
+-my $ssl_address = ip6-localhost:9001;
++my $ssh_address = ::1:9000;
++my $ssl_address = ::1:9001;
+ my $sslh_port = 9002;
+ my $no_listen = 9003;  # Port on which no-one listens
+ my $pidfile = /tmp/sslh_test.pid;
diff -Nru sslh-1.13b/debian/patches/series sslh-1.13b/debian/patches/series
--- sslh-1.13b/debian/patches/series	2012-06-21 06:11:06.0 -0400
+++ sslh-1.13b/debian/patches/series	2012-08-26 11:41:05.0 -0400
@@ -1 +1,2 @@
 minor_typo_manpage.diff
+ftbfs_localhost.diff


Processed: retitle 685835 to tpu: racket/racket_5.2.1+g6~92c8784+dfsg2-2+deb7u1

2012-08-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 retitle 685835 tpu: racket/racket_5.2.1+g6~92c8784+dfsg2-2+deb7u1
Bug #685835 [release.debian.org] tpu: 
racket/racket_5.2.1+g6~92c8784+dfsg2-2+wheezy1
Changed Bug title to 'tpu: racket/racket_5.2.1+g6~92c8784+dfsg2-2+deb7u1' from 
'tpu: racket/racket_5.2.1+g6~92c8784+dfsg2-2+wheezy1'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
685835: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=685835
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
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/handler.s.c.134600071632741.transcr...@bugs.debian.org



Bug#685931: unblock: kernel-package/12.036+nmu3

2012-08-26 Thread David Prévot
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package kernel-package

It's just a documentation (merely formating and typo fixes) and
translation upload, that also fixes an important bug via unstable,
thanks to Ben Hutchings for the patch.

Filtered (without translations) diff attached, the important bug fix is
just the line changed in kernel/ruleset/targets/common.mk on top of the
diff.

unblock kernel-package/12.036+nmu3

Thanks in advance

Regards

David

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-3-amd64 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diffstat for kernel-package-12.036+nmu2 kernel-package-12.036+nmu3

 Makefile |4 
 debian/changelog |   12 +
 kernel-img.conf.5|   44 +++---
 kernel-package.5 |   26 ++--
 kernel-packageconfig.8   |8 -
 kernel-pkg.conf.5|   64 -
 kernel/ruleset/targets/common.mk |2 
 make-kpkg.8  |  253 ---
 po4a/po4a.conf   |2 
 9 files changed, 226 insertions(+), 189 deletions(-)

diff -Nru --exclude '*.po' --exclude '*.pot' kernel-package-12.036+nmu2/debian/changelog kernel-package-12.036+nmu3/debian/changelog
--- kernel-package-12.036+nmu2/debian/changelog	2012-03-03 21:36:39.0 -0400
+++ kernel-package-12.036+nmu3/debian/changelog	2012-08-15 11:49:22.0 -0400
@@ -1,3 +1,15 @@
+kernel-package (12.036+nmu3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix typos in man pages, thanks to Chris Leick, and other formatting
+errors. (Closes: #654451)
+  * Add German man pages translation by Chris Leick. (Closes: #654315)
+  * Update man pages French translation.
+  * kernel/ruleset/targets/common.mk: Allow building  3.3 kernel, thanks to
+Ben Hutchings for the patch. (Closes: #663474)
+
+ -- David Prévot taf...@debian.org  Wed, 15 Aug 2012 11:46:24 -0400
+
 kernel-package (12.036+nmu2) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru --exclude '*.po' --exclude '*.pot' kernel-package-12.036+nmu2/kernel/ruleset/targets/common.mk kernel-package-12.036+nmu3/kernel/ruleset/targets/common.mk
--- kernel-package-12.036+nmu2/kernel/ruleset/targets/common.mk	2012-03-03 20:03:25.0 -0400
+++ kernel-package-12.036+nmu3/kernel/ruleset/targets/common.mk	2012-08-13 15:55:59.0 -0400
@@ -64,7 +64,7 @@
 			   echo YES;	   \
 	   fi)
 
-LGUEST_SUBDIR = $(word 1,$(wildcard Documentation/lguest Documentation/virtual/lguest))
+LGUEST_SUBDIR = $(word 1,$(wildcard Documentation/lguest Documentation/virtual/lguest tools/lguest))
 
 define save_upstream_debianization
 @echo save_upstream_debianization
diff -Nru --exclude '*.po' --exclude '*.pot' kernel-package-12.036+nmu2/kernel-img.conf.5 kernel-package-12.036+nmu3/kernel-img.conf.5
--- kernel-package-12.036+nmu2/kernel-img.conf.5	2009-08-20 21:41:07.0 -0400
+++ kernel-package-12.036+nmu3/kernel-img.conf.5	2012-08-06 15:00:09.0 -0400
@@ -38,11 +38,15 @@
 installation, overriding the defaults built into the image itself.
 .PP
 The format of the file is a simple
-.B VAR = VALUE
+.IB VAR = VALUE
 pair. Boolean values may be specified as
-.I Yes, True, 1,
+.IR Yes ,
+.IR True ,
+.IR 1 ,
 and
-.I No, False, 0,
+.IR No ,
+.IR False ,
+.IR 0 ,
 and are case insensitive.
 This file is automatically created by the installation script in
 certain circumstances.
@@ -50,7 +54,7 @@
 At the moment, the user modifiable variables supported are:
 .TP
 .B postinst_hook
-.BR DEPRECATED:
+.BR DEPRECATED :
 Set this variable to a script to be executed during installation. The
 path can be a relative path if the script lives in a safe path -- that
 is, if it lives in /bin, /sbin, /usr/bin, or /usr/sbin, or must be an
@@ -70,8 +74,8 @@
 postinst to fail. Since debconf is in use before the script is called,
 this script should issue no diagnostic messages to stdout -- while the
 postinst does call
-.B db_stop
-, debconf does not restore stdout, so messages to stdout disappear.
+.BR db_stop ,
+debconf does not restore stdout, so messages to stdout disappear.
 An example script for grub users is present in
 /usr/share/doc/kernel\-package/ directory.
 This script is run
@@ -79,7 +83,7 @@
 the scripts in /etc/kernel/postinst.d directory.
 .TP
 .B postrm_hook
-.BR DEPRECATED:
+.BR DEPRECATED :
 Set this variable to a script to be executed in the postrm (that is,
 after the image has been removed) after all the remove actions have
 been performed. The path can be a relative path if the script lives in
@@ -97,14 +101,14 @@
 warning message, but shall be otherwise ignored. 

Bug#685936: unblock: apr-util/1.4.1-3

2012-08-26 Thread Stefan Fritsch
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package apr-util

It fixes a bug with truncated sha512 password hashes that is annoying
to debug in some web server configurations, and the fix is trivial and
unlikely to break anything. Debdiff is attached.

unblock apr-util/1.4.1-3
diff -Nru apr-util-1.4.1/debian/changelog apr-util-1.4.1/debian/changelog
--- apr-util-1.4.1/debian/changelog	2012-05-20 22:14:38.0 +0200
+++ apr-util-1.4.1/debian/changelog	2012-08-15 20:10:55.0 +0200
@@ -1,3 +1,10 @@
+apr-util (1.4.1-3) unstable; urgency=low
+
+  * Fix apr_password_validate() to work with sha512-crypt hashes.
+Closes: #684268
+
+ -- Stefan Fritsch s...@debian.org  Wed, 15 Aug 2012 20:10:55 +0200
+
 apr-util (1.4.1-2) unstable; urgency=low
 
   * Remove obsolete version on binutils dependency. Closes: #666260
diff -Nru apr-util-1.4.1/debian/patches/fix-sha512.patch apr-util-1.4.1/debian/patches/fix-sha512.patch
--- apr-util-1.4.1/debian/patches/fix-sha512.patch	1970-01-01 01:00:00.0 +0100
+++ apr-util-1.4.1/debian/patches/fix-sha512.patch	2012-08-15 20:07:46.0 +0200
@@ -0,0 +1,13 @@
+Index: apr-util/crypto/apr_md5.c
+===
+--- apr-util.orig/crypto/apr_md5.c
 apr-util/crypto/apr_md5.c
+@@ -698,7 +698,7 @@
+ APU_DECLARE(apr_status_t) apr_password_validate(const char *passwd, 
+ const char *hash)
+ {
+-char sample[120];
++char sample[200];
+ #if !defined(WIN32)  !defined(BEOS)  !defined(NETWARE)
+ char *crypt_pw;
+ #endif
diff -Nru apr-util-1.4.1/debian/patches/series apr-util-1.4.1/debian/patches/series
--- apr-util-1.4.1/debian/patches/series	2012-05-19 23:38:25.0 +0200
+++ apr-util-1.4.1/debian/patches/series	2012-08-15 20:08:22.0 +0200
@@ -8,3 +8,4 @@
 apu_config_dont_list_indep_libs.patch
 disable_expat_buildconf.patch
 avoid_db_by-default.patch
+fix-sha512.patch


Pre-approval to update gnupg in Wheezy (was: Bug#685627: [INTL:fr] French translation update)

2012-08-26 Thread David Prévot
Hi Daniel, RT wizards,

Le 26/08/2012 05:36, Daniel Leidert a écrit :
 Am Mittwoch, den 22.08.2012, 13:29 -0400 schrieb David Prévot:
 
 Please find attached the French translation updated, proofread by the
 traduc.org mailing list of contributors.

 This has already been reported upstream, but it would be nice to ship a
 proofread and finally complete version in the upcoming Wheezy 
 (translations are still granted a freeze exception).
 
 It's true, that they are granted a freeze exception. But a udeb is
 involved too. Therefor I'm not in favor of touching the package. Other
 opinions?

CCing the release team who can provide more insight about it. I'm of
course to blame for not providing an updated translation sooner (it's a
huge one, and I updated the upstream 2.0 and 2.1 branches too, allowing
a more complete review process), but would really like to finally see an
up to date translation of this widely used package, especially during
the lifetime of Wheezy.

Thanks in advance for considering.

Regards

David

P.-S.: I forgot to mention it in the initial bug report, but the POT
file also needs to be touched in order to rebuild the gmo files. The
attached patch will do the trick for gnupg, CCing the gnupg2 bug report
since a similar trick will also be needed.

Description: Make sure to rebuild the gmo files
Author: David Prévot taf...@debian.org
Bug-Debian: http://bugs.debian.org/685627
Forwarded: not-needed
Last-Update: 2012-08-26

--- gnupg-1.4.12.orig/po/gnupg.pot
+++ gnupg-1.4.12/po/gnupg.pot
@@ -8,7 +8,7 @@ msgid 
 msgstr 
 Project-Id-Version: PACKAGE VERSION\n
 Report-Msgid-Bugs-To: gnupg-i...@gnupg.org\n
-POT-Creation-Date: 2012-01-23 09:36+0100\n
+POT-Creation-Date: 2012-08-23 09:36+0100\n
 PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n
 Last-Translator: FULL NAME EMAIL@ADDRESS\n
 Language-Team: LANGUAGE l...@li.org\n


signature.asc
Description: OpenPGP digital signature


Bug#685936: marked as done (unblock: apr-util/1.4.1-3)

2012-08-26 Thread Debian Bug Tracking System
Your message dated Sun, 26 Aug 2012 21:00:16 +0100
with message-id b6b533bc1f076787f6f580376d476...@mail.adsl.funky-badger.org
and subject line Re: Bug#685936: unblock: apr-util/1.4.1-3
has caused the Debian Bug report #685936,
regarding unblock: apr-util/1.4.1-3
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
685936: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=685936
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package apr-util

It fixes a bug with truncated sha512 password hashes that is annoying
to debug in some web server configurations, and the fix is trivial and
unlikely to break anything. Debdiff is attached.

unblock apr-util/1.4.1-3
diff -Nru apr-util-1.4.1/debian/changelog apr-util-1.4.1/debian/changelog
--- apr-util-1.4.1/debian/changelog	2012-05-20 22:14:38.0 +0200
+++ apr-util-1.4.1/debian/changelog	2012-08-15 20:10:55.0 +0200
@@ -1,3 +1,10 @@
+apr-util (1.4.1-3) unstable; urgency=low
+
+  * Fix apr_password_validate() to work with sha512-crypt hashes.
+Closes: #684268
+
+ -- Stefan Fritsch s...@debian.org  Wed, 15 Aug 2012 20:10:55 +0200
+
 apr-util (1.4.1-2) unstable; urgency=low
 
   * Remove obsolete version on binutils dependency. Closes: #666260
diff -Nru apr-util-1.4.1/debian/patches/fix-sha512.patch apr-util-1.4.1/debian/patches/fix-sha512.patch
--- apr-util-1.4.1/debian/patches/fix-sha512.patch	1970-01-01 01:00:00.0 +0100
+++ apr-util-1.4.1/debian/patches/fix-sha512.patch	2012-08-15 20:07:46.0 +0200
@@ -0,0 +1,13 @@
+Index: apr-util/crypto/apr_md5.c
+===
+--- apr-util.orig/crypto/apr_md5.c
 apr-util/crypto/apr_md5.c
+@@ -698,7 +698,7 @@
+ APU_DECLARE(apr_status_t) apr_password_validate(const char *passwd, 
+ const char *hash)
+ {
+-char sample[120];
++char sample[200];
+ #if !defined(WIN32)  !defined(BEOS)  !defined(NETWARE)
+ char *crypt_pw;
+ #endif
diff -Nru apr-util-1.4.1/debian/patches/series apr-util-1.4.1/debian/patches/series
--- apr-util-1.4.1/debian/patches/series	2012-05-19 23:38:25.0 +0200
+++ apr-util-1.4.1/debian/patches/series	2012-08-15 20:08:22.0 +0200
@@ -8,3 +8,4 @@
 apu_config_dont_list_indep_libs.patch
 disable_expat_buildconf.patch
 avoid_db_by-default.patch
+fix-sha512.patch
---End Message---
---BeginMessage---

On 26.08.2012 19:58, Stefan Fritsch wrote:

Please unblock package apr-util

It fixes a bug with truncated sha512 password hashes that is annoying
to debug in some web server configurations, and the fix is trivial 
and

unlikely to break anything. Debdiff is attached.


Unblocked; thanks.

Regards,

Adam---End Message---


Bug#685931: marked as done (unblock: kernel-package/12.036+nmu3)

2012-08-26 Thread Debian Bug Tracking System
Your message dated Sun, 26 Aug 2012 21:02:32 +0100
with message-id db71ecf552f466e11eb0815fe0d79...@mail.adsl.funky-badger.org
and subject line Re: Bug#685931: unblock: kernel-package/12.036+nmu3
has caused the Debian Bug report #685931,
regarding unblock: kernel-package/12.036+nmu3
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
685931: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=685931
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package kernel-package

It's just a documentation (merely formating and typo fixes) and
translation upload, that also fixes an important bug via unstable,
thanks to Ben Hutchings for the patch.

Filtered (without translations) diff attached, the important bug fix is
just the line changed in kernel/ruleset/targets/common.mk on top of the
diff.

unblock kernel-package/12.036+nmu3

Thanks in advance

Regards

David

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-3-amd64 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diffstat for kernel-package-12.036+nmu2 kernel-package-12.036+nmu3

 Makefile |4 
 debian/changelog |   12 +
 kernel-img.conf.5|   44 +++---
 kernel-package.5 |   26 ++--
 kernel-packageconfig.8   |8 -
 kernel-pkg.conf.5|   64 -
 kernel/ruleset/targets/common.mk |2 
 make-kpkg.8  |  253 ---
 po4a/po4a.conf   |2 
 9 files changed, 226 insertions(+), 189 deletions(-)

diff -Nru --exclude '*.po' --exclude '*.pot' kernel-package-12.036+nmu2/debian/changelog kernel-package-12.036+nmu3/debian/changelog
--- kernel-package-12.036+nmu2/debian/changelog	2012-03-03 21:36:39.0 -0400
+++ kernel-package-12.036+nmu3/debian/changelog	2012-08-15 11:49:22.0 -0400
@@ -1,3 +1,15 @@
+kernel-package (12.036+nmu3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix typos in man pages, thanks to Chris Leick, and other formatting
+errors. (Closes: #654451)
+  * Add German man pages translation by Chris Leick. (Closes: #654315)
+  * Update man pages French translation.
+  * kernel/ruleset/targets/common.mk: Allow building  3.3 kernel, thanks to
+Ben Hutchings for the patch. (Closes: #663474)
+
+ -- David Prévot taf...@debian.org  Wed, 15 Aug 2012 11:46:24 -0400
+
 kernel-package (12.036+nmu2) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru --exclude '*.po' --exclude '*.pot' kernel-package-12.036+nmu2/kernel/ruleset/targets/common.mk kernel-package-12.036+nmu3/kernel/ruleset/targets/common.mk
--- kernel-package-12.036+nmu2/kernel/ruleset/targets/common.mk	2012-03-03 20:03:25.0 -0400
+++ kernel-package-12.036+nmu3/kernel/ruleset/targets/common.mk	2012-08-13 15:55:59.0 -0400
@@ -64,7 +64,7 @@
 			   echo YES;	   \
 	   fi)
 
-LGUEST_SUBDIR = $(word 1,$(wildcard Documentation/lguest Documentation/virtual/lguest))
+LGUEST_SUBDIR = $(word 1,$(wildcard Documentation/lguest Documentation/virtual/lguest tools/lguest))
 
 define save_upstream_debianization
 @echo save_upstream_debianization
diff -Nru --exclude '*.po' --exclude '*.pot' kernel-package-12.036+nmu2/kernel-img.conf.5 kernel-package-12.036+nmu3/kernel-img.conf.5
--- kernel-package-12.036+nmu2/kernel-img.conf.5	2009-08-20 21:41:07.0 -0400
+++ kernel-package-12.036+nmu3/kernel-img.conf.5	2012-08-06 15:00:09.0 -0400
@@ -38,11 +38,15 @@
 installation, overriding the defaults built into the image itself.
 .PP
 The format of the file is a simple
-.B VAR = VALUE
+.IB VAR = VALUE
 pair. Boolean values may be specified as
-.I Yes, True, 1,
+.IR Yes ,
+.IR True ,
+.IR 1 ,
 and
-.I No, False, 0,
+.IR No ,
+.IR False ,
+.IR 0 ,
 and are case insensitive.
 This file is automatically created by the installation script in
 certain circumstances.
@@ -50,7 +54,7 @@
 At the moment, the user modifiable variables supported are:
 .TP
 .B postinst_hook
-.BR DEPRECATED:
+.BR DEPRECATED :
 Set this variable to a script to be executed during installation. The
 path can be a relative path if the script lives in a safe path -- that
 is, if it lives in /bin, /sbin, /usr/bin, or /usr/sbin, or must 

Bug#685930: marked as done (unblock: sslh/1.13b-3.2)

2012-08-26 Thread Debian Bug Tracking System
Your message dated Sun, 26 Aug 2012 21:06:33 +0100
with message-id 1adeb1ef79122210935421b107288...@mail.adsl.funky-badger.org
and subject line Re: Bug#685930: unblock: sslh/1.13b-3.2
has caused the Debian Bug report #685930,
regarding unblock: sslh/1.13b-3.2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
685930: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=685930
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package sslh

It fixes two RC-bug (thanks to Cyril Brulebois on debian-wb-team@l.d.o
for pointing to an actual fix for the second one), both FTBFS issues.

unblock sslh/1.13b-3.2

Thanks in advance.

Regards

David

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-3-amd64 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diffstat for sslh-1.13b sslh-1.13b

 changelog|   16 
 control  |2 +-
 patches/ftbfs_localhost.diff |   17 +
 patches/series   |1 +
 4 files changed, 35 insertions(+), 1 deletion(-)

diff -Nru sslh-1.13b/debian/changelog sslh-1.13b/debian/changelog
--- sslh-1.13b/debian/changelog	2012-06-21 06:16:28.0 -0400
+++ sslh-1.13b/debian/changelog	2012-08-26 11:38:46.0 -0400
@@ -1,3 +1,19 @@
+sslh (1.13b-3.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Restore debian/patch/ftbfs_localhost.diff, as autobuilders are still not
+all fixed (Closes: #685928)
+
+ -- David Prévot taf...@debian.org  Sun, 26 Aug 2012 11:35:48 -0400
+
+sslh (1.13b-3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/control: Build-Depends on lcov, which contains lcov and genhtml
+that are used by upstream in the test suite code t (Closes: #684846)
+
+ -- David Prévot taf...@debian.org  Thu, 23 Aug 2012 17:40:55 -0400
+
 sslh (1.13b-3) unstable; urgency=low
 
   * debian/control: Build-Depends on psmisc, which contains killall and is
diff -Nru sslh-1.13b/debian/control sslh-1.13b/debian/control
--- sslh-1.13b/debian/control	2012-06-21 06:12:59.0 -0400
+++ sslh-1.13b/debian/control	2012-08-23 17:45:06.0 -0400
@@ -4,7 +4,7 @@
 Maintainer: Guillaume Delacour g...@iroqwa.org
 Build-Depends: debhelper (= 9.0.0), libwrap0-dev, binutils, po-debconf,
hardening-wrapper, libio-socket-inet6-perl, libconfig-dev,
-   psmisc
+   psmisc, lcov
 Standards-Version: 3.9.3
 Homepage: http://www.rutschle.net/tech/sslh.shtml
 Vcs-Browser: http://git.debian.org/?p=collab-maint/sslh.git
diff -Nru sslh-1.13b/debian/patches/ftbfs_localhost.diff sslh-1.13b/debian/patches/ftbfs_localhost.diff
--- sslh-1.13b/debian/patches/ftbfs_localhost.diff	1969-12-31 20:00:00.0 -0400
+++ sslh-1.13b/debian/patches/ftbfs_localhost.diff	2012-08-26 11:41:05.0 -0400
@@ -0,0 +1,17 @@
+From: Guillaume Delacour g...@iroqwa.org
+Subject: Fix FTBFS if ip6-localhost don't resolv to ::1
+Last-Update: 2012-08-26
+
+--- a/t
 b/t
+@@ -8,8 +8,8 @@
+ 
+ # We use ports 9000, 9001 and 9002 -- hope that won't clash
+ # with anything...
+-my $ssh_address = ip6-localhost:9000;
+-my $ssl_address = ip6-localhost:9001;
++my $ssh_address = ::1:9000;
++my $ssl_address = ::1:9001;
+ my $sslh_port = 9002;
+ my $no_listen = 9003;  # Port on which no-one listens
+ my $pidfile = /tmp/sslh_test.pid;
diff -Nru sslh-1.13b/debian/patches/series sslh-1.13b/debian/patches/series
--- sslh-1.13b/debian/patches/series	2012-06-21 06:11:06.0 -0400
+++ sslh-1.13b/debian/patches/series	2012-08-26 11:41:05.0 -0400
@@ -1 +1,2 @@
 minor_typo_manpage.diff
+ftbfs_localhost.diff
---End Message---
---BeginMessage---

On 26.08.2012 17:59, David Prévot wrote:

Please unblock package sslh

It fixes two RC-bug (thanks to Cyril Brulebois on 
debian-wb-team@l.d.o

for pointing to an actual fix for the second one), both FTBFS issues.


Unblocked; thanks.

Regards,

Adam---End Message---


Bug#685929: unblock: torcs/1.3.3+dfsg-0.1

2012-08-26 Thread Adam D. Barratt

On 26.08.2012 17:47, David Prévot wrote:

Please unblock package torcs

It fixes an RC-bug (#685144) by simply removing the useless windows
directory from the source package (and the useless CVS directories as
advised by Ansgar in the bug report, that were causing FTBFS issue 
anyway).


It also fixes another FTBFS RC-bug (#684845) by protecting the files
automatically changed during the build process.

The torcs_unstable.diff (with --exclude windows --exclude CVS) shows
only those changes.

As previously asked in the “torcs and torcs-data-*” thread I'm 
replying

to, the maintainer prepared some other fixes in unstable, mostly
documentation related, and a detail in rules already almost accepted 
by
Adam (I hope I read you correctly on this one, apologies if I 
didn't).


Almost accepted, because I don't believe I ever actually received a 
response to:



 What's this change about?

 -build-predeb/torcs-data::
 +binary-predeb/torcs-data::


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/f186ad5e795d230875a1eb74cc757...@mail.adsl.funky-badger.org



Bug#685835: marked as done (tpu: racket/racket_5.2.1+g6~92c8784+dfsg2-2+deb7u1)

2012-08-26 Thread Debian Bug Tracking System
Your message dated Sun, 26 Aug 2012 21:16:29 +0100
with message-id 5255dea79878fb830ad805d14a6e0...@mail.adsl.funky-badger.org
and subject line Re: Bug#685835: tpu: 
racket/racket_5.2.1+g6~92c8784+dfsg2-2+wheezy1
has caused the Debian Bug report #685835,
regarding tpu: racket/racket_5.2.1+g6~92c8784+dfsg2-2+deb7u1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
685835: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=685835
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: release.debian.org
Severity: normal

I recently uploaded a new upstream version of racket, completely
forgetting that I meant to do a minor upload to fix #680685 (racket and
planet-venus both ship a planet binary) first.  The unstable upload does
fix that bug, but the delta between the versions is far too large to ask
for an unblock.

In case it's worth fixing that for Wheezy, I have a package I can
upload to testing.  Attached is the debdiff.

What do you think?

Cheers,
-- 
James
GPG Key: 4096R/331BA3DB 2011-12-05 James McCoy james...@debian.org
diffstat for racket-5.2.1+g6~92c8784+dfsg2 racket-5.2.1+g6~92c8784+dfsg2

 NEWS  |9 +
 changelog |6 ++
 rules |1 +
 3 files changed, 16 insertions(+)

diff -Nru racket-5.2.1+g6~92c8784+dfsg2/debian/changelog racket-5.2.1+g6~92c8784+dfsg2/debian/changelog
--- racket-5.2.1+g6~92c8784+dfsg2/debian/changelog	2012-06-26 19:07:18.0 -0400
+++ racket-5.2.1+g6~92c8784+dfsg2/debian/changelog	2012-08-22 21:52:33.0 -0400
@@ -1,3 +1,9 @@
+racket (5.2.1+g6~92c8784+dfsg2-2+wheezy1) testing; urgency=low
+
+  * Stop shipping /usr/bin/planet.  (Closes: #680685)
+
+ -- James McCoy james...@debian.org  Wed, 22 Aug 2012 21:49:27 -0400
+
 racket (5.2.1+g6~92c8784+dfsg2-2) unstable; urgency=low
 
   * Update description to use Racket in place of scheme (Closes: #679000).
diff -Nru racket-5.2.1+g6~92c8784+dfsg2/debian/NEWS racket-5.2.1+g6~92c8784+dfsg2/debian/NEWS
--- racket-5.2.1+g6~92c8784+dfsg2/debian/NEWS	1969-12-31 19:00:00.0 -0500
+++ racket-5.2.1+g6~92c8784+dfsg2/debian/NEWS	2012-08-22 21:52:33.0 -0400
@@ -0,0 +1,9 @@
+racket (5.2.1+g6~92c8784+dfsg2-2+wheezy1) testing; urgency=low
+
+  The planet binary is no longer provided with racket.  Uses of it should be
+  replaced with “raco planet”.
+
+  This removal is planned upstream as well, but it is being performed earlier
+  in Debian's packaging due to #680685.
+
+ -- James McCoy james...@debian.org  Fri, 10 Aug 2012 16:34:33 -0400
diff -Nru racket-5.2.1+g6~92c8784+dfsg2/debian/rules racket-5.2.1+g6~92c8784+dfsg2/debian/rules
--- racket-5.2.1+g6~92c8784+dfsg2/debian/rules	2012-06-26 19:07:18.0 -0400
+++ racket-5.2.1+g6~92c8784+dfsg2/debian/rules	2012-08-22 21:52:33.0 -0400
@@ -44,6 +44,7 @@
 do-install-arch: PLT_EXTRA=--no-docs --no-zo
 do-install-arch:
 	$(DEB_MAKE_ENVVARS) $(MAKE) -C $(DEB_BUILDDIR) install DESTDIR=$(CURDIR)/debian/tmp
+	rm -f $(CURDIR)/debian/tmp/usr/bin/planet
 
 do-install-indep: PLT_EXTRA=--no-launcher --no-install --no-post-install
 do-install-indep:


signature.asc
Description: Digital signature
---End Message---
---BeginMessage---

On 26.08.2012 17:09, James McCoy wrote:

On Sun, Aug 26, 2012 at 12:18:48PM +0200, Cyril Brulebois wrote:

James McCoy james...@debian.org (25/08/2012):
  On a related note, it looks to me like racket isn't exactly a
  widespread package, so picking up xz compression too for t-p-u
  wouldn't help with fitting more stuff on 1st/2nd CDs, would it?

 EPARSE.  Are you suggesting I should add the xz compression 
changes to
 the t-p-u upload, too?  Looking at cdimage-search.d.o, racket's 
down

 in the 30s for the CD it's on.

ESENDINGMAILSAT4AM. I meant to ask whether first CDs would benefit 
from
having racket xz-compressed. Given your answer, clearly not, so 
sticking

to the proposed fix only for your t-p-u upload looks sufficient.


Ok, uploaded.


Approved; thanks.

Regards,

Adam---End Message---


Bug#685938: unblock: mercurial-server/1.2-2

2012-08-26 Thread David Prévot
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package mercurial-server

It simply adds some debconf translations.

unblock mercurial-server/1.2-2

Thanks in advance.

Regards

David

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-3-amd64 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diffstat for mercurial-server-1.2 mercurial-server-1.2

 changelog |7 +++
 po/da.po  |   26 ++
 po/nl.po  |   26 ++
 po/pl.po  |   30 ++
 po/sk.po  |   30 ++
 5 files changed, 119 insertions(+)

diff -Nru mercurial-server-1.2/debian/changelog mercurial-server-1.2/debian/changelog
--- mercurial-server-1.2/debian/changelog	2011-09-12 04:37:23.0 -0400
+++ mercurial-server-1.2/debian/changelog	2012-08-24 11:47:21.0 -0400
@@ -1,3 +1,10 @@
+mercurial-server (1.2-2) unstable; urgency=low
+
+  * Add translations for da, nl, sk, pl
+(Closes: #658943 #675317 #685558 #685700)
+
+ -- Paul Crowley p...@lshift.net  Fri, 24 Aug 2012 16:00:08 +0100
+
 mercurial-server (1.2-1) unstable; urgency=high
 
   * New upstream version with security fixes (Closes: #641262)
diff -Nru mercurial-server-1.2/debian/po/da.po mercurial-server-1.2/debian/po/da.po
--- mercurial-server-1.2/debian/po/da.po	1969-12-31 20:00:00.0 -0400
+++ mercurial-server-1.2/debian/po/da.po	2012-08-24 11:47:21.0 -0400
@@ -0,0 +1,26 @@
+# Danish translation mercurial-server.
+# Copyright (C) 2012 mercurial-server  nedenstående oversættere.
+# This file is distributed under the same license as the mercurial-server package.
+# Joe Hansen (joedalt...@yahoo.dk), 2012.
+#
+msgid 
+msgstr 
+Project-Id-Version: mercurial-server\n
+Report-Msgid-Bugs-To: mercurial-ser...@packages.debian.org\n
+POT-Creation-Date: 2009-12-02 18:14+\n
+PO-Revision-Date: 2012-02-06 12:42+\n
+Last-Translator: Joe Hansen joedalt...@yahoo.dk\n
+Language-Team: Danish debian-l10n-dan...@lists.debian.org\n
+Language: da\n
+MIME-Version: 1.0\n
+Content-Type: text/plain; charset=UTF-8\n
+Content-Transfer-Encoding: 8bit\n
+
+#. Type: boolean
+#. Description
+#: ../templates:1001
+msgid 
+Do you want the repositories to be removed when mercurial-server is purged?
+msgstr 
+Ønsker du at arkiverne skal fjernes, når mercurial-server afinstalleres?
+
diff -Nru mercurial-server-1.2/debian/po/nl.po mercurial-server-1.2/debian/po/nl.po
--- mercurial-server-1.2/debian/po/nl.po	1969-12-31 20:00:00.0 -0400
+++ mercurial-server-1.2/debian/po/nl.po	2012-08-24 11:47:21.0 -0400
@@ -0,0 +1,26 @@
+# Dutch translation of mercurial-server debconf templates.
+# Copyright (C) 2012 THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the mercurial-server package.
+# Jeroen Schot sc...@a-eskwadraat.nl, 2012.
+#
+msgid 
+msgstr 
+Project-Id-Version: mercurial-server 1.2-1\n
+Report-Msgid-Bugs-To: mercurial-ser...@packages.debian.org\n
+POT-Creation-Date: 2009-12-02 18:14+\n
+PO-Revision-Date: 2012-05-31 10:03+0200\n
+Last-Translator: Jeroen Schot sc...@a-eskwadraat.nl\n
+Language-Team: Debian l10n Dutch debian-l10n-du...@lists.debian.org\n
+Language: nl\n
+MIME-Version: 1.0\n
+Content-Type: text/plain; charset=UTF-8\n
+Content-Transfer-Encoding: 8bit\n
+
+#. Type: boolean
+#. Description
+#: ../templates:1001
+msgid 
+Do you want the repositories to be removed when mercurial-server is purged?
+msgstr 
+Wilt u dat de database verwijderd wordt wanneer mercurial-server gewist 
+('purge') wordt?
diff -Nru mercurial-server-1.2/debian/po/pl.po mercurial-server-1.2/debian/po/pl.po
--- mercurial-server-1.2/debian/po/pl.po	1969-12-31 20:00:00.0 -0400
+++ mercurial-server-1.2/debian/po/pl.po	2012-08-24 11:47:21.0 -0400
@@ -0,0 +1,30 @@
+# Translation of mercurial-server debconf templates to Polish.
+# Copyright (C) 2009
+# This file is distributed under the same license as the mercurial-server package.
+#
+# Michał Kułach michal.kul...@gmail.com, 2012.
+msgid 
+msgstr 
+Project-Id-Version: \n
+Report-Msgid-Bugs-To: mercurial-ser...@packages.debian.org\n
+POT-Creation-Date: 2009-12-02 18:14+\n
+PO-Revision-Date: 2012-08-21 19:05+0200\n
+Last-Translator: Michał Kułach michal.kul...@gmail.com\n
+Language-Team: Polish debian-l10n-pol...@lists.debian.org\n
+MIME-Version: 1.0\n
+Content-Type: text/plain; charset=UTF-8\n
+Content-Transfer-Encoding: 8bit\n
+Language: pl\n
+Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10=2  n%10=4  (n%10010 
+|| n%100=20) ? 1 : 2);\n
+X-Generator: Lokalize 1.4\n
+
+#. Type: boolean
+#. Description
+#: ../templates:1001
+msgid 
+Do you want the repositories to be 

Bug#685939: unblock: bouncycastle/1.46+dfsg-7

2012-08-26 Thread Damien Raude-Morvan
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package bouncycastle

It appears on my radar because it was pending in unstable without testing 
migration for at least 6 months and 4 packages in wheezy FTBFS because of this 
package failing to migrate to unstable :
#684841, #684829, #684815 and   #684826

I've uploaded a package with fixed Build-Depends and requested removal of -gcj 
packages in kfreebsd-* archs.

Changelog :
 bouncycastle (1.46+dfsg-7) unstable; urgency=low
 .
   * Team upload.
   * Updated Standards-Version to 3.9.3: no changes needed.
   * As per Java Policy, remove Depends: default-jre | java2-runtime
 and Suggests: java-virtual-machine from library packages:
 only programs need explicit depends on runtime.
   * Force a Build-Depends on default-jdk (= 1:1.6) to indicate that this
 package needs some classes (like java.security.spec.ECFieldF2m) which
 are not available in GCJ classpath (Closes: #678904).
   * Remove Build-Depends on quilt and debian/README.source file
 since we already use quilt (3.0) source format.

unblock bouncycastle/1.46+dfsg-7

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (200, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan


signature.asc
Description: This is a digitally signed message part.


Bug#685940: unblock: debfoster/2.7-1.2

2012-08-26 Thread David Prévot
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package debfoster

It adds three translations, update another, and fix a few typos in the
messages.

Filtered (without PO and POT files) debdiff attached, thanks in advance.

Regards

David

unblock debfoster/2.7-1.2

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-3-amd64 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
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/20120826204105.23790.81310.report...@mikado.tilapin.org



Bug#685941: tpu: package libjs-backbone/0.5.3-2+deb7u1

2012-08-26 Thread David Prévot
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: tpu

Hi,

Would you consider a tpu upload to fix #684828, the short debdiff should
answer the why and how better than more words.

Thanks in advance

Regards

David

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-3-amd64 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru backbone-0.5.3/debian/changelog backbone-0.5.3/debian/changelog
--- backbone-0.5.3/debian/changelog	2011-08-20 14:27:57.0 -0400
+++ backbone-0.5.3/debian/changelog	2012-08-26 16:50:19.0 -0400
@@ -1,3 +1,12 @@
+backbone (0.5.3-2+deb7u1) wheezy; urgency=low
+
+  * Non-maintainer upload.
+  * Push libnode-uglify as a fallback-build-dependency instead of
+yui-compressor, since libnode-uglify is not in Wheezy.
+Closes: #684828
+
+ -- David Prévot taf...@debian.org  Sun, 26 Aug 2012 16:47:33 -0400
+
 backbone (0.5.3-2) unstable; urgency=low
 
   * Fix provide libnode-backbone (not node-backbone).
diff -Nru backbone-0.5.3/debian/control backbone-0.5.3/debian/control
--- backbone-0.5.3/debian/control	2011-08-20 14:27:50.0 -0400
+++ backbone-0.5.3/debian/control	2012-08-26 16:47:24.0 -0400
@@ -6,7 +6,7 @@
 Build-Depends: cdbs (= 0.4.72~),
  debhelper (= 6),
  dh-buildinfo,
- libnode-uglify | yui-compressor
+ yui-compressor | libnode-uglify
 Standards-Version: 3.9.2
 Homepage: http://documentcloud.github.com/backbone/
 Vcs-Git: git://git.debian.org/git/collab-maint/backbone


Bug#685942: unblock: installation-guide/20120826

2012-08-26 Thread Samuel Thibault
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package installation-guide, so that it can be included in
the beta2 of d-i next week.

unblock installation-guide/20120826

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.0.4 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-- 
Samuel Thibault samuel.thiba...@ens-lyon.org
y muhahaha...
y ya un train qui part de Perrache à 14h57
y qui passe à Part-Dieu à 15h10
y si je le prend à Perrache, je suis en zone bleue
y si je le prends à Part-Dieu, je suis en zone blanche
y donc je vais le prendre à Perrache *mais* à Part-Dieu ;-)
 -+- #ens-mim - vive la SNCF -+-


--
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/20120826211402.ga...@type.wlan.youpi.perso.aquilenet.fr



Bug#685944: unblock: beaker/1.6.3-1.1

2012-08-26 Thread David Prévot
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package beaker

It fixes a security issue ([CVE-2012-3458] #684890). I didn't touch the
urgency since we're in freeze and let it to your appreciation.

unblock beaker/1.6.3-1.1

Thanks in advance.

Regards

David

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-3-amd64 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diffstat for beaker-1.6.3 beaker-1.6.3

 changelog   |9 +
 patches/fix_CVE-2012-3458.patch |   36 
 patches/series  |1 +
 3 files changed, 46 insertions(+)

diff -Nru beaker-1.6.3/debian/changelog beaker-1.6.3/debian/changelog
--- beaker-1.6.3/debian/changelog	2012-05-06 16:46:36.0 -0400
+++ beaker-1.6.3/debian/changelog	2012-08-24 13:54:40.0 -0400
@@ -1,3 +1,12 @@
+beaker (1.6.3-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix security issue, with PyCrypto not securing data such that an attacker
+could possibly determine parts of the encrypted payload. Patch by Miloslav
+Trmac of Redhat. [CVE-2012-3458] Closes: #684890
+
+ -- David Prévot taf...@debian.org  Fri, 24 Aug 2012 13:54:13 -0400
+
 beaker (1.6.3-1) unstable; urgency=low
 
   [ Andrey Rahmatullin ]
diff -Nru beaker-1.6.3/debian/patches/fix_CVE-2012-3458.patch beaker-1.6.3/debian/patches/fix_CVE-2012-3458.patch
--- beaker-1.6.3/debian/patches/fix_CVE-2012-3458.patch	1969-12-31 20:00:00.0 -0400
+++ beaker-1.6.3/debian/patches/fix_CVE-2012-3458.patch	2012-08-24 14:04:48.0 -0400
@@ -0,0 +1,36 @@
+From: Ben Bangert b...@groovie.org
+Subject : Fix security issue CVE-2012-3458
+
+  Fix security issue, with PyCrypto not securing data such that an attacker
+  could possibly determine parts of the encrypted payload. Patch by Miloslav
+  Trmac of Redhat. [CVE-2012-3458]
+
+Origin: upstream, https://github.com/bbangert/beaker/commit/91becae76101cf87ce8cbfabe3af2622fc328fe5
+Bug-Debian: http://bugs.debian.org/684890
+
+--- beaker-1.6.3.orig/beaker/crypto/pycrypto.py
 beaker-1.6.3/beaker/crypto/pycrypto.py
+@@ -15,17 +15,18 @@ try:
+ 
+ except ImportError:
+ from Crypto.Cipher import AES
++from Crypto.Util import Counter
+ 
+ def aesEncrypt(data, key):
+-cipher = AES.new(key)
++cipher = AES.new(key, AES.MODE_CTR,
++ counter=Counter.new(128, initial_value=0))
+ 
+-data = data + (  * (16 - (len(data) % 16)))
+ return cipher.encrypt(data)
+ 
+ def aesDecrypt(data, key):
+-cipher = AES.new(key)
+-
+-return cipher.decrypt(data).rstrip()
++cipher = AES.new(key, AES.MODE_CTR,
++ counter=Counter.new(128, initial_value=0))
++return cipher.decrypt(data)
+ 
+ def getKeyLength():
+ return 32
diff -Nru beaker-1.6.3/debian/patches/series beaker-1.6.3/debian/patches/series
--- beaker-1.6.3/debian/patches/series	1969-12-31 20:00:00.0 -0400
+++ beaker-1.6.3/debian/patches/series	2012-08-24 13:59:45.0 -0400
@@ -0,0 +1 @@
+fix_CVE-2012-3458.patch


Bug#685951: unblock: ruby-hoe/3.0.3-2

2012-08-26 Thread Antonio Terceiro
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package ruby-hoe

This version fixes an important bug (#685330) which causes ruby1.8 to be
installed even if it's not needed. This bug makes it harder for the Ruby
team to phase ruby1.8 out, so it would be nice if this fix could get
into Wheezy.

a git diff against the package in testing is attached.

unblock ruby-hoe/3.0.3-2

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=pt_BR.utf8, LC_CTYPE=pt_BR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- 
Antonio Terceiro terce...@debian.org
diff --git a/debian/changelog b/debian/changelog
index f0af190..41f3fac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+ruby-hoe (3.0.3-2) unstable; urgency=low
+
+  [ Shawn Landden ]
+  * Change dependency to `rubygems1.9.1 | rubygems` to avoid pulling ruby1.8
+through rubygems if ruby1.9.1 (which provides rubygems1.9.1) is already
+installed.
+(Closes: #685330)
+
+  [ Antonio Terceiro ]
+  * Team upload.
+
+ -- Antonio Terceiro terce...@debian.org  Sun, 26 Aug 2012 18:00:12 -0300
+
 ruby-hoe (3.0.3-1) unstable; urgency=low
 
   [ Cédric Boutillier ]
diff --git a/debian/control b/debian/control
index cd76740..cbbbfab 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,11 @@ XS-Ruby-Versions: all
 Package: ruby-hoe
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, rake (= 0.8.7), rubygems
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ ruby | ruby-interpreter,
+ rake (= 0.8.7),
+ rubygems1.9.1 | rubygems
 Description: rake/rubygems helper for project Rakefiles
  Hoe is a rake/rubygems helper for project Rakefiles. It helps you
  manage and maintain, and release your project and includes a dynamic


signature.asc
Description: Digital signature


Bug#685940: marked as done (unblock: debfoster/2.7-1.2)

2012-08-26 Thread Debian Bug Tracking System
Your message dated Sun, 26 Aug 2012 23:13:05 +0100
with message-id 7f585373b9eca985d84a545432e6e...@mail.adsl.funky-badger.org
and subject line Re: Bug#685940: unblock: debfoster/2.7-1.2
has caused the Debian Bug report #685940,
regarding unblock: debfoster/2.7-1.2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
685940: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=685940
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package debfoster

It adds three translations, update another, and fix a few typos in the
messages.

Filtered (without PO and POT files) debdiff attached, thanks in advance.

Regards

David

unblock debfoster/2.7-1.2

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-3-amd64 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
---End Message---
---BeginMessage---

On 26.08.2012 21:41, David Prévot wrote:

Please unblock package debfoster

It adds three translations, update another, and fix a few typos in 
the

messages.


Unblocked; thanks.

Regards,

Adam---End Message---


Bug#685944: marked as done (unblock: beaker/1.6.3-1.1)

2012-08-26 Thread Debian Bug Tracking System
Your message dated Sun, 26 Aug 2012 23:17:02 +0100
with message-id 90cb264e6fc1d197f146292e063bb...@mail.adsl.funky-badger.org
and subject line Re: Bug#685944: unblock: beaker/1.6.3-1.1
has caused the Debian Bug report #685944,
regarding unblock: beaker/1.6.3-1.1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
685944: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=685944
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package beaker

It fixes a security issue ([CVE-2012-3458] #684890). I didn't touch the
urgency since we're in freeze and let it to your appreciation.

unblock beaker/1.6.3-1.1

Thanks in advance.

Regards

David

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-3-amd64 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diffstat for beaker-1.6.3 beaker-1.6.3

 changelog   |9 +
 patches/fix_CVE-2012-3458.patch |   36 
 patches/series  |1 +
 3 files changed, 46 insertions(+)

diff -Nru beaker-1.6.3/debian/changelog beaker-1.6.3/debian/changelog
--- beaker-1.6.3/debian/changelog	2012-05-06 16:46:36.0 -0400
+++ beaker-1.6.3/debian/changelog	2012-08-24 13:54:40.0 -0400
@@ -1,3 +1,12 @@
+beaker (1.6.3-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix security issue, with PyCrypto not securing data such that an attacker
+could possibly determine parts of the encrypted payload. Patch by Miloslav
+Trmac of Redhat. [CVE-2012-3458] Closes: #684890
+
+ -- David Prévot taf...@debian.org  Fri, 24 Aug 2012 13:54:13 -0400
+
 beaker (1.6.3-1) unstable; urgency=low
 
   [ Andrey Rahmatullin ]
diff -Nru beaker-1.6.3/debian/patches/fix_CVE-2012-3458.patch beaker-1.6.3/debian/patches/fix_CVE-2012-3458.patch
--- beaker-1.6.3/debian/patches/fix_CVE-2012-3458.patch	1969-12-31 20:00:00.0 -0400
+++ beaker-1.6.3/debian/patches/fix_CVE-2012-3458.patch	2012-08-24 14:04:48.0 -0400
@@ -0,0 +1,36 @@
+From: Ben Bangert b...@groovie.org
+Subject : Fix security issue CVE-2012-3458
+
+  Fix security issue, with PyCrypto not securing data such that an attacker
+  could possibly determine parts of the encrypted payload. Patch by Miloslav
+  Trmac of Redhat. [CVE-2012-3458]
+
+Origin: upstream, https://github.com/bbangert/beaker/commit/91becae76101cf87ce8cbfabe3af2622fc328fe5
+Bug-Debian: http://bugs.debian.org/684890
+
+--- beaker-1.6.3.orig/beaker/crypto/pycrypto.py
 beaker-1.6.3/beaker/crypto/pycrypto.py
+@@ -15,17 +15,18 @@ try:
+ 
+ except ImportError:
+ from Crypto.Cipher import AES
++from Crypto.Util import Counter
+ 
+ def aesEncrypt(data, key):
+-cipher = AES.new(key)
++cipher = AES.new(key, AES.MODE_CTR,
++ counter=Counter.new(128, initial_value=0))
+ 
+-data = data + (  * (16 - (len(data) % 16)))
+ return cipher.encrypt(data)
+ 
+ def aesDecrypt(data, key):
+-cipher = AES.new(key)
+-
+-return cipher.decrypt(data).rstrip()
++cipher = AES.new(key, AES.MODE_CTR,
++ counter=Counter.new(128, initial_value=0))
++return cipher.decrypt(data)
+ 
+ def getKeyLength():
+ return 32
diff -Nru beaker-1.6.3/debian/patches/series beaker-1.6.3/debian/patches/series
--- beaker-1.6.3/debian/patches/series	1969-12-31 20:00:00.0 -0400
+++ beaker-1.6.3/debian/patches/series	2012-08-24 13:59:45.0 -0400
@@ -0,0 +1 @@
+fix_CVE-2012-3458.patch
---End Message---
---BeginMessage---

On 26.08.2012 22:33, David Prévot wrote:

Please unblock package beaker

It fixes a security issue ([CVE-2012-3458] #684890). I didn't touch 
the

urgency since we're in freeze and let it to your appreciation.


Unblocked; thanks.

Regards,

Adam---End Message---


Bug#685938: marked as done (unblock: mercurial-server/1.2-2)

2012-08-26 Thread Debian Bug Tracking System
Your message dated Sun, 26 Aug 2012 23:21:15 +0100
with message-id 3cbd60553c871590a400ce583058e...@mail.adsl.funky-badger.org
and subject line Re: Bug#685938: unblock: mercurial-server/1.2-2
has caused the Debian Bug report #685938,
regarding unblock: mercurial-server/1.2-2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
685938: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=685938
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package mercurial-server

It simply adds some debconf translations.

unblock mercurial-server/1.2-2

Thanks in advance.

Regards

David

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-3-amd64 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diffstat for mercurial-server-1.2 mercurial-server-1.2

 changelog |7 +++
 po/da.po  |   26 ++
 po/nl.po  |   26 ++
 po/pl.po  |   30 ++
 po/sk.po  |   30 ++
 5 files changed, 119 insertions(+)

diff -Nru mercurial-server-1.2/debian/changelog mercurial-server-1.2/debian/changelog
--- mercurial-server-1.2/debian/changelog	2011-09-12 04:37:23.0 -0400
+++ mercurial-server-1.2/debian/changelog	2012-08-24 11:47:21.0 -0400
@@ -1,3 +1,10 @@
+mercurial-server (1.2-2) unstable; urgency=low
+
+  * Add translations for da, nl, sk, pl
+(Closes: #658943 #675317 #685558 #685700)
+
+ -- Paul Crowley p...@lshift.net  Fri, 24 Aug 2012 16:00:08 +0100
+
 mercurial-server (1.2-1) unstable; urgency=high
 
   * New upstream version with security fixes (Closes: #641262)
diff -Nru mercurial-server-1.2/debian/po/da.po mercurial-server-1.2/debian/po/da.po
--- mercurial-server-1.2/debian/po/da.po	1969-12-31 20:00:00.0 -0400
+++ mercurial-server-1.2/debian/po/da.po	2012-08-24 11:47:21.0 -0400
@@ -0,0 +1,26 @@
+# Danish translation mercurial-server.
+# Copyright (C) 2012 mercurial-server  nedenstående oversættere.
+# This file is distributed under the same license as the mercurial-server package.
+# Joe Hansen (joedalt...@yahoo.dk), 2012.
+#
+msgid 
+msgstr 
+Project-Id-Version: mercurial-server\n
+Report-Msgid-Bugs-To: mercurial-ser...@packages.debian.org\n
+POT-Creation-Date: 2009-12-02 18:14+\n
+PO-Revision-Date: 2012-02-06 12:42+\n
+Last-Translator: Joe Hansen joedalt...@yahoo.dk\n
+Language-Team: Danish debian-l10n-dan...@lists.debian.org\n
+Language: da\n
+MIME-Version: 1.0\n
+Content-Type: text/plain; charset=UTF-8\n
+Content-Transfer-Encoding: 8bit\n
+
+#. Type: boolean
+#. Description
+#: ../templates:1001
+msgid 
+Do you want the repositories to be removed when mercurial-server is purged?
+msgstr 
+Ønsker du at arkiverne skal fjernes, når mercurial-server afinstalleres?
+
diff -Nru mercurial-server-1.2/debian/po/nl.po mercurial-server-1.2/debian/po/nl.po
--- mercurial-server-1.2/debian/po/nl.po	1969-12-31 20:00:00.0 -0400
+++ mercurial-server-1.2/debian/po/nl.po	2012-08-24 11:47:21.0 -0400
@@ -0,0 +1,26 @@
+# Dutch translation of mercurial-server debconf templates.
+# Copyright (C) 2012 THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the mercurial-server package.
+# Jeroen Schot sc...@a-eskwadraat.nl, 2012.
+#
+msgid 
+msgstr 
+Project-Id-Version: mercurial-server 1.2-1\n
+Report-Msgid-Bugs-To: mercurial-ser...@packages.debian.org\n
+POT-Creation-Date: 2009-12-02 18:14+\n
+PO-Revision-Date: 2012-05-31 10:03+0200\n
+Last-Translator: Jeroen Schot sc...@a-eskwadraat.nl\n
+Language-Team: Debian l10n Dutch debian-l10n-du...@lists.debian.org\n
+Language: nl\n
+MIME-Version: 1.0\n
+Content-Type: text/plain; charset=UTF-8\n
+Content-Transfer-Encoding: 8bit\n
+
+#. Type: boolean
+#. Description
+#: ../templates:1001
+msgid 
+Do you want the repositories to be removed when mercurial-server is purged?
+msgstr 
+Wilt u dat de database verwijderd wordt wanneer mercurial-server gewist 
+('purge') wordt?
diff -Nru mercurial-server-1.2/debian/po/pl.po mercurial-server-1.2/debian/po/pl.po
--- mercurial-server-1.2/debian/po/pl.po	1969-12-31 20:00:00.0 -0400
+++ mercurial-server-1.2/debian/po/pl.po	2012-08-24 11:47:21.0 -0400
@@ -0,0 +1,30 @@
+# Translation 

Bug#685960: unblock: gnupg/1.4.12-5 (pre-approval)

2012-08-26 Thread David Prévot
Subject: unblock: gnupg/1.4.12-5
Package: release.debian.org
User: release.debian@packages.debian.org
Usertags: unblock
Severity: normal
X-Debbugs-CC: 685...@bugs.debian.org
X-Debbugs-CC: Daniel Leidert daniel.leid...@wgdd.de

Hi,

I should have filled this request as a bug to ease the tracking, fixing
that now.

Le 26/08/2012 15:38, David Prévot a écrit :
 Hi Daniel, RT wizards,
 
 Le 26/08/2012 05:36, Daniel Leidert a écrit :
 Am Mittwoch, den 22.08.2012, 13:29 -0400 schrieb David Prévot:

 Please find attached the French translation updated, proofread by the
 traduc.org mailing list of contributors.

 This has already been reported upstream, but it would be nice to ship a
 proofread and finally complete version in the upcoming Wheezy 
 (translations are still granted a freeze exception).

 It's true, that they are granted a freeze exception. But a udeb is
 involved too. Therefor I'm not in favor of touching the package. Other
 opinions?
 
 CCing the release team who can provide more insight about it. I'm of
 course to blame for not providing an updated translation sooner (it's a
 huge one, and I updated the upstream 2.0 and 2.1 branches too, allowing
 a more complete review process), but would really like to finally see an
 up to date translation of this widely used package, especially during
 the lifetime of Wheezy.
 
 Thanks in advance for considering.

Attached the current (from the gnupg package repository) debdiff,
excluding the translation, since it contains other pending changes that
may not be in line with the current freeze policy (so the release team
may point what changes could be acceptable or not).

Regards

David

diffstat for gnupg-1.4.12 gnupg-1.4.12

 README.BUGS.Debian   |   17 -
 changelog|   15 +++
 control  |2 +-
 rules|   14 +++---
 source.lintian-overrides |2 ++
 5 files changed, 41 insertions(+), 9 deletions(-)

diff -Nru --exclude patches gnupg-1.4.12/debian/changelog gnupg-1.4.12/debian/changelog
--- gnupg-1.4.12/debian/changelog	2012-03-10 14:08:15.0 -0400
+++ gnupg-1.4.12/debian/changelog	2012-08-26 20:46:23.0 -0400
@@ -1,3 +1,17 @@
+gnupg (1.4.12-5) UNRELEASED; urgency=low
+
+  [ Thijs Kinkhorst ]
+  * Build udebs with --enable-minimal.
+  * Add lintian override for gnupg-curl non-conflict.
+
+  [ Daniel Leidert ]
+  * debian/README.BUGS.Debian: Added note about gpg not returning an error
+message if junk is given after --edit-key/--send-keys (closes: #630388).
+  * patches/685627_french_translation_update.patch: Added.
+- po/fr.po: French translation proofread and updated (closes: #685627).
+
+ -- Thijs Kinkhorst th...@debian.org  Mon, 09 Apr 2012 18:44:33 +0200
+
 gnupg (1.4.12-4) unstable; urgency=low
 
   * Move mingw64 to B-D-I, adjust make targets. This helps debian-ports
@@ -27,6 +41,7 @@
 - Documents keyid-format and with-colons combination (LP: #808295).
 - No longer requires readline for gpgv (closes: #592902).
 - Fixes man page format error for gpg-zip (closes: #606072).
+- Fixes gpg manual page (closes: #640140).
   * As we're now on 0 patches, and dpatch is supposedly obsoleted,
 take the chance to switch to dpkg-source 3.0 (quilt) format.
   * Several packaging tweaks to keep Lintian happy.
diff -Nru --exclude patches gnupg-1.4.12/debian/control gnupg-1.4.12/debian/control
--- gnupg-1.4.12/debian/control	2012-03-05 18:19:23.0 -0400
+++ gnupg-1.4.12/debian/control	2012-08-26 20:46:23.0 -0400
@@ -3,7 +3,7 @@
 Priority: important
 Maintainer: Debian GnuPG-Maintainers pkg-gnupg-ma...@lists.alioth.debian.org
 Uploaders: Sune Vuorela deb...@pusling.com,
- Daniel Leidert (dale) daniel.leid...@wgdd.de,
+ Daniel Leidert dleid...@debian.org,
  Thijs Kinkhorst th...@debian.org
 Standards-Version: 3.9.3
 Build-Depends: debhelper ( 7), libz-dev, libldap2-dev, libbz2-dev,
diff -Nru --exclude patches gnupg-1.4.12/debian/README.BUGS.Debian gnupg-1.4.12/debian/README.BUGS.Debian
--- gnupg-1.4.12/debian/README.BUGS.Debian	2012-03-01 05:35:36.0 -0400
+++ gnupg-1.4.12/debian/README.BUGS.Debian	2012-08-26 20:46:23.0 -0400
@@ -109,4 +109,19 @@
 Debian #485458 URL:http://bugs.debian.org/485458
 
 
- -- Daniel Leidert daniel.leid...@wgdd.de, 2009
+gnupg: gpg doesn't print an error if junk is given after --edit-key or
+   --send-key.
+
+Citing the upstream author in https://bugs.g10code.com/gnupg/issue1090:
+
+  We can't print an error message because that would let gpg treturn with
+  an error code and lead to problems with scripts which assume the current
+  way of doing things.  A warning is possible but Unix tools generally
+  don't do that.
+
+Debian #567597 URL:http://bugs.debian.org/567597
+Debian #630388 URL:http://bugs.debian.org/630388
+Ubuntu #389694 URL:http://launchpad.net/bugs/389694
+
+
+ -- Daniel Leidert daniel.leid...@wgdd.de, 2012
diff -Nru --exclude 

Bug#685961: pu: package alpine/2.00+dfsg-6+squeeze1

2012-08-26 Thread Asheesh Laroia
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: pu

Hi stable release team,

(This is my first stable proposed update, so if I get a process item wrong,
please pardon me and help me correct it. Thanks!)

Bug #653238 describes a crasher bug, possibly a security vulnerability, in
alpine. The security team has indicated on the bug that they're not going to
open a Debian Security Advisory for the alpine bug, and indicate, You/the
maintainer may choose to fix it in (old)stable through a point update, or leave
it at this. I choose to update stable through a point update.

I've prepared a minimal package update that adds the patch that fixes the
issue. I've tested that it builds fine in a stable pbuilder; before uploading,
I have tested it on a machine running stable, where it works fine.

I wanted to get your approval to upload the package to stable.

As a footnote: I believe the process on my end is:

* Get y'all's approval
* Upload the package using dput ftp-master alpine_2.00+dfsg-6+squeeze1.dsc
(with a binary package, as usual in Debian)
* Watch it flow through into squeeze-updates with no further effort from me

If I have some of that wrong, then let me know. I've read the documentation and
believe I understand, but want to be careful to not mess anything up.

Thanks!

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.4-trunk-amd64 (SMP w/4 CPU cores)
diff -u alpine-2.00+dfsg/debian/changelog alpine-2.00+dfsg/debian/changelog
--- alpine-2.00+dfsg/debian/changelog
+++ alpine-2.00+dfsg/debian/changelog
@@ -1,3 +1,10 @@
+alpine (2.00+dfsg-6+squeeze1) squeeze; urgency=low
+
+  * Fix a crash in the embedded copy of UW-IMAP, CVE-2008-5514.
+(Closes: #653238)
+
+ -- Asheesh Laroia ashe...@asheesh.org  Sun, 26 Aug 2012 16:58:01 -0700
+
 alpine (2.00+dfsg-6) unstable; urgency=low
 
   * Add diversion for pico and remove conflict with nano.
diff -u alpine-2.00+dfsg/debian/patches/series alpine-2.00+dfsg/debian/patches/series
--- alpine-2.00+dfsg/debian/patches/series
+++ alpine-2.00+dfsg/debian/patches/series
@@ -9,0 +10 @@
+60_fix_embedded_uw_imap.patch
only in patch2:
unchanged:
--- alpine-2.00+dfsg.orig/debian/patches/60_fix_embedded_uw_imap.patch
+++ alpine-2.00+dfsg/debian/patches/60_fix_embedded_uw_imap.patch
@@ -0,0 +1,21 @@
+diff -urN alpine-2.00/imap/src/c-client/rfc822.c alpine-2.00.fixed/imap/src/c-client/rfc822.c
+--- alpine-2.00/imap/src/c-client/rfc822.c	2008-06-04 11:46:10.0 -0700
 alpine-2.00.fixed/imap/src/c-client/rfc822.c	2012-08-26 17:12:39.678307877 -0700
+@@ -1351,6 +1351,7 @@
+ 
+ static long rfc822_output_char (RFC822BUFFER *buf,int c)
+ {
++  if ((buf-cur == buf-end)  !rfc822_output_flush (buf)) return NIL;
+   *buf-cur++ = c;		/* add character, soutr buffer if full */
+   return (buf-cur == buf-end) ? rfc822_output_flush (buf) : LONGT;
+ }
+@@ -1374,7 +1375,8 @@
+   len -= i;
+ }
+ /* soutr buffer now if full */
+-if (len  !rfc822_output_flush (buf)) return NIL;
++if ((len || (buf-cur == buf-end))  !rfc822_output_flush (buf))
++  return NIL;
+   }
+   return LONGT;
+ }


Bug#685929: unblock: torcs/1.3.3+dfsg-0.1

2012-08-26 Thread David Prévot
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi Adam,

Le 26/08/2012 16:15, Adam D. Barratt a écrit :

 Almost accepted, because I don't believe I ever actually received a
 response to:
 
  What's this change about?
 
  -build-predeb/torcs-data::
  +binary-predeb/torcs-data::

It's just a typo fix. According to the maintainer's repository, it's
about cleaning a Lintian warning:

http://anonscm.debian.org/gitweb/?p=pkg-games/torcs.git;a=commitdiff;h=9ef10a7c0e6158c687922e70706b77fc2f930c2e

After rebuilding the package in the former version, I think I
understood: build-predeb was a typo (I don't know much about CDBS, but
the only occurrence on the web I was able to find, is the current
thread), so the following rule:

 # removing empty script until it's ready  
 
 rm -f debian/torcs-data/usr/share/games/torcs/telemetry/telemetry.sh 

was never called, and the empty script was shipped in torcs-data,
triggering the “script-not-executable” Lintian warning for torcs-data
about usr/share/games/torcs/telemetry/telemetry.sh.

Regards

David

P.-S.: Thanks a lot for your work in the release team, I don't bother to
spam you with a “thank you” each time you unblock, often in a very
timely manner, one package after I've submitted a bug, but yay!

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJQOug7AAoJELgqIXr9/gnyYGsQAJH0/8rD7K1trE6KYmUQpsJK
RQ2vKePCKwPjTF4qx86rteUJ9fgWOpTGPh8wZw4oWSFfVzjFl0Gi0PUDX5MRaAfX
K7j4CT2EEhGdHpLo9NQ0dOqxF937QrngGTICo7FIrHtYH+2n+Qj3MjylvIgMR2Ul
8i80wM0+rVCCyB8orcJD8fEBW6C+vRpKJLeb9rAnai08ayM6lceYoBMxzPqFSX9o
17qhWzODmkfDB5rpq2xY2VxF2T+Z8/aTiI1Jd3KIWyh+d+sZTp05CUAFiRh2fgFx
v1M+ExPMyPm7vxOyhf/4Eq/SFxynnm3qlD5DOLzuj7RxlQev2HZbxzW6GNitN+0H
SSQgvkS11Q8/7+JJH2E2NrUhyRBnMwXxPzotlc3HCMXxHHd+0uW5bMLubEOZnpU2
Izk/xDn9KfaSe10xliKNbfYz9SmkmNUJIKV59LLna5kkfkVJJNJGe2fTaOp0g/Cq
cbA0tZQShCdcbLiXECSItu3wcZuUeZKKN/iMzNv296Zg1JU0E44/uwIrXSOm1IMq
POdCVGuLZvrbQSfHgnM7DNnN1mG1oLrgXWuwIauIFShcfO4G7mfsAlBk0GK+Zk+g
cyGUpeIGGR3yVpvVDHBRa3zVpaULmDMjCtu3YNhlUgqDmvaOguIaKOpFg7pgSdEw
9wtdQbNP26GfufoU9jzg
=Egp3
-END PGP SIGNATURE-


-- 
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/503ae83d.1050...@debian.org



Bug#685964: unblock: routes/1.13-2

2012-08-26 Thread David Prévot
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package routes

It fixes an RC-bug and an important one via unstable, each one with a
single word fix (so the changelog is the biggest part of the diff to
review).

unblock routes/1.13-2

Thanks in advance

Regards

David


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-3-amd64 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
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/20120827035727.8228.28174.report...@mikado.tilapin.org



Bug#685965: unblock: libgpg-error/1.10-3.1

2012-08-26 Thread David Prévot
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package libgpg-error

It's just a translation update. The debdiff is ugly (one single patch):

 changelog |   15 
 patches/l10n_update.patch | 4537 ++
 patches/series|1 
 3 files changed, 4553 insertions(+)

But it really only touches l10n stuff:

$ grep +++ debian/patches/l10n_update.patch 
+++ b/po/LINGUAS
+++ b/po/da.po
+++ b/po/ja.po
+++ b/po/cs.po
+++ b/po/de.po
+++ b/po/fr.po
+++ b/po/nl.po
+++ b/po/pl.po
+++ b/po/libgpg-error.pot

po/LINGUAS because two new languages were added, and po/libgpg-error.pot
to trigger the gmo rebuild. This translation update has been coordinated
with upstream.

unblock libgpg-error/1.10-3.1

Thanks in advance.

Regards

David

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-3-amd64 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


libgpg-error_init.diff.xz
Description: application/xz


Bug#685964: unblock: routes/1.13-2

2012-08-26 Thread David Prévot
Hi,

Le 26/08/2012 23:57, David Prévot a écrit :

 Please unblock package routes
 
 It fixes an RC-bug and an important one via unstable, each one with a
 single word fix (so the changelog is the biggest part of the diff to
 review).
 
 unblock routes/1.13-2

And the forgotten debdiff, sorry for the noise.

Regards

David

diffstat for routes-1.13 routes-1.13

 changelog |   12 
 control   |2 +-
 rules |2 +-
 3 files changed, 14 insertions(+), 2 deletions(-)

diff -Nru routes-1.13/debian/changelog routes-1.13/debian/changelog
--- routes-1.13/debian/changelog	2012-03-15 17:15:02.0 -0400
+++ routes-1.13/debian/changelog	2012-08-26 10:00:34.0 -0400
@@ -1,3 +1,15 @@
+routes (1.13-2) unstable; urgency=low
+
+  [ David Prévot ]
+  * Add missing dependency on python-pkg-resources, thanks to Jakub Wilk
+(closes: #684677)
+
+  [ Piotr Ożarowski ]
+  * Remove build-docs file in clean target to make sure docs are rebuilt and
+available even if build process is invoked twice in a row (closes: #671389)
+
+ -- Piotr Ożarowski pi...@debian.org  Sun, 26 Aug 2012 15:52:09 +0200
+
 routes (1.13-1) unstable; urgency=low
 
   * New upstream release
diff -Nru routes-1.13/debian/control routes-1.13/debian/control
--- routes-1.13/debian/control	2012-03-15 17:10:33.0 -0400
+++ routes-1.13/debian/control	2012-08-26 09:51:02.0 -0400
@@ -13,7 +13,7 @@
 
 Package: python-routes
 Architecture: all
-Depends: ${python:Depends}, ${sphinxdoc:Depends}, ${misc:Depends}
+Depends: ${python:Depends}, ${sphinxdoc:Depends}, ${misc:Depends}, python-pkg-resources
 Recommends: python-webob
 Suggests: python-paste
 Description: Routing Recognition and Generation Tools
diff -Nru routes-1.13/debian/rules routes-1.13/debian/rules
--- routes-1.13/debian/rules	2012-03-15 17:18:07.0 -0400
+++ routes-1.13/debian/rules	2012-08-26 09:55:24.0 -0400
@@ -11,7 +11,7 @@
 	find . -name *\.py[co] -delete
 	find . -name \._* -delete
 	rm -rf docs/_build
-	dh_clean Routes.egg-info/*
+	dh_clean Routes.egg-info/* build-docs
 
 build: build-indep
 build-arch:


signature.asc
Description: OpenPGP digital signature


Processed: retitle 685941 to tpu: package backbone/0.5.3-2+deb7u1

2012-08-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 retitle 685941 tpu: package backbone/0.5.3-2+deb7u1
Bug #685941 [release.debian.org] tpu: package libjs-backbone/0.5.3-2+deb7u1
Changed Bug title to 'tpu: package backbone/0.5.3-2+deb7u1' from 'tpu: package 
libjs-backbone/0.5.3-2+deb7u1'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
685941: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=685941
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
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/handler.s.c.13460421384086.transcr...@bugs.debian.org