Bug#683091: unblock: freevo/1.9.2b2-4

2012-07-29 Thread A Mennucc
sorry, you are right.

Currently testing has freevo/1.9.2b2-2 while unstable has
freevo/1.9.2b2-4 (I attach proper diffs) ;

upgrading is not needed to correct an RC bug in testing , as you
correctly stated ;

upgrading would fix these bugs:

* make sure the recordserver starts after dvbstreamer,
otherwise the recordserver dies
* patch applelib so that the apple plugin does not crash when
parsing certain  apple.com trailers
* [INTL:nl] Dutch translation of debconf templates,
* [INTL:it] Italian translation of debconf messages,
* [INTL:pl] Polish debconf translation,

my personal PVR have been running with these patches in it since March

a.

File lists identical (after any substitutions)

Control files of package freevo: lines which differ (wdiff format)
--
Depends: debconf (= 0.5) | debconf-2.0, python (= 2.6.6-7~), python-freevo (= [-1.9.2b2-2),-] {+1.9.2b2-4),+} freevo-data (= [-1.9.2b2-2),-] {+1.9.2b2-4),+} mplayer, lsdvd, console-tools | kbd, debconf, adduser, xinit
Installed-Size: [-5506-] {+5515+}
Version: [-1.9.2b2-2-] {+1.9.2b2-4+}

Control files of package freevo-data: lines which differ (wdiff format)
---
Recommends: freevo (= [-1.9.2b2-2)-] {+1.9.2b2-4)+}
Version: [-1.9.2b2-2-] {+1.9.2b2-4+}

Control files of package freevo-doc: lines which differ (wdiff format)
--
Version: [-1.9.2b2-2-] {+1.9.2b2-4+}

Control files of package freevo-lirc: lines which differ (wdiff format)
---
Depends: freevo (= [-1.9.2b2-2),-] {+1.9.2b2-4),+} python-pylirc, lirc
Version: [-1.9.2b2-2-] {+1.9.2b2-4+}

Control files of package python-freevo: lines which differ (wdiff format)
-
Recommends: freevo (= [-1.9.2b2-2)-] {+1.9.2b2-4)+}
Version: [-1.9.2b2-2-] {+1.9.2b2-4+}
diff -Nru freevo-1.9.2b2/debian/changelog freevo-1.9.2b2/debian/changelog
--- freevo-1.9.2b2/debian/changelog	2011-11-19 18:42:06.0 +0100
+++ freevo-1.9.2b2/debian/changelog	2012-07-22 09:53:49.0 +0200
@@ -1,3 +1,23 @@
+freevo (1.9.2b2-4) unstable; urgency=low
+
+  * Bug fix: fails to install due to insserv rejecting the script
+header, thanks to Andreas Beckmann (Closes: #665741).
+
+ -- A Mennucc1 mennu...@debian.org  Sun, 22 Jul 2012 09:53:46 +0200
+
+freevo (1.9.2b2-3) unstable; urgency=low
+
+  * make sure the recordserver starts after dvbstreamer
+  * patch applelib
+  * [INTL:nl] Dutch translation of debconf templates,
+thanks to Jeroen Schot (Closes: #652628).
+  * [INTL:it] Italian translation of debconf messages,
+thanks to Beatrice Torracca (Closes: #660457).
+  * [INTL:pl] Polish debconf translation,
+thanks to Michał Kułach (Closes: #663687).
+
+ -- A Mennucc1 mennu...@debian.org  Fri, 23 Mar 2012 10:47:43 +0100
+
 freevo (1.9.2b2-2) unstable; urgency=low
 
   * update to svn 11905
diff -Nru freevo-1.9.2b2/debian/freevo.freevo_recordserver.init freevo-1.9.2b2/debian/freevo.freevo_recordserver.init
--- freevo-1.9.2b2/debian/freevo.freevo_recordserver.init	2009-09-04 17:02:48.0 +0200
+++ freevo-1.9.2b2/debian/freevo.freevo_recordserver.init	2012-07-22 09:54:03.0 +0200
@@ -3,8 +3,8 @@
 # Provides:freevo-recordserver
 # Required-Start:   $remote_fs $time
 # Required-Stop:$remote_fs $time
-# Should-Start:
-# Should-Stop:
+# Should-Start:  dvbstreamer
+# Should-Stop:   dvbstreamer
 # Default-Start:   2 3 4 5
 # Default-Stop:		0 1 6
 # Short-Description: Starts the Freevo Home Theatre PC Platform Recordserver
diff -Nru freevo-1.9.2b2/debian/patches/applelib.py.diff freevo-1.9.2b2/debian/patches/applelib.py.diff
--- freevo-1.9.2b2/debian/patches/applelib.py.diff	1970-01-01 01:00:00.0 +0100
+++ freevo-1.9.2b2/debian/patches/applelib.py.diff	2012-03-17 09:39:54.0 +0100
@@ -0,0 +1,30 @@
+--- x/src/video/plugins/applelib.py	(revisione 11905)
 x/src/video/plugins/applelib.py	(copia locale)
+@@ -37,6 +37,9 @@
+ import urllib
+ import config
+ 
++import logging
++logger = logging.getLogger(freevo.video.plugins.applelib)
++
+ class Trailer:
+ def __init__(self, element):
+ self.cast = []
+@@ -77,12 +80,14 @@
+ if rt is not None:
+ colon_pos = rt.find(':')
+ try:
+-if colon_pos != -1:
++if colon_pos  0:
+ self.runtime = (int(rt[:colon_pos]) * 60 ) + int(rt[colon_pos+1:])
++elif colon_pos == 0:
++self.runtime = int(rt[1:])
+ else:
+-self.runtime = int(colon_pos)
++self.runtime = int(rt)
+ except:
+-

please unblock glade-3 3.6.7-2.1

2012-07-29 Thread Bart Martens
Hi,

Please unblock glade-3 3.6.7-2.1.

  * Non-maintainer upload.
  * debian/patches/03_gmodule.patch: Added.  Closes: #669485.
Patch by Andreas Henriksson andr...@fatal.se.

Debdiff attached.  (The list of uploaders is kept up-to-date automatically.)

Regards,

Bart Martens
diff -Nru glade-3-3.6.7/debian/changelog glade-3-3.6.7/debian/changelog
--- glade-3-3.6.7/debian/changelog	2011-07-27 01:35:24.0 +
+++ glade-3-3.6.7/debian/changelog	2012-07-29 08:04:06.0 +
@@ -1,3 +1,11 @@
+glade-3 (3.6.7-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/patches/03_gmodule.patch: Added.  Closes: #669485.
+Patch by Andreas Henriksson andr...@fatal.se.
+
+ -- Bart Martens ba...@debian.org  Sun, 29 Jul 2012 08:02:50 +
+
 glade-3 (3.6.7-2) unstable; urgency=low
 
   * Switch to dpkg source format 3.0 (quilt).
diff -Nru glade-3-3.6.7/debian/control glade-3-3.6.7/debian/control
--- glade-3-3.6.7/debian/control	2011-07-27 02:15:40.0 +
+++ glade-3-3.6.7/debian/control	2012-07-29 08:34:47.0 +
@@ -7,7 +7,7 @@
 Section: gnome
 Priority: optional
 Maintainer: Debian GNOME Maintainers pkg-gnome-maintain...@lists.alioth.debian.org
-Uploaders: Deng Xiyue manphiz-gu...@users.alioth.debian.org, Josselin Mouette j...@debian.org, Loic Minier l...@dooz.org, Michael Biebl bi...@debian.org, Sebastian Dröge sl...@debian.org
+Uploaders: Deng Xiyue manphiz-gu...@users.alioth.debian.org, Josselin Mouette j...@debian.org, Loic Minier l...@dooz.org, Michael Biebl bi...@debian.org
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/desktop/unstable/glade-3
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/glade-3
 Build-Depends: cdbs (= 0.4.41),
diff -Nru glade-3-3.6.7/debian/patches/03_gmodule.patch glade-3-3.6.7/debian/patches/03_gmodule.patch
--- glade-3-3.6.7/debian/patches/03_gmodule.patch	1970-01-01 00:00:00.0 +
+++ glade-3-3.6.7/debian/patches/03_gmodule.patch	2012-07-29 08:04:18.0 +
@@ -0,0 +1,15 @@
+Description: add gmodule-2.0 to GTK_LIBS
+  Fixes build failure reported in http://bugs.debian.org/669485
+Author: Andreas Henriksson andr...@fatal.se
+
+--- glade-3-3.6.7.orig/configure.ac
 glade-3-3.6.7/configure.ac
+@@ -116,7 +116,7 @@ GTK_DOC_CHECK(1.9)
+ dnl 
+ dnl Check for gtk+
+ dnl 
+-PKG_CHECK_MODULES(GTK, [gtk+-2.0 = 2.14.0 gthread-2.0 libxml-2.0 = 2.4.0])
++PKG_CHECK_MODULES(GTK, [gtk+-2.0 = 2.14.0 gthread-2.0 libxml-2.0 = 2.4.0 gmodule-2.0])
+ AC_SUBST(GTK_LIBS)
+ AC_SUBST(GTK_CFLAGS)
+ 
diff -Nru glade-3-3.6.7/debian/patches/series glade-3-3.6.7/debian/patches/series
--- glade-3-3.6.7/debian/patches/series	2011-07-27 01:08:29.0 +
+++ glade-3-3.6.7/debian/patches/series	2012-07-29 08:04:51.0 +
@@ -1,3 +1,4 @@
 01_gladeui-types.patch
 02_link_gtk-doc_scanner.patch
+03_gmodule.patch
 99_ltmain_as-needed.patch


Bug#683152: unblock: reportbug/6.4.1

2012-07-29 Thread Sandro Tosi
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package reportbug

It fixes a bug that made reporting bugs to src:p be actually reported to 
'src'.

unblock reportbug/6.4.1

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

Kernel: Linux 3.4-trunk-amd64 (SMP w/8 CPU cores)
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/20120729091729.20775.42615.report...@oracle.matrix.int



Re: open-iscsi freeze exception for Wheezy

2012-07-29 Thread Ritesh Raj Sarraf
Any updates? Is it being held for Beta 1 ?


On Friday 13 July 2012 01:35 PM, Ritesh Raj Sarraf wrote:
 Any updates of this exception request?
 
 
 On Tuesday 10 July 2012 08:57 PM, Cyril Brulebois wrote:
 Hi Colin,

 Ritesh Raj Sarraf r...@debian.org (10/07/2012):
 Now that the old (2.0.873-1) version of the udeb has been removed, and
 the newer limited architecture udebs are ready in unstable, this email
 is a request for freeze exception (including udeb freeze exception)
 for the open-iscsi package.

 The current excuses reported are:


 Excuse for open-iscsi

   * 12 days old (needed 10 days)
   * Not touching package due to block-udeb request by freeze (contact
 debian-release if update is needed)
   * Ignoring block request by freeze, due to unblock request by
 freeze-exception
   * Updating open-iscsi fixes old bugs: #645752
 http://bugs.debian.org/645752
   * Not considered

 I see you added the udeb to open-iscsi; do you want it to migrate
 right now? Or should that wait after beta 1?

 Ping based on:
 | cbrulebois@Cygnus:~/debian-installer(0)$ grep open-iscsi-udeb -r .
 | ./packages/partman-iscsi/debian/control:Depends: ${misc:Depends}, 
 partman-base (= 114), cdebconf-udeb (= 0.133), di-utils (= 1.66), 
 open-iscsi-udeb

 and:
 | +open-iscsi (2.0.872+git0.6676a1cf-1) experimental; urgency=low
 | […]
 | +  [ Colin Watson ]
 | +  * [156b745] open-iscsi: add a udeb (Closes: #635161)
 | +
 | + -- Ritesh Raj Sarraf r...@debian.org  Sat, 07 Apr 2012 21:02:37 +0530

 Mraw,
 KiBi.
 
 


-- 
Ritesh Raj Sarraf | http://people.debian.org/~rrs
Debian - The Universal Operating System



signature.asc
Description: OpenPGP digital signature


Bug#683152: marked as done (unblock: reportbug/6.4.1)

2012-07-29 Thread Debian Bug Tracking System
Your message dated Sun, 29 Jul 2012 10:54:14 +0100
with message-id 1343555654.18013.109.ca...@jacala.jungle.funky-badger.org
and subject line Re: Bug#683152: unblock: reportbug/6.4.1
has caused the Debian Bug report #683152,
regarding unblock: reportbug/6.4.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.)


-- 
683152: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=683152
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 reportbug

It fixes a bug that made reporting bugs to src:p be actually reported to 
'src'.

unblock reportbug/6.4.1

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

Kernel: Linux 3.4-trunk-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
---End Message---
---BeginMessage---
On Sun, 2012-07-29 at 11:17 +0200, Sandro Tosi wrote:
 Please unblock package reportbug
 
 It fixes a bug that made reporting bugs to src:p be actually
 reported to 'src'.

Unblocked; thanks.

Regards,

Adam---End Message---


Re: please unblock glade-3 3.6.7-2.1

2012-07-29 Thread Adam D. Barratt
On Sun, 2012-07-29 at 09:00 +, Bart Martens wrote:
 Please unblock glade-3 3.6.7-2.1.
 
   * Non-maintainer upload.
   * debian/patches/03_gmodule.patch: Added.  Closes: #669485.
 Patch by Andreas Henriksson andr...@fatal.se.

There doesn't seem to have been any mention of the NMU in the bug log...
unblocked anyway.

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/1343556011.18013.112.ca...@jacala.jungle.funky-badger.org



Bug#683043: marked as done (unblock: ipadic/2.7.0+main-3)

2012-07-29 Thread Debian Bug Tracking System
Your message dated Sun, 29 Jul 2012 12:02:12 +0200
with message-id 50150a24.70...@thykier.net
and subject line Re: Bug#683043: unblock: ipadic/2.7.0+main-3
has caused the Debian Bug report #683043,
regarding unblock: ipadic/2.7.0+main-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.)


-- 
683043: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=683043
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 ipadic

As discussed in http://bugs.debian.org/682970 , I removed excessive
changes.  Diff with testing source attached.

Now it fixes gross bug caused by multi-arch migration of chasen.

unblock ipadic/2.7.0+main-3

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

Kernel: Linux 3.4-trunk-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff --git a/debian/changelog b/debian/changelog
index 4431308..d46f86c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,22 @@
+ipadic (2.7.0+main-3) unstable; urgency=low
+
+  * Remove excessive changes in -2 such as bump of Standards-Version
+and debhelper compat with copyright adjustment to get this package
+version unblocked for wheezy.
+
+ -- Osamu Aoki os...@debian.org  Sat, 28 Jul 2012 09:50:27 +0900
+
+ipadic (2.7.0+main-2) unstable; urgency=low
+
+  [ Evgeni Golov ]
+  * Get path to makemat and makeda via chasen-config --mkchadic
+Closes: #680834
+
+  [ Osamu Aoki ]
+  * Fix copyright file and bump Standards-Version to 3.9.3.
+
+ -- Osamu Aoki os...@debian.org  Tue, 10 Jul 2012 21:16:23 +0900
+
 ipadic (2.7.0+main-1) unstable; urgency=low
 
   * Bump source version and re-upload after orig.tar.gz removal
diff --git a/debian/utf8dict b/debian/utf8dict
index 936d1a5..20d807c 100755
--- a/debian/utf8dict
+++ b/debian/utf8dict
@@ -6,6 +6,7 @@ set -e
 utf8=utf8
 
 VERSION=$( dpkg-parsechangelog | awk '/^Version: /{print $2}' | cut -d':' -f2 | cut -d'-' -f1 | sed 's/\+\|\~/-/')
+CHASEN_MKCHADIC_DIR=`chasen-config --mkchadic`
 
 # Create UTF-8 dictionary data in ${utf8}
 rm -rf ${utf8}
@@ -34,6 +35,6 @@ if [ -z `grep '(ENCODE u)' ${utf8}/ipadic.rc` ] 
 fi
 
 #   for matrix.cha table.cha
-(cd ${utf8}  /usr/lib/chasen/makemat -i w)
+(cd ${utf8}  $CHASEN_MKCHADIC_DIR/makemat -i w)
 #   for chadic.da chadic.lex chadic.dat
-(cd ${utf8}  /usr/lib/chasen/makeda -i w chadic *.dic)
+(cd ${utf8}  $CHASEN_MKCHADIC_DIR/makeda -i w chadic *.dic)
---End Message---
---BeginMessage---
On 2012-07-28 03:23, Osamu Aoki wrote:
 Package: release.debian.org
 Severity: normal
 User: release.debian@packages.debian.org
 Usertags: unblock
 
 Please unblock package ipadic
 
 As discussed in http://bugs.debian.org/682970 , I removed excessive
 changes.  Diff with testing source attached.
 
 Now it fixes gross bug caused by multi-arch migration of chasen.
 
 unblock ipadic/2.7.0+main-3
 
 [...]



Unblocked, thanks.

~Niels---End Message---


Bug#683091: marked as done (unblock: freevo/1.9.2b2-4)

2012-07-29 Thread Debian Bug Tracking System
Your message dated Sun, 29 Jul 2012 11:02:02 +0100
with message-id 1343556122.18013.113.ca...@jacala.jungle.funky-badger.org
and subject line Re: Bug#683091: unblock: freevo/1.9.2b2-4
has caused the Debian Bug report #683091,
regarding unblock: freevo/1.9.2b2-4
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.)


-- 
683091: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=683091
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 freevo

I just found out I overlooked a RC bug in freevo; I uploaded corrected
version 1.9.2b2-4  ; see attachments; please provide exception.

unblock freevo/1.9.2b2-4

ps: I had written to d-release@d.o on 22 July


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

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

-- 
Andrea Mennucc
 E' un mondo difficile. Che vita intensa! (Tonino Carotone)
File lists identical (after any substitutions)

Control files of package freevo: lines which differ (wdiff format)
--
Depends: debconf (= 0.5) | debconf-2.0, python (= 2.6.6-7~), python-freevo (= [-1.9.2b2-3),-] {+1.9.2b2-4),+} freevo-data (= [-1.9.2b2-3),-] {+1.9.2b2-4),+} mplayer, lsdvd, console-tools | kbd, debconf, adduser, xinit
Version: [-1.9.2b2-3-] {+1.9.2b2-4+}

Control files of package freevo-data: lines which differ (wdiff format)
---
Recommends: freevo (= [-1.9.2b2-3)-] {+1.9.2b2-4)+}
Version: [-1.9.2b2-3-] {+1.9.2b2-4+}

Control files of package freevo-doc: lines which differ (wdiff format)
--
Version: [-1.9.2b2-3-] {+1.9.2b2-4+}

Control files of package freevo-lirc: lines which differ (wdiff format)
---
Depends: freevo (= [-1.9.2b2-3),-] {+1.9.2b2-4),+} python-pylirc, lirc
Version: [-1.9.2b2-3-] {+1.9.2b2-4+}

Control files of package python-freevo: lines which differ (wdiff format)
-
Recommends: freevo (= [-1.9.2b2-3)-] {+1.9.2b2-4)+}
Version: [-1.9.2b2-3-] {+1.9.2b2-4+}
diff -Nru freevo-1.9.2b2/debian/changelog freevo-1.9.2b2/debian/changelog
--- freevo-1.9.2b2/debian/changelog	2012-03-23 10:47:46.0 +0100
+++ freevo-1.9.2b2/debian/changelog	2012-07-22 09:53:49.0 +0200
@@ -1,3 +1,10 @@
+freevo (1.9.2b2-4) unstable; urgency=low
+
+  * Bug fix: fails to install due to insserv rejecting the script
+header, thanks to Andreas Beckmann (Closes: #665741).
+
+ -- A Mennucc1 mennu...@debian.org  Sun, 22 Jul 2012 09:53:46 +0200
+
 freevo (1.9.2b2-3) unstable; urgency=low
 
   * make sure the recordserver starts after dvbstreamer
diff -Nru freevo-1.9.2b2/debian/freevo.freevo_recordserver.init freevo-1.9.2b2/debian/freevo.freevo_recordserver.init
--- freevo-1.9.2b2/debian/freevo.freevo_recordserver.init	2012-03-17 09:39:54.0 +0100
+++ freevo-1.9.2b2/debian/freevo.freevo_recordserver.init	2012-07-22 09:54:03.0 +0200
@@ -1,10 +1,10 @@
 #! /bin/sh
 ### BEGIN INIT INFO
 # Provides:freevo-recordserver
-# Required-Start:   $remote_fs $time dvbstreamer
-# Required-Stop:$remote_fs $time dvbstreamer
-# Should-Start:
-# Should-Stop:
+# Required-Start:   $remote_fs $time
+# Required-Stop:$remote_fs $time
+# Should-Start:  dvbstreamer
+# Should-Stop:   dvbstreamer
 # Default-Start:   2 3 4 5
 # Default-Stop:		0 1 6
 # Short-Description: Starts the Freevo Home Theatre PC Platform Recordserver


signature.asc
Description: Digital signature
---End Message---
---BeginMessage---
On Sun, 2012-07-29 at 09:33 +0200, A Mennucc wrote:
 * make sure the recordserver starts after dvbstreamer,
 otherwise the recordserver dies
 * patch applelib so that the apple plugin does not crash when
 parsing certain  apple.com trailers
 * [INTL:nl] Dutch translation of debconf templates,
 * [INTL:it] Italian translation of debconf messages,
 * [INTL:pl] Polish debconf translation,

Okay, thanks; unblocked.

Regards,

Adam---End Message---


Re: open-iscsi freeze exception for Wheezy

2012-07-29 Thread Cyril Brulebois
Ritesh Raj Sarraf r...@debian.org (29/07/2012):
 Any updates? Is it being held for Beta 1 ?

That, plus I still haven't heard back from Colin.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#683125: marked as done (unblock: frontaccounting/2.2.10-3.1)

2012-07-29 Thread Debian Bug Tracking System
Your message dated Sun, 29 Jul 2012 11:08:34 +0100
with message-id 1343556514.18013.114.ca...@jacala.jungle.funky-badger.org
and subject line Re: Bug#683125: unblock: frontaccounting/2.2.10-3.1
has caused the Debian Bug report #683125,
regarding unblock: frontaccounting/2.2.10-3.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.)


-- 
683125: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=683125
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 frontaccounting

Fixes RC bugs #618771 and # 682249.

unblock frontaccounting/2.2.10-3.1
diff -Nru frontaccounting-2.2.10/debian/changelog frontaccounting-2.2.10/debian/changelog
--- frontaccounting-2.2.10/debian/changelog	2010-10-29 11:44:31.0 -0400
+++ frontaccounting-2.2.10/debian/changelog	2012-07-28 19:11:53.0 -0400
@@ -1,3 +1,19 @@
+frontaccounting (2.2.10-3.1) unstable; urgency=medium
+
+  [ Scott Kitterman ]
+  * Non-maintainer upload
+  * Urgency medium for grave data loss bug fix
+
+  [ Evgeni Golov ]
+  * Use ENGINE=x instead of TYPE=x which was deprecated since MySQL 4.1
+and removed in 5.4.4.
+Closes: #682249
+
+  [ Jamie McClelland ]
+  * Fix postinst variable quoting Closes: #618771
+
+ -- Scott Kitterman sc...@kitterman.com  Sat, 28 Jul 2012 19:08:31 -0400
+
 frontaccounting (2.2.10-3) unstable; urgency=low
 
   * Fix pending l10n issues. Debconf translations:
diff -Nru frontaccounting-2.2.10/debian/patches/series frontaccounting-2.2.10/debian/patches/series
--- frontaccounting-2.2.10/debian/patches/series	2010-02-21 01:09:02.0 -0500
+++ frontaccounting-2.2.10/debian/patches/series	2012-07-28 19:08:22.0 -0400
@@ -1,3 +1,4 @@
 config.default.php.patch
 remove-files.patch
 debian-changes-2.2.6-1
+use_engine_instead_of_type.patch
diff -Nru frontaccounting-2.2.10/debian/patches/use_engine_instead_of_type.patch frontaccounting-2.2.10/debian/patches/use_engine_instead_of_type.patch
--- frontaccounting-2.2.10/debian/patches/use_engine_instead_of_type.patch	1969-12-31 19:00:00.0 -0500
+++ frontaccounting-2.2.10/debian/patches/use_engine_instead_of_type.patch	2012-07-28 19:08:22.0 -0400
@@ -0,0 +1,1521 @@
+Description: Use ENGINE=x instead of TYPE=x
+ It was deprecated since MySQL 4.1 and removed in 5.4.4.
+Author: Evgeni Golov evg...@debian.org
+Bug-Debian: http://bugs.debian.org/682249
+Last-Update: 2012-07-21
+
+--- frontaccounting-2.2.10.orig/sql/alter2.2.sql
 frontaccounting-2.2.10/sql/alter2.2.sql
+@@ -70,7 +70,7 @@ CREATE TABLE `0_audit_trail` (
+   `gl_seq` int(11) unsigned default NULL,
+PRIMARY KEY (`id`),
+   KEY (`fiscal_year`, `gl_seq`)
+-) TYPE=InnoDB  ;
++) ENGINE=InnoDB  ;
+ 
+ ALTER TABLE `0_stock_master` ADD COLUMN `no_sale` tinyint(1) NOT NULL default '0';
+ ALTER TABLE `0_currencies` ADD COLUMN `auto_update` tinyint(1) NOT NULL default '1';
+@@ -93,7 +93,7 @@ CREATE TABLE `0_security_roles` (
+   `inactive` tinyint(1) NOT NULL default '0',
+   PRIMARY KEY  (`id`),
+   UNIQUE KEY `role` (`role`)
+-) TYPE=MyISAM AUTO_INCREMENT=1;
++) ENGINE=MyISAM AUTO_INCREMENT=1;
+ 
+ ALTER TABLE `0_company` ADD COLUMN `login_tout` SMALLINT(6) NOT NULL DEFAULT '600';
+ ALTER TABLE `0_users` CHANGE COLUMN `full_access` `role_id` int(11) NOT NULL default '1';
+@@ -119,7 +119,7 @@ CREATE TABLE `0_tags` (
+   `inactive` tinyint(1) NOT NULL default '0',
+   PRIMARY KEY  (`id`),
+   UNIQUE KEY(`type`,`name`)
+-) TYPE=MyISAM AUTO_INCREMENT=1;
++) ENGINE=MyISAM AUTO_INCREMENT=1;
+ 
+ DROP TABLE IF EXISTS `0_tag_associations`;
+ 
+@@ -127,7 +127,7 @@ CREATE TABLE `0_tag_associations` (
+   `record_id` varchar(11) NOT NULL,
+   `tag_id` int(11) NOT NULL,
+   UNIQUE KEY(`record_id`,`tag_id`)
+-) TYPE=MyISAM;
++) ENGINE=MyISAM;
+ 
+ DROP TABLE IF EXISTS `0_useronline` ;
+ 
+@@ -138,7 +138,7 @@ CREATE TABLE `0_useronline` (
+ 	`file` varchar(100) NOT NULL default '',
+ 	PRIMARY KEY `id` (`id`) ,
+ 	KEY (`timestamp`) 
+-) TYPE=MYISAM AUTO_INCREMENT=1;
++) ENGINE=MYISAM AUTO_INCREMENT=1;
+ 
+ ALTER TABLE `0_suppliers` ADD COLUMN `phone2` varchar(30) NOT NULL default '' AFTER `phone`;
+ ALTER TABLE `0_cust_branch` ADD COLUMN `phone2` varchar(30) NOT NULL default '' AFTER `phone`;
+--- frontaccounting-2.2.10.orig/sql/alter2.2rc.sql
 frontaccounting-2.2.10/sql/alter2.2rc.sql
+@@ -12,4 +12,4 @@ CREATE TABLE `0_useronline` (
+ 	`file` varchar(100) NOT NULL default '',
+ 	PRIMARY KEY `id` (`id`) ,
+ 	KEY (`timestamp`) 
+-) TYPE=MYISAM AUTO_INCREMENT=1;
++) 

Re: open-iscsi freeze exception for Wheezy

2012-07-29 Thread Ritesh Raj Sarraf
On Sunday 29 July 2012 03:36 PM, Cyril Brulebois wrote:
 Ritesh Raj Sarraf r...@debian.org (29/07/2012):
  Any updates? Is it being held for Beta 1 ?
 That, plus I still haven't heard back from Colin.

Okay!! I hope he responds back soon. Otherwise please let me know your
secondary plan of action.

-- 
Ritesh Raj Sarraf | http://people.debian.org/~rrs
Debian - The Universal Operating System



signature.asc
Description: OpenPGP digital signature


Re: Next upload 2012-06-26 (dpkg 1.16.5)

2012-07-29 Thread Neil McGovern
On Sat, Jul 28, 2012 at 07:52:18PM +0200, Guillem Jover wrote:
 On Sat, 2012-07-28 at 11:59:07 +0200, Neil McGovern wrote:
  Right, the delta diff was small enough that I actually put in the time
  to look at the full diff. This took a number of hours, but anyway:
 
 Well then, thanks for taking the time.
 
  Some questions:
  dpkg-1.16.8/dpkg-deb/main.c
-  -h|--helpShow this help message.\n
-  --versionShow the version.\n
+  -?, --help   Show this help message.\n
+  --versionShow the version.\n
  Why are you removing -h?
 
 Using -h (or -H) on a program that you don't know its command-line
 options could produce surprising effects, as such the only safe option
 that can be used blindly is really --help, which is unambiguous (or -?
 now). Keeping -h does not seem useful after those, so I removed them.

This really doesn't fit with any of the freeze guidelines, but lots of
the other bits don't either.

 Jonathan has already replied to the other inquiries.

However, unblocked and set to age-days 30. Please note that future
uploads will invalidate this unblock, and I'm hopeful that any future
requests will strictly follow guidelines and introduce the absolute
minimal changes needed.

Neil
-- 


signature.asc
Description: Digital signature


Re: gscan2pdf freeze exception

2012-07-29 Thread Jeffrey Ratcliffe
On 25 July 2012 23:28, Niels Thykier ni...@thykier.net wrote:
 Unblocked, thanks for the fixes.

Thanks. I was expecting gscan2pdf 1.0.4-4 to now migrate automatically
from sid to wheezy. Were you expecting me to upload to wheezy?

In the mean time, I would like to upload 1.0.4-5 to sid to fix 682818[1]

Should I go ahead, or wait for 1.0.4-4 to resolve itself?

Please keep me in cc, as I am not subscribed.

Regards

Jeff

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682818


-- 
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/CACg2wbwhVbqv3AhqqJDHb8iaZv1t-8jbBj-RqqQxSzf=pcs...@mail.gmail.com



Bug#683142: unblock: bdii/5.2.12-1

2012-07-29 Thread Niels Thykier
On 2012-07-29 06:47, Mattias Ellert wrote:
 Package: release.debian.org
 Severity: normal
 User: release.debian@packages.debian.org
 Usertags: freeze-exception
 
 unblock bdii/5.2.12-1
 
 Hi!
 
 The bdii package was removed from testing due to an RC bug, together
 with the packages that depends on it. The 5.2.12-1 update fixes the RC
 bug (bug #663444). I would like to request a freeze exception for this
 update to allow the bdii package and the packages depending on it to be
 part of the release.
 
   Mattias
 

Why did you include a new upstream release in this?  It makes it harder
for us to review and reduces the chance for you to get the unblock?
Does this upstream release have important bug fixes, if so what are they?

$ diff -Naurp bdii-5.2.5 bdii-5.2.12 \
   | filterdiff  -x '**/.pc/**' -x '**/*.spec' \
   | diffstat
 Makefile   |   19 +-
 bin/bdii-update|7 -
 debian/bdii.lintian-overrides  |4
 debian/bdii.postinst   |6
 debian/bdii.preinst|   16 ++
 debian/changelog   |8 +
 debian/control |4
 debian/copyright   |   36 +++--
 debian/patches/bdii-default.patch  |   18 +-
 debian/patches/bdii-run-full.patch |  248 [...]
 debian/patches/series  |8 -
 debian/rules   |   50 ---
 etc/DB_CONFIG  |   29 
 etc/DB_CONFIG_top  |   15 ++
 etc/bdii-slapd.conf|   23 +--
 etc/bdii-top-slapd.conf|   22 +--
 etc/init.d/bdii|   39 -
 17 files changed, 308 insertions(+), 244 deletions(-)



--- bdii-5.2.5/debian/bdii.preinst
+++ bdii-5.2.12/debian/bdii.preinst
@@ -0,0 +1,16 @@
+#!/bin/sh
+
+set -e
+
+if [ $1 = upgrade ] ; then
+if dpkg --compare-versions $2 lt 5.2.12 ; then
+# Old versions with slapd configs listed in conffiles
+   if [ -w /var/lib/dpkg/info/bdii.conffiles ] ; then
+   sed -e /bdii-slapd.conf/d -e /bdii-top-slapd.conf/d \
+   -i /var/lib/dpkg/info/bdii.conffiles
+   fi
+   rm -f /etc/bdii/bdii-slapd.conf /etc/bdii/bdii-top-slapd.conf
+fi
+fi
+
+#DEBHELPER#


I think dpkg-maintscript-helper rm_conffile is what you want to be
policy compliant, but I could be wrong.


I haven't read the full diff, so there are possibly more issues lurking
in it.  In its current state, I am not inclined to grant an exception.

~Niels

PS: urgency=high is no effect when the package is not in testing (in
case you weren't aware of it)


-- 
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/5015146f.7090...@thykier.net



Re: gscan2pdf freeze exception

2012-07-29 Thread Niels Thykier
On 2012-07-29 12:38, Jeffrey Ratcliffe wrote:
 On 25 July 2012 23:28, Niels Thykier ni...@thykier.net wrote:
 Unblocked, thanks for the fixes.
 
 Thanks. I was expecting gscan2pdf 1.0.4-4 to now migrate automatically
 from sid to wheezy. Were you expecting me to upload to wheezy?
 

I was not expecting you to upload to Wheezy (or t-p-u).
gscan2pdf/1.0.4-4 should migrate with the next Britney run (in about 12
hours).

 In the mean time, I would like to upload 1.0.4-5 to sid to fix 682818[1]
 
 Should I go ahead, or wait for 1.0.4-4 to resolve itself?
 

According to the BTS, #682818 also affects the version in testing.  If
so, could you please wait till 1.0.4-4 has migrated.  This makes the
diff much easier for me to review.

 Please keep me in cc, as I am not subscribed.
 
 Regards
 
 Jeff
 
 [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682818
 
 

~Niels



-- 
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/50151723.2060...@thykier.net



Re: gscan2pdf freeze exception

2012-07-29 Thread Jeffrey Ratcliffe
On 29 July 2012 12:57, Niels Thykier ni...@thykier.net wrote:
 gscan2pdf/1.0.4-4 should migrate with the next Britney run (in about 12
 hours).

Thanks for the heads-up.

 According to the BTS, #682818 also affects the version in testing.  If
 so, could you please wait till 1.0.4-4 has migrated.  This makes the
 diff much easier for me to review.

Yes. I'll wait until then.

Regards

Jeff


-- 
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/cacg2wbx7epxrq4fqrdj6stygh9n3po6uvllntxytb-0y18h...@mail.gmail.com



Bug#682977: unblock: flash-kernel/3.2

2012-07-29 Thread Niels Thykier
On 2012-07-27 17:23, Hector Oron wrote:
 Package: release.debian.org
 Severity: normal
 User: release.debian@packages.debian.org
 Usertags: unblock
 
 Please unblock package flash-kernel
 
 Due to missing detection of the hardware in udeb, later d-i support for 
 Dreamplug was not properly working.
 The flash-kernel 3.2 version attempts to fix hardware detection in udeb 
 files, so debian-installer works better on Dreamplug devices. (It has just 
 been uploaded to unstable, it might not be in the archive or mirrors yet).
 
 unblock flash-kernel/3.2
 
 [...]


Hi,

We have been asked to hold udebs for now.

~Niels


-- 
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/5015208f.10...@thykier.net



Bug#683168: unblock: fpc/2.6.0-5

2012-07-29 Thread Peter Michael Green
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Recently while working on a derivative distribution (raspbian) a bug was
discovered that breaks the freepascal compiler if it is built to use vfp
instructions (as our armhf package is) and is run on hardware that supports
trapping vfp exceptions.

While i'm not personally aware of any currently available armv7-a hardware
that supports vfp exception trapping (it's an optional architecture feature)
I still believe this should be fixed in wheezy. As such I have uploaded
a fixed fpc package. Please unblock it.

unblock fpc/2.6.0-5


-- 
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/20120729114153.28933.22090.reportbug@debian



Bug#683119: marked as done (unblock: mlt/0.8.0-3)

2012-07-29 Thread Debian Bug Tracking System
Your message dated Sun, 29 Jul 2012 13:43:46 +0200
with message-id 501521f2.4070...@thykier.net
and subject line Re: Bug#683119: unblock: mlt/0.8.0-3
has caused the Debian Bug report #683119,
regarding unblock: mlt/0.8.0-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.)


-- 
683119: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=683119
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 mlt

I had to disable the --luma-compress option on mips, so that
building the package does not time out anymore.
With enabled luma-compressing, the luma files are also processed
by /usr/bin/convert, which seems to not work and just consuming CPU
cycles in this case on mips. Compressing is not necessary.

unblock mlt/0.8.0-3

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

Kernel: Linux 3.2.0-3-amd64 (SMP w/2 CPU cores)
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 2012-07-28 23:42, Patrick Matthäi wrote:
 Package: release.debian.org
 Severity: normal
 User: release.debian@packages.debian.org
 Usertags: unblock
 
 Please unblock package mlt
 
 I had to disable the --luma-compress option on mips, so that
 building the package does not time out anymore.
 With enabled luma-compressing, the luma files are also processed
 by /usr/bin/convert, which seems to not work and just consuming CPU
 cycles in this case on mips. Compressing is not necessary.
 
 unblock mlt/0.8.0-3
 
 [...]

Unblocked, thanks for the fix.

~Niels---End Message---


Re: Freeze exception for tipa 2:1.3-18

2012-07-29 Thread Norbert Preining
Dear Release managers,

concerning the following request for freeze exception I as the
sponsor wanted to add a few things:

On Fr, 27 Jul 2012, Daniele Tricoli wrote:
 I would like to request a freeze exception for tipa 2:1.3-18 (already 
 accepted in unstable).
 
 It not fix an RC bugs but an important one: #682939
 
 Andreas Beckmann noticed that xfonts-tipa package removes
 /usr/share/fonts/X11/encodings/encodings.dir which is owned by
 xfonts-encodings.
 
 Debdiff attached.

The bug exhibited itself by tipa shipping an encoding file, which
triggered via debhelper a generated code in the post* scripts
that removed the above mentioned file.

The encoding file should actually not be shipped. The current release
simply does not install this file and fixes thus the problem.

It might be considered an RC bug since it removes files that are
unrelated.

Thanks a lot

Norbert

Norbert Preiningpreining@{jaist.ac.jp, logic.at, debian.org}
JAIST, Japan TeX Live  Debian Developer
DSA: 0x09C5B094   fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094

TIGHARRY (n.)
The accomplice or 'lure' who gets punters to participate in the three
card trick on London streets by winning an improbable amount of money
very easily.
--- Douglas Adams, The Meaning of Liff


-- 
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/20120729143208.gg7...@gamma.logic.tuwien.ac.at



Bug#682279: unblock: libweb-id-perl/1.921-3

2012-07-29 Thread Salvatore Bonaccorso
Hi Jonas

On Sat, Jul 28, 2012 at 06:10:15PM +0200, Jonas Smedegaard wrote:
 Hi Julien, and others,
 
 On 12-07-28 at 01:33pm, Julien Cristau wrote:
  For a request like this, if it takes more than 5 minutes to process 
  it's a waste of our time.  Having a clear changelog helps avoid that, 
  as does not arguing or getting on your high horse when asked 
  clarification questions.  And by helping that, it helps get your 
  request approved, which I guess is what you want?
 
 Yes, that is what I want.
 
 My apologies for not following rules and getting on my high horse.
 
 
 How to proceeed from here?  Should I now...
 
   * Wait for you to ask clarification questions or make a verdict?
   * Make a new package fixing the bad things pointed out by Cyril - 
 i.e. a) mention in changelog relevant bugs that was filed after 
 last package release, and b) more descriptive changelog regarding 
 how changes was made, and c) random noise reverted?
   * Something else?

(I'm only spaeking as person involved in the bugreports mentioned)

Only to clarify a), it is right the bug against libweb-id-perl was
cloned afterwards from the librdf-crypt-perl bugreport. I think for
the release-team it would have been enough to reference to that
original bugreport on librdf-crypt-perl to have the background
information needed, or to [1].

 [1]: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=680805#17

I cloned the bug afterwards, to have the issue tracked. As *both*
packages needs to be fixed in wheezy to have the FTBFS resolved for
librdf-crypt-perl in wheezy (both #682277 and #680805)

Regards,
Salvatore


signature.asc
Description: Digital signature


Bug#683168: marked as done (unblock: fpc/2.6.0-5)

2012-07-29 Thread Debian Bug Tracking System
Your message dated Sun, 29 Jul 2012 17:08:39 +0200
with message-id 501551f7.7050...@thykier.net
and subject line Re: Bug#683168: unblock: fpc/2.6.0-5
has caused the Debian Bug report #683168,
regarding unblock: fpc/2.6.0-5
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.)


-- 
683168: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=683168
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

Recently while working on a derivative distribution (raspbian) a bug was
discovered that breaks the freepascal compiler if it is built to use vfp
instructions (as our armhf package is) and is run on hardware that supports
trapping vfp exceptions.

While i'm not personally aware of any currently available armv7-a hardware
that supports vfp exception trapping (it's an optional architecture feature)
I still believe this should be fixed in wheezy. As such I have uploaded
a fixed fpc package. Please unblock it.

unblock fpc/2.6.0-5
---End Message---
---BeginMessage---
On 2012-07-29 13:41, Peter Michael Green wrote:
 Package: release.debian.org
 Severity: normal
 User: release.debian@packages.debian.org
 Usertags: unblock
 
 Recently while working on a derivative distribution (raspbian) a bug was
 discovered that breaks the freepascal compiler if it is built to use vfp
 instructions (as our armhf package is) and is run on hardware that supports
 trapping vfp exceptions.
 
 While i'm not personally aware of any currently available armv7-a hardware
 that supports vfp exception trapping (it's an optional architecture feature)
 I still believe this should be fixed in wheezy. As such I have uploaded
 a fixed fpc package. Please unblock it.
 
 unblock fpc/2.6.0-5
 
 

Unblocked, thanks.

~Niels---End Message---


Bug#682611: marked as done (unblock: glusterfs/3.2.7-2)

2012-07-29 Thread Debian Bug Tracking System
Your message dated Sun, 29 Jul 2012 18:05:11 +0200
with message-id 50155f37.3050...@thykier.net
and subject line Re: Bug#682611: unblock: glusterfs/3.2.7-2
has caused the Debian Bug report #682611,
regarding unblock: glusterfs/3.2.7-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.)


-- 
682611: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682611
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 glusterfs

It fixes a regression when glusterfs is compiled with GCC 4.7 and -O2, where
the compiler optimized out important statements, causing glusterd to crash.

More information:
http://review.gluster.com/#change,3707
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=679767

unblock glusterfs/3.2.7-2

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

Kernel: Linux 3.2.0-3-amd64 (SMP w/2 CPU cores)
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---
severity 679767 serious
thanks

On 2012-07-24 09:35, Patrick Matthäi wrote:
 Package: release.debian.org
 Severity: normal
 User: release.debian@packages.debian.org
 Usertags: unblock
 
 Please unblock package glusterfs
 
 It fixes a regression when glusterfs is compiled with GCC 4.7 and -O2, where
 the compiler optimized out important statements, causing glusterd to crash.
 
 More information:
 http://review.gluster.com/#change,3707
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=679767
 
 unblock glusterfs/3.2.7-2
 
 [...] 

Unblocked, thanks for the fix.  I have taken the liberty of making the
bug serious to ensure it is on our radar in case something prevents
glusterfs/3.2.7-2 from migrating.

~Niels---End Message---


Bug#682572: marked as done (unblock: octave-java/1.2.8-6)

2012-07-29 Thread Debian Bug Tracking System
Your message dated Sun, 29 Jul 2012 18:18:40 +0200
with message-id 50156260.9040...@thykier.net
and subject line Re: Bug#682572: unblock: octave-java/1.2.8-6
has caused the Debian Bug report #682572,
regarding unblock: octave-java/1.2.8-6
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.)


-- 
682572: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682572
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: freeze-exception

Please unblock package octave-java
unblock octave-java/1.2.8-6

Critical bug fixed: #681355
Additionally fixed: #664776 (this just runs some test code at build time)

Debdiff attached (please note the comment in the patch, though: most of
the patch is just indenting adapted to a changed if line)

Thanks
Thomas

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

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

diff -Nru octave-java-1.2.8/debian/changelog octave-java-1.2.8/debian/changelog
--- octave-java-1.2.8/debian/changelog	2012-07-08 14:35:10.0 +0200
+++ octave-java-1.2.8/debian/changelog	2012-07-22 23:26:50.0 +0200
@@ -1,3 +1,13 @@
+octave-java (1.2.8-6) unstable; urgency=low
+
+  * Set and use JAVA_ARCH correctly on all platforms.
+New patch: enable_preset_java_arch_value (Closes: #681355)
+  * Re-enable test suite.
+The fix for #681355 should fix the bug with the test suite as well.
+(Closes: #664776)
+
+ -- Thomas Weber twe...@debian.org  Sun, 22 Jul 2012 23:19:39 +0200
+
 octave-java (1.2.8-5) unstable; urgency=low
 
   * restore-locale.patch: new patch, restores locale after initializing the JVM
diff -Nru octave-java-1.2.8/debian/check.m octave-java-1.2.8/debian/check.m
--- octave-java-1.2.8/debian/check.m	2012-06-01 18:09:18.0 +0200
+++ octave-java-1.2.8/debian/check.m	2012-07-22 23:26:50.0 +0200
@@ -1,20 +1,18 @@
-%disp('Run a few examples from the package manual...')
+disp('Run a few examples from the package manual...')
 
-%javaclasspath
+javaclasspath
 
-%javamem
+javamem
 
-%a = javaArray('java.lang.String', 2, 2);
-%a(1,1) = 'Hello';
+a = javaArray('java.lang.String', 2, 2);
+a(1,1) = 'Hello';
 
-%o = javaObject('java.lang.StringBuffer');
-%o = javaObject('java.lang.StringBuffer', 'Initial');
-%o.toString;
+o = javaObject('java.lang.StringBuffer');
+o = javaObject('java.lang.StringBuffer', 'Initial');
+o.toString;
 
-%o = java_new('java.lang.StringBuffer', 'Initial');
-%o.toString;
+o = java_new('java.lang.StringBuffer', 'Initial');
+o.toString;
 
-%javamethods('java.lang.Double');
-
-disp('Running of checks disabled for the time being');
+javamethods('java.lang.Double');
 
diff -Nru octave-java-1.2.8/debian/control octave-java-1.2.8/debian/control
--- octave-java-1.2.8/debian/control	2012-06-01 18:10:03.0 +0200
+++ octave-java-1.2.8/debian/control	2012-07-22 23:26:50.0 +0200
@@ -5,7 +5,7 @@
 Uploaders: Sébastien Villemot sebastien.ville...@ens.fr,
Thomas Weber twe...@debian.org
 Build-Depends: debhelper (= 9), cdbs, octave-pkg-dev (= 1.0.1),
- openjdk-7-jdk
+ openjdk-7-jdk, javahelper
 Standards-Version: 3.9.3
 DM-Upload-Allowed: yes
 Homepage: http://octave.sourceforge.net/java
diff -Nru octave-java-1.2.8/debian/patches/enable_preset_java_arch_value octave-java-1.2.8/debian/patches/enable_preset_java_arch_value
--- octave-java-1.2.8/debian/patches/enable_preset_java_arch_value	1970-01-01 01:00:00.0 +0100
+++ octave-java-1.2.8/debian/patches/enable_preset_java_arch_value	2012-07-22 23:26:50.0 +0200
@@ -0,0 +1,42 @@
+Description: Use a previously set value of JAVA_ARCH
+ The patch looks larger than it is due to indenting. It just closes an if earlier.
+Author: Thomas Weber twe...@debian.org
+Origin: vendor
+Bug-Debian: http://bugs.debian.org/681355
+Forwarded: http://octave.svn.sourceforge.net/viewvc/octave/trunk/octave-forge/extra/java/src/configure.base?revision=10762view=markup
+Applied-Upstream: rev 10762
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/src/configure
 b/src/configure
+@@ -3302,18 +3302,18 @@
+   elif test -d ${JAVA_HOME}/jre/lib/solarisv9; then
+ JAVA_ARCH=solarisv9
+   fi
+-  if test -n $JAVA_ARCH; then
+-HAVE_JAVA=yes
+-case $canonical_host_type in
+-  

Re: Please add stumpwm into testing

2012-07-29 Thread Niels Thykier
On 2012-07-23 18:01, Desmond O. Chang wrote:
 Hi release team,
 
 [ CC me please. ]
 
 stumpwm, which is maintained by me, was been removed from testing due
 to #649707.  Actually, this bug should be merged with #647544 and
 closed when cl-asdf/2:2.019-1 was uploaded.  But the submitter and I
 had never done it.
 
 Now I've closed it.  Please add stumpwm into testing again.
 
 
 Thanks,
 Des
 
 

Unblocked.

~Niels



-- 
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/5015634e.3010...@thykier.net



Bug#682465: marked as done (unblock: cmtk/2.2.2-2)

2012-07-29 Thread Debian Bug Tracking System
Your message dated Sun, 29 Jul 2012 18:31:12 +0200
with message-id 50156550.9000...@thykier.net
and subject line Re: Bug#682465: unblock: cmtk/2.2.2-2
has caused the Debian Bug report #682465,
regarding unblock: cmtk/2.2.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.)


-- 
682465: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682465
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: freeze-exception

Please unblock package cmtk

Upstream reported that users reported missing some binaries which were
referenced in a recent paper describing methodologies implemented in cmtk.  The
reason was missing build depends on libfftw3-dev.  -2 revision of the package
just adds those build-depends and adds an explicit cmake option to build with
support for libfftw3 functionality.  As debdiff shows there are additional
patches under debian/patches -- but those are applied only when building
backports for NeuroDebian repository.  I am also attaching debdiff on the
.changes to show now added missing binaries.

unblock cmtk/2.2.2-2

Thanks in advance

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

Kernel: Linux 3.2.0-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
[The following lists of changes regard files as different if they have
different names, permissions or owners.]

Files in second .changes but not in first
-
-rw-r--r--  root/root   /usr/share/doc/cmtk/upstream
-rw-r--r--  root/root   /usr/share/man/man1/cmtk-detect_adni_phantom.1.gz
-rw-r--r--  root/root   
/usr/share/man/man1/cmtk-detect_spheres_matched_filter.1.gz
-rwxr-xr-x  root/root   /usr/lib/cmtk/bin/detect_adni_phantom
-rwxr-xr-x  root/root   /usr/lib/cmtk/bin/detect_spheres_matched_filter

Control files: lines which differ (wdiff format)

Depends: libbz2-1.0, libc6 (= 2.7), libcharls1, libdcmtk2 (= 3.6.0), 
{+libfftw3-3,+} libgcc1 (= 1:4.1.1), libgomp1 (= 4.2.1), libmxml1, libpng12-0 
(= 1.2.13-4), libqtcore4 (= 4:4.6.1), libqtgui4 (= 4:4.5.3), libsqlite3-0 
(= 3.5.9), libstdc++6 (= 4.6), libtiff4 ( 3.9.5-3~), zlib1g (= 1:1.1.4)
Installed-Size: [-22969-] {+23343+}
Version: [-2.2.2-1-] {+2.2.2-2+}
diff -Nru cmtk-2.2.2/debian/changelog cmtk-2.2.2/debian/changelog
--- cmtk-2.2.2/debian/changelog	2012-06-18 16:01:56.0 -0400
+++ cmtk-2.2.2/debian/changelog	2012-07-20 09:47:02.0 -0400
@@ -1,3 +1,14 @@
+cmtk (2.2.2-2) unstable; urgency=low
+
+  * Adding libfftw3-dev into build-depends and adding
+CMTK_USE_FFTW:BOOL=ON for cmake.  Should make detect_adni_phantom
+referenced in a publication available.
+- for backports to older releases (e.g. squeeze) compatibility patch
+  up_compat_older_fftw is provided and added to corresponding series
+  * Added debian/upstream with a publication reference (added to debian/docs)
+
+ -- Yaroslav Halchenko deb...@onerussian.com  Wed, 18 Jul 2012 13:03:08 -0400
+
 cmtk (2.2.2-1) unstable; urgency=low
 
   * Fresh upstream release
diff -Nru cmtk-2.2.2/debian/control cmtk-2.2.2/debian/control
--- cmtk-2.2.2/debian/control	2012-06-18 16:01:56.0 -0400
+++ cmtk-2.2.2/debian/control	2012-07-20 09:47:02.0 -0400
@@ -10,6 +10,7 @@
zlib1g-dev | libz-dev,
libdcmtk2-dev | libdcmtk1-dev | libdcmtk-dev,
libbz2-dev,
+   libfftw3-dev,
liblzma-dev,
libqt4-dev, qt4-qmake,
libpng-dev,
diff -Nru cmtk-2.2.2/debian/docs cmtk-2.2.2/debian/docs
--- cmtk-2.2.2/debian/docs	2012-06-18 16:01:56.0 -0400
+++ cmtk-2.2.2/debian/docs	2012-07-20 09:47:02.0 -0400
@@ -1 +1,2 @@
 README.txt
+debian/upstream
diff -Nru cmtk-2.2.2/debian/patches/series-lucid cmtk-2.2.2/debian/patches/series-lucid
--- cmtk-2.2.2/debian/patches/series-lucid	1969-12-31 19:00:00.0 -0500
+++ cmtk-2.2.2/debian/patches/series-lucid	2012-07-20 09:47:02.0 -0400
@@ -0,0 +1 @@
+up_compat_older_fftw
diff -Nru cmtk-2.2.2/debian/patches/series-maverick cmtk-2.2.2/debian/patches/series-maverick
--- cmtk-2.2.2/debian/patches/series-maverick	1969-12-31 19:00:00.0 -0500
+++ cmtk-2.2.2/debian/patches/series-maverick	2012-07-20 09:47:02.0 -0400
@@ -0,0 +1 @@

Re: Freeze exception for tipa 2:1.3-18

2012-07-29 Thread Niels Thykier
On 2012-07-27 19:20, Daniele Tricoli wrote:
 Hello Release-Team,
 
 I would like to request a freeze exception for tipa 2:1.3-18 (already 
 accepted in unstable).
 
 It not fix an RC bugs but an important one: #682939
 
 Andreas Beckmann noticed that xfonts-tipa package removes
 /usr/share/fonts/X11/encodings/encodings.dir which is owned by
 xfonts-encodings.
 
 Debdiff attached.
 
 Please CC me on replies, as I'm not subscribed to this list.
 
 Thanks in advance and kind regards,
 

Unblocked, thanks.

~Niels



-- 
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/501568c9.5000...@thykier.net



Bug#682808: pu: package spip/2.1.1-3squeeze4

2012-07-29 Thread Adam D. Barratt
Control: tags 682808 + pending

On Sat, 2012-07-28 at 16:53 -0400, David Prévot wrote:
 Le 28/07/2012 15:40, Adam D. Barratt a écrit :
  On Wed, 2012-07-25 at 16:16 -0400, David Prévot wrote:
  The spip package currently in stable is vulnerable to some security
  issues (#677290, #672961, #680118), the last one being pretty nasty…
[…]
  Please go ahead; thanks.
 
 Uploaded.

Flagged for acceptance; thanks.

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/1343584457.18013.117.ca...@jacala.jungle.funky-badger.org



Processed: Re: Bug#682808: pu: package spip/2.1.1-3squeeze4

2012-07-29 Thread Debian Bug Tracking System
Processing control commands:

 tags 682808 + pending
Bug #682808 [release.debian.org] pu: package spip/2.1.1-3squeeze4
Added tag(s) pending.

-- 
682808: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682808
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.b682808.134358454618858.transcr...@bugs.debian.org



Bug#682977: unblock: flash-kernel/3.2

2012-07-29 Thread Hector Oron
Hello Niels,

2012/7/29 Niels Thykier ni...@thykier.net:

 We have been asked to hold udebs for now.

Yes, that's fine, just until after d-i beta 1 release. I'll try to
ping you back after beta 1 is released (in case you dont unblock it
sooner).

regards,
-- 
 Héctor Orón  -.. . -... .. .- -.   -.. . ...- . .-.. --- .--. . .-.


--
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/CAODfWeEKS3N+g9Y1TufKfG6c_=+rkf33fjgpyfdgdhd8bhh...@mail.gmail.com



NEW changes in proposedupdates

2012-07-29 Thread Debian FTP Masters
Processing changes file: spip_2.1.1-3squeeze4_amd64.changes
  ACCEPT


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1svxoa-0004pq...@franck.debian.org



Bug#683027: marked as done (unblock: devscripts/2.12.1)

2012-07-29 Thread Debian Bug Tracking System
Your message dated Sun, 29 Jul 2012 20:36:47 +0200
with message-id 501582bf.9000...@thykier.net
and subject line Re: Bug#683027: unblock: devscripts/2.12.1
has caused the Debian Bug report #683027,
regarding unblock: devscripts/2.12.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.)


-- 
683027: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=683027
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 devscripts

devscripts 2.12.0 (carrying six bug fixes) got a freeze exception, but didn't 
migrated to testing due to bug #680213. We closed this bug in the following 
2.12.1 upload. You can introspect the changes one by one in our git repository 
[1]. Our test suite is slowly getting more test cases to reduce regressions.

Our git repository accumulated more changes (with more test cases) for the next 
2.12.2 upload. We intend to request an unblock for this version too.

unblock devscripts/2.12.1

[1] http://anonscm.debian.org/gitweb/?p=devscripts/devscripts.git
---End Message---
---BeginMessage---
On 2012-07-28 00:35, Benjamin Drung wrote:
 Package: release.debian.org
 Severity: normal
 User: release.debian@packages.debian.org
 Usertags: unblock
 
 Please unblock package devscripts
 
 devscripts 2.12.0 (carrying six bug fixes) got a freeze exception, but didn't 
 migrated to testing due to bug #680213. We closed this bug in the following 
 2.12.1 upload. You can introspect the changes one by one in our git 
 repository [1]. Our test suite is slowly getting more test cases to reduce 
 regressions.
 
 Our git repository accumulated more changes (with more test cases) for the 
 next 2.12.2 upload. We intend to request an unblock for this version too.
 
 unblock devscripts/2.12.1
 
 [1] http://anonscm.debian.org/gitweb/?p=devscripts/devscripts.git
 
 

Hi,

I have unblocked devscripts/2.12.1.  Please wait for it to migrate
before uploading 2.12.2 as we review the diff from testing to sid (and
not the one diff between two uploads).

~Niels---End Message---


Bug#683198: unblock: vzctl/3.0.30.2-2

2012-07-29 Thread Ola Lundqvist
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock


Please unblock package vzctl

I have updated the documentation to fit wheezy release. Specifially
on the fact that wheezy do not provide any openvz kernel packages.

unblock vzctl/3.0.30.2-2

-- System Information:
Debian Release: 6.0.4
  APT prefers stable
  APT policy: (700, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-openvz-686 (SMP w/2 CPU cores)
Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash


-- 
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/20120729183358.7655.98358.report...@quartz.lan.inguza.net



Bug#683200: unblock: ganeti/2.5.2-1

2012-07-29 Thread Iustin Pop
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package ganeti

Hi release team,

I would kindly ask you to unblock the ganeti package. As upstream, we
have released version 2.5.2 especially to fix the outstanding issues
that ganeti has in testing (and that were fixable without invasive
changes). You can see the upstream commits here:

  
http://git.ganeti.org/?p=ganeti.git;a=shortlog;h=refs/tags/v2.5.2;hp=refs/tags/v2.5.1

The debdiff between testing and unstable is a bit more hairy due to the
HTML doc being regenerated, so I won't include it; let me know if you
want to take a look at it. Beside the upstream changes, on the debian
packaging side there are two extra changes:

- a patch to fix the -no-kvm parameter (not upstreamed yet)
- a fix to dh_installinit invocation (the fix for #677674)

Let me know if unblocking is possible or not. Thanks!

unblock ganeti/2.5.2-1

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

Kernel: Linux 3.2.23-ruru1 (SMP w/4 CPU cores)
Locale: LANG=ro_RO.UTF-8, LC_CTYPE=ro_RO.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


signature.asc
Description: Digital signature


Bug#683028: marked as done (unblock: libsbsms/2.0.1-1)

2012-07-29 Thread Debian Bug Tracking System
Your message dated Sun, 29 Jul 2012 21:22:51 +0100
with message-id 1343593371.18013.127.ca...@jacala.jungle.funky-badger.org
and subject line Re: Bug#683028: unblock: libsbsms/2.0.1-1
has caused the Debian Bug report #683028,
regarding unblock: libsbsms/2.0.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.)


-- 
683028: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=683028
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 libsbsms

The new upstream release 2.0.1 contains just one bug fix (found by the Audacity 
developers). This bug fix touches src/buffer.cpp and src/buffer.h [1]. All 
other changes are just visual clutter and have no effect on the package.

unblock libsbsms/2.0.1-1

[1] 
http://anonscm.debian.org/gitweb/?p=pkg-multimedia/libsbsms.git;a=commitdiff;h=df5a14777e2aa8ecf8e8de7fc848163e0718c48b#patch5
---End Message---
---BeginMessage---
On Sat, 2012-07-28 at 23:04 +0200, Benjamin Drung wrote:
 Am Samstag, den 28.07.2012, 14:59 +0100 schrieb Adam D. Barratt:
  On Sat, 2012-07-28 at 00:39 +0200, Benjamin Drung wrote:
   Please unblock package libsbsms
   
   The new upstream release 2.0.1 contains just one bug fix (found by the
   Audacity developers). This bug fix touches src/buffer.cpp and
   src/buffer.h [1]. All other changes are just visual clutter and have
   no effect on the package.
  
  What happened to test/*?  The entire tree seems to have vanished.
 
 Yes. It's not shipped in the source any more, but we didn't use the
 tests.

Hmmm, okay; unblocked.

It would be nice if upstream shipped a changelog, or something.

Regards,

Adam---End Message---


Bug#682480: unblock: php5/5.4.5-1

2012-07-29 Thread Niels Thykier
On 2012-07-23 10:47, Ondřej Surý wrote:
 +int fpm_socket_unix_test_connect(struct sockaddr_un *sun, size_t socklen) /* 
 {{{ */
 +{
 + int fd;
 +
 + if (!sun || sun-sun_family != AF_UNIX) {
 + return -1;
 + }
 +
 + if ((fd = socket(AF_UNIX, SOCK_STREAM, 0))  0) {
 + return -1;
 + }
 +
 + if (connect(fd, (struct sockaddr *)sun, socklen) == -1) {
Seems to be missing missing a:

close(fd);

 + return -1;
 + }
 +
 + close(fd);
 + return 0;
 +}

Anyway, the diff is a bit much for me - so more issues could be in there.

~Niels


--
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/50159dca.5030...@thykier.net



Bug#683211: unblock: worldwind/0.5.0-9

2012-07-29 Thread Ralf Treinen
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package worldwind. Release 0.5.0-9 fixes bug number #682411
(FTBFS)

unblock worldwind/0.5.0-9

% debdiff ../../../../qa/worldwind/worldwind_0.5.0-8.dsc worldwind_0.5.0-9.dsc
diff -u worldwind-0.5.0/debian/rules worldwind-0.5.0/debian/rules
--- worldwind-0.5.0/debian/rules
+++ worldwind-0.5.0/debian/rules
@@ -6,7 +6,8 @@
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 # This software doesn't compile (at the moment) with gcj
-JAVA_HOME:= /usr/lib/jvm/java-6-openjdk/
+BUILDARCH?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
+JAVA_HOME=  /usr/lib/jvm/java-6-openjdk-$(BUILDARCH)/
 DEB_JARS := ant-nodeps jogl gluegen-rt
 DEB_ANT_BUILD_TARGET := build
 DEB_ANT_CLEAN_TARGET := clean.all
diff -u worldwind-0.5.0/debian/changelog worldwind-0.5.0/debian/changelog
--- worldwind-0.5.0/debian/changelog
+++ worldwind-0.5.0/debian/changelog
@@ -1,3 +1,11 @@
+worldwind (0.5.0-9) unstable; urgency=low
+
+  * Team upload
+  * debian/rules: use the build-architecture to determine the correct value
+of JAVA_HOME (closes: #682411)
+
+ -- Ralf Treinen trei...@debian.org  Sun, 29 Jul 2012 22:00:30 +0200
+
 worldwind (0.5.0-8) unstable; urgency=low
 
   * DM-Upload-Allowed removed
only in patch2:
unchanged:
--- worldwind-0.5.0.orig/wms-release.zip.cdbs-config_list
+++ worldwind-0.5.0/wms-release.zip.cdbs-config_list
@@ -0,0 +1 @@
+ 2148  2008-05-02 18:04   WEB-INF/config.xml


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

Kernel: Linux 3.2.0-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.utf8)
Shell: /bin/sh linked to /bin/bash

Thanks -Ralf.


-- 
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/20120729203653.29420.28907.report...@seneca.free.fr



Bug#683211: unblock: worldwind/0.5.0-9

2012-07-29 Thread Adam D. Barratt
On Sun, 2012-07-29 at 22:36 +0200, Ralf Treinen wrote:
 Please unblock package worldwind. Release 0.5.0-9 fixes bug number #682411
 (FTBFS)
[...]
 -JAVA_HOME:= /usr/lib/jvm/java-6-openjdk/
 +BUILDARCH?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 +JAVA_HOME=  /usr/lib/jvm/java-6-openjdk-$(BUILDARCH)/

Should that be DEB_HOST_ARCH, to allow for cross-building?

 --- worldwind-0.5.0.orig/wms-release.zip.cdbs-config_list
 +++ worldwind-0.5.0/wms-release.zip.cdbs-config_list
 @@ -0,0 +1 @@
 + 2148  2008-05-02 18:04   WEB-INF/config.xml

Where did this come from?

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/1343596142.18013.130.ca...@jacala.jungle.funky-badger.org



Bug#683030: unblock: vlc/2.0.3-1

2012-07-29 Thread Adam D. Barratt
On Sat, 2012-07-28 at 22:32 +0200, Jonas Smedegaard wrote:
 On 12-07-28 at 04:47pm, Adam D. Barratt wrote:
  - this change looks slightly odd:
  
* Do not run doxygen if it is not installed.
  
  doxygen is in B-D-Indep and only appears to be used when building the 
  arch:all -doc package.  On that basis, why would it not always be 
  installed when required?
 
 I did not apply this change but recognize it from Emdebian sprint: 
 Reason is, I believe, to ease bootstrapping new architectures by 
 suppressing build of arch-all packages.

Hmmm, unless I'm reading the rules files incorrectly, purely running the
binary-arch target should already have DTRT without requiring doxygen to
be installed.  Hence the query, as the change appears to be effectively
an unnecessary no-op right now.

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/1343596589.18013.133.ca...@jacala.jungle.funky-badger.org



Bug#683216: unblock: tasksel/3.12

2012-07-29 Thread Joey Hess
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

3.12 contains no code changes, but several changes to task contents.

Possibly the most important change is adding synaptic back to the gnome
desktop task, which had stopped installing it due to pre-freeze changes
to the gnome package recommends. Arguably RC, and certianly the kind of
thing freezes exist to give time to be caught by QA.

As long as the task packages remain (co)installable in this new version,
I'd rate the risk of it breaking things to be low; the installed sizes
of some tasks will change but the documentation and CD layout is not
yet final anyway.

unblock tasksel/3.12

diff -Nru tasksel-3.11/debian/changelog tasksel-3.12/debian/changelog
--- tasksel-3.11/debian/changelog   2012-07-08 12:45:44.0 -0400
+++ tasksel-3.12/debian/changelog   2012-07-21 19:41:41.0 -0400
@@ -1,3 +1,66 @@
+tasksel (3.12) unstable; urgency=low
+
+  [ Andrew Lee (李健秋) ]
+  * Really depending on gdm3 in task-lxde-desktop (Closes: #680519).
+
+  [ Joey Hess ]
+  * xfce: Use network-manager-gnome.
+Rationalle: Everyone I've polled who has installed xfce for nontechnical
+users has had to switch out wicd due to its non-user-friendliness,
+which includes not managing wireless interfaces at all by default,
+and presenting the user with a secreen full of dozens of configuration
+settings when a network requires a password.
+Technical  users who want wicd will have no difficulty installing it.
+
+  [ Christian Perrier ]
+  * Use xul-ext-mozvoikko instead of transitional mozvoikko in
+task-finnish-desktop. Closes: #680952
+  * Remove freedict-*, openddict-* and texlive-* from bosnian,
+croatian and serbian tasks. Thanks to Josip Rodin for
+reporting and investigating. Closes: #565209
+  * Replace apache2-mpm-prefork by apache2. Closes: #678749
+  * Replace qpopper and uw-imapd by dovecot-{pop3d,imapd} in the mail server
+task. Closes: #560696
+  * Create en english task with both British and American
+dictionaries and word lists. Consequently drop the british
+task and modify british-desktop. Closes: #545047
+  * Changes related to hunspell used in favoir of aspell:
+- Add hunspell-ro to romanian-desktop. Closes: #583195
+- Add hunspell-be to belarusian-desktop.
+- Replace myspell-en-us by hunspell-en-us in *-desktop.
+- Use hunspell-gl-es instead of hunspell-gl in galician-desktop.
+- Add hunspell-ml to malayalam-desktop.
+- Replace myspell-ru by hunspell-ru in russian-desktop.
+- Replace myspell-fr-gut by hunspell-fr in french-desktop.
+- Add hunspell-ne to nepali-desktop.
+- Add hunspell-sr to serbian-desktop.
+- Add hunspell-vi to vietnamese-desktop.
+- Add hunspell-eu-es to basque-desktop.
+  * Remove the mention that poppler-data is non-free in
+tasks descriptions.
+  * Replace synaptic by apper in kde-desktop. Closes: #681964
+
+  [ Translations of programs ]
+  * Uyghur added. Closes: #627005
+
+  [ Translations of debconf templates ]
+  * Uyghur added. Closes: #627005
+
+  [ Translations of tasks ]
+  * Uyghur added. Closes: #627005
+  * Fix an horrible grammar error in the translation of
+standard in French. Thanks to Cyril Brulebois for
+hitting me with a cluebat.
+
+  [ Aron Xu ]
+  * Update input method support and Chinese tasks. Closes: #681466
+
+  [ Joey Hess ]
+  * Add synaptic to task-gnome-desktop. It had been pulled in by
+nautilus, but that Recommends has been dropped.
+
+ -- Joey Hess jo...@debian.org  Sat, 21 Jul 2012 19:41:30 -0400
+
 tasksel (3.11) unstable; urgency=low
 
   [ Josh Triplett ]
diff -Nru tasksel-3.11/debian/control tasksel-3.12/debian/control
--- tasksel-3.11/debian/control 2012-07-08 13:00:20.0 -0400
+++ tasksel-3.12/debian/control 2012-07-21 19:36:48.0 -0400
@@ -83,6 +83,8 @@
libreoffice-evolution,
 # temporarily moved from task-desktop due to #525077
gimp,
+# Package management.
+   synaptic,
 # firefox (ne iceweasel) is the most popular web browser at the moment,
 # although both gnome and kde offer their own too
iceweasel,
@@ -94,7 +96,7 @@
 # make thesaurus work
mythes-en-us,
 # make spellchecker work
-   myspell-en-us,
+   hunspell-en-us,
 # make hyphenation work
hyphen-en-us,
 # gui for configuration of the print server
@@ -130,8 +132,8 @@
kdesudo,
 # KDE libreoffice integration
libreoffice-kde,
-# Package management. (Replace with a KDE-specific one when available.)
-   synaptic,
+# Package management.
+   apper,
 # temporarily moved from task-desktop due to #525077
gimp,
 # firefox (ne iceweasel) is the most popular web browser at the moment,
@@ -145,7 +147,7 @@
 # make thesaurus work
mythes-en-us,
 # make spellchecker work
-   myspell-en-us,
+   hunspell-en-us,
 # make hyphenation work
hyphen-en-us,
 # gui for 

Bug#683220: unblock: mysql-5.5/5.5.24+dfsg-6

2012-07-29 Thread Nicholas Bamber
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: freeze-exception

Please unblock package mysql-5.5

Updated Czech debconf translation.
diff will be attached (or follow later)

unblock mysql-5.5/5.5.24+dfsg-6

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

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru mysql-5.5-5.5.24+dfsg/debian/changelog mysql-5.5-5.5.24+dfsg/debian/changelog
--- mysql-5.5-5.5.24+dfsg/debian/changelog	2012-07-14 13:36:25.0 +0100
+++ mysql-5.5-5.5.24+dfsg/debian/changelog	2012-07-29 13:04:59.0 +0100
@@ -1,3 +1,9 @@
+mysql-5.5 (5.5.24+dfsg-6) unstable; urgency=low
+
+  * Updated Czech debconf translation (Closes: #681711)
+
+ -- Nicholas Bamber nicho...@periapt.co.uk  Sun, 29 Jul 2012 13:04:46 +0100
+
 mysql-5.5 (5.5.24+dfsg-5) unstable; urgency=medium
 
   * Spanish debconf translation (Closes: #679053)
diff -Nru mysql-5.5-5.5.24+dfsg/debian/po/cs.po mysql-5.5-5.5.24+dfsg/debian/po/cs.po
--- mysql-5.5-5.5.24+dfsg/debian/po/cs.po	2012-05-18 17:31:34.0 +0100
+++ mysql-5.5-5.5.24+dfsg/debian/po/cs.po	2012-07-20 19:24:01.0 +0100
@@ -16,7 +16,7 @@
 Project-Id-Version: mysql-dfsg-5.5\n
 Report-Msgid-Bugs-To: mysql-...@packages.debian.org\n
 POT-Creation-Date: 2011-11-08 11:42-0800\n
-PO-Revision-Date: 2007-05-01 13:01+0200\n
+PO-Revision-Date: 2012-07-15 21:05+0200\n
 Last-Translator: Miroslav Kure ku...@debian.cz\n
 Language-Team: Czech debian-l10n-cz...@lists.debian.org\n
 Language: cs\n
@@ -39,10 +39,6 @@
 #. Type: boolean
 #. Description
 #: ../mysql-server-5.5.templates:2001
-#, fuzzy
-#| msgid 
-#| Such file is an indication that a mysql-server package with a higher 
-#| version has been installed earlier.
 msgid 
 Such a file is an indication that a mysql-server package with a higher 
 version has been installed previously.
@@ -71,14 +67,12 @@
 Using MySQL under NIS/YP requires a mysql user account to be added on the 
 local system with:
 msgstr 
+Používání MySQL pod NIS/YP vyžaduje, aby byl uživatelský účet mysql přidán 
+na místním systému příkazem:
 
 #. Type: note
 #. Description
 #: ../mysql-server-5.5.templates:3001
-#, fuzzy
-#| msgid 
-#| You should also check the permissions and the owner of the /var/lib/mysql 
-#| directory:
 msgid 
 You should also check the permissions and ownership of the /var/lib/mysql 
 directory:
@@ -125,14 +119,14 @@
 The MySQL server can be launched automatically at boot time or manually with 
 the '/etc/init.d/mysql start' command.
 msgstr 
-MySQL se může spouštět automaticky při startu systému, nebo ručně příkazem '/
-etc/init.d/mysql start'.
+MySQL se může spouštět automaticky při startu systému, nebo ručně příkazem „/
+etc/init.d/mysql start“.
 
 #. Type: password
 #. Description
 #: ../mysql-server-5.5.templates:6001
 msgid New password for the MySQL \root\ user:
-msgstr Nové heslo MySQL uživatele \root\:
+msgstr Nové heslo MySQL uživatele „root“:
 
 #. Type: password
 #. Description
@@ -142,29 +136,25 @@
 the MySQL administrative \root\ user.
 msgstr 
 Přestože to není nezbytné, je silně doporučeno nastavit heslo u 
-správcovského MySQL účtu \root\.
+správcovského MySQL účtu „root“.
 
 #. Type: password
 #. Description
 #: ../mysql-server-5.5.templates:6001
-#, fuzzy
-#| msgid If that field is left blank, the password will not be changed.
 msgid If this field is left blank, the password will not be changed.
 msgstr Ponecháte-li pole prázdné, heslo se nezmění.
 
 #. Type: password
 #. Description
 #: ../mysql-server-5.5.templates:7001
-#, fuzzy
-#| msgid New password for the MySQL \root\ user:
 msgid Repeat password for the MySQL \root\ user:
-msgstr Nové heslo MySQL uživatele \root\:
+msgstr Zopakujte heslo MySQL uživatele „root“:
 
 #. Type: error
 #. Description
 #: ../mysql-server-5.5.templates:8001
 msgid Unable to set password for the MySQL \root\ user
-msgstr Nelze nastavit heslo MySQL uživatele \root\
+msgstr Nelze nastavit heslo MySQL uživatele „root“
 
 #. Type: error
 #. Description
@@ -181,19 +171,12 @@
 #. Type: error
 #. Description
 #: ../mysql-server-5.5.templates:8001
-#, fuzzy
-#| msgid 
-#| You should check the account's password after tha package installation.
 msgid You should check the account's password after the package installation.
 msgstr Po instalaci balíku byste měli heslo ověřit.
 
 #. Type: error
 #. Description
 #: ../mysql-server-5.5.templates:8001
-#, fuzzy
-#| msgid 
-#| Please read the /usr/share/doc/mysql-server-5.5/README.Debian file for 
-#| more information.
 msgid 
 Please read the /usr/share/doc/mysql-server-5.5/README.Debian file for more 
 information.
@@ -204,19 +187,19 @@
 #. Description
 #: ../mysql-server-5.5.templates:9001
 msgid Password input error
-msgstr 
+msgstr Chyba zadávání hesla
 
 #. Type: error
 #. Description
 

Re: Bug#681097: CVE-2012-3386: Information disclosure

2012-07-29 Thread Adam D. Barratt
On Wed, 2012-07-25 at 00:32 -0400, Eric Dorland wrote:
 Sorry Jonathan, due to some personal commitments and the flu I haven't
 gotten to this yet. But I'll prepare these by the end of the week.

It appears this was uploaded already, as it's now sitting in p-u-NEW.
Now that that's happened, it will get processed in due course, but for
any future issues, please bear in mind that Jonathan's message said:

  Please prepare a minimal-changes upload targetting each of these suites,
  and submit a debdiff to the Release Team [0] for consideration. They will
  offer additional guidance or instruct you to upload your package.
[...]
 0: debian-release@lists.debian.org

We should consider changing that to be a request to file a bug, but in
any case the discussion is intended to happen /before/ the upload, not
as a result of it.

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/1343597926.18013.137.ca...@jacala.jungle.funky-badger.org



Re: Bug#681097: CVE-2012-3386: Information disclosure

2012-07-29 Thread Eric Dorland
* Adam D. Barratt (a...@adam-barratt.org.uk) wrote:
 On Wed, 2012-07-25 at 00:32 -0400, Eric Dorland wrote:
  Sorry Jonathan, due to some personal commitments and the flu I haven't
  gotten to this yet. But I'll prepare these by the end of the week.
 
 It appears this was uploaded already, as it's now sitting in p-u-NEW.
 Now that that's happened, it will get processed in due course, but for
 any future issues, please bear in mind that Jonathan's message said:
 
   Please prepare a minimal-changes upload targetting each of these suites,
   and submit a debdiff to the Release Team [0] for consideration. They will
   offer additional guidance or instruct you to upload your package.
 [...]
  0: debian-release@lists.debian.org
 
 We should consider changing that to be a request to file a bug, but in
 any case the discussion is intended to happen /before/ the upload, not
 as a result of it.

Sorry about that. I didn't reread the instructions when I was
preparing the package and forgot this step. Attached is the debdiff. I
still need to upload automake1.10, automake1.9 and automake1.7. Would
you like to see those diffs as well? They will be the same. 

-- 
Eric Dorland e...@kuroneko.ca
ICQ: #61138586, Jabber: ho...@jabber.com

diff -Nru automake1.11-1.11.1/debian/changelog automake1.11-1.11.1/debian/changelog
--- automake1.11-1.11.1/debian/changelog	2010-01-18 00:49:09.0 -0500
+++ automake1.11-1.11.1/debian/changelog	2012-07-29 03:20:29.0 -0400
@@ -1,3 +1,10 @@
+automake1.11 (1:1.11.1-1+squeeze1) stable; urgency=low
+
+  * lib/am/distdir.am: Fixes CVE-2012-3386 Temporary worldwide write
+permissions during make distcheck. (Closes: #681097)
+
+ -- Eric Dorland e...@debian.org  Sun, 29 Jul 2012 03:19:19 -0400
+
 automake1.11 (1:1.11.1-1) unstable; urgency=low
 
   * New upstream release. Contains fix for CVE-2009-4029, which created
diff -Nru automake1.11-1.11.1/debian/patches/debian-changes automake1.11-1.11.1/debian/patches/debian-changes
--- automake1.11-1.11.1/debian/patches/debian-changes	2010-01-18 00:57:26.0 -0500
+++ automake1.11-1.11.1/debian/patches/debian-changes	2012-07-29 03:37:59.0 -0400
@@ -1,4 +1,15 @@
 Please use the git repo for development.
+--- automake1.11-1.11.1.orig/lib/am/distdir.am
 automake1.11-1.11.1/lib/am/distdir.am
+@@ -441,7 +441,7 @@ distcheck: dist
+ ## Make the new source tree read-only.  Distributions ought to work in
+ ## this case.  However, make the top-level directory writable so we
+ ## can make our new subdirs.
+-	chmod -R a-w $(distdir); chmod a+w $(distdir)
++	chmod -R a-w $(distdir); chmod u+w $(distdir)
+ 	mkdir $(distdir)/_build
+ 	mkdir $(distdir)/_inst
+ ## Undo the write access.
 --- automake1.11-1.11.1.orig/lib/Automake/Makefile.in
 +++ automake1.11-1.11.1/lib/Automake/Makefile.in
 @@ -37,14 +37,7 @@ subdir = lib/Automake


signature.asc
Description: Digital signature


Bug#683234: unblock: desktop-base/7.0.1

2012-07-29 Thread Paul Tagliamonte
Subject: unblock: desktop-base/7.0.1
Package: release.debian.org
User: release.debian@packages.debian.org
Usertags: unblock
Severity: normal

Please unblock package desktop-base

Changes:
 desktop-base (7.0.1) unstable; urgency=low
 .
   [ Eshat Cakar ]
   * Make 1366x768 ksplash background really that resolution. (Closes: #679306)
   * Fix typo in plymouth theme. (Closes: #679357)
   * Updated ink-splated kde wallpaper, to fix alignment issues.
 .
   [ Paul Tagliamonte ]
   * Add ${misc:Depends} to the Depends for the binary package. We're using
 debhelper, so we should behave nicely.
   * Updated GDM  KDM's login background to have branding in the lower-right.
   * Inverting the GRUB highlight colors. This helps those who might be hard
 of sight, or think it's generally hard to see. (Closes: #680505)

Bugfix release, diff is huge due to SVGs being XML. There are a few
image changes folded in, but they were needed.

unblock desktop-base/7.0.1

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

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


signature.asc
Description: Digital signature


Bug#683235: unblock: datapacker/1.0.1+nmu2

2012-07-29 Thread Paul Tagliamonte
Subject: unblock: datapacker/1.0.1+nmu2
Package: release.debian.org
User: release.debian@packages.debian.org
Usertags: unblock
Severity: normal

Please unblock package datapacker

I've NMU'd this package to fix RC bug #629774.

Diff attached.

unblock datapacker/1.0.1+nmu2

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

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


signature.asc
Description: Digital signature


Bug#683235: diff attached

2012-07-29 Thread Paul Tagliamonte
Forgot to include the patch.

Attached.

Thanks,
  Paul

-- 
 .''`.  Paul Tagliamonte paul...@debian.org
: :'  : Proud Debian Developer
`. `'`  4096R / 8F04 9AD8 2C92 066C 7352  D28A 7B58 5B30 807C 2A87
 `- http://people.debian.org/~paultag
diff -Nru datapacker-1.0.1+nmu1/debian/changelog datapacker-1.0.1+nmu2/debian/changelog
--- datapacker-1.0.1+nmu1/debian/changelog	2009-11-02 16:17:57.0 -0500
+++ datapacker-1.0.1+nmu2/debian/changelog	2012-07-29 16:02:30.0 -0400
@@ -1,3 +1,11 @@
+datapacker (1.0.1+nmu2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Update build-dependencies for GHC 7 (LP: #826233), (Closes: #629774),
+thanks cjwatson for the fix.
+
+ -- Paul Tagliamonte paul...@debian.org  Sun, 29 Jul 2012 15:33:07 -0400
+
 datapacker (1.0.1+nmu1) unstable; urgency=low
 
   * Non-maintainer uploaded needed to address xpdf's RC bugs:
diff -Nru datapacker-1.0.1+nmu1/debian/control datapacker-1.0.1+nmu2/debian/control
--- datapacker-1.0.1+nmu1/debian/control	2009-11-02 16:18:09.0 -0500
+++ datapacker-1.0.1+nmu2/debian/control	2012-07-29 15:32:57.0 -0400
@@ -4,8 +4,8 @@
 Maintainer: John Goerzen jgoer...@complete.org
 Build-Depends: debhelper (= 5), groff, docbook-utils, man-db, ghostscript,
  gtk-doc-tools, sgml2x, jade,
- ghc6 (= 6.8), haskell-devscripts (= 0.6.6), libghc6-missingh-dev (= 1.0.1),
- libghc6-unix-dev, libghc6-mtl-dev, libghc6-filepath-dev, libghc6-hslogger-dev
+ ghc (= 6.8), haskell-devscripts (= 0.6.6), libghc-missingh-dev (= 1.0.1),
+ libghc-unix-dev, libghc-mtl-dev, libghc-filepath-dev, libghc-hslogger-dev
 Build-Conflicts: docbook-ebnf
 Standards-Version: 3.7.3
 Homepage: http://software.complete.org/datapacker


signature.asc
Description: Digital signature


debdiff for automake1.10_1.10.3-1+squeeze1

2012-07-29 Thread Eric Dorland
Proposed stable update for automake1.10.

-- 
Eric Dorland e...@kuroneko.ca
ICQ: #61138586, Jabber: ho...@jabber.com

diff -Nru automake1.10-1.10.3/debian/changelog automake1.10-1.10.3/debian/changelog
--- automake1.10-1.10.3/debian/changelog	2010-02-22 00:31:55.0 -0500
+++ automake1.10-1.10.3/debian/changelog	2012-07-29 21:23:29.0 -0400
@@ -1,3 +1,10 @@
+automake1.10 (1:1.10.3-1+squeeze1) stable; urgency=low
+
+  * lib/am/distdir.am: Backport fix for CVE-2012-3386 Temporary worldwide
+write permissions during make distcheck. (Closes: #681117)
+
+ -- Eric Dorland e...@debian.org  Sun, 29 Jul 2012 21:22:49 -0400
+
 automake1.10 (1:1.10.3-1) unstable; urgency=low
 
   * New upstream release. Contains fix for CVE-2009-4029, which created
diff -Nru automake1.10-1.10.3/debian/patches/debian-changes automake1.10-1.10.3/debian/patches/debian-changes
--- automake1.10-1.10.3/debian/patches/debian-changes	2010-02-22 00:33:04.0 -0500
+++ automake1.10-1.10.3/debian/patches/debian-changes	2012-07-29 21:31:23.0 -0400
@@ -1,4 +1,15 @@
 Please use the git repo for development.
+--- automake1.10-1.10.3.orig/lib/am/distdir.am
 automake1.10-1.10.3/lib/am/distdir.am
+@@ -362,7 +362,7 @@ distcheck: dist
+ ## Make the new source tree read-only.  Distributions ought to work in
+ ## this case.  However, make the top-level directory writable so we
+ ## can make our new subdirs.
+-	chmod -R a-w $(distdir); chmod a+w $(distdir)
++	chmod -R a-w $(distdir); chmod u+w $(distdir)
+ 	mkdir $(distdir)/_build
+ 	mkdir $(distdir)/_inst
+ ## Undo the write access.
 --- automake1.10-1.10.3.orig/lib/Automake/Makefile.in
 +++ automake1.10-1.10.3/lib/Automake/Makefile.in
 @@ -36,14 +36,7 @@ subdir = lib/Automake


signature.asc
Description: Digital signature


Freeze exception for texlive-extra 2012.20120611-2

2012-07-29 Thread Norbert Preining
Dear Release managers,

I would like to ask for a freeze exception for
texlive-extra 2012.20120611-2
The only change made in this release is a fix for a incorrect info
file, that when run through (g)install-info, under certain circumstances
(that is not clear by now) creates garbeld UTF8 output in the 
/usr/share/info/dir file.

The short term solution is fixing the problematic info file, and this
is what this upload does. It adds another patch under debian/patches
that fixes the info file, plus adds a line in the debian/patches/series
file plus a change log entry. That is all.

The first bug report on strange dir files is #555620
Ian Zimmerman tracked it down to broken info files, and submitted 
two bug reports, one against texlive-font-utils shipping the problematic
info file #683201, and one against texinfo that (g)install-info should
be more robust wrt to errors #683204. Obviously the second one cannot
be fixed so easily and quickly, so I decided to at least make sure
that in the currently available packges the info/dir file is not
created with garbled content.

I attach the full debdiff to this email. There are other changes
that creeped into the debdiff, due to our packaging of the 
texlive-{base,extra,doc,lang} package in the same repository, but
they only related to other packages and are not evaluated
(changes in tpm2deb.cfg), plus a call to dh_lintian in rules.

Thanks a lot

Norbert


Norbert Preiningpreining@{jaist.ac.jp, logic.at, debian.org}
JAIST, Japan TeX Live  Debian Developer
DSA: 0x09C5B094   fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094

SCRONKEY (n.)
Something that hits the window as a result of a violent sneeze.
--- Douglas Adams, The Meaning of Liff
diff -Nru texlive-extra-2012.20120611/debian/changelog 
texlive-extra-2012.20120611/debian/changelog
--- texlive-extra-2012.20120611/debian/changelog2012-06-11 
12:02:00.0 +0900
+++ texlive-extra-2012.20120611/debian/changelog2012-07-30 
11:09:18.0 +0900
@@ -1,3 +1,10 @@
+texlive-extra (2012.20120611-2) unstable; urgency=low
+
+  * fix broken mf2pt1 info file that triggered broken info/dir file
+under certain circumstances (Closes: #683201)
+
+ -- Norbert Preining prein...@debian.org  Mon, 30 Jul 2012 11:08:33 +0900
+
 texlive-extra (2012.20120611-1) unstable; urgency=low
 
   * new upstream checkout (TL2012 release)
diff -Nru texlive-extra-2012.20120611/debian/patches/fix-mf2pt1-info 
texlive-extra-2012.20120611/debian/patches/fix-mf2pt1-info
--- texlive-extra-2012.20120611/debian/patches/fix-mf2pt1-info  1970-01-01 
09:00:00.0 +0900
+++ texlive-extra-2012.20120611/debian/patches/fix-mf2pt1-info  2012-07-30 
11:06:59.0 +0900
@@ -0,0 +1,17 @@
+---
+ texmf/doc/info/mf2pt1.info |2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+Index: texlive-extra-2012.20120611/texmf/doc/info/mf2pt1.info
+===
+--- texlive-extra-2012.20120611.orig/texmf/doc/info/mf2pt1.info
2012-04-01 08:11:11.0 +0900
 texlive-extra-2012.20120611/texmf/doc/info/mf2pt1.info 2012-07-30 
11:06:28.760202853 +0900
+@@ -2,7 +2,7 @@
+ 
+ INFO-DIR-SECTION TeX
+ START-INFO-DIR-ENTRY
+-* mf2pt1::   Produce PostScript Type 1 fonts from Metafont source
++* mf2pt1: (mf2pt1).   Produce PostScript Type 1 fonts from Metafont source
+ END-INFO-DIR-ENTRY
+ 
+*mf2pt1*: Produce PostScript Type 1 fonts from Metafont source
diff -Nru texlive-extra-2012.20120611/debian/patches/series 
texlive-extra-2012.20120611/debian/patches/series
--- texlive-extra-2012.20120611/debian/patches/series   2012-05-21 
09:29:59.0 +0900
+++ texlive-extra-2012.20120611/debian/patches/series   2012-07-30 
11:06:59.0 +0900
@@ -1 +1,2 @@
 fix-scripts
+fix-mf2pt1-info
diff -Nru texlive-extra-2012.20120611/debian/rules 
texlive-extra-2012.20120611/debian/rules
--- texlive-extra-2012.20120611/debian/rules2012-06-11 12:29:38.0 
+0900
+++ texlive-extra-2012.20120611/debian/rules2012-07-30 11:14:00.0 
+0900
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 # 
 # debian/rules file for texlive-extra
-# $Id: rules.in 5480 2012-05-16 01:30:56Z preining $
+# $Id: rules.in 5626 2012-07-29 14:17:10Z preining $
 
 PACKAGES=texlive-bibtex-extra texlive-extra-utils texlive-font-utils 
texlive-formats-extra texlive-generic-extra texlive-math-extra 
texlive-plain-extra texlive-latex-extra texlive-fonts-extra texlive-music 
texlive-games texlive-pstricks texlive-publishers texlive-humanities 
texlive-science texlive-fonts-extra-doc texlive-humanities-doc 
texlive-latex-extra-doc texlive-pstricks-doc texlive-publishers-doc 
texlive-science-doc
 METAPACKAGES=texpower pdfjam texlive-latex3
@@ -63,6 +63,7 @@
bash 

debdiff for automake1.9_1.9.6+nogfdl-3.1+squeeze1

2012-07-29 Thread Eric Dorland
Proposed stable update for automake1.9.

-- 
Eric Dorland e...@kuroneko.ca
ICQ: #61138586, Jabber: ho...@jabber.com

diff -u automake1.9-1.9.6+nogfdl/Makefile.in 
automake1.9-1.9.6+nogfdl/Makefile.in
--- automake1.9-1.9.6+nogfdl/Makefile.in
+++ automake1.9-1.9.6+nogfdl/Makefile.in
@@ -408,7 +408,8 @@
  || exit 1; \
  fi; \
done
-   -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
+   -find $(distdir) -type d ! -perm -755 \
+   -exec chmod u+rwx,go+rx {} \; -o \
  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} 
\; \
diff -u automake1.9-1.9.6+nogfdl/debian/changelog 
automake1.9-1.9.6+nogfdl/debian/changelog
--- automake1.9-1.9.6+nogfdl/debian/changelog
+++ automake1.9-1.9.6+nogfdl/debian/changelog
@@ -1,3 +1,12 @@
+automake1.9 (1.9.6+nogfdl-3.1) unstable; urgency=high
+
+  * Non-maintainer upload by the Security Team.
+  * Fixed CVE-2009-4029: do not assign insecure permissions to directories in
+build tree.
+
+
+ -- Giuseppe Iuculano iucul...@debian.org  Mon, 08 Mar 2010 23:29:32 +0100
+
 automake1.9 (1.9.6+nogfdl-3) unstable; urgency=low
 
   * debian/automake1.9.postinst: Bump the priority above automake1.10 at
only in patch2:
unchanged:
--- automake1.9-1.9.6+nogfdl.orig/lib/am/distdir.am
+++ automake1.9-1.9.6+nogfdl/lib/am/distdir.am
@@ -192,11 +192,7 @@
 endif %?DIST-TARGETS%
 ##
 ## This complex find command will try to avoid changing the modes of
-## links into the source tree, in case they're hard-linked.  It will
-## also make directories writable by everybody, because some
-## brain-dead tar implementations change ownership and permissions of
-## a directory before extracting the files, thus becoming unable to
-## extract them.
+## links into the source tree, in case they're hard-linked.
 ##
 ## Ignore return result from chmod, because it might give an error
 ## if we chmod a symlink.
@@ -209,7 +205,8 @@
 ## the file in place in the source tree.
 ##
 if %?TOPDIR_P%
-   -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
+   -find $(distdir) -type d ! -perm -755 \
+   -exec chmod u+rwx,go+rx {} \; -o \
  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} 
\; \


signature.asc
Description: Digital signature


Re: Bits from the nippy Release Team

2012-07-29 Thread Guillem Jover
Hi!

On Fri, 2012-07-27 at 20:23:28 +0100, Adam D. Barratt wrote:
 Automatic freeze exceptions
 ---
 
 As previously announced, packages which were in unstable at the point of
 the freeze were granted an automatic freeze exception for that specific
 version of the package.  In the Squeeze cycle those exceptions were
 effective for the period of a month after freeze, which worked well; if
 a package has not migrated within a month despite the automatic
 exception then it is unlikely that it will do so without a further
 upload; in any case we would wish to review the changes in more detail
 as the freeze progresses.
 
 Any remaining automatic exceptions will therefore be retired after the
 final britney run on July 30th - i.e. one month after freeze.

Due to the block-udeb set in place, packages with udebs that got the
automatic freeze exception cannot migrate. But I didn't request an
unblock for one of those packages (libbsd, but this affects other
packages as well) because I understood it was preferred to avoid udeb
unblocks until after the d-i beta release. Given the above notice,
should I proceed with such request?

thanks,
guillem


-- 
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/20120730050932.ga17...@gaara.hadrons.org



Bug#683243: unblock: keystone/2012.1.1-2

2012-07-29 Thread Thomas Goirand
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Dear Release Team,

The new Keystone package, currently available in SID, contains
reviewed Debconf templates and lots of translations, thanks to
the work of Bubulle.

Please unblock keystone/2012.1.1-2.

Thanks in advance,

Thomas Goirand (zigo)


-- 
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/20120730051957.27915.17641.report...@buzig.gplhost.com



Bug#683244: nmu: bobcat_3.01.00-1

2012-07-29 Thread tony mancill
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: binnmu


nmu bobcat_3.01.00-1 . ALL . -m recompilation with current g++ (closes: 
#683049)

-- System Information:
Debian Release: 6.0.5
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500, 
'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
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/20120730051657.28516.15836.report...@dorf.mancill.com