Re: Is it possible to upload texmacs?

2012-07-21 Thread Atsuhito Kohda
Hi Cyril,

On Sat, 21 Jul 2012 00:49:29 +0200, Cyril Brulebois wrote:

 thanks, it looks good to me except for this part, seen by diffing
 testing and unstable packages:
 | --- texmacs-1.0.7.15/packages/macos/Base.xcconfig
 | +++ texmacs-1.0.7.15/packages/macos/Base.xcconfig
 | @@ -24,7 +24,7 @@
 |  TM_LDDL = -ldl
 |  TM_LDX11 =  -lXext -lX11
 |  TM_LDCOCOA = 
 | -TM_LDQT = -L/usr/lib -lQtGui -lQtCore -lpthread 
 | +TM_LDQT = -L/usr/lib/i386-linux-gnu -lQtGui -lQtCore -lpthread 
 |  TM_LDGUI = $(LDQT)
 |  TM_LDAXEL = 
 |  TM_LDCAIRO = 
 
 Where does that come from?
 
 Given the file name, I /guess/ it's not actually used in Debian builds,
 but that's still a strange thing to see.

Well Base.xcconfig is generated from Base.xcconfig.in 
so I believe there is no problem at all.
Please see the following output:
$ ls -l packages/macos/Base.xcconfig*
-rw-r--r-- 1 kohda kohda 2752 Jul 21 16:37 packages/macos/Base.xcconfig
-rw-r--r-- 1 kohda kohda 2534 Mar 18 18:12 packages/macos/Base.xcconfig.in

Thanks for your work.
Best regards,   2012-7-21(Sat)

-- 
 Debian Developer - much more I18N of Debian
 Atsuhito Kohda kohda AT debian.org
 Department of Math., Univ. of Tokushima


-- 
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/20120721.170502.193723595.ko...@pm.tokushima-u.ac.jp



Bug#681718: debdiff

2012-07-21 Thread Hilko Bengen
Here's the debdiff for 1.4.1-1 - 1.4.1-2.

diff -u wine-1.4.1/debian/control wine-1.4.1/debian/control
--- wine-1.4.1/debian/control
+++ wine-1.4.1/debian/control
@@ -38,6 +38,16 @@
 Depends:
  ${misc:Depends},
  wine-bin (= ${source:Version}) | wine64-bin (= ${source:Version}),
+Conflicts:
+ wine1.0,
+ wine1.2,
+ wine1.3,
+ wine1.4,
+Replaces:
+ wine1.0,
+ wine1.2,
+ wine1.3,
+ wine1.4,
 Description: Windows API implementation - standard suite
  Wine is a free MS-Windows API implementation.
  This is still a work in progress and many applications may still not work.
@@ -138,6 +148,7 @@
  libwine-openal (= ${binary:Version}),
  libwine-gphoto2 (= ${binary:Version}),
 Pre-Depends:
+ ${misc:Pre-Depends},
  ${wine:Pre-Depends}
 Replaces:
  wine ( 0.9.11-1),
diff -u wine-1.4.1/debian/libwine-gl.deps wine-1.4.1/debian/libwine-gl.deps
--- wine-1.4.1/debian/libwine-gl.deps
+++ wine-1.4.1/debian/libwine-gl.deps
@@ -1,2 +1,3 @@
 GL
+GLU
 Xcomposite
diff -u wine-1.4.1/debian/changelog wine-1.4.1/debian/changelog
--- wine-1.4.1/debian/changelog
+++ wine-1.4.1/debian/changelog
@@ -1,3 +1,15 @@
+wine (1.4.1-2) unstable; urgency=medium
+
+  [ Michael Gilbert ]
+  * Improve multiarch instructions (closes: #680120).
+
+  [ Hilko Bengen ]
+  * Conflict with ubuntu wine packages (closes: #678388).
+  * Add fontconfig and other library dependencies (closes: #680421).
+  * Add misc:Pre-Depends.
+
+ -- Michael Gilbert mgilb...@debian.org  Thu, 12 Jul 2012 17:34:23 -0400
+
 wine (1.4.1-1) unstable; urgency=medium
 
   * New upstream release 1.4.1, released Jun 17, 2012.
diff -u wine-1.4.1/debian/libwine.deps wine-1.4.1/debian/libwine.deps
--- wine-1.4.1/debian/libwine.deps
+++ wine-1.4.1/debian/libwine.deps
@@ -1,11 +1,21 @@
+crypto
+dbus-1
 freetype
+fontconfig
+gnutls
 jpeg
+ncurses
+odbc
 png
+tiff
+xslt
 Xinerama
 Xrandr
 Xcursor
+Xcomposite
 Xrender
 Xi
 Xext
+Xxf86vm
 X11
 ssl
diff -u wine-1.4.1/debian/libwine.recs wine-1.4.1/debian/libwine.recs
--- wine-1.4.1/debian/libwine.recs
+++ wine-1.4.1/debian/libwine.recs
@@ -2,0 +3 @@
+v4l1
diff -u wine-1.4.1/debian/control.in wine-1.4.1/debian/control.in
--- wine-1.4.1/debian/control.in
+++ wine-1.4.1/debian/control.in
@@ -39,6 +39,16 @@
  ${misc:Depends},
  wine-bin (= ${source:Version}) | wine64-bin (= ${source:Version}),
 Suggests: wine-doc, binfmt-support, ttf-mscorefonts-installer, winbind, klamav | clamav
+Conflicts:
+ wine1.0,
+ wine1.2,
+ wine1.3,
+ wine1.4,
+Replaces:
+ wine1.0,
+ wine1.2,
+ wine1.3,
+ wine1.4,
 Description: Windows API implementation - standard suite
  Wine is a free MS-Windows API implementation.
  This is still a work in progress and many applications may still not work.
@@ -139,6 +149,7 @@
  libwine-openal (= ${binary:Version}),
  libwine-gphoto2 (= ${binary:Version}),
 Pre-Depends:
+ ${misc:Pre-Depends},
  ${wine:Pre-Depends}
 Replaces:
  wine ( 0.9.11-1),
diff -u wine-1.4.1/debian/wine64.sh wine-1.4.1/debian/wine64.sh
--- wine-1.4.1/debian/wine64.sh
+++ wine-1.4.1/debian/wine64.sh
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+arch=$(dpkg --print-architecture | sed s/amd64/i386/)
+
 echo This is the wine64-bin helper package, which does not provide wine itself,
 echo but instead exists solely to provide the following information about
 echo enabling multiarch on your system in order to be able to install and run
@@ -10,11 +12,13 @@
 echo 
-echo   # dpkg --add-architecture i386
-echo   # sed -i 's/deb\ /deb\ [arch=amd64,i386]\ /g' /etc/apt/sources.list
+echo   # dpkg --add-architecture $arch
 echo   # apt-get update
-echo   # apt-get install wine-bin:i386
+echo   # apt-get install wine-bin:$arch
+echo 
+echo Depending on which Debian release is present on this system, the development
+echo version of wine may be available, which if available can be installed with:
+echo 
+echo   # apt-get install wine-bin-unstable:$arch
 echo 
-echo Be very careful as spaces matter above.  For kfreebsd systems, replace i386
-echo and amd64 with kfreebsd-i386 and kfreebsd-amd64.  Note that this package
-echo (wine64-bin) will be removed in the process.  For more information on the
-echo multiarch conversion, see:
+echo Note that this package (wine64-bin) will be removed in the process.  For
+echo more information on the multiarch conversion, see:
 echo http://wiki.debian.org/Multiarch/HOWTO;


Bug#681332: debian-cd BoF at DebConf

2012-07-21 Thread Julien Cristau
On Fri, Jul 20, 2012 at 20:12:32 -0500, Jonathan Nieder wrote:

 Dpkg development has been happening pretty quickly lately, so there
 are a lot of changes between the versions in wheezy and sid.
 
At this point quick development should target experimental, not sid.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#682300: unblock: hunspell-en-us/20070829-6 and openoffice.org-dictionaries/1:3.3.0~rc10-4

2012-07-21 Thread Rene Engelhard
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock packages hunspell-en-us and openoffice.org-dictionaries.
Trivial fix for (admittedly minor) bug #680485

unblock hunspell-en-us/20070829-6
unblock openoffice.org-dictionaries/1:3.3.0~rc10-4

diff -u hunspell-en-us-20070829/debian/changelog 
hunspell-en-us-20070829/debian/changelog
--- hunspell-en-us-20070829/debian/changelog
+++ hunspell-en-us-20070829/debian/changelog
@@ -1,3 +1,10 @@
+hunspell-en-us (20070829-6) unstable; urgency=low
+
+  * provide also myspell-dictionary-en-us for myspell-en-us
+(closes: #680485)
+
+ -- Rene Engelhard r...@debian.org  Mon, 09 Jul 2012 20:12:40 +0200
+
 hunspell-en-us (20070829-5) unstable; urgency=low

   * rebuild with updated dictionaries-common-dev to get rid of
diff -u hunspell-en-us-20070829/debian/control 
hunspell-en-us-20070829/debian/control
--- hunspell-en-us-20070829/debian/control
+++ hunspell-en-us-20070829/debian/control
@@ -8,7 +8,7 @@
 Package: hunspell-en-us
 Architecture: all
 Replaces: openoffice.org-spellcheck-en-us, myspell-en-us
-Provides: hunspell-dictionary, hunspell-dictionary-en
+Provides: hunspell-dictionary, hunspell-dictionary-en, 
hunspell-dictionary-en-us
 Depends: dictionaries-common (= 0.10)
 Suggests: hunspell, openoffice.org-hunspell | openoffice.org-core (= 2.0.2)
 Conflicts: openoffice.org (= 1.0.3-2), myspell-en-us, mozilla-browser ( 
1.8+1.1.1-2), iceape-browser ( 1.1.1-2), firefox ( 2.0.0.3-2), thunderbird, 
iceweasel ( 2.0.0.3-2), icedove ( 2.0.0.0-4), openoffice.org-core ( 
2.1~m190-1), libxul0d (= 1.8.0.11-3)

diff -u openoffice.org-dictionaries-3.3.0~rc10/debian/changelog 
openoffice.org-dictionaries-3.3.0~rc10/debian/changelog
--- openoffice.org-dictionaries-3.3.0~rc10/debian/changelog
+++ openoffice.org-dictionaries-3.3.0~rc10/debian/changelog
@@ -1,3 +1,10 @@
+openoffice.org-dictionaries (1:3.3.0~rc10-4) unstable; urgency=low
+
+  * provide also myspell-dictionary-en-xy for myspell-en-*/hunspell-en-ca
+(closes: #680485)
+
+ -- Rene Engelhard r...@debian.org  Mon, 09 Jul 2012 20:10:05 +0200
+
 openoffice.org-dictionaries (1:3.3.0~rc10-3) unstable; urgency=low

   * remove conflicts against openoffice.org-{thesaurus ,hyphenation}-*
diff -u openoffice.org-dictionaries-3.3.0~rc10/debian/control 
openoffice.org-dictionaries-3.3.0~rc10/debian/control
--- openoffice.org-dictionaries-3.3.0~rc10/debian/control
+++ openoffice.org-dictionaries-3.3.0~rc10/debian/control
@@ -128,7 +128,7 @@
 Architecture: all
 Conflicts: openoffice.org (= 1.0.3-2)
 Depends: dictionaries-common (= 0.10) | openoffice.org-updatedicts, 
${misc:Depends}
-Provides: myspell-dictionary, myspell-dictionary-en
+Provides: myspell-dictionary, myspell-dictionary-en, myspell-dictionary-en-us
 Description: English_american dictionary for myspell
  This is the English_american dictionary for use with the myspell spellchecker
  which is currently used within LibreOffice/OpenOffice.org and the mozilla
@@ -138,7 +138,7 @@
 Architecture: all
 Conflicts: openoffice.org (= 1.0.3-2)
 Depends: dictionaries-common (= 0.10) | openoffice.org-updatedicts, 
${misc:Depends}
-Provides: myspell-dictionary, myspell-dictionary-en
+Provides: myspell-dictionary, myspell-dictionary-en, myspell-dictionary-en-gb
 Description: English_british dictionary for myspell
  This is the English_british dictionary for use with the myspell spellchecker
  which is currently used within LibreOffice/OpenOffice.org and the mozilla
@@ -148,7 +148,7 @@
 Architecture: all
 Conflicts: openoffice.org (= 1.0.3-2)
 Depends: dictionaries-common (= 0.10) | openoffice.org-updatedicts, 
${misc:Depends}
-Provides: myspell-dictionary, myspell-dictionary-en
+Provides: myspell-dictionary, myspell-dictionary-en, myspell-dictionary-en-za
 Description: English_southafrican dictionary for myspell
  This is the English_southafrican dictionary for use with the myspell
  spellchecker.
@@ -199,7 +199,7 @@
 Architecture: all
 Section: text
 Depends: dictionaries-common (= 0.10) | openoffice.org-updatedicts, 
${misc:Depends}
-Provides: hunspell-dictionary, hunspell-dictionary-en
+Provides: hunspell-dictionary, hunspell-dictionary-en, 
hunspell-dictionary-en-ca
 Suggests: hunspell, openoffice.org-hunspell | openoffice.org-core (= 2.0.2)
 Conflicts: openoffice.org (= 1.0.3-2), mozilla-browser ( 1.8+1.1.1-2), 
iceape-browser ( 1.1.1-2), firefox ( 2.0.0.3-2), thunderbird, iceweasel ( 
2.0.0.3-2), icedove ( 2.0.0.0-4), openoffice.org-core ( 2.1~m190-1), 
libxul0d (= 1.8.0.11-3)
 Description: English_canadian dictionary for hunspell

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

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

Regards,

Rene


-- 
To UNSUBSCRIBE, email to 

Bug#682301: unblock: libreoffice/1:3.5.4-6, openoffice.org/1:3.4.0~ooo340m1-7

2012-07-21 Thread Rene Engelhard
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock packages libreoffice and openoffice.org
(transitional packages)

- I missed some (minor) additional fix for CVE-2012-2334
  (which is in stable.) Applied now
- Now that libgcj-bc with the shlibs bump migrated we can
  re-enable libreoffice-gcj to speed up LO when used with
  gcj (only option on kfreebsd-*)
- fix for partial upgrade (#633929)
- two other minor but trivial fixes

unblock libreoffice/1:3.5.4-6
unblock openoffice.org/1:3.4.0~ooo340m1-7

diff of libreoffice:

see attachment

diff of openoffice.org:

diff -Nru openoffice.org-3.4.0~ooo340m1/debian/changelog 
openoffice.org-3.4.0~ooo340m1/debian/changelog
--- openoffice.org-3.4.0~ooo340m1/debian/changelog  2012-05-31 
22:35:56.0 +0200
+++ openoffice.org-3.4.0~ooo340m1/debian/changelog  2012-07-20 
21:40:22.0 +0200
@@ -1,3 +1,9 @@
+openoffice.org (1:3.4.0~ooo340m1-7) unstable; urgency=low
+
+  * re-add -gcj, enabled in LO again
+
+ -- Rene Engelhard r...@debian.org  Fri, 20 Jul 2012 21:40:02 +0200
+
 openoffice.org (1:3.4.0~ooo340m1-6) unstable; urgency=high

   * skip mozilla-openoffice.org and openoffice.org-gcj, LO counterparts
diff -Nru openoffice.org-3.4.0~ooo340m1/debian/control 
openoffice.org-3.4.0~ooo340m1/debian/control
--- openoffice.org-3.4.0~ooo340m1/debian/control2012-05-31 
22:36:12.0 +0200
+++ openoffice.org-3.4.0~ooo340m1/debian/control2012-07-20 
21:40:52.0 +0200
@@ -1395,6 +1395,17 @@
  .
  It can be safely removed after an upgrade.

+Package: openoffice.org-gcj
+Architecture: kfreebsd-i386 kfreebsd-amd64
+Priority: extra
+Section: editors
+Depends: libreoffice-gcj (= 1:3.4.0~)
+Description: office productivity suite -- Java libraries for GIJ
+ This is a transitional package, replacing the OpenOffice.org packaging
+ with the LibreOffice packaging.
+ .
+ It can be safely removed after an upgrade.
+
 Package: openoffice.org-dmaths
 Architecture: all
 Priority: extra
diff -Nru openoffice.org-3.4.0~ooo340m1/debian/scripts/gentranspkgs.py 
openoffice.org-3.4.0~ooo340m1/debian/scripts/gentranspkgs.py
--- openoffice.org-3.4.0~ooo340m1/debian/scripts/gentranspkgs.py
2012-05-31 22:34:49.0 +0200
+++ openoffice.org-3.4.0~ooo340m1/debian/scripts/gentranspkgs.py
2012-07-20 21:40:36.0 +0200
@@ -2,7 +2,7 @@

 import re, sys, fileinput

-skip_packages = ('openoffice.org-core', 'openoffice.org-report-builder-bin', 
'openoffice.org-base-core', 'openoffice.org-dev', 'openoffice.org-dev-doc', 
'openoffice.org-dbg', 'openoffice.org-help-sk', 'openoffice.org-nlpsolver', 
'openoffice.org-hyphenation-show', 'openoffice.org-script-provider-bsh', 
'openoffice.org-hyphenation-bn','openoffice.org-hyphenation-gu', 
'openoffice.org-hyphenation-kn', 'openoffice.org-hyphenation-hi', 
'openoffice.org-hyphenation-pa', 
'openoffice.org-l10n-is','mozilla-openoffice.org','openoffice.org-gcj')
+skip_packages = ('openoffice.org-core', 'openoffice.org-report-builder-bin', 
'openoffice.org-base-core', 'openoffice.org-dev', 'openoffice.org-dev-doc', 
'openoffice.org-dbg', 'openoffice.org-help-sk', 'openoffice.org-nlpsolver', 
'openoffice.org-hyphenation-show', 'openoffice.org-script-provider-bsh', 
'openoffice.org-hyphenation-bn','openoffice.org-hyphenation-gu', 
'openoffice.org-hyphenation-kn', 'openoffice.org-hyphenation-hi', 
'openoffice.org-hyphenation-pa', 
'openoffice.org-l10n-is','mozilla-openoffice.org')
 other_source_packages = ('docvert-openoffice.org', 
'openclipart-openoffice.org','openoffice.org-dmaths','openoffice.org-mysql-connector','openoffice.org-pdfimport','openoffice.org-presentation-minimizer','openoffice.org-report-builder',
 
'openoffice.org-voikko','openoffice.org-writer2latex','openoffice.org-wiki-publisher','openoffice.org-zemberek',
 'openoffice.org-presenter-console', 'openoffice.org-writer2xhtml', 
'openoffice.org-sdbc-postgresql');

 def gen_transitonal_packages():

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

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

Regards,

Rene
diff -Nru libreoffice-3.5.4/debian/changelog libreoffice-3.5.4/debian/changelog
--- libreoffice-3.5.4/debian/changelog  2012-06-20 10:49:23.0 +0200
+++ libreoffice-3.5.4/debian/changelog  2012-07-20 00:21:57.0 +0200
@@ -1,3 +1,18 @@
+libreoffice (1:3.5.4-6) unstable; urgency=medium
+
+  * debian/patches/CVE-2012-2334-clip-max-entries.diff: add additional
+fix for CVE-2012-2334 from Florian Weimer which we missed to apply
+so far..
+
+  * debian/templates/soffice-template.desktop.in: fix Icon= (remove
+obsolete 3), thanks Miros◈aw Zalewski (closes: #678313)
+  * debian/control.in: make -filter-mobiledev 

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

2012-07-21 Thread Jonas Smedegaard
On 12-07-21 at 01:05am, Cyril Brulebois wrote:
 Hello,
 
 Salvatore Bonaccorso car...@debian.org (21/07/2012):
  libweb-id-perl has a missing dependency which causes another package 
  to FTBFS. I have cloned the original Bugreport now as [1], see in 
  particular Jonas' message in [2].
  
   [1]: http://bugs.debian.org/682277
   [2]: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682277#17
 
 no bug reference in the changelog isn't helpful…

...which is the reason it was provided in above email, I guess.

I do believe inclusion of bug references in changelog is optional (see 
Debian Policy §4.4).


  +libweb-id-perl (1.921-3) unstable; urgency=low
  +
  +  * Fix depend on libmousex-types-perl or libmoosex-types-perl (in
  +addition to recommending libmousex-types-perl).
 
 Surely this could have been more descriptive, like “fix 
 misconcatenation for the CDBS_DEPENDS_ALL variable”. A naïve mind 
 would be looking at debian/control otherwise, and would think 
 something was overlooked…

I agree that my choice of words was not ideal for release team review. 
My target audience when writing changelogs is our users, however, and I 
do find my actual changelog entry more descriptive for them than your 
proposed one.


  +  * Relax to build unversioned on cdbs: Needed version satisfied in
  +stable, and oldstable no longer supported.
  +  * Fix use pseudo-fields in copyright file (license-in-comment for
  +verbatim dual-license text covered in separate License sections,
  +and comment-in-license for non-verbatim parts of License sections):
  +File format 1.0 mandates License field to either be single-line or
  +include all licensing info.
 
 Looks like random noise to me.
 
 Just when I thought the rules were clear…
   http://release.debian.org/wheezy/freeze_policy.html

Then reject it, if you find it too unpleasing!!!


 - Jonas

-- 
 * Jonas Smedegaard - idealist  Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: Digital signature


Re: [Call for Test] Please test your package with python-svn/experimental (version 1.7.6-0.1)

2012-07-21 Thread Arthur de Jong
On Thu, 2012-07-19 at 06:53 +0900, Hideki Yamane wrote:
 I've put pysvn 1.7.6 package to experimental, it is necessary update
 to put Subversion1.7 to Wheezy. Your package seems to have a
 dependency for this python-svn package, so please check it with
 python-svn_1.7.6-0.1 in experimental.

Thanks. I've had a look at rabbitvcs and while it works with python-svn
1.7.6-0.1 there is a problem with the fact that subversion 1.7 no longer
ships a .svn directory in every subdirectory of a working copy.

This has also been reported upstream and fixed in their repository. I've
created a patch in the Python Applications Packaging Team svn
repository:
  http://anonscm.debian.org/viewvc/python-apps/?view=revisionrevision=8963

I've confirmed that this patches fixes the problems in the nautilus
plugin and had a quick look at the other components and haven't found a
problem.

Any preference as to whether I upload to unstable or experimental (there
is no dependency on the newer pysvn)?

-- 
-- arthur - adej...@debian.org - http://people.debian.org/~adejong --


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


Please unblock schroot 1.6.2-1

2012-07-21 Thread Roger Leigh
Hi,

Please could you unblock schroot?  It contains the following
changes:

schroot (1.6.2-1) unstable; urgency=low

  * New upstream stable release.
  * schroot:
- PAM pam_env is used to set up additional environment from
  /etc/security/pam_env.conf and /etc/default/locale.
- /usr/bin/X11 and /usr/games have been removed from the
  default PATH.

 -- Roger Leigh rle...@debian.org  Wed, 18 Jul 2012 23:10:24 +0100

schroot (1.6.1-1) unstable; urgency=low

  * New upstream stable release.
  * schroot:
- Remove invalid and obsolete symlinks which were being created
  on install and upgrade, and no longer create them
  (Closes: #681931).
- Fix 15binfmt setup script to bind mount binfmt binary correctly
  (Closes: #677811).  Thanks to Vagrant Cascadian and Julian Andres
  Klode.
- Building from git has been documented, as has the upstream
  release process (Closes: #680882).
  * dchroot:
- Migrate dchroot.conf to schroot.conf format on upgrade
  (Closes: #681876).  Also documented caveats in NEWS.Debian.
  * dchroot-dsa:
- Migrate dchroot.conf to schroot.conf format on upgrade.
  Also documented caveats in NEWS.Debian.

 -- Roger Leigh rle...@debian.org  Wed, 18 Jul 2012 20:04:41 +0100


This contains bugfixes only, mainly to fix squeeze-wheezy upgrade
issues, and also to fix binfmt support which was causing breakage
for some people.  Steve Langasek requested the PAM and PATH changes.


Thanks,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linuxhttp://people.debian.org/~rleigh/
 `. `'   schroot and sbuild  http://alioth.debian.org/projects/buildd-tools
   `-GPG Public Key  F33D 281D 470A B443 6756 147C 07B3 C8BC 4083 E800


-- 
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/20120721094034.gz25...@codelibre.net



Bug#682295: marked as done (unblock: pyparsing/1.5.6+dfsg1-2)

2012-07-21 Thread Debian Bug Tracking System
Your message dated Sat, 21 Jul 2012 10:57:54 +0100
with message-id 1342864674.13223.99.ca...@jacala.jungle.funky-badger.org
and subject line Re: Bug#682295: unblock: pyparsing/1.5.6+dfsg1-2
has caused the Debian Bug report #682295,
regarding unblock: pyparsing/1.5.6+dfsg1-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.)


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

Fixes RC bug #681537

unblock pyparsing/1.5.6+dfsg1-2
diff -ruN export/debian/changelog pyparsing-1.5.6+dfsg1/debian/changelog
--- export/debian/changelog	2012-05-19 16:12:05.114055000 -0400
+++ pyparsing-1.5.6+dfsg1/debian/changelog	2012-07-21 00:19:24.704656066 -0400
@@ -1,3 +1,12 @@
+pyparsing (1.5.6+dfsg1-2) unstable; urgency=low
+
+  * Team upload
+  * Use python3 depends/provides instead of python for python3-pyparsing to
+correct dependencies (Closes: 681537)
+- Thanks to Michael Terry/Ubuntu for the patch
+
+ -- Scott Kitterman sc...@kitterman.com  Sat, 21 Jul 2012 00:17:19 -0400
+
 pyparsing (1.5.6+dfsg1-1) unstable; urgency=low
 
   * Team upload.
diff -ruN export/debian/control pyparsing-1.5.6+dfsg1/debian/control
--- export/debian/control	2012-04-29 17:22:11.755241000 -0400
+++ pyparsing-1.5.6+dfsg1/debian/control	2012-07-21 00:17:15.556659883 -0400
@@ -30,8 +30,8 @@
 
 Package: python3-pyparsing
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
-Provides: ${python:Provides}
+Depends: ${python3:Depends}, ${misc:Depends}
+Provides: ${python3:Provides}
 Description: Python parsing module, Python3 package
  The parsing module is an alternative approach to creating and
  executing simple grammars, vs. the traditional lex/yacc approach, or
---End Message---
---BeginMessage---
On Sat, 2012-07-21 at 00:26 -0400, Scott Kitterman wrote:
 Please unblock package pyparsing
 
 Fixes RC bug #681537

Unblocked.

Regards,

Adam---End Message---


Processed: tagging 679778

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

 tags 679778 + moreinfo
Bug #679778 [release.debian.org] unblock: spandsp/0.0.6~pre20-2
Added tag(s) moreinfo.
 thanks
Stopping processing here.

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


--
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.13428657836987.transcr...@bugs.debian.org



Processed: tagging 680076

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

 tags 680076 + moreinfo
Bug #680076 [release.debian.org] unblock: fonts-sil-padauk/2.80-1
Added tag(s) moreinfo.
 thanks
Stopping processing here.

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


--
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.13428658177181.transcr...@bugs.debian.org



Bug#680312: marked as done (unblock: webgen0.5/0.5.14+dfsg1-3)

2012-07-21 Thread Debian Bug Tracking System
Your message dated Sat, 21 Jul 2012 12:18:38 +0200
with message-id 20120721101838.gi7...@radis.cristau.org
and subject line Re: Bug#680312: unblock: webgen0.5/0.5.14+dfsg1-3
has caused the Debian Bug report #680312,
regarding unblock: webgen0.5/0.5.14+dfsg1-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.)


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

Package: release.debian.org
User: release.debian@packages.debian.org
Usertags: unblock
Severity: normal


Coin,

Please unblock package webgen0.5

webgen0.5 (0.5.14+dfsg1-3) unstable; urgency=low

  * Update dependencies to follow the new ruby policy for: exif, haml,
and erubis.
  * Fixed breakage with the new YAML parser in Ruby 1.9, which is now
the default version, thanks to Sebastian Reichel (Closes: #680227).
  * Removed embedded copy of JQuery and depends on libjs-jquery instead.

1) allows to get rid of old policy packages and dirty dependency  
alternatives, and is a trivial change

2) solves a breakage with the default Ruby version
3) is still a deduplication/security improvement

Regards.

unblock webgen0.5/0.5.14+dfsg1-3

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

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

--
Marc Dequènes (Duck)


pgpeNtaz0O050.pgp
Description: PGP Digital Signature
---End Message---
---BeginMessage---
On Thu, Jul  5, 2012 at 00:11:48 +0200, Marc Dequènes (Duck) wrote:

 Please unblock package webgen0.5
 
Looks like mehdi did that, without following up to the bug.  yay.

Cheers,
Julien


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


Bug#680343: unblock: trousers/0.3.9-2

2012-07-21 Thread Julien Cristau
On Thu, Jul  5, 2012 at 21:25:38 +0200, Pierre Chifflier wrote:

 +# kill tcsd (and any other process owned by the tss user)
 +killall -u tss  2/dev/null || true

Why is this necessary, and what happens if psmisc isn't installed?

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#681002: release.debian.org: Freeze exception for libguestfs

2012-07-21 Thread Julien Cristau
On Tue, Jul 17, 2012 at 22:08:00 +0200, Hilko Bengen wrote:

 diff --git a/debian/rules b/debian/rules
 index fb143c4..1f3c435 100755
 --- a/debian/rules
 +++ b/debian/rules
 @@ -130,9 +130,9 @@ override_dh_install:
  # Workaround for python3-defaults  3.2~b2-1
  # (do not rename .so files outside dist-packages directory)
  override_dh_python3:
 - dh_python3 -p python-libguestfs
 + dh_python3 -p python-guestfs
  override_dh_python2:
 - dh_python2 -p python-libguestfs -V 2.6-
 + dh_python2 -p python-guestfs -V 2.6-
  
  # Workaround for Lintian warning
  # {pre,post}inst-has-useless-call-to-ldconfig
 
Two questions here:
- why bother working around a bug in python3-defaults  3.2~b2-1,
  instead of build-depending on a fixed version?
- why are the python and python3 modules shipped in the same deb?  That
  seems different from every other python3 module I've seen so far.

Cheers,
Julien


signature.asc
Description: Digital signature


Processed: tagging 681002

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

 tags 681002 + moreinfo
Bug #681002 [release.debian.org] release.debian.org: Freeze exception for 
libguestfs
Added tag(s) moreinfo.
 thanks
Stopping processing here.

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


--
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.134286652010943.transcr...@bugs.debian.org



Bug#681448: unblock: nsd3/3.2.11-1

2012-07-21 Thread Julien Cristau
On Fri, Jul 13, 2012 at 10:37:44 +0200, Ondřej Surý wrote:

 Please unblock package nsd3
 
Is this still relevant, or are we going with 3.2.10?  I didn't see a
reply to Niels's request.

Cheers,
Julien


signature.asc
Description: Digital signature


Processed: tagging 681396

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

 tags 681396 + moreinfo
Bug #681396 [release.debian.org] unblock slbackup-php
Added tag(s) moreinfo.
 thanks
Stopping processing here.

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


--
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.134286660611227.transcr...@bugs.debian.org



Processed: tagging 681448

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

 tags 681448 + moreinfo
Bug #681448 [release.debian.org] unblock: nsd3/3.2.11-1
Ignoring request to alter tags of bug #681448 to the same tags previously set
 thanks
Stopping processing here.

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


--
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.134286675812679.transcr...@bugs.debian.org



Bug#681729: marked as done (unblock: transmission/2.52-2)

2012-07-21 Thread Debian Bug Tracking System
Your message dated Sat, 21 Jul 2012 12:35:07 +0200
with message-id 20120721103507.gm7...@radis.cristau.org
and subject line Re: Bug#681729: unblock: transmission/2.52-2
has caused the Debian Bug report #681729,
regarding unblock: transmission/2.52-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.)


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

The new version includes a fix backported from the version in
experimental. The bug[0] still hasn't been reported in Debian, but
I'm confident it would affect many users during the life-time of
wheezy. And since the backported patch[1] is pretty straightforward,
I believe it's worth unblocking at this early freeze-stage.

unblock transmission/2.52-2

Cheers
[0] https://trac.transmissionbt.com/ticket/4888
[1] https://trac.transmissionbt.com/changeset/13310
---End Message---
---BeginMessage---
On Mon, Jul 16, 2012 at 01:43:39 +0200, Leo 'costela' Antunes wrote:

 unblock transmission/2.52-2
 
Done, thanks.

Cheers,
Julien


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


Bug#681788: unblock: ace-of-penguins/1.3-10

2012-07-21 Thread Julien Cristau
On Mon, Jul 16, 2012 at 18:47:14 +0300, Jari Aalto wrote:

Add required font package to debian/control::Recommends
 
Making the software deal sanely with a missing font (where SIGSEGV
doesn't count as sane) is not an option?

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#681926: marked as done (unblock: bluefish/2.2.3-3)

2012-07-21 Thread Debian Bug Tracking System
Your message dated Sat, 21 Jul 2012 12:45:54 +0200
with message-id 20120721104554.go7...@radis.cristau.org
and subject line Re: Bug#681926: unblock: bluefish/2.2.3-3
has caused the Debian Bug report #681926,
regarding unblock: bluefish/2.2.3-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.)


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

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Please unblock package bluefish

The package got two new patches:

- - one fixes a crash (https://bugzilla.gnome.org/679203,
  https://bugs.launchpad.net/bugs/954879) on platforms where G_GSIZE_FORMAT
  does not equal %lu.
- - the second patch just updates translation .po files

unblock bluefish/2.2.3-3

- -- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (850, 'unstable'), (700, 'testing'), (560, 'stable'), (110, 
'experimental')
Architecture: amd64 (x86_64)

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

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

iEUEARECAAYFAlAFzAoACgkQm0bx+wiPa4z9SwCgidvFwEVYyvWqvoW/jcD/emv+
F8sAmKPnq7MLqWRRWovah0nxjvJzSMI=
=IjA2
-END PGP SIGNATURE-
---End Message---
---BeginMessage---
On Tue, Jul 17, 2012 at 22:33:14 +0200, Daniel Leidert wrote:

 unblock bluefish/2.2.3-3
 
Unblocked, thanks.

Cheers,
Julien


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


Bug#681959: unblock: leveldb/0+20120530.gitdd0d562-2

2012-07-21 Thread Julien Cristau
On Wed, Jul 18, 2012 at 10:30:12 +0200, Alessio Treglia wrote:

 Package: release.debian.org
 Severity: normal
 User: release.debian@packages.debian.org
 Usertags: unblock
 
 Please unblock package leveldb, it fixes bug#677645 and finally make the
 binaries available on most big-endian architectures. The patch is
 available here for the review: http://goo.gl/NcxTW
 
Unfortunately still not enough to unstuck its reverse dep ceph, so I
don't know if it's worth it.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#681935: marked as done (unblock: electric-fence/2.2.4)

2012-07-21 Thread Debian Bug Tracking System
Your message dated Sat, 21 Jul 2012 12:54:26 +0200
with message-id 20120721105426.gq7...@radis.cristau.org
and subject line Re: Bug#681935: unblock: electric-fence/2.2.4
has caused the Debian Bug report #681935,
regarding unblock: electric-fence/2.2.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.)


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

Hi,

Sorry for another unblock request, but I've finally got the threading
in electric-fence sorted properly, such that it now builds on all
archs (no previous version built on hurd-i386). I promise to leave the
package alone now :-)

Thanks,

Matthew

unblock electric-fence/2.2.4

-- System Information:
Debian Release: 6.0.5
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
---End Message---
---BeginMessage---
On Tue, Jul 17, 2012 at 23:16:37 +0100, Matthew Vernon wrote:

 unblock electric-fence/2.2.4
 
unblocked, thanks.

Cheers,
Julien


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


Bug#682307: unblock: apt/0.9.7.2

2012-07-21 Thread David Kalnischkies
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock
X-Debbugs-Cc: de...@lists.debian.org

Please unblock package apt

The diff between 0.9.7.1 and 0.9.7.2 is
(minus translation updates and manually-run testcases):

apt-pkg/cachefilter.cc   |6 --
apt-pkg/clean.cc |5 +++--
apt-pkg/deb/deblistparser.cc |3 ++-
cmdline/apt-mark.cc  |   16 ++--
debian/apt.cron.daily|   14 --
ftparchive/writer.cc |2 +-
6 files changed, 28 insertions(+), 18 deletions(-)

The changes are denoted as follows in the changelog
with some more comments regarding reason and possible regressions:
(tl;dr: good reasons and low regression potential - just unblock ;) )

  * debian/apt.cron.daily:
- do not try to backup extended_states file if it doesn't
  exist (Closes: #680287)

(Technical an RC bug in the cronjob, hard to trigger in real life though.)

  * ftparchive/writer.cc:
- handle the APT::FTPArchive::Packages::SHA512 option correctly instead
  of overriding SHA256, thanks Christian Marillat! (Closes: #680252)

(Classic typo: regression possibility is negative)

  * cmdline/apt-mark.cc:
- arch:all packages are treated as arch:native packages, but dpkg
  expects pkg:all for selections, so use the arch of the installed
  version instead of the package structure if possible.
  Thanks to Stepan Golosunov for the report! (Closes: #680041)

APT claimed to be successful in holding the package back,
even through it wasn't as dpkg just ignored the request.
Could be really confusing for users …
(Artefact from the interface changes in dpkg for multi-arch)

  * apt-pkg/clean.cc:
- run autoclean against pkg:arch and not always against pkg:native as
  this removes valid cache entries (Closes: #679371)

Nasty if caches are shared (with network shares for example) or
if autoclean (and downloading) is run by a/our cronjob.
(Incomplete multi-arch awareness)

  * apt-pkg/deb/deblistparser.cc:
- negative dependencies need to apply to all architectures,
  but those with a specific architecture only apply to this one

Specific architecture dependencies were introduced in 0.9.6.
'Conflicts: foo:amd64' would be interpreted as a conflict with package
'foo:amd64' on all configured architectures (=architecture becomes
accidentally part of the name, hence no conflict will be found).

  * apt-pkg/cachefilter.cc:
- remove architecture-specific arch to tuple expansion-rules as they lead
  to the same tuples for different architectures (e.g. linux-arm for arm,
  armel and armhf) while the dpkg-architecture code uses triples which
  are different (in the first part, which we omit in our tuples), so e.g.
  build-dep restrictions for armel ended up effecting armhf as well

This bug effects apt-get build-dep foo and is present in squeeze as well.
It was well hidden by the fact that the restrictions it would map together
usually are used together – build-infrastructure has its own build-
dependency resolution and if all else fails dpkg-checkbuilddeps would have
intervened, so regression possibility is low.
(Why these special mappings were in the code is so far unknown.)

This also effects commandline parsing since 0.9.7 - which uncovered it:
apt-get install foo:armhf and apt-get install foo:armel had the same
result. (Randomly foo for armhf or armel, depending on the order of M-A
configuration)



Attached is a more complete diff (but still without translations),
but if you want the complete diff or if you have any additional questions
feel free to ask of course (just keep deity@ cc'ed please).


unblock apt/0.9.7.2


As an aside, a few more translations have lined up and we are working on a few
more targeted fixes, so we will surely annoy you with another request after
this one. (We have also the problem that the documentation uses in various
 places the release  codenames as examples [as the usage of the suite is
 potentially dangerous] and while we have a central place to switch the names
 we would need to know them first …)


Thanks for your work  best regards

David Kalnischkies


unblock-apt-0.9.7.1--0.9.7.2.diff
Description: Binary data


Bug#682309: unblock: ecryptfs-utils/99-1

2012-07-21 Thread Nico Golde
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: freeze-exception

Hi,
please unblock ecryptfs-utils. This is a new upstream version that only fixes a 
security issue,
namely CVE-2012-3409.

unblock: ecryptfs-utils/99-1

Kind regards
Nico

-- 
Nico Golde - http://www.ngolde.de - n...@jabber.ccc.de - GPG: 0xA0A0
For security reasons, all text in this mail is double-rot13 encrypted.


pgp5ElQ95kL1R.pgp
Description: PGP signature


Bug#682309: marked as done (unblock: ecryptfs-utils/99-1)

2012-07-21 Thread Debian Bug Tracking System
Your message dated Sat, 21 Jul 2012 12:15:22 +0100
with message-id 1342869322.13223.100.ca...@jacala.jungle.funky-badger.org
and subject line Re: Bug#682309: unblock: ecryptfs-utils/99-1
has caused the Debian Bug report #682309,
regarding unblock: ecryptfs-utils/99-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.)


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

Hi,
please unblock ecryptfs-utils. This is a new upstream version that only fixes a 
security issue,
namely CVE-2012-3409.

unblock: ecryptfs-utils/99-1

Kind regards
Nico

-- 
Nico Golde - http://www.ngolde.de - n...@jabber.ccc.de - GPG: 0xA0A0
For security reasons, all text in this mail is double-rot13 encrypted.


pgpHC1G18YM9t.pgp
Description: PGP signature
---End Message---
---BeginMessage---
On Sat, 2012-07-21 at 13:14 +0200, Nico Golde wrote:
 please unblock ecryptfs-utils. This is a new upstream version that only fixes 
 a security issue,
 namely CVE-2012-3409.

Already unblocked by Julien.

Regards,

Adam---End Message---


Re: Is it possible to upload texmacs?

2012-07-21 Thread Cyril Brulebois
Hello,

Atsuhito Kohda ko...@pm.tokushima-u.ac.jp (21/07/2012):
 On Sat, 21 Jul 2012 00:49:29 +0200, Cyril Brulebois wrote:
  Where does that come from?
  
  Given the file name, I /guess/ it's not actually used in Debian
  builds, but that's still a strange thing to see.
 
 Well Base.xcconfig is generated from Base.xcconfig.in so I believe
 there is no problem at all.

thanks for the explanation; unblocked then.

(You could remove that file in your clean target to avoid the extra diff
but that's not critical to have. ;))

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#682310: unblock: gprbuild/2011-3

2012-07-21 Thread Ludovic Brenta
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock gprbuild and allow it into wheezy.  This fixes an
important bug affecting only hurd-i386 with minimal impact, by changing
only a configuration file.  Several packages build-depend on gprconfig
and will FTBFS on hurd-i386 if this package does not migrate to wheezy.
Differences from the version control system in-line below.

Thanks for consideration

-- 
Ludovic Brenta.

mtn: expanding selection 't:gprbuild-2011-2'
mtn: expanded to '4c0a2515f450d797a8fc89882c34bdae0180d0ed'
mtn: expanding selection 't:gprbuild-2011-3'
mtn: expanded to '3118c7e1e5e0a6aa8668b60a8c3c4d32634a5f7a'
#
#
# add_file debian/patches/hurd-i386.patch
#  content [cfb910a74856443a632c54b2c5d9fa035fa7103e]
# 
# patch debian/changelog
#  from [e2086d1bbf28c651d727f9db99980c3285fd1121]
#to [0c25a42c57fed7ca5927ff596af4a707c87db158]
# 
# patch debian/patches/series
#  from [df67a36febdefec234c3af7d0a486d14e77641dc]
#to [7895ef79efad5a3260d1114ada9331cad9fd1d2c]
#

--- debian/changeloge2086d1bbf28c651d727f9db99980c3285fd1121
+++ debian/changelog0c25a42c57fed7ca5927ff596af4a707c87db158
@@ -1,3 +1,11 @@
+gprbuild (2011-3) unstable; urgency=low
+
+  [Svante Signell]
+  * debian/patches/hurd-i386.patch: new, add support for hurd-i386.
+Closes: #673015.
+
+ -- Ludovic Brenta lbre...@debian.org  Thu, 19 Jul 2012 21:23:10 +0200
+
 gprbuild (2011-2) unstable; urgency=low
 
   * Provisionally adopt the package without closing #673751 yet; only

--- /dev/null   
+++ debian/patches/hurd-i386.patch  cfb910a74856443a632c54b2c5d9fa035fa7103e
@@ -0,0 +1,19 @@
+Index: b/share/gprconfig/linker.xml
+===
+--- a/share/gprconfig/linker.xml
 b/share/gprconfig/linker.xml
+@@ -340,12 +340,13 @@
+ /config
+   /configuration
+ 
+-  !-- linux, freebsd and Irix--
++  !-- linux, freebsd, Hurd and Irix--
+   configuration
+ targets
+target name=^.*linux.*$ /
+target name=^.*freebsd.*$ /
+target name=^.*irix.*$ /
++   target name=^.*gnu.*$ /
+ /targets
+ config
+for Library_Builder  use ${GPRCONFIG_PREFIX}lib/gprlib;

--- debian/patches/series   df67a36febdefec234c3af7d0a486d14e77641dc
+++ debian/patches/series   7895ef79efad5a3260d1114ada9331cad9fd1d2c
@@ -4,3 +4,4 @@ remove-spark.patch
 info.patch
 style.patch
 remove-spark.patch
+hurd-i386.patch


-- 
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/87pq7pqqz6@ludovic-brenta.org



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

2012-07-21 Thread Philipp Kern
On Sat, Jul 21, 2012 at 11:02:33AM +0200, Jonas Smedegaard wrote:
 Then reject it, if you find it too unpleasing!!!

I hope you realize that Cyril is only doing his job. You're not being helpful
and albeit I'm tempted to just say No problem to that statement it would
still leave an RC bug open.

Kind regards
Philipp Kern


signature.asc
Description: Digital signature


Bug#682310: unblock: gprbuild/2011-3

2012-07-21 Thread Cyril Brulebois
Hello Ludovic,

Ludovic Brenta ludo...@ludovic-brenta.org (21/07/2012):
 Please unblock gprbuild and allow it into wheezy.  This fixes an
 important bug affecting only hurd-i386 with minimal impact, by
 changing only a configuration file.  Several packages build-depend on
 gprconfig and will FTBFS on hurd-i386 if this package does not migrate
 to wheezy.

there's no testing for hurd-i386, so a fixed package in unstable allows
(build-)depending packages to get build properly in unstable, right?

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#681448: unblock: nsd3/3.2.11-1

2012-07-21 Thread Ondřej Surý
On Sat, Jul 21, 2012 at 12:32 PM, Julien Cristau jcris...@debian.org wrote:
 On Fri, Jul 13, 2012 at 10:37:44 +0200, Ondřej Surý wrote:

 Please unblock package nsd3

 Is this still relevant, or are we going with 3.2.10?  I didn't see a
 reply to Niels's request.

I replied to Niels privately because of the security bug.  I'll sieve
through the updates between 3.2.10 to 3.2.12 and send them as separate
stuff for consideration.

O.
-- 
Ondřej Surý ond...@sury.org


--
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/caljhhg-kdwq4ctj0zepo-tjxw_2985aew7ajdbztfudns...@mail.gmail.com



Bug#682269: [Pkg-xfce-devel] Bug#682269: unblock: orage/4.8.3-2

2012-07-21 Thread Yves-Alexis Perez
On ven., 2012-07-20 at 22:53 +0100, Adam D. Barratt wrote:
 tags 682269 + confirmed
 thanks
 
 On Fri, 2012-07-20 at 22:40 +0200, Yves-Alexis Perez wrote:
  this is actually a pre-upload request for Orage. I'd like to upload a
  new version to unstable for inclusion in Wheezy.
  
  This version fix a quite annoying bug for those using Orage reminders
  (notifications poping every second). Debdiff is attached.
 
 +  * debian/patches:
 +- 0001-4.8.3.1-Fixed-Bug-8525-Orage-keeps-notifying-every-s added, fix
 +  alarm notification every second.  closes: 
 #666420
 
 I'm guessing that shouldn't be tagged as unreproducible then?
 
 Please go ahead and let us know once it's uploaded; thanks.
 
 Regards,

On ven., 2012-07-20 at 23:54 +0200, Cyril Brulebois wrote:
Hello,
 
 Yves-Alexis Perez cor...@debian.org (20/07/2012):
  this is actually a pre-upload request for Orage. I'd like to upload
a
  new version to unstable for inclusion in Wheezy.
 
 please go ahead with an upload to unstable…
 
  This version fix a quite annoying bug for those using Orage
reminders
  (notifications poping every second). Debdiff is attached.
  
  unblock orage/4.8.3-2
 
 … and ping us when that's done so we review the final diff and unblock
 orage.
 

4.8.3-2 is now in unstable, thanks.
-- 
Yves-Alexis


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


Bug#682269: marked as done (unblock: orage/4.8.3-2)

2012-07-21 Thread Debian Bug Tracking System
Your message dated Sat, 21 Jul 2012 14:23:59 +0200
with message-id 20120721122359.gq14...@mraw.org
and subject line Re: [Pkg-xfce-devel] Bug#682269: unblock: orage/4.8.3-2
has caused the Debian Bug report #682269,
regarding unblock: orage/4.8.3-2
to be marked as done.

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

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


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

Hi,

this is actually a pre-upload request for Orage. I'd like to upload a
new version to unstable for inclusion in Wheezy.

This version fix a quite annoying bug for those using Orage reminders
(notifications poping every second). Debdiff is attached.

unblock orage/4.8.3-2

Thanks in advance,
-- 
Yves-Alexis

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

Kernel: Linux 3.2.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Differences in orage between 4.8.3-1 and 4.8.3-2
diff -Nru orage-4.8.3/debian/changelog orage-4.8.3/debian/changelog
--- orage-4.8.3/debian/changelog	2012-01-05 15:01:59.0 +0100
+++ orage-4.8.3/debian/changelog	2012-07-20 21:36:19.0 +0200
@@ -1,3 +1,12 @@
+orage (4.8.3-2) UNRELEASED; urgency=low
+
+  * debian/patches:
+- 0001-4.8.3.1-Fixed-Bug-8525-Orage-keeps-notifying-every-s added, fix
+  alarm notification every second.  closes: #666420
+
+
+ -- Yves-Alexis Perez cor...@debian.org  Fri, 20 Jul 2012 21:35:34 +0200
+
 orage (4.8.3-1) unstable; urgency=low
 
   * New upstream release.
diff -Nru orage-4.8.3/debian/patches/0001-4.8.3.1-Fixed-Bug-8525-Orage-keeps-notifying-every-s.patch orage-4.8.3/debian/patches/0001-4.8.3.1-Fixed-Bug-8525-Orage-keeps-notifying-every-s.patch
--- orage-4.8.3/debian/patches/0001-4.8.3.1-Fixed-Bug-8525-Orage-keeps-notifying-every-s.patch	1970-01-01 01:00:00.0 +0100
+++ orage-4.8.3/debian/patches/0001-4.8.3.1-Fixed-Bug-8525-Orage-keeps-notifying-every-s.patch	2012-07-20 21:36:44.0 +0200
@@ -0,0 +1,55 @@
+From 9759f4fdaf49ba03b916a2d93221794d9ff02917 Mon Sep 17 00:00:00 2001
+From: Juha Kautto j...@xfce.org
+Date: Sun, 4 Mar 2012 14:11:49 +0200
+Subject: [PATCH] 4.8.3.1: Fixed Bug 8525 Orage keeps notifying every second
+ on All day events
+
+There was a bug in handling full day alarms.
+---
+ configure.in.in |2 +-
+ src/ical-code.c |   22 ++
+ 2 files changed, 23 insertions(+), 1 deletion(-)
+
+diff --git a/src/ical-code.c b/src/ical-code.c
+index 70181bf..95fce2a 100644
+--- a/src/ical-code.c
 b/src/ical-code.c
+@@ -2720,6 +2720,17 @@ static alarm_struct *process_alarm_trigger(icalcomponent *c
+ per = ic_get_period(c, TRUE);
+ next_alarm_time = count_first_alarm_time(per, trg.duration, rel);
+ alarm_start_diff = icaltime_subtract(next_alarm_time, per.stime);
++/* Due to the hack in date time calculation in count_first_alarm_time,
++   we need to set next_alarm_time to local timezone so that 
++   icaltime_compare works. Fix for Bug 8525
++ */
++if (icaltime_is_date(per.stime)) {
++if (local_icaltimezone != utc_icaltimezone) {
++next_alarm_time.is_utc= 0;
++next_alarm_time.is_daylight   = 0;
++next_alarm_time.zone  = local_icaltimezone;
++}
++}
+ /*
+ orage_message(120, P_N current %s %s, icaltime_as_ical_string(cur_time), icaltime_get_tzid(cur_time));
+ orage_message(120, P_N Start %s %s, icaltime_as_ical_string(per.stime), icaltime_get_tzid(per.stime));
+@@ -2791,6 +2802,17 @@ orage_message(120, P_N Alarm rec loop next_start:%s next_alarm:%s per.stime:%s
+ */
+ }
+ icalrecur_iterator_free(ri);
++/* Due to the hack in date time calculation in count_first_alarm_time,
++   we need to set next_alarm_time to local timezone so that 
++   icaltime_compare works. Fix for Bug 8525
++ */
++if (icaltime_is_date(per.stime)) {
++if (local_icaltimezone != utc_icaltimezone) {
++next_alarm_time.is_utc= 0;
++next_alarm_time.is_daylight   = 0;
++next_alarm_time.zone  = local_icaltimezone;
++}
++}
+ if (icaltime_compare(cur_time, 

Bug#682310: unblock: gprbuild/2011-3

2012-07-21 Thread Ludovic Brenta
Cyril Brulebois k...@debian.org writes:
 Please unblock gprbuild and allow it into wheezy.  This fixes an
 important bug affecting only hurd-i386 with minimal impact, by
 changing only a configuration file.  Several packages build-depend on
 gprconfig and will FTBFS on hurd-i386 if this package does not
 migrate to wheezy.

 there's no testing for hurd-i386, so a fixed package in unstable
 allows (build-)depending packages to get build properly in unstable,
 right?

Correct, in fact those packages are already built now (libgtkada,
gnat-gps and probably others that I haven't checked yet). I wasn't aware
that hurd-i386 didn't have testing, so please ignore my request.  Other
architectures are unaffected by this upload.

Thanks for your time and sorry for the noise.

-- 
Ludovic Brenta.


-- 
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/87k3xxqnq5@ludovic-brenta.org



Bug#682310: marked as done (unblock: gprbuild/2011-3)

2012-07-21 Thread Debian Bug Tracking System
Your message dated Sat, 21 Jul 2012 15:07:00 +0200
with message-id 20120721130700.gr14...@mraw.org
and subject line Re: Bug#682310: unblock: gprbuild/2011-3
has caused the Debian Bug report #682310,
regarding unblock: gprbuild/2011-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.)


-- 
682310: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682310
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 gprbuild and allow it into wheezy.  This fixes an
important bug affecting only hurd-i386 with minimal impact, by changing
only a configuration file.  Several packages build-depend on gprconfig
and will FTBFS on hurd-i386 if this package does not migrate to wheezy.
Differences from the version control system in-line below.

Thanks for consideration

-- 
Ludovic Brenta.

mtn: expanding selection 't:gprbuild-2011-2'
mtn: expanded to '4c0a2515f450d797a8fc89882c34bdae0180d0ed'
mtn: expanding selection 't:gprbuild-2011-3'
mtn: expanded to '3118c7e1e5e0a6aa8668b60a8c3c4d32634a5f7a'
#
#
# add_file debian/patches/hurd-i386.patch
#  content [cfb910a74856443a632c54b2c5d9fa035fa7103e]
# 
# patch debian/changelog
#  from [e2086d1bbf28c651d727f9db99980c3285fd1121]
#to [0c25a42c57fed7ca5927ff596af4a707c87db158]
# 
# patch debian/patches/series
#  from [df67a36febdefec234c3af7d0a486d14e77641dc]
#to [7895ef79efad5a3260d1114ada9331cad9fd1d2c]
#

--- debian/changeloge2086d1bbf28c651d727f9db99980c3285fd1121
+++ debian/changelog0c25a42c57fed7ca5927ff596af4a707c87db158
@@ -1,3 +1,11 @@
+gprbuild (2011-3) unstable; urgency=low
+
+  [Svante Signell]
+  * debian/patches/hurd-i386.patch: new, add support for hurd-i386.
+Closes: #673015.
+
+ -- Ludovic Brenta lbre...@debian.org  Thu, 19 Jul 2012 21:23:10 +0200
+
 gprbuild (2011-2) unstable; urgency=low
 
   * Provisionally adopt the package without closing #673751 yet; only

--- /dev/null   
+++ debian/patches/hurd-i386.patch  cfb910a74856443a632c54b2c5d9fa035fa7103e
@@ -0,0 +1,19 @@
+Index: b/share/gprconfig/linker.xml
+===
+--- a/share/gprconfig/linker.xml
 b/share/gprconfig/linker.xml
+@@ -340,12 +340,13 @@
+ /config
+   /configuration
+ 
+-  !-- linux, freebsd and Irix--
++  !-- linux, freebsd, Hurd and Irix--
+   configuration
+ targets
+target name=^.*linux.*$ /
+target name=^.*freebsd.*$ /
+target name=^.*irix.*$ /
++   target name=^.*gnu.*$ /
+ /targets
+ config
+for Library_Builder  use ${GPRCONFIG_PREFIX}lib/gprlib;

--- debian/patches/series   df67a36febdefec234c3af7d0a486d14e77641dc
+++ debian/patches/series   7895ef79efad5a3260d1114ada9331cad9fd1d2c
@@ -4,3 +4,4 @@ remove-spark.patch
 info.patch
 style.patch
 remove-spark.patch
+hurd-i386.patch
---End Message---
---BeginMessage---
Ludovic Brenta ludo...@ludovic-brenta.org (21/07/2012):
 Correct, in fact those packages are already built now (libgtkada,
 gnat-gps and probably others that I haven't checked yet). I wasn't
 aware that hurd-i386 didn't have testing, so please ignore my request.
 Other architectures are unaffected by this upload.

Alright, closing accordingly.

 Thanks for your time and sorry for the noise.

No worries, thanks for your interest in the release process anyway.

Mraw,
KiBi.


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


Re: Bug#682046: unblock: django-celery/2.5.5-2

2012-07-21 Thread Philipp Kern
On Fri, Jul 20, 2012 at 07:12:13AM +0200, Evgeni Golov wrote:
 On Fri, Jul 20, 2012 at 12:01:07AM +0200, Philipp Kern wrote:
  On Thu, Jul 19, 2012 at 07:30:49AM +0200, Michael Fladischer wrote:
   It fixes a FTBFS which occured because it tried to connect to github
   while building the documentation. There's now a patch included to
   disable this behaviour in the upstream documentation during build,
   controllable through an environment variable.
   
   debdiff is attached.
   
   unblock django-celery/2.5.5-2
  
  And the buildsystem uses hasattr or something similar to access the
  issuetracker* variables? Because they're now left undefined…
 
 Allow me to reply, as I wrote the patch.
 
 They are not undefined :)

Right, sorry and thanks. :)

Done!

Kind regards
Philipp Kern


signature.asc
Description: Digital signature


sgml-base again

2012-07-21 Thread Helmut Grohne
Dear release team,

There are currently four RC bugs related to sgml-base.

1) #681194
   Symptom: For any package using dh_installcatalogs if you
 install, remove, upgrade from squeeze to wheezy and then install
 that package, you can see a useless conffile prompt.
   Fixing this: Any fix requires a *transition* involving about 20
 packages.
   Question: Can we wheezy-ignore this issue?

2) #676717 (#675462 is a duplicate)
   Symptom: If any package using dh_installcatalogs is in state rc, it
 breaks all your catalogs.
   Fixing this: Attached patch.

3) #678902
   Symptom: After an upgrade from squeeze to wheezy you may end up with
 a broken super catalog due to missing dpkg triggers.
   Fixing this: A proper fix requires a patch to dpkg, but the dpkg
 team did not respond. A workaround is to Pre-Depend on dpkg.
 Attached patch.

Question: Should I get the attached debdiff uploaded to sid, so it can
  propagate to wheezy via an unblock?

(Please CC me in reply)

Thanks

Helmut
diff -Nru sgml-base-1.26+nmu3/debian/changelog 
sgml-base-1.26+nmu4/debian/changelog
--- sgml-base-1.26+nmu3/debian/changelog2012-05-28 21:11:52.0 
+0200
+++ sgml-base-1.26+nmu4/debian/changelog2012-06-27 21:04:29.0 
+0200
@@ -1,3 +1,16 @@
+sgml-base (1.26+nmu4) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * update-catalog --update-super ignores catalogs referencing non-existent
+files. (Closes: #676717) Thanks to Jakub Wilk for contributing the parser.
+  * Remove warning about rebuilding packages as it may confuse users.
+  * Quieten update-catalog during trigger and postinst, to avoid warnings for
+packages in rc state.
+  * Pre-Depend on dpkg = 1.16.4 (Closes: #678902). Removed dependency on
+dpkg = 1.14.18. sgml-base highlights a bug in dpkg's trigger processing. 
+
+ -- Helmut Grohne hel...@subdivi.de  Thu, 21 Jun 2012 16:09:07 +0200
+
 sgml-base (1.26+nmu3) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru sgml-base-1.26+nmu3/debian/control sgml-base-1.26+nmu4/debian/control
--- sgml-base-1.26+nmu3/debian/control  2012-05-28 13:58:23.0 +0200
+++ sgml-base-1.26+nmu4/debian/control  2012-06-27 20:38:49.0 +0200
@@ -11,7 +11,8 @@
 Priority: optional
 Architecture: all
 Conflicts: sgml-data (= 0.02), sgmltools-2 (= 2.0.2-4)
-Depends: ${perl:Depends}, dpkg (= 1.14.18)
+Depends: ${perl:Depends}
+Pre-Depends: dpkg (= 1.16.4)
 Suggests: sgml-base-doc
 Description: SGML infrastructure and SGML catalog file support
  This package creates the SGML infrastructure directories and provides
diff -Nru sgml-base-1.26+nmu3/debian/sgml-base.postinst 
sgml-base-1.26+nmu4/debian/sgml-base.postinst
--- sgml-base-1.26+nmu3/debian/sgml-base.postinst   2012-05-28 
13:58:23.0 +0200
+++ sgml-base-1.26+nmu4/debian/sgml-base.postinst   2012-06-22 
17:22:31.0 +0200
@@ -61,12 +61,12 @@
 fi
 
 ## --
-update-catalog --update-super
+update-catalog --quiet --update-super
 ln -sf /var/lib/sgml-base/supercatalog /etc/sgml/catalog
 fi
 if [ $1 = triggered ]
 then
-update-catalog --update-super
+update-catalog --quiet --update-super
 fi
 
 ## -- 
diff -Nru sgml-base-1.26+nmu3/tools/update-catalog 
sgml-base-1.26+nmu4/tools/update-catalog
--- sgml-base-1.26+nmu3/tools/update-catalog2012-05-28 21:11:52.0 
+0200
+++ sgml-base-1.26+nmu4/tools/update-catalog2012-06-27 21:04:45.0 
+0200
@@ -4,6 +4,7 @@
 ## --
 ## Copyright (c) 2001-2004 Ardo van Rangelrooij
 ## Copyright (c) 2012 Helmut Grohne
+## Copyright (c) 2012 Jakub Wilk
 ##
 ## This is free software; see the GNU General Public Licence version 2
 ## or later for copying conditions.  There is NO warranty.
@@ -138,8 +139,6 @@
 print Invocation of dpkg-trigger failed with status $?.\n;
 print Forcing update of the super catalog...\n;
 update_super;
-} else {
-print update-catalog: Please rebuild the package being set up with a 
version of debhelper fixing #477751.\n;
 }
 }
 elsif ( $add )
@@ -240,17 +239,71 @@
 }
 
 ## --
+# Reference: https://www.oasis-open.org/specs/a401.htm
+sub check_catalog($)
+{
+my($catalog)=shift;
+my $base = $catalog;
+$base =~ s,/[^/]+$,,;
+my $catalog_tokens = qr{
+( (?: \s+ | -- .*? --)+ # whitespace and comments
+| ' .*? ' |  .*?  # literal
+| \S+ # other tokens
+)
+}sx;
+unless(open(PKGCAT, , $catalog)) {
+print Warning: Ignoring unreadable catalog file `$catalog'.\n
+unless $quiet;
+return 0;
+};
+local $/;
+my $contents = PKGCAT;
+close PKGCAT;
+my $prevtoken = 0;
+while ($contents =~ 

Bug#682314: pu: package debian-archive-keyring/2010.08.28(+squeeze1)

2012-07-21 Thread Philipp Kern
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: pu

I would like to update debian-archive-keyring in stable to add both the wheezy
automatic (ftp-master) and wheezy stable (release) keys. The debdiff is
attached. An upgrade to 2012.4 seems to work just fine.

After that's accepted we should look at a soon to be done point release to
include it.

Kind regards
Philipp Kern
diff -Nru debian-archive-keyring-2010.08.28/active-keys/add-wheezy-automatic debian-archive-keyring-2010.08.28+squeeze1/active-keys/add-wheezy-automatic
--- debian-archive-keyring-2010.08.28/active-keys/add-wheezy-automatic	1970-01-01 01:00:00.0 +0100
+++ debian-archive-keyring-2010.08.28+squeeze1/active-keys/add-wheezy-automatic	2012-07-21 14:54:37.0 +0200
@@ -0,0 +1,89 @@
+Comment: add Wheezy automatic key
+Date: Sun, 13 May 2012 17:09:05 +0200
+Action: import
+Data: 
+  -BEGIN PGP PUBLIC KEY BLOCK-
+  Version: GnuPG v1.4.12 (GNU/Linux)
+  
+  mQINBE+a7rUBEADQiEKtLOgqiq8YY/p7IFODMqGPR+o1vtXaksie8iTOh3Vxab38
+  cA3kK1iB5XYElbZ5b/x3vWiufHK2semOpn5MG2GRJUwmKxZbt3HLZiHtAadkby2l
+  rnMxeIzfxcTxloxsQ02TMRalq89Xvy6P7lgedcW5ujcMR6JbE6uL1c/jNlkIPNuN
+  9paZsNJWXnZ03R+NrAJLjOPUZKZRPYgIwEci2sVNA/autsJL+HuW6X8PfldvMe5h
+  SdWelOoXMsZMX04JP8Efq8a09yIgKBfuXjoHJbtK0rTr9tjFKt/VM6MejLdJf4Dl
+  r6Zhx2ygmjcvj+FlWFoxDlPHdqfZ6mGsKR4eWDRu3bZtalDNvhZKvecwf0KaAWVU
+  M+GxkR+Ol3TsQ0tLbjbwZhWMioipR8Lsp6kZ1tLUjM0aOR3Mw/csyFJYKFiCo3GR
+  QSGY0++cDrfhQRwOJ9s2eeGGS1/I95vJZA5zZnx1ksnO0W2fHVBavICR821EBAEZ
+  slLzr+IOrbB16YE/aN2iA9nTcQVk69XeEh5gaeiCZ7JhA2nkAg8a/H1r4BVBC/cL
+  egzhUvP90kk94MmL1D2gY6UlyK4yTnHgVfjsQw6u2sPDlramyXBZehnKabIndM1P
+  368IbW8GTNo0gNwg/oC/vENwYnAuX+S96/O/1XfQoBNr+epTVdS4VQHICQARAQAB
+  tEhEZWJpYW4gQXJjaGl2ZSBBdXRvbWF0aWMgU2lnbmluZyBLZXkgKDcuMC93aGVl
+  enkpIDxmdHBtYXN0ZXJAZGViaWFuLm9yZz6JAj4EEwEIACgFAk+a7rUCGwMFCQ8J
+  nAAGCwkIBwMCBhUIAgkKCwQWAgMBAh4BAheAAAoJEItIrWJGklVTdQEQAMLCmMQr
+  7SxFULYgprbr5eO6uAs/8nkIBhJBzUnenOUnwsOR3Io9/sHc8Cq/xv1DTsY5G5Qj
+  ojywslbeF44TxBZ0j3UwPU437bfNs7yTRkgPVhHK/rZ9ApbnZdCmud+BUkDOChLV
+  8fzCZ17Pa5eMr5E4WI0bLM5AA3vVFLBgHFqJUgE7mSn95vA1S881/xOQ4lT1WHfa
+  O9K96X6ekn2zpPu/G8aq+oDyVGfo1AKQCPBJ3OCX0WB3GNWbcCb850gy9vtKlWDu
+  yAh1a9Cl5OPHlYqz8q+Hqj4ZeRgJiDgCgm8YAlKEooEG/vJzswaY+C3nz6uNfBeq
+  60QhPfgaO8qGlriChGAFqzD68ZQ53NApJw/OuwV2p5CgnkyGAVGZ1WuYcXz/wHyU
+  awnXq3Bf69RJssbab6SqptJyYuiY8T/2vWRgQxej18KAZ0v1Vr/MC1azp6TWgfSl
+  s2fvGvPf9vEbKyBR3YFa5msRKGpRauv4wWmcLfZ+jMLbSAWBfILPK+fGLtRGz4AX
+  hRht9rX7c4neQvlBNDDgR3tuaE3s0B1B6gTcvq7EhuuP4pAzkBLhpuzolvw+ZFOV
+  5mElfScYi8QbQgT9t2XjUDU1oz1ewviNhynpsxh51t5qxP5ETDGKvEx7RMv4S08p
+  5VGG4Y+kjcsQWfAdVAGuLqWOI0sGzUzKYZppiEYEExECAAYFAk+a8vAACgkQcV7W
+  oH57isk7FACcCIOIMr39LUSv16Ec9V102uheqlsAnRqdAADYF7iJIrfqyb72s/54
+  3JFaiQJGBBMBCAAwBQJPmvMiBxpzdHJpbmchGmh0dHA6Ly9ncGcuZ2FubmVmZi5k
+  ZS9wb2xpY3kudHh0AAoJENsWz1uxJSXEhEYP/in+rib86H2vPG+ALZ35o4eh1+9P
+  KLtUwgHB3Wr/rmPuPY5uB02H/p3PxgJHXUXUPAleN6uajZvReO1wWLTYspPAK8ZF
+  6p52vuyHgOZl+VmGkLgYKOG/cckqQqTTaHwQj0O8pllJjOJYVdt5iWAHkf1N1UAA
+  nXC2GdxV+ZVGvZjjCDL8WFWCfoY4HznslcEHQKxg7vzZvVMTjY6L+8NmWkVoD4JL
+  kYtQOrId1wWYInJiQRtilyn7n9mJ+rTBSETB9Evs3x+zmNa3ntY1/U8XINgxVA5U
+  GYyUfUug2DjZ90LfXyZUOXVLE5yM1x7oOpyg/1mMtl5xkmuqJHOTeVEjQBYfMRHi
+  sS4ainR5AoD1Z5KV4S0opt198LDMXGLNjUdJEG24QEK5tfgTFRgFRJYiufxDelI3
+  Aq5uGVRrBJygjwaQiJLUVlMqBGHJi++zeWr767pHVWB1XqdmPRvvOqH2v/ez4bSW
+  zIkUDTr947qmjyAqNNmCv/jgV5viqbj5LNslBkFg8OS+6O7na2gU5ldXfBoC0nso
+  3pdsCuOYUIrHyP/GjT1gvG0m+jZ/15bvoWvUv4Buh+3gYVyLwrgbq7UISRfwQEah
+  yzIrO5MvgS0MTIlOgO7Lxog2XMEkQ1ZCbLu5Rvm/8LC0UlSxW9aOIKBSC3hi7U8E
+  BuA24Mv5Iz7QvO+giQEcBBABAgAGBQJPmwDBAAoJEF7K+wCjrkSkkq8H/3M/M+Xb
+  vI0cY3MOkFMtyG7xmxPcny1/arnQDvjvpv1BhRBnVTstMxHWzAFQf3M8KttARWo4
+  C6U5Cbc0Jx6avqXZwop91a8tQORErC9Kcrr27FJfNAOP5AVzXAofpZyXvouFYBig
+  ikHdRJlFrn9rydvK9Z5vg63ZzsRB7hTtHi/j1o7d0IpVmR2iTnbWGiUxpnRdLhEF
+  AnUU+TDFVg6EoJ6aeKsLa43UPHizq12WZPd72cJNSLMk/u+UZvg4sa7pOrkJNYN1
+  jL7BSphwKCuA8vBc2lLO14uYDO8LHjd4opatMWCEEvnJQS98JytIkYcwJhJ/IgCz
+  tqAUo44SUcOodNGJAhwEEAECAAYFAk+bA/IACgkQvDciUsoc+WRWgA/9FYi1aqas
+  fJyRV4pfe90KhJ4uOO17ivnjULIDU4QFSdJpkCPznxadlDeyRbX/FhVu3RMzldIu
+  ZVly+VPqWwubudj9SVnqJxGkua2kEz8u3X96zif+nSB4wQuWLi4GOG9AYTnuNnZI
+  hO4RctYpEi9duBsPeewNi2zjUe8akhJacMhJflbW/XGsRf4goeL3WrB+k5DiDphm
+  nw2dge96uhZhM+Ih4hSoD9d+YLZbTqXX4L93jELE72UF4qnrZjYJtx8TSto9W2bj
+  sGFmpUB41viFtdnABLv5MhMsvlM37w8HTbKzzCYImgzBJNZ8Wr+VAeeQ/uB+izVv
+  Ls6aVKcwH2r8D+MMvh5d160lAJSUDXvZ0kdzawtBMzaNOIEYuQqoQxQGXvSAMRDV
+  2xFEn/XRT4iRl1stLvX86SMpLksbBfxZnrV9Q+OfTpar5O21sb1dpkgfWoF6W0kc
+  rjuAAsI3EbMuX3eK8r5SjWCLfIaU9ton+CdeJjJipEsEox7Rlq075t+6S4LL4wqq
+  dJPX4Rcuwx4LPXi9NKZAuQHisp1nuVV4luXttMdYfFq5QtokhjUaedAOORDy4gsC
+  mAMyLWgU/2r0grK7+AVLfn1p9wFb9FoBGFILcjVMAiY3OE5tNVPay9wGoD6n/h0O
+  cteh2rBrB7kEpXjRqasNfRl8vvlz7nWhTIKJAhwEEAEIAAYFAk+bAq8ACgkQEbTl
+  /xWw/YKuew/9Fub3t/nejgJ5KkjhfFppQQkE1yg2VJP3cbnrrhrAYZX6E6jN7dAI
+  MlpKqm4YR6FFe5bkra61TeXd2CI5E/MDdW4Q+AD66tA0xKRm5RzVuPvWoR9vyCx/
+  

Bug#682046: marked as done (unblock: django-celery/2.5.5-2)

2012-07-21 Thread Debian Bug Tracking System
Your message dated Sat, 21 Jul 2012 14:43:00 +0100
with message-id 1342878180.13223.102.ca...@jacala.jungle.funky-badger.org
and subject line Re: Bug#682046: unblock: django-celery/2.5.5-2
has caused the Debian Bug report #682046,
regarding unblock: django-celery/2.5.5-2
to be marked as done.

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

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


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

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Please unblock package django-celery

It fixes a FTBFS which occured because it tried to connect to github
while building the documentation. There's now a patch included to
disable this behaviour in the upstream documentation during build,
controllable through an environment variable.

debdiff is attached.

unblock django-celery/2.5.5-2

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

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

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

iEYEARECAAYFAlAHm4cACgkQeJ3z1zFMUGaWlwCeOSzU2NMNg9St6FGsBQ8kAwlY
VMQAn0nJkOk99UF4ZZDs31HapFrlkhWC
=y/H0
-END PGP SIGNATURE-
diff -Nru django-celery-2.5.5/debian/changelog django-celery-2.5.5/debian/changelog
--- django-celery-2.5.5/debian/changelog	2012-05-30 18:00:03.0 +0200
+++ django-celery-2.5.5/debian/changelog	2012-07-18 10:15:08.0 +0200
@@ -1,3 +1,10 @@
+django-celery (2.5.5-2) unstable; urgency=low
+
+  * Do not build issues by default, they need a network connection. Thanks to
+Evgeni Golov for the patch! (Closes: #681379)
+
+ -- Michael Fladischer fladischermich...@fladi.at  Wed, 18 Jul 2012 10:14:52 +0200
+
 django-celery (2.5.5-1) unstable; urgency=low
 
   * New upstream release.
diff -Nru django-celery-2.5.5/debian/patches/no-issues.patch django-celery-2.5.5/debian/patches/no-issues.patch
--- django-celery-2.5.5/debian/patches/no-issues.patch	1970-01-01 01:00:00.0 +0100
+++ django-celery-2.5.5/debian/patches/no-issues.patch	2012-07-18 10:14:11.0 +0200
@@ -0,0 +1,20 @@
+Description: Do not build issues if DEB_BUILD_ISSUES=disabled
+   Building the issues via sphinxcontrib.issuetracker requires
+   a network connection which is not available on Debian
+   buildds.
+Author: Evgeni Golov evg...@debian.org
+Bug-Debian: http://bugs.debian.org/681379
+
+--- django-celery-2.5.5.orig/docs/conf.py
 django-celery-2.5.5/docs/conf.py
+@@ -77,6 +77,7 @@ html_sidebars = {
+ }
+ 
+ ### Issuetracker
+-issuetracker = github
+-issuetracker_project = ask/django-celery
+-issuetracker_issue_pattern = r'[Ii]ssue #(\d+)'
++if os.environ.get(DEB_BUILD_ISSUES, False) != disabled:
++issuetracker = github
++issuetracker_project = ask/django-celery
++issuetracker_issue_pattern = r'[Ii]ssue #(\d+)'
diff -Nru django-celery-2.5.5/debian/patches/series django-celery-2.5.5/debian/patches/series
--- django-celery-2.5.5/debian/patches/series	2012-05-30 18:00:03.0 +0200
+++ django-celery-2.5.5/debian/patches/series	2012-07-18 10:14:11.0 +0200
@@ -1,2 +1,3 @@
 skip_tests.patch
 fix_dependencies.patch
+no-issues.patch
diff -Nru django-celery-2.5.5/debian/rules django-celery-2.5.5/debian/rules
--- django-celery-2.5.5/debian/rules	2012-05-30 18:00:03.0 +0200
+++ django-celery-2.5.5/debian/rules	2012-07-18 10:14:11.0 +0200
@@ -12,7 +12,7 @@
 
 .PHONY: override_dh_auto_build
 override_dh_auto_build:
-	PYTHONPATH=. sphinx-build -b html -d .build/.doctrees -N docs .build/html
+	PYTHONPATH=. DEB_BUILD_ISSUES=disabled sphinx-build -b html -d .build/.doctrees -N docs .build/html
 	dh_auto_build
 
 .PHONY: override_dh_compress
---End Message---
---BeginMessage---
On Sat, 2012-07-21 at 15:10 +0200, Philipp Kern wrote:
On Fri, Jul 20, 2012 at 07:12:13AM +0200, Evgeni Golov wrote:
  On Fri, Jul 20, 2012 at 12:01:07AM +0200, Philipp Kern wrote:
   And the buildsystem uses hasattr or something similar to access the
   issuetracker* variables? Because they're now left undefined…
  
  Allow me to reply, as I wrote the patch.
  
  They are not undefined :)
 
 Right, sorry and thanks. :)
 
 Done!

and thus closing the bug report (Evgeni's mail was CCed to -release
rather than the bug).

Regards,

Adam---End Message---


Bug#682314: pu: package debian-archive-keyring/2010.08.28(+squeeze1)

2012-07-21 Thread Adam D. Barratt
tags 682314 + squeeze confirmed
thanks

On Sat, 2012-07-21 at 15:04 +0200, Philipp Kern wrote:
 I would like to update debian-archive-keyring in stable to add both the wheezy
 automatic (ftp-master) and wheezy stable (release) keys. The debdiff is
 attached. An upgrade to 2012.4 seems to work just fine.

Please go ahead; 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/1342880094.13223.105.ca...@jacala.jungle.funky-badger.org



Processed: Re: Bug#682314: pu: package debian-archive-keyring/2010.08.28(+squeeze1)

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

 tags 682314 + squeeze confirmed
Bug #682314 [release.debian.org] pu: package 
debian-archive-keyring/2010.08.28(+squeeze1)
Added tag(s) squeeze and confirmed.
 thanks
Stopping processing here.

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


--
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.134288018020685.transcr...@bugs.debian.org



Re: Freeze exception request: systemd 44-4

2012-07-21 Thread Adam D. Barratt
On Wed, 2012-07-11 at 00:08 +0100, Adam D. Barratt wrote:
[...]
  On Sun, Jul 01, 2012 at 10:18:41AM +0200, Tollef Fog Heen wrote:
   systemd (44-4) unstable; urgency=low
  
 * Move diversion removal from postinst to preinst.  Closes: 
  #679728
 * Prevent the journal from crashing when running out of disk 
  space.
   This is 499fb21 from upstream.  Closes: #668047.
 * Stop mounting a tmpfs on /media.  Closes: #665943
[...]
 Please go ahead; apologies for the delay in getting back to you.

Any news on that?

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



Bug#664793: pu: package libcap2/1:2.19-3

2012-07-21 Thread Adam D. Barratt
On Sat, 2012-05-05 at 18:43 +0100, Adam D. Barratt wrote:
 On Wed, 2012-03-21 at 09:19 +0100, Torsten Werner wrote:
  the debdiff output is attached now.
 
 and missed until now, because it was sent to 664793-quiet@, which means
 it wasn't sent to -release@ldo by the BTS.
 
 In any case, please go ahead, bearing in mind that the window for 6.0.5
 closes this weekend.

Ping?

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



Processed: retitle 678178 to RM: libtrash -- RoM; unmaintained; broken

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

 retitle 678178 RM: libtrash -- RoM; unmaintained; broken
Bug #678178 [release.debian.org] RM: libtrash/2.4-2
Changed Bug title to 'RM: libtrash -- RoM; unmaintained; broken' from 'RM: 
libtrash/2.4-2'
 thanks
Stopping processing here.

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


--
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.134288074323673.transcr...@bugs.debian.org



Re: Getting postgresql-8.4 8.4.12-2 into wheezy

2012-07-21 Thread Martin Pitt
Martin Pitt [2012-07-20  5:25 +0200]:
 Christoph Berg [2012-07-19 15:55 +0200]:
  There's one more issue with that package, it depends: postgresql-8.4
  which makes it uninstallable in wheezy, but will work on systems
  upgraded from squeeze. The dependency is technically correct, as it
  enforces that it doesn't get installed where it is otherwise useless,
  but it might be preferable to just drop that dependency so that
  doesn't trigger QA scripts checking wheezy.
 
 Thanks for pointing that out -- so that is the real issue here? I
 guess I'll upload -3 to unstable which lowers that to Recommends? Or
 can britney be told to let that package in anyway?

I uploaded this into unstable now, as the Depends: postgresql-8.4
seems to be a major reason for the inability to get into testing.
However, the excuses [1] seem to indicate that the NBS binaries need
to be removed as well.

Debdiff attached FTR.

Thanks!

Martin

postgresql-8.4 (8.4.12-3) unstable; urgency=medium

  * Urgency medium; the current version in testing (with the full server)
is unsupportable in a stable release.
  * debian/control: Drop dependency to postgresql-8.4. While it is technically
correct (it needs Squeeze's postgresql-8.4 package) it makes britney
refuse to get this into testing, as the package is uninstallable in
Wheezy.

 -- Martin Pitt mp...@debian.org  Sat, 21 Jul 2012 16:32:58 +0200


[1] http://release.debian.org/migration/testing.pl?package=postgresql-8.4



-- 
Martin Pitt| http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)
diff -u postgresql-8.4-8.4.12/debian/control 
postgresql-8.4-8.4.12/debian/control
--- postgresql-8.4-8.4.12/debian/control
+++ postgresql-8.4-8.4.12/debian/control
@@ -19,8 +19,8 @@
-Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-8.4, perl
+Depends: ${misc:Depends}, ${shlibs:Depends}, perl
 Description: PL/Perl procedural language for PostgreSQL 8.4
  PL/Perl enables an SQL developer to write procedural language functions
  for PostgreSQL 8.4 in Perl.  You need this package if you have any
  PostgreSQL 8.4 functions that use the languages plperl or plperlu.
  .
  PostgreSQL 8.4 is obsolete. This package is only provided for upgrades from
- 8.4 from Debian 6.0 (Squeeze) and cannot be installed otherwise.
+ 8.4 from Debian 6.0 (Squeeze) and should not be installed otherwise.
diff -u postgresql-8.4-8.4.12/debian/changelog 
postgresql-8.4-8.4.12/debian/changelog
--- postgresql-8.4-8.4.12/debian/changelog
+++ postgresql-8.4-8.4.12/debian/changelog
@@ -1,3 +1,14 @@
+postgresql-8.4 (8.4.12-3) unstable; urgency=medium
+
+  * Urgency medium; the current version in testing (with the full server)
+is unsupportable in a stable release.
+  * debian/control: Drop dependency to postgresql-8.4. While it is technically
+correct (it needs Squeeze's postgresql-8.4 package) it makes britney
+refuse to get this into testing, as the package is uninstallable in
+Wheezy.
+
+ -- Martin Pitt mp...@debian.org  Sat, 21 Jul 2012 16:32:58 +0200
+
 postgresql-8.4 (8.4.12-2) unstable; urgency=low
 
   * Drop all binary packages except for postgresql-plperl-8.4.  Version 8.4 is


signature.asc
Description: Digital signature


Bug#675167: Bug#674844: Bug#674850: Bug#675167: Bug#674850: RM: figlet -- RoQA; license which specifically excludes the right to re-distribute

2012-07-21 Thread Adam D. Barratt
tags 675167 - moreinfo
retitle 675167 pu: package figlet/2.2.2-1+squeeze1
user release.debian@packages.debian.org
usertags 675167 = pu
thanks

On Sat, 2012-06-16 at 02:41 +0100, Jonathan McCrohan wrote:
 On 15/06/12 22:10, Gerfried Fuchs wrote:
  So for stable, just the license information would need to get
  updated, AIUI.
 
 Attached is a debdiff with backported versions of fonts/8859-* from
 figlet 2.2.5. I proposed something similar on #-release last week too.
 While I got replies from the release team, I don't think I got any
 response from a SRM.

Aside from the question of whether the content can actually have
authorship asserted over it in the first place, we've historically
treated licensing issues in stable where the situation has subsequently
been clarified in unstable as documentation updates which don't qualify
for an update in stable on their own.

Particularly as the package in stable is in non-free I'm afraid I'm not
currently convinced that the proposed changes should be applied in
stable.

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



Processed: retitle 682103 to RM: kcheckgmail -- RoQA; unmaintained; broken by Google changes

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

 retitle 682103 RM: kcheckgmail -- RoQA; unmaintained; broken by Google changes
Bug #682103 [release.debian.org] RM: kcheckgmail/0.6.0-1
Changed Bug title to 'RM: kcheckgmail -- RoQA; unmaintained; broken by Google 
changes' from 'RM: kcheckgmail/0.6.0-1'
 thanks
Stopping processing here.

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


--
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.134288255732313.transcr...@bugs.debian.org



Bug#681996: pu: package libcommons-compress-java/1.0-1

2012-07-21 Thread Adam D. Barratt
tags 681996 + squeeze
thanks

On Wed, 2012-07-18 at 10:59 -0430, Miguel Landaeta wrote:
 CVE-2012-2098 / #674448 is not fixed yet in stable, so I would like
 to update libcommons-compress-java/1.0-1.
 
 The security team already confirmed this doesn't warrant a DSA, so
 this should be fixed through a point update.
 
 A debdiff with the backported patch to fix the issue is attached.

+libcommons-compress-java (1.0-1+squeeze1) stable; urgency=low
+
+  * Team upload.
+  * Fix an algorithmic complexity vulnerability in the sorting algorithms
+in bzip2 compressing stream. CVE-2012-2098. (Closes: #674448).
+  * Update source format to 3.0 (quilt).

That last change generally isn't okay for stable updates, I'm afraid.

Hmmm, that's quite a large diff. :-(

 
main/java/org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.java
 |  638 -
 main/java/org/apache/commons/compress/compressors/bzip2/BlockSort.java 
  | 1081 ++
 test/java/org/apache/commons/compress/compressors/bzip2/BlockSortTest.java 
  |  171 +

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



Processed: Re: Bug#681996: pu: package libcommons-compress-java/1.0-1

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

 tags 681996 + squeeze
Bug #681996 [release.debian.org] pu: package libcommons-compress-java/1.0-1
Added tag(s) squeeze.
 thanks
Stopping processing here.

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


--
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.13428836315064.transcr...@bugs.debian.org



Please allow postgresql-9.1 9.1.4-3 into testing: RC bug fix

2012-07-21 Thread Martin Pitt
Hello release team,

I recently got an RC bug against postgresql-9.1 [1] about piuparts
detecting the wrong handling of directory cleanup. While this has
little practical impact (the directory will just be re-created by
pg_createcluster if it is not present), it is nevertheless trivial to
fix, so I did a new upload:

postgresql-9.1 (9.1.4-3) unstable; urgency=medium

  Urgency medium: Trivial changes, and fixes RC bug.

  [ Christoph Berg ]
  * debian/source/options: Ignore test suite .sql files, to fix building
twice in a row; ignore .bzr-builddeb/default.conf so bzr checkouts can be
built using dpkg-buildpackage.

  [ Martin Pitt ]
  * debian/postgresql-9.1.postrm: Do not remove the directories
/var/{lib,log}/postgresql/, they are owned by the postgresql-common
package. (Closes: #681966)

 -- Martin Pitt mp...@debian.org  Sat, 21 Jul 2012 16:53:55 +0200

Christoph fixed building without bzr-buildpackage, and does not affect
the runtime behaviour, so it's harmless.

Debdiff attached.

Thank you for considering,

Martin

[1] http://bugs.debian.org/681966
-- 
Martin Pitt| http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)
diff -Nru postgresql-9.1-9.1.4/debian/changelog 
postgresql-9.1-9.1.4/debian/changelog
--- postgresql-9.1-9.1.4/debian/changelog   2012-06-22 08:35:58.0 
+
+++ postgresql-9.1-9.1.4/debian/changelog   2012-07-21 14:54:54.0 
+
@@ -1,3 +1,19 @@
+postgresql-9.1 (9.1.4-3) unstable; urgency=medium
+
+  Urgency medium: Trivial changes, and fixes RC bug.
+
+  [ Christoph Berg ]
+  * debian/source/options: Ignore test suite .sql files, to fix building
+twice in a row; ignore .bzr-builddeb/default.conf so bzr checkouts can be
+built using dpkg-buildpackage.
+
+  [ Martin Pitt ]
+  * debian/postgresql-9.1.postrm: Do not remove the directories
+/var/{lib,log}/postgresql/, they are owned by the postgresql-common
+package. (Closes: #681966)
+
+ -- Martin Pitt mp...@debian.org  Sat, 21 Jul 2012 16:53:55 +0200
+
 postgresql-9.1 (9.1.4-2) unstable; urgency=low
 
   [ Christoph Berg ]
diff -Nru postgresql-9.1-9.1.4/debian/postgresql-9.1.postrm 
postgresql-9.1-9.1.4/debian/postgresql-9.1.postrm
--- postgresql-9.1-9.1.4/debian/postgresql-9.1.postrm   2012-06-22 
08:35:58.0 +
+++ postgresql-9.1-9.1.4/debian/postgresql-9.1.postrm   2012-07-21 
14:54:58.0 +
@@ -58,7 +58,5 @@
 clean_dir /etc/postgresql/$VERSION
 clean_dir /etc/postgresql
 clean_dir /var/lib/postgresql/$VERSION
-clean_dir /var/lib/postgresql
 clean_dir /var/log/postgresql/$VERSION
-clean_dir /var/log/postgresql
 fi
diff -Nru postgresql-9.1-9.1.4/debian/source/options 
postgresql-9.1-9.1.4/debian/source/options
--- postgresql-9.1-9.1.4/debian/source/options  1970-01-01 00:00:00.0 
+
+++ postgresql-9.1-9.1.4/debian/source/options  2012-07-21 14:54:58.0 
+
@@ -0,0 +1,2 @@
+extend-diff-ignore = src/test/regress/sql/.+\.sql
+extend-diff-ignore = \.bzr-builddeb/default\.conf


signature.asc
Description: Digital signature


Re: Getting postgresql-8.4 8.4.12-2 into wheezy

2012-07-21 Thread Julien Cristau
On Sat, Jul 21, 2012 at 16:42:53 +0200, Martin Pitt wrote:

 postgresql-8.4 (8.4.12-3) unstable; urgency=medium
 
Unblocked.

Cheers,
Julien


signature.asc
Description: Digital signature


Freeze exception request: x86 microcode support for Wheezy

2012-07-21 Thread Henrique de Moraes Holschuh
This email is related to bug #681352 (amd64-microcode), and to an
yet-unfilled freeze exception request for intel-microcode.

non-free stable and non-free wheezy are currently seriously lacking in
microcode support.  It is worth notice that nearly all recent Intel
_and_ AMD processors have been issued microcode updates, quite often
fixing relevant issues.

Stable lacks support for AMD system processors in userspace entirely,
and deprecated, half-useful support for Intel system processors.  Wheezy
currently has half-done userspace support for AMD system processors that
requires manual intervention to even work, and the same crap as stable
for Intel system processors.

These shortcomings have been fixed in non-free unstable for both Intel
and AMD microcode packages.

A simple initramfs helper, along with documentation for those who
compile their own kernels and don't use an initramfs, was added to
amd64-microcode in unstable.  It manages to load processor microcode as
early as it is possible for the current Wheezy kernel.  The freeze
exception (unblock request) is in bug #681352, along with the debdiff.

This initramfs helper, which is also used on the updated intel-microcode
packages, is compatible with past and current kernels (tested in
2.6.32.x stable, 3.0.x stable, 3.2.x stable, 3.4.x stable), with the
soon-to-be-issued stable fix for the microcode core that accepts
requests only for the BSP (bootstrap processor) -- tested with 3.0 and
3.2 + fix backport, and with the upcoming per-system microcode sysfs ABI
that does away/deprecates the current per-core sysfs ABI.

Fixing intel-microcode [properly] was _much_ harder.  The ABI used by
microcode.ctl (/dev/cpu/microcode) has been deprecated in the kernel for
_years_ and will be removed sooner or later.  Switching to the sysfs /
firmware-loader based ABI requires new userspace, and in fact the new
intel-microcode package declares a breaks: microcode.ctl because the
very microcode data format required by the new ABI is unsupported by
microcode.ctl.

Since it is incredibly hard to deal with Intel microcode release
management, I had to actually write a heavy-duty tool (iucode-tool,
already accepted into Wheezy contrib) to even _know_ WTF I was pushing
to users at every new upstream microcode release.  I've been using it
for a while now.  This tool is also used to generate the
firmware-loader-compatible binary files split by processor
family-model-stepping required to update Intel processor microcode.

The same initrd helper used in amd64-microcode was also added to the
intel-microcode package.  The two packages CAN BE INSTALLED AT THE SAME
TIME in a system: the helpers do not collide, and they're smart enough
to notice the duplication, and attempt the microcode update only once
during boot.

Unfortunately, Intel ships a _LOT_ of microcode.  It's about 550KiB
uncompressed, split over a lot of files in /lib/firmware.  This would
waste a lot of initramfs space, so, should iucode-tool also be present
in the system at update-initramfs time, the intel-microcode package will
by default install to the initramfs only the microcode for the exact
system processors found (which typically means at most 32KiB worth of
uncompressed microcode :p).

Also, using iucode-tool, it was possible to restrict the number of
microcodes shipped in the intel-microcode binary package for the amd64
arch, by removing microcodes for very old processors that do not support
64-bit mode.  I also managed to salvage microcode for older processors
(Pentium II, Pentium III, Pentium-M, 1st and 2nd-gen Xeon) that Intel
did not ship anymore, but which still have Debian users.

This required a complete refactoring of the source package, and the
resulting debdiff for intel-microcode is, well, enourmous.  Mostly
because the *source* package now ships every Intel microcode .dat file
to date (each one is ~1.5MiB in size), in order to find the relevant
microcodes for older processors.  To keep the source package
_compressed_ size under control, I switched to XZ compression, and the
compressed source package is still  1MiB.

The packages in unstable are well tested, and I'd really appreciate if
the Wheezy release managers would grant freeze exceptions for
amd64-microcode and intel-microcode.

-- 
  One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie. -- The Silicon Valley Tarot
  Henrique Holschuh


-- 
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/20120721155611.ga7...@khazad-dum.debian.net



Processed: unblock: dpkg/1.16.8 (Re: debian-cd BoF at DebConf)

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

 retitle 681332 unblock: dpkg/1.16.8
Bug #681332 [release.debian.org] unblock: dpkg/1.16.7
Changed Bug title to 'unblock: dpkg/1.16.8' from 'unblock: dpkg/1.16.7'
 quit
Stopping processing here.

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


--
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.134288659720896.transcr...@bugs.debian.org



Re: emacs24 got freeze exception, what happens to emacs add-ons?

2012-07-21 Thread Rob Browning
Rob Browning r...@defaultvalue.org writes:

 In any case, the fix is trivial, and I'll upload a -3 shortly that
 includes it.  After that, I'll foward a diff between -1 and -3 to
 debian-release, and then you can decide what you'd like to do.

I suppose it's probably time to consider whether or not emacs24 should
be included in wheezy.

I uploaded the last FTBS fix yesterday, and following 24.4+1-1, there
have been three changes:

  * Restrict libselinux1-dev build dependency to [linux-any] (#679679).
  * Don't check errno after fabs() -- fixes i386 builds. (upstream patch).
  * Use -O1 on ia64 (fix FTBS) -- this is a reversion to the emacs23 behavior.

Here are the significant bits:

--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: bsd-mailx | mailx, libncurses5-dev, texinfo, liblockfile-dev, lib
  libgpm-dev [linux-any], libdbus-1-dev,
  autoconf, automake, autotools-dev, dpkg-dev ( 1.10.0), quilt (= 0.42),
  debhelper (= 7.0.50~), libxaw7-dev, sharutils, imagemagick, libgtk2.0-dev,
- libgnutls-dev, libxml2-dev, libselinux1-dev, libmagick++-dev,
+ libgnutls-dev, libxml2-dev, libselinux1-dev [linux-any], libmagick++-dev,
  libgconf2-dev, libasound2-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64]
 Homepage: http://www.gnu.org/software/emacs/
 Standards-Version: 3.7.2
--- a/debian/rules
+++ b/debian/rules
@@ -105,10 +105,12 @@ CFLAGS += -Wall
 LDFLAGS = `dpkg-buildflags --get LDFLAGS`
 CPPFLAGS = `dpkg-buildflags --get CPPFLAGS`
 
-LDFLAGS   += -g
-
 ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-  CFLAGS += -O2
+  ifneq (,$(filter $(DEB_HOST_ARCH),ia64))
+# Fix a problem with newer versions of gcc on ia64.
+# See bugs #582439 and #679986.
+CFLAGS += -O1
+  endif # eq ia64
 endif
 
 joblimit := $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
+2012-07-17  Paul Eggert  egg...@cs.ucla.edu
+
+	* floatfns.c (Fabs): Do not wrap fabs inside IN_FLOAT (Bug#11913).
+	Unlike the other wrapped functions, fabs has an unspecified
+	effect on errno.
+
 2012-06-01  Chong Yidong  c...@gnu.org
 
 	* Version 24.1 released.
--- a/src/floatfns.c
+++ b/src/floatfns.c
@@ -676,7 +676,7 @@ DEFUN (abs, Fabs, Sabs, 1, 1, 0,
   CHECK_NUMBER_OR_FLOAT (arg);
 
   if (FLOATP (arg))
-IN_FLOAT (arg = make_float (fabs (XFLOAT_DATA (arg))), abs, arg);
+arg = make_float (fabs (XFLOAT_DATA (arg)));
   else if (XINT (arg)  0)
 XSETINT (arg, - XINT (arg));
 

and here's the full debdiff:

diff -Nru emacs24-24.1+1/debian/.git-dpm emacs24-24.1+1/debian/.git-dpm
--- emacs24-24.1+1/debian/.git-dpm	2012-06-27 21:41:01.0 -0500
+++ emacs24-24.1+1/debian/.git-dpm	2012-07-17 19:23:17.0 -0500
@@ -1,6 +1,6 @@
 # see git-dpm(1) from git-dpm package
-c29cccb1d825523faf484808a699959766d71348
-c29cccb1d825523faf484808a699959766d71348
+6ac9d5dbfded9610d8208378a3be49b1ccd8fe9a
+6ac9d5dbfded9610d8208378a3be49b1ccd8fe9a
 dccb7aff653035782f95e87102338cabcd318122
 dccb7aff653035782f95e87102338cabcd318122
 emacs24_24.1+1.orig.tar.bz2
diff -Nru emacs24-24.1+1/debian/changelog emacs24-24.1+1/debian/changelog
--- emacs24-24.1+1/debian/changelog	2012-06-29 16:16:58.0 -0500
+++ emacs24-24.1+1/debian/changelog	2012-07-20 12:51:38.0 -0500
@@ -1,3 +1,27 @@
+emacs24 (24.1+1-4) unstable; urgency=low
+
+  * Fix FTBS on ia64 with -O1.  Remove redundant LDFLAGS+=-g and
+CFLAGS+=-O2.  See also: #582439. (Closes: #679986)
+
+ -- Rob Browning r...@defaultvalue.org  Fri, 20 Jul 2012 12:51:32 -0500
+
+emacs24 (24.1+1-3) unstable; urgency=low
+
+  * Add 0011-Don-t-use-IN_FLOAT-when-calling-fabs-since-it-may-cl.patch.
+Fix FTBS on i386 by adding an upstream patch to skip fabs() errno
+checking.  Since fabs() has no error conditions, it doesn't guarantee
+that it won't clobber errno.
+
+ -- Rob Browning r...@defaultvalue.org  Tue, 17 Jul 2012 19:25:59 -0500
+
+emacs24 (24.1+1-2) unstable; urgency=low
+
+  * Restrict libselinux1-dev build dependency to [linux-any].
+Thanks to James McCoy james...@debian.org for the report.
+(Closes: #679679)
+
+ -- Rob Browning r...@defaultvalue.org  Wed, 04 Jul 2012 19:16:00 -0500
+
 emacs24 (24.1+1-1) unstable; urgency=low
 
   * Upgrade to upstream version 24.1.
diff -Nru emacs24-24.1+1/debian/control emacs24-24.1+1/debian/control
--- emacs24-24.1+1/debian/control	2012-06-29 16:18:17.0 -0500
+++ emacs24-24.1+1/debian/control	2012-07-20 12:53:48.0 -0500
@@ -8,7 +8,7 @@
  libgpm-dev [linux-any], libdbus-1-dev,
  autoconf, automake, autotools-dev, dpkg-dev ( 1.10.0), quilt (= 0.42),
  debhelper (= 7.0.50~), libxaw7-dev, sharutils, imagemagick, libgtk2.0-dev,
- libgnutls-dev, libxml2-dev, libselinux1-dev, libmagick++-dev,
+ libgnutls-dev, libxml2-dev, libselinux1-dev [linux-any], libmagick++-dev,
  libgconf2-dev, libasound2-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64]
 Homepage: http://www.gnu.org/software/emacs/
 Standards-Version: 3.7.2
diff -Nru 

Bug#681980: marked as done (unblock: libmtp/1.1.3-35-g0ece104-2)

2012-07-21 Thread Debian Bug Tracking System
Your message dated Sat, 21 Jul 2012 19:05:45 +0200
with message-id 20120721170545.gu7...@radis.cristau.org
and subject line Re: Bug#681980: unblock: libmtp/1.1.3-35-g0ece104-2
has caused the Debian Bug report #681980,
regarding unblock: libmtp/1.1.3-35-g0ece104-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.)


-- 
681980: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=681980
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 libmtp 1.1.3-35-g0ece104-2, it adds the support
for a bunch of MTP devices. The patch is attached.

Thanks for considering, cheers.

unblock libmtp/1.1.3-35-g0ece104-2

-- 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-3-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru libmtp-1.1.3-35-g0ece104/debian/changelog libmtp-1.1.3-35-g0ece104/debian/changelog
--- libmtp-1.1.3-35-g0ece104/debian/changelog	2012-06-29 08:40:10.0 +0200
+++ libmtp-1.1.3-35-g0ece104/debian/changelog	2012-07-18 11:04:42.0 +0200
@@ -1,3 +1,18 @@
+libmtp (1.1.3-35-g0ece104-2) unstable; urgency=low
+
+  * Device db updates picked from upstream git:
+- New devices:
+  + Google Inc (for Samsung) Nexus S
+  + Huawei Mediapad (second ID)
+  + HTC EVO 4G LTE (second ID)
+  + Motorola XT912
+  + Sony Xperia P (another ID)
+  + Sony Xperia Sola MT27i
+  + Toshiba Excite AT300
+- Fix device 2207:0001, it seems multi-branded OEM product.
+
+ -- Alessio Treglia ales...@debian.org  Wed, 18 Jul 2012 11:04:36 +0200
+
 libmtp (1.1.3-35-g0ece104-1) unstable; urgency=low
 
   * Imported Upstream version 1.1.3-35-g0ece104:
diff -Nru libmtp-1.1.3-35-g0ece104/debian/patches/0001-devicedb_updates.patch libmtp-1.1.3-35-g0ece104/debian/patches/0001-devicedb_updates.patch
--- libmtp-1.1.3-35-g0ece104/debian/patches/0001-devicedb_updates.patch	1970-01-01 01:00:00.0 +0100
+++ libmtp-1.1.3-35-g0ece104/debian/patches/0001-devicedb_updates.patch	2012-07-18 10:57:50.0 +0200
@@ -0,0 +1,88 @@
+Subject: Various additions and updates to the device db.
+ upstream commits:
+  - 9c6f0d2a2b0f51da638dafd6115f744007688d77
+  - c134502c5105fadd48bb7b60ba59b364e98ea6a1
+  - 68f3cb6bcc0a6f24e66377a6f0ab707ff3457bf9
+  - e9082f609faa9fe1301a86a52aca6563a1040e70
+  - f9b50b4b6e7721c7d77e0f22779276c3a0981ad0
+Origin: upstream
+---
+ src/music-players.h |   23 +++
+ 1 file changed, 19 insertions(+), 4 deletions(-)
+
+--- libmtp.orig/src/music-players.h
 libmtp/src/music-players.h
+@@ -792,6 +792,9 @@
+   { Toshiba, 0x0930, Gigabeat MET401, 0x001d,
+   DEVICE_FLAG_NO_RELEASE_INTERFACE |
+   DEVICE_FLAG_BROKEN_SEND_OBJECT_PROPLIST },
++  // Reported by Andree Jacobson nmcand...@users.sourceforge.net
++  { Toshiba, 0x0930, Excite AT300, 0x0963,
++  DEVICE_FLAGS_ANDROID_BUGS },
+   // Reported by Nigel Cunningham ni...@tuxonice.net
+   // Guessing on Android bugs
+   { Toshiba, 0x0930, Thrive AT100/AT105, 0x7100,
+@@ -1472,6 +1475,10 @@
+   // Reported by equaeghe equae...@users.sourceforge.net
+   { SONY, 0x0fce, Xperia U ST25i (MTP+ADB mode), 0x5171,
+   DEVICE_FLAGS_ANDROID_BUGS },
++  { SONY, 0x0fce, Xperia P (MTP+ADB mode), 0x5172,
++  DEVICE_FLAGS_ANDROID_BUGS },
++  { SONY, 0x0fce, Xperia Sola MT27i (MTP+MSC+? mode), 0xa173,
++  DEVICE_FLAGS_ANDROID_BUGS },
+   // Reported by Anonymous Sourceforge user
+   { SonyEricsson, 0x0fce,  j10i (Elm), 0xd144,
+   DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST },
+@@ -1501,6 +1508,8 @@
+   DEVICE_FLAGS_ANDROID_BUGS },
+   { Motorola, 0x22b8, Xoom 2 Media Edition, 0x4311,
+   DEVICE_FLAGS_ANDROID_BUGS },
++  { Motorola, 0x22b8, XT912, 0x4362,
++  DEVICE_FLAGS_ANDROID_BUGS },
+   // Reported by Marcus Meissner to libptp2
+   { Motorola, 0x22b8, IdeaPad K1, 0x4811,
+   DEVICE_FLAG_BROKEN_SET_OBJECT_PROPLIST },
+@@ -1535,6 +1544,8 @@
+   // Reported by anonymous Sourceforge user
+   { Google Inc (for Asus), 0x18d1, TF101 Transformer, 0x4e0f,
+   DEVICE_FLAGS_ANDROID_BUGS },
++  { Google Inc (for Samsung), 0x18d1, Nexus S, 0x4e21,
++  DEVICE_FLAGS_ANDROID_BUGS },
+   // WiFi-only version of Xoom
+   // See: http://bugzilla.gnome.org/show_bug.cgi?id=647506
+   { Google Inc (for Motorola), 0x18d1, Xoom (MZ604), 0x70a8,
+@@ -1702,8 

Bug#682037: marked as done (unblock: liblastfm/0.4.0~git20090710-2)

2012-07-21 Thread Debian Bug Tracking System
Your message dated Sat, 21 Jul 2012 19:10:49 +0200
with message-id 20120721171049.gv7...@radis.cristau.org
and subject line Re: Bug#682037: unblock: liblastfm/0.4.0~git20090710-2
has caused the Debian Bug report #682037,
regarding unblock: liblastfm/0.4.0~git20090710-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.)


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

This fixes RC bug #676104.  The debdiff was discussed in this thread:
  http://lists.debian.org/debian-release/2012/07/msg00693.html

unblock liblastfm/0.4.0~git20090710-2

Regards,

John Stamp
---End Message---
---BeginMessage---
On Wed, Jul 18, 2012 at 19:41:09 -0700, John Stamp wrote:

 Package: release.debian.org
 Severity: normal
 User: release.debian@packages.debian.org
 Usertags: unblock
 
 Please unblock package liblastfm
 
 This fixes RC bug #676104.  The debdiff was discussed in this thread:
   http://lists.debian.org/debian-release/2012/07/msg00693.html
 
Unhappy about the source format change.  Unblocked anyway.

Cheers,
Julien


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


Bug#682061: marked as done (unblock: jarjar/1.1-3)

2012-07-21 Thread Debian Bug Tracking System
Your message dated Sat, 21 Jul 2012 19:15:17 +0200
with message-id 20120721171517.gw7...@radis.cristau.org
and subject line Re: Bug#682061: unblock: jarjar/1.1-3
has caused the Debian Bug report #682061,
regarding unblock: jarjar/1.1-3
to be marked as done.

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

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


-- 
682061: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682061
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 jarjar, which fixes the RC bug #646600.  The
bug is that if you rebuild jarjar in SID it will construct an
incomplete Java library.

This is because it embeds a part of libasm3-java inself during build
(I have filed a bug for that) and some of that moved to another Jar
file breaking.

I also took the liberity of removing a MIA uploader.

unblock jarjar/1.1-3

~Niels
---End Message---
---BeginMessage---
On Thu, Jul 19, 2012 at 10:22:21 +0200, Niels Thykier wrote:

 diff -Nru jarjar-1.1/debian/changelog jarjar-1.1/debian/changelog
 --- jarjar-1.1/debian/changelog   2011-09-08 20:31:33.0 +
 +++ jarjar-1.1/debian/changelog   2012-07-15 11:19:14.0 +
 @@ -1,3 +1,22 @@
 +jarjar (1.1-3) unstable; urgency=low
 +
 +  * Rember to actually remove Michael Koch from uploaders.
 +

Remember?

 + -- Niels Thykier ni...@thykier.net  Sun, 15 Jul 2012 13:19:13 +0200
 +
 +jarjar (1.1-2) unstable; urgency=low
 +
 +  [ James Page ]
 +  * Drop debian/patches/0006-remove-asm-commons-from-final-jar.patch: 
 +libasm3-java now ships correctly separated jar files so asm-commons 
 +must be included.  (Closes: #646600)
 +
 +  [ Niels Thykier ]
 +  * Remove Michael Koch from uploaders.  Thanks for your work so far.
 +(Closes: #654028)
 +
 + -- Niels Thykier ni...@thykier.net  Sun, 15 Jul 2012 12:42:56 +0200
 +
  jarjar (1.1-1) unstable; urgency=low
  
* Team upload

Unblocked.

Cheers,
Julien


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


Bug#682085: unblock: bdfresize/1.5-8

2012-07-21 Thread Julien Cristau
On Fri, Jul 20, 2012 at 00:17:09 +0900, Tatsuya Kinoshita wrote:

 tags 682085 - moreinfo
 retitle 682085 unblock: bdfresize/1.5-8
 thanks
 
 On July 19, 2012 at 3:11PM +0200,
 niels (at thykier.net) wrote:
 
* Update debhelper compat level to 9 to support hardening flags
 
  I am not sure we are ready to accept a debhelper bump at this time if we
  can avoid it.  Would it be possible to use dpkg-buildflags directly?
 
 I've uploaded bdfresize/1.5-8 with the following changes:
 
   * debian/rules: Use dpkg-buildflags to enable hardening flags
   * Revert the previous debhelper bump
 
 See also the attached debdiff.
 
Unless bdfresize is particularly security sensitive, I think this can
wait for wheezy+1.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#682301: marked as done (unblock: libreoffice/1:3.5.4-6, openoffice.org/1:3.4.0~ooo340m1-7)

2012-07-21 Thread Debian Bug Tracking System
Your message dated Sat, 21 Jul 2012 19:24:48 +0200
with message-id 20120721172448.gy7...@radis.cristau.org
and subject line Re: Bug#682301: unblock: libreoffice/1:3.5.4-6, 
openoffice.org/1:3.4.0~ooo340m1-7
has caused the Debian Bug report #682301,
regarding unblock: libreoffice/1:3.5.4-6,  openoffice.org/1:3.4.0~ooo340m1-7
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.)


-- 
682301: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682301
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 packages libreoffice and openoffice.org
(transitional packages)

- I missed some (minor) additional fix for CVE-2012-2334
  (which is in stable.) Applied now
- Now that libgcj-bc with the shlibs bump migrated we can
  re-enable libreoffice-gcj to speed up LO when used with
  gcj (only option on kfreebsd-*)
- fix for partial upgrade (#633929)
- two other minor but trivial fixes

unblock libreoffice/1:3.5.4-6
unblock openoffice.org/1:3.4.0~ooo340m1-7

diff of libreoffice:

see attachment

diff of openoffice.org:

diff -Nru openoffice.org-3.4.0~ooo340m1/debian/changelog 
openoffice.org-3.4.0~ooo340m1/debian/changelog
--- openoffice.org-3.4.0~ooo340m1/debian/changelog  2012-05-31 
22:35:56.0 +0200
+++ openoffice.org-3.4.0~ooo340m1/debian/changelog  2012-07-20 
21:40:22.0 +0200
@@ -1,3 +1,9 @@
+openoffice.org (1:3.4.0~ooo340m1-7) unstable; urgency=low
+
+  * re-add -gcj, enabled in LO again
+
+ -- Rene Engelhard r...@debian.org  Fri, 20 Jul 2012 21:40:02 +0200
+
 openoffice.org (1:3.4.0~ooo340m1-6) unstable; urgency=high

   * skip mozilla-openoffice.org and openoffice.org-gcj, LO counterparts
diff -Nru openoffice.org-3.4.0~ooo340m1/debian/control 
openoffice.org-3.4.0~ooo340m1/debian/control
--- openoffice.org-3.4.0~ooo340m1/debian/control2012-05-31 
22:36:12.0 +0200
+++ openoffice.org-3.4.0~ooo340m1/debian/control2012-07-20 
21:40:52.0 +0200
@@ -1395,6 +1395,17 @@
  .
  It can be safely removed after an upgrade.

+Package: openoffice.org-gcj
+Architecture: kfreebsd-i386 kfreebsd-amd64
+Priority: extra
+Section: editors
+Depends: libreoffice-gcj (= 1:3.4.0~)
+Description: office productivity suite -- Java libraries for GIJ
+ This is a transitional package, replacing the OpenOffice.org packaging
+ with the LibreOffice packaging.
+ .
+ It can be safely removed after an upgrade.
+
 Package: openoffice.org-dmaths
 Architecture: all
 Priority: extra
diff -Nru openoffice.org-3.4.0~ooo340m1/debian/scripts/gentranspkgs.py 
openoffice.org-3.4.0~ooo340m1/debian/scripts/gentranspkgs.py
--- openoffice.org-3.4.0~ooo340m1/debian/scripts/gentranspkgs.py
2012-05-31 22:34:49.0 +0200
+++ openoffice.org-3.4.0~ooo340m1/debian/scripts/gentranspkgs.py
2012-07-20 21:40:36.0 +0200
@@ -2,7 +2,7 @@

 import re, sys, fileinput

-skip_packages = ('openoffice.org-core', 'openoffice.org-report-builder-bin', 
'openoffice.org-base-core', 'openoffice.org-dev', 'openoffice.org-dev-doc', 
'openoffice.org-dbg', 'openoffice.org-help-sk', 'openoffice.org-nlpsolver', 
'openoffice.org-hyphenation-show', 'openoffice.org-script-provider-bsh', 
'openoffice.org-hyphenation-bn','openoffice.org-hyphenation-gu', 
'openoffice.org-hyphenation-kn', 'openoffice.org-hyphenation-hi', 
'openoffice.org-hyphenation-pa', 
'openoffice.org-l10n-is','mozilla-openoffice.org','openoffice.org-gcj')
+skip_packages = ('openoffice.org-core', 'openoffice.org-report-builder-bin', 
'openoffice.org-base-core', 'openoffice.org-dev', 'openoffice.org-dev-doc', 
'openoffice.org-dbg', 'openoffice.org-help-sk', 'openoffice.org-nlpsolver', 
'openoffice.org-hyphenation-show', 'openoffice.org-script-provider-bsh', 
'openoffice.org-hyphenation-bn','openoffice.org-hyphenation-gu', 
'openoffice.org-hyphenation-kn', 'openoffice.org-hyphenation-hi', 
'openoffice.org-hyphenation-pa', 
'openoffice.org-l10n-is','mozilla-openoffice.org')
 other_source_packages = ('docvert-openoffice.org', 
'openclipart-openoffice.org','openoffice.org-dmaths','openoffice.org-mysql-connector','openoffice.org-pdfimport','openoffice.org-presentation-minimizer','openoffice.org-report-builder',
 
'openoffice.org-voikko','openoffice.org-writer2latex','openoffice.org-wiki-publisher','openoffice.org-zemberek',
 'openoffice.org-presenter-console', 'openoffice.org-writer2xhtml', 
'openoffice.org-sdbc-postgresql');

 def gen_transitonal_packages():

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
 

Bug#681788: unblock: ace-of-penguins/1.3-10

2012-07-21 Thread Julien Cristau
On Sat, Jul 21, 2012 at 20:00:38 +0300, jaalto wrote:

 On 2012-07-21 12:39, Julien Cristau wrote:
 | On Mon, Jul 16, 2012 at 18:47:14 +0300, Jari Aalto wrote:
 | 
 | Add required font package to debian/control::Recommends
 |  
 | Making the software deal sanely with a missing font (where SIGSEGV
 | doesn't count as sane) is not an option?
 
 The policy says that font packages are not allowed to be listed in
 debian/control::Depends. If this is permissable to be overridden, I
 can move it from Recommends to Depends.
 
That's not what I meant.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#677751: pu: package libmtp/1.0.3-1+squeeze1

2012-07-21 Thread Adam D. Barratt
tags 677751 + squeeze confirmed
thanks

On Sun, 2012-06-17 at 02:17 +0200, Alessio Treglia wrote:
 On Sat, Jun 16, 2012 at 11:29 PM, Philipp Kern pk...@debian.org wrote:
  AFAICS you attached the same file again, which is not a debdiff. ;-)
 
 Indeed, sorry.
 Debdiff is attached for real now :-)

Apologies for the delay in getting back to you.  Please go ahead;
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/1342892988.13223.124.ca...@jacala.jungle.funky-badger.org



Processed: Re: Bug#677751: pu: package libmtp/1.0.3-1+squeeze1

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

 tags 677751 + squeeze confirmed
Bug #677751 [release.debian.org] pu: package libmtp/1.0.3-1+squeeze1
Added tag(s) squeeze and confirmed.
 thanks
Stopping processing here.

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


--
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.134289307622170.transcr...@bugs.debian.org



Re: unblock request for fcitx

2012-07-21 Thread Adam D. Barratt
On Mon, 2012-07-16 at 23:51 +0800, Aron Xu wrote:
 debdiff attached. There is a rename of a patch which I hope it does
 not hurt, I just want to keep them in consistent...

Well, it makes the review process somewhat more annoying, as one has to
confirm that the content of the patch has not changed.  It also fits the
definition of changes to the package which are not related to fixing
the bugs in question.

Please go ahead.

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



Re: sgml-base again

2012-07-21 Thread Andreas Beckmann
 1) #681194
Symptom: For any package using dh_installcatalogs if you
  install, remove, upgrade from squeeze to wheezy and then install
  that package, you can see a useless conffile prompt.

Fixing this: Any fix requires a *transition* involving about 20
  packages.
A fix would need a debhelper (dh_installcatalogs) update, Helmut should
have the details and a patch as discussed on irc.

Thereafter it needs probably redoing
  http://release.debian.org/transitions/html/sgml-base.html
with the fixed debhelper - this will need sourceful uploads (NMUs) since
most of the affected packages are arch:all

Question: Can we wheezy-ignore this issue?
If this gets ignored for wheezy we can also close the bug as wontfix, as
for wheezy+1 there won't be any affected packages from the squeeze age
be left. The only way to trigger the bug would be
  install $PKG (from squeeze)
  remove $PKG (don't purge)
  distupgrade (to wheezy)
  distupgrade (to wheezy+1)
  install $PKG (from wheezy+1)
but I think in that case it would be ok to show the conffile prompt (and
that would be essentially an unsupported squeeze-wheezy+1 upgrade for $PKG)


Andreas


-- 
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/500af22f.2020...@abeckmann.de



Freeze exception pre-request for ganeti

2012-07-21 Thread Iustin Pop
Hi,

I send this exception request a bit in advance, since all bugs were
opened and known from before the freeze, and I'd like to know if we can
still fix them in Wheezy; due to lack of time I wasn't able to prepare
all in time. Sorry!

By next weekend, once we sort a bug upstream, I would like to request an
exception for fixing the following bugs:

- #624256, needs an upstream fix, but will be non-invasive
- #676930, needs cherry-picking two patches from upstream
- #677674, needs a trivial typo fix in the Debian packaging
- #682333, which is the most important one because is completely breaks
  KVM+Ganeti; this will be a change in the configure-time options for
  Ganeti, so packaging change only

See also
https://groups.google.com/forum/?fromgroups#!topic/ganeti-devel/BGSipGhYugA
for a more in-depth email regarding Ganeti in Wheezy.

I will send a debdiff once we have everything in place, but this is an
early request to see if there are any potential issues.

thanks,
iustin


signature.asc
Description: Digital signature


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

2012-07-21 Thread Jonas Smedegaard
On 12-07-21 at 01:53pm, Philipp Kern wrote:
 On Sat, Jul 21, 2012 at 11:02:33AM +0200, Jonas Smedegaard wrote:
  Then reject it, if you find it too unpleasing!!!
 
 I hope you realize that Cyril is only doing his job. You're not being 
 helpful and albeit I'm tempted to just say No problem to that 
 statement it would still leave an RC bug open.

Sorry for my brevity and for the trailing exclamation marks.

I read the mail from Cyril and was puzzled as to how to react on it.  
Let me try in a nicer manner to elaborate on my confusion...:


Is the noise of the non-crucial changes so problematic (a.k.a. 
unpleasing) that the release team considers the current package 
unsuitable for getting an exception from the freeze?

I honestly did not consider that noise as significant changes not 
related to the bug to be fixed, as it is phrased at the fine 
http://release.debian.org/wheezy/freeze_policy.html.


Do the release team consider the package unsuitable for freeze exception 
due to the lack of bug reference in the changelog (the bug was 
unfortunately unavailable to reference at the time the package was 
produced and I honestly was unaware that such reference was problematic 
for the release team to get passed in the freeze exception bugreport)?

Do the release team consider the package unsuitable for freeze exception 
due to the user-only oriented changelog entry - i.e. lack of verbose 
enough details in changelog for release managers to follow _how_ the 
issue was fixed?

Would it be more helpful of me to upload another package release that 
rephrased the changelog to be more helpful for release managers to 
understand how non-newest-debhelper-style packaging was performed 
internally?  Should I do that in addition to the user-oriented changelog 
entry or instead of it?

Would it be more helpful if I had not asked these questions but instead 
just uploaded a new package fixing these three issues raised by Cyril?


Especially that last question I ask explicitly so that I can most 
smoothly help you guys do your jobs for other of packages I may be 
involved in requesting freeze exceptions for.



Kind regards, and thanks for your great work,


Jonas

-- 
 * Jonas Smedegaard - idealist  Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: Digital signature


Bug#638781: RM: libgtfb/0.1.0-1

2012-07-21 Thread Matt Flax
I have tried again to get in touch with the keysigning person for my  
location :

IL, Champaign: Matthieu Delahaye matthieu

Waiting to hear from them.

Matt

On 21/07/12 10:15, Adam D. Barratt wrote:

On Thu, 2012-05-31 at 15:41 -0500, Matt Flax wrote:

I attempted to upload but apparently we tried too late as of :
Fri, 24 Feb 2012

See this log :

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=657403

Well, that was a removal from unstable, which isn't directly relevant to
the issue in stable.


I give up.

Are you still interested in fixing the issues in stable?  Do you now
have a valid key in the keyring?

Regards,

Adam






Bug#682335: pre-approve for freeze exception: glx-alternatives/0.3.0, nvidia-support/20120721+1 [both contrib]

2012-07-21 Thread Andreas Beckmann
Package: release.debian.org
Severity: normal

Hi,

I'd like to ask whether an exception is possible for the following
change/move of functionality:

The non-free video drivers Nvidia and Fglrx need to blacklist their free
counterparts Nouveau and Radeon. Currently a conffile is shipped in
/etc/modprobe.d/ and any solution to switch back to the free drivers
requires *purging* nvidia-kernel-common (or fglrx-driver) and extra
documentation is needed since plain package removal is insufficient.

While discussing the debconf templates on d-l-english@ last week (which
include several ... the PACKAGE must be *purged*, just removing is not
sufficient) I finally came up with a possible solution which needs a
initramfs hook and yet another slave alternative ...

I'm attaching half of the debdiff: the changes for nvidia-kernel-common
(src:nvidia-support) and glx-alternative-nvidia (src:glx-alternatives),
corresponding changes will be needed for fglrx (fglrx-driver,
glx-alternative-fglrx), too. There will also be some version bumping in
nvidia-graphics-modules* to use the updated nvidia-kernel-common and
glx-alternative-nvidia.

I don't have any bug numbers at hand, but there have been reports in the
past that were fixed by workarounds (e.g. improved bug-scripts that
helped me analyze the problems), and manual advise, because I didn't
see this quite easy solution.

It would be really great if we could get these changes into wheezy, as
it should solve possible problems switching from the non-free drivers
back to the free ones (and in wheezy we need to drop proprietary driver
support for some older hardware, so working (and easy) non-free-free
switching paths will be needed).

I'm part of the maintainer teams of all possibly affected packages, so
no unrelated packages outside of my control are going to break.
And for the packages under my control, I'll do intensive testing :-)

I'm waiting for a positive reply before doing further testing and
implementing the fglrx side.


Andreas
Index: zz_nvidia-blacklists-nouveau
===
--- zz_nvidia-blacklists-nouveau	(revision 0)
+++ zz_nvidia-blacklists-nouveau	(revision 0)
@@ -0,0 +1,14 @@
+#!/bin/sh
+set -e
+
+if [ $1 = prereqs ]; then exit 0; fi
+
+. /usr/share/initramfs-tools/hook-functions
+
+# there may be a dangling symlink
+if [ -n $DESTDIR ]  [ -L $DESTDIR/etc/modprobe.d/nvidia-blacklists-nouveau.conf ]; then
+	rm -f $DESTDIR/etc/modprobe.d/nvidia-blacklists-nouveau.conf
+fi
+
+# this will dereference the symlink
+copy_exec /etc/modprobe.d/nvidia-blacklists-nouveau.conf

Property changes on: zz_nvidia-blacklists-nouveau
___
Added: svn:executable
   + *

Index: nvidia-blacklists-nouveau.conf
===
--- nvidia-blacklists-nouveau.conf	(revision 0)
+++ nvidia-blacklists-nouveau.conf	(revision 0)
@@ -0,0 +1,4 @@
+# You need to run update-initramfs -u after editing this file.
+
+# see #580894
+blacklist nouveau
Index: debian/glx-alternative-nvidia.postinst
===
--- debian/glx-alternative-nvidia.postinst	(revision 3172)
+++ debian/glx-alternative-nvidia.postinst	(working copy)
@@ -43,6 +43,7 @@
 # * /usr/lib/xorg/modules/linux/libglx.so
 # * /usr/lib/xorg/modules/drivers/nvidia_drv.so 
 # * several more NVIDIA libraries etc.
+# * /etc/modprobe.d/nvidia-blacklists-nouveau.conf
 setup_alternatives()
 {
 	slaves=
@@ -58,6 +59,7 @@
 		$(add_multiarch_slave /usr/lib  libXvMCNVIDIA_dynamic.so.1 /usr/lib nvidia/)
 		$(add_slave /usr/lib/xorg/modules/linux/libglx.so linux-libglx.so /usr/lib/nvidia/libglx.so)
 		$(add_slave /usr/bin/nvidia-bug-report.sh nvidia-bug-report.sh /usr/lib/nvidia/nvidia-bug-report.sh)
+		$(add_slave /etc/modprobe.d/nvidia-blacklists-nouveau.conf nvidia-blacklists-nouveau.conf /etc/nvidia/nvidia-blacklists-nouveau.conf)
 
 
 	if echo $slaves | grep -q slave ; then
@@ -67,6 +69,11 @@
 	fi
 
 	ldconfig
+
+	# trigger rebuilding the initrd to (de-)activate the nouveau blacklist
+	if [ -x /usr/sbin/update-initramfs ]; then
+		update-initramfs -u
+	fi
 }
 
 if [ $1 = triggered ]; then
Index: debian/glx-alternative-nvidia.lintian-overrides
===
--- debian/glx-alternative-nvidia.lintian-overrides	(revision 3172)
+++ debian/glx-alternative-nvidia.lintian-overrides	(working copy)
@@ -1,5 +1,6 @@
 # We don't ship libraries, but we manipulate links.
 postinst-has-useless-call-to-ldconfig
 # The alternatives put slave links in these directories.
+package-contains-empty-directory etc/modprobe.d/
 package-contains-empty-directory usr/lib/xorg/modules/drivers/
 package-contains-empty-directory usr/lib/xorg/modules/linux/
Index: debian/glx-alternative-nvidia.dirs
===
--- debian/glx-alternative-nvidia.dirs	

Bug#682174: unblock: z80ex/1.1.19-3

2012-07-21 Thread John Paul Adrian Glaubitz
Hey Cyril,

On Sat, Jul 21, 2012 at 01:33:21AM +0200, Cyril Brulebois wrote:
 
 alright, then you could just use (in addition to the build-dep tweak):
 | %:
 | dh $@ -Scmake

I have made the appropriate changes now:

- call cmake through debhelper as suggested above, add build
  dependency for cmake
- drop a patch to make the installation directory of the Makefile
  relocatable (the patch is not required anymore since the Makefile
  is overwritten by calling cmake anyway)
- fix the version number in the upstream CMakeLists.txt (it still
  contains pre1 which was the version number of the pre-release
  version); keeping the pre1 would add that to the .so-name
- update the changelog accordingly

 
 Overriding dh_auto_configure without overring dh_auto_build (and
 possibly others) would seem a bit strange to me, but that could just be
 my being dumb.

Well, no. I just didn't know better. Thanks for the heads up! ;)

Cheers,

Adrian
diff --git a/debian/changelog b/debian/changelog
index da531e8..8ff83d8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+z80ex (1.1.19-3) unstable; urgency=low
+
+  * Force calling cmake through debhelper to make sure
+endianness is set correctly (Closes: #682018)
+  * Add build dependency for cmake.
+
+ -- John Paul Adrian Glaubitz glaub...@physik.fu-berlin.de  Fri, 20 Jul 2012 01:50:57 +0200
+
 z80ex (1.1.19-2) unstable; urgency=low
 
   [ John Paul Adrian Glaubitz ]
diff --git a/debian/control b/debian/control
index 83a4aec..cbf85d1 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: z80ex
 Priority: extra
 Maintainer: John Paul Adrian Glaubitz glaub...@physik.fu-berlin.de
-Build-Depends: debhelper (= 9)
+Build-Depends: debhelper (= 9), cmake
 Standards-Version: 3.9.2
 Section: libs
 Homepage: http://z80ex.sourceforge.net/
diff --git a/debian/patches/0001-Fix-version-number-in-CMakeLists.txt-remove-pre1-suf.patch b/debian/patches/0001-Fix-version-number-in-CMakeLists.txt-remove-pre1-suf.patch
new file mode 100644
index 000..62bf40c
--- /dev/null
+++ b/debian/patches/0001-Fix-version-number-in-CMakeLists.txt-remove-pre1-suf.patch
@@ -0,0 +1,21 @@
+From: John Paul Adrian Glaubitz glaub...@physik.fu-berlin.de
+Date: Sat, 21 Jul 2012 20:59:57 +0200
+Subject: Fix version number in CMakeLists.txt, remove pre1 suffix.
+
+---
+ CMakeLists.txt |2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 41d42a3..7578f24 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -4,7 +4,7 @@ project (z80ex)
+ set (API_REVISION 1)
+ set (VERSION_MAJOR 1)
+ set (VERSION_MINOR 19)
+-set (RELEASE_TYPE pre1)
++set (RELEASE_TYPE )
+ set (VERSION_STR ${API_REVISION}.${VERSION_MAJOR}.${VERSION_MINOR}${RELEASE_TYPE})
+ 
+ option (OPSTEP_FAST_AND_ROUGH Fast and rough opcode step emulation mode Off)
diff --git a/debian/patches/relocatable_installation_directory-Makefile.patch b/debian/patches/relocatable_installation_directory-Makefile.patch
deleted file mode 100644
index c98bbfb..000
--- a/debian/patches/relocatable_installation_directory-Makefile.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Subject: patch Makefile to enable installation in a configurable directory
-Author: Adrian Glaubitz glaub...@physik.fu-berlin.de
 a/Makefile
-+++ b/Makefile
-@@ -5,7 +5,8 @@
- #
- # You may tune these values to feet your setup:
- #
--INSTALL_PREFIX := /usr/local
-+INSTALL_PREFIX := $(DESTDIR)/usr
-+#$(CURDIR)/debian/libz80ex/usr
- CC := gcc 
- ALL_CFLAGS := -fPIC -fno-common -ansi -pedantic -Wall -pipe -O2 -I. -I./include 
- LINKER := gcc
diff --git a/debian/patches/series b/debian/patches/series
index e8ca69e..4e22770 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-relocatable_installation_directory-Makefile.patch
+0001-Fix-version-number-in-CMakeLists.txt-remove-pre1-suf.patch
diff --git a/debian/rules b/debian/rules
index c0b85db..74a12c0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,4 +19,4 @@ override_dh_install:
 	dh_install
 
 %:
-	dh  $@
+	dh  $@ -Scmake


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

2012-07-21 Thread Guillem Jover
Hey Neil!

On Wed, 2012-06-20 at 09:42:18 +0100, Neil McGovern wrote:
 On Wed, Jun 20, 2012 at 07:32:20AM +0200, Guillem Jover wrote:
  I'm planning to upload dpkg 1.16.5 to unstable on the 26th, to be able
  to finish cleaning up some pending changes I've locally and to give
  some time for the initial wave of translation updates once I've sent
  the call. Given that there's no exact date for the freeze yet, I'm not
  sure if I'm on borrowed time, that's why I'm CCing the release team. I
  could probably advance the upload by few days though.

 You are indeed on borrowed time :)
 
 Advancing that as much as you can would certainly be useful to catch any
 errors, and to ensure translators get a chance to contribute.

So, the upload happened few days later than planned, but still before
the freeze deadline. But because there were posterior uploads to fix
regressions, RC bugs and translation updates the automatic freeze
exception does not apply anymore.

The way I understood the freeze (as any feature freeze) was that code
with new features on unstable at the time of the freeze would go in
(JFTR there's been no new features added afterwards), even if they'd
require to review the subsequent changes and update the version in
the unblock. It could have happened that those regressions could have
been spotted instead after the version would have migrated to testing,
or regressions for the version in testing still be discovered, so I
don't see the big difference really.

It appears, from mails from some other release team members, the above
is not the case.

Just to clarify, because it might have seemed otherwise in my mail to
the unblock request, personally I don't have any problem per se with a
whole review of the diff between the version in testing and the one in
unstable. And even way way longer than usual delay in transitioning the
package from unstable, say at least one more month or more, to catch
any other possible regression if there's fear of that.

But then I don't think having to argue over every and each change
in 1.16.5, or having to prepare releases through t-p-u, with the
implication of needing to reissue a call for translators is a good
way of spending our collective time. And while it's not like we are
releasing immediately anyway, doing the above just implies more work
for everyone, which certainly does not help speeding up the release
process.

But then if you still disagree and require us to go through the stuff
in the above paragraphs, then I think I'll just take the blame for my
misunderstanding, notify translators they should stop bothering,
pofusely apologize to them, and very regretably leave the IMO worse
1.16.4.3 version for wheezy, and call it a day.

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/20120721195624.ga22...@gaara.hadrons.org



Bug#681002: release.debian.org: Freeze exception for libguestfs

2012-07-21 Thread Hilko Bengen
* Julien Cristau:

 On Tue, Jul 17, 2012 at 22:08:00 +0200, Hilko Bengen wrote:

 diff --git a/debian/rules b/debian/rules
 index fb143c4..1f3c435 100755
 --- a/debian/rules
 +++ b/debian/rules
 @@ -130,9 +130,9 @@ override_dh_install:
  # Workaround for python3-defaults  3.2~b2-1
  # (do not rename .so files outside dist-packages directory)
  override_dh_python3:
 -dh_python3 -p python-libguestfs
 +dh_python3 -p python-guestfs
  override_dh_python2:
 -dh_python2 -p python-libguestfs -V 2.6-
 +dh_python2 -p python-guestfs -V 2.6-
  
  # Workaround for Lintian warning
  # {pre,post}inst-has-useless-call-to-ldconfig
 
 Two questions here:
 - why bother working around a bug in python3-defaults  3.2~b2-1,
   instead of build-depending on a fixed version?

When I introduced those overrides, I was also providing unofficial
squeeze backports and being able to build those from unmodified source
saved a bit of time. With gobject-introspection bindings and multiarch,
this is no longer the case.

I should just remove those.

Would an updated package, with changes over 1:1.18.1-1 as shown in the
attached patch, be acceptable for wheezy?

 - why are the python and python3 modules shipped in the same deb?  That
   seems different from every other python3 module I've seen so far.

I don't remember exactly why I did it this way. But there are a few
packages that ship files for both python 2 and 3. I am going to ask
questions on the relevant mailing list about this. This is not relevant
for the release, is it? (Changing this would mean introducing another
binary package.)

Cheers,
-Hilko

diff --git a/debian/changelog b/debian/changelog
index bfdf63e..e4c5c0a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libguestfs (1:1.18.1-1wheezy1) testing; urgency=low
+
+  * [40d6de2] Remove useless dh_python* overrides (Closes: #681587)
+
+ -- Hilko Bengen ben...@debian.org  Sat, 21 Jul 2012 16:36:10 +0200
+
 libguestfs (1:1.18.1-1) unstable; urgency=low
 
   * New upstream version
diff --git a/debian/rules b/debian/rules
index 6386c1d..f496a8e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -126,13 +126,6 @@ override_dh_install:
 	erlang-depends -perlang-guestfs
 	dh_install
 
-# Workaround for python3-defaults  3.2~b2-1
-# (do not rename .so files outside dist-packages directory)
-override_dh_python3:
-	dh_python3 -p python-libguestfs
-override_dh_python2:
-	dh_python2 -p python-libguestfs -V 2.6-
-
 # Workaround for Lintian warning
 # {pre,post}inst-has-useless-call-to-ldconfig
 override_dh_makeshlibs:
git finished.


Re: Freeze exception request: systemd 44-4

2012-07-21 Thread Tollef Fog Heen
]] Adam D. Barratt 

 On Wed, 2012-07-11 at 00:08 +0100, Adam D. Barratt wrote:
 [...]
   On Sun, Jul 01, 2012 at 10:18:41AM +0200, Tollef Fog Heen wrote:
systemd (44-4) unstable; urgency=low
   
  * Move diversion removal from postinst to preinst.  Closes: 
   #679728
  * Prevent the journal from crashing when running out of disk 
   space.
This is 499fb21 from upstream.  Closes: #668047.
  * Stop mounting a tmpfs on /media.  Closes: #665943
 [...]
  Please go ahead; apologies for the delay in getting back to you.
 
 Any news on that?

Sorry about not making this upload earlier.  I'd like to include a fix
for http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=680011 too, the
additional diff looks like:

diff --git a/Makefile.am b/Makefile.am
index eb58476..061a4f1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2201,13 +2201,15 @@ XSLTPROC_FLAGS = \
--nonet \
--stringparam funcsynopsis.style ansi
 
+T=$(shell dpkg-parsechangelog | awk -F:  '$$1 == Date { print $$2 }')
+
 XSLTPROC_PROCESS_MAN = \
$(AM_V_GEN)$(MKDIR_P) $(dir $@)  \
-   $(XSLTPROC) -o $@ $(XSLTPROC_FLAGS) 
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $
+   TZ=UTC faketime $(T) $(XSLTPROC) -o $@ $(XSLTPROC_FLAGS) 
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $
 
 XSLTPROC_PROCESS_HTML = \
$(AM_V_GEN)$(MKDIR_P) $(dir $@)  \
-   $(XSLTPROC) -o $@ $(XSLTPROC_FLAGS) $(srcdir)/man/custom-html.xsl $
+   TZ=UTC faketime $(T) $(XSLTPROC) -o $@ $(XSLTPROC_FLAGS) 
$(srcdir)/man/custom-html.xsl $
 
 man/%.1: man/%.xml
$(XSLTPROC_PROCESS_MAN)
diff --git a/debian/changelog b/debian/changelog
index 6622eb6..699669f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,11 @@
 systemd (44-4) unstable; urgency=low
 
+  [ Michael Biebl ]
+  * Override timestamp for man page building, thereby avoiding skew
+between architectures which caused problems for multi-arch.
+Closes: #680011
+
+  [ Tollef Fog Heen ]
   * Move diversion removal from postinst to preinst.  Closes: #679728
   * Prevent the journal from crashing when running out of disk space.
 This is 499fb21 from upstream.  Closes: #668047.
diff --git a/debian/control b/debian/control
index 33717aa..70ca95b 100644
--- a/debian/control
+++ b/debian/control
@@ -32,7 +32,8 @@ Build-Depends: debhelper (= 9),
liblzma-dev,
libgee-dev,
gperf,
-   libkmod-dev (= 5)
+   libkmod-dev (= 5),
+   faketime
 
 Package: systemd
 Architecture: linux-any

Ok to upload this?  (I'm using dh-autoreconf, so no need to patch the
Makefile.in file.)

Cheers,
-- 
Tollef Fog Heen
UNIX is user friendly, it's just picky about who its friends are


-- 
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/87pq7og84q@xoog.err.no



Bug#681996: pu: package libcommons-compress-java/1.0-1

2012-07-21 Thread Miguel Landaeta
On Sat, Jul 21, 2012 at 04:12:24PM +0100, Adam D. Barratt wrote:
 +libcommons-compress-java (1.0-1+squeeze1) stable; urgency=low
 +
 +  * Team upload.
 +  * Fix an algorithmic complexity vulnerability in the sorting algorithms
 +in bzip2 compressing stream. CVE-2012-2098. (Closes: #674448).
 +  * Update source format to 3.0 (quilt).
 
 That last change generally isn't okay for stable updates, I'm afraid.

OK. I reverted that.

 Hmmm, that's quite a large diff. :-(
 
  
 main/java/org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.java
  |  638 -
  main/java/org/apache/commons/compress/compressors/bzip2/BlockSort.java   
 | 1081 ++
  test/java/org/apache/commons/compress/compressors/bzip2/BlockSortTest.java   
 |  171 +

Yes, the diff is large but I believe it is not intrusive at all:

BlockSortTest.java is just a test, it is not shipped in the binary package.

All those insertions in BlockSort.java are from refactored code from
BZip2CompressorOutputStream.java, because of that there are so many deletions
in latter file.

After that what remains are few changes that provide a solution for the
vulnerability.

Cheers,

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x6E608B637D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche


signature.asc
Description: Digital signature


Bug#682348: unblock: kernel-handbook/1.0.14

2012-07-21 Thread Ben Hutchings
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package kernel-handbook

This is a pure documentation package and therefore changes are
low-risk.  The changes fix all open bugs, including a somewhat
embarrassing reference to 'lenny' in the introduction.

Ben.

unblock kernel-handbook/1.0.14

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

Kernel: Linux 3.2.0-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (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/20120721213746.14137.96303.report...@deadeye.wl.decadent.org.uk



Re: Freeze exception request: systemd 44-4

2012-07-21 Thread Adam D. Barratt
On Sat, 2012-07-21 at 22:40 +0200, Tollef Fog Heen wrote:
 Sorry about not making this upload earlier.  I'd like to include a fix
 for http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=680011 too, the
 additional diff looks like:
[...]
 +  * Override timestamp for man page building, thereby avoiding skew
 +between architectures which caused problems for multi-arch.
 +Closes: #680011
[...]
 Ok to upload this?  (I'm using dh-autoreconf, so no need to patch the
 Makefile.in file.)

Looks sane enough; please go ahead.

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



Re: Freeze exception request: systemd 44-4

2012-07-21 Thread Tollef Fog Heen
]] Adam D. Barratt 

  Ok to upload this?  (I'm using dh-autoreconf, so no need to patch the
  Makefile.in file.)
 
 Looks sane enough; please go ahead.

Thanks, uploading as we speak.

-- 
Tollef Fog Heen
UNIX is user friendly, it's just picky about who its friends are


-- 
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/878vecg2xo@xoog.err.no



Re: freeze exception qpdf versioned symbols?

2012-07-21 Thread Jay Berkenbilt
Jay Berkenbilt q...@debian.org wrote:

 Okay, I've attached two files here.  The first is a copy of
 version-symbols.patch with the real changes, so this excludes the
 changes to the regenerated configure file.  The second file is a source
 debdiff. . . .

 If it looks good, I'll proceed with the upload.

I haven't heard anything about this.  Should I proceed with the upload?

-- 
Jay Berkenbilt q...@debian.org


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



freeze exception for tiff3 and tiff for security bugs

2012-07-21 Thread Jay Berkenbilt
I've upload tiff3-3.9.6-7 and tiff-4.0.2-2 with fixes to CVE-2012-3401.
The patch is as attached to the bug reports, 682195 and 682115.  Please
unblock so these RC security bug fixes can go in.  No other changes were
made in these uploads.  The bug doesn't actually apply to tiff3, but the
patch should work for the version of tiff in stable.

-- 
Jay Berkenbilt q...@debian.org


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



Re: Non-evasive patch for SELinux handling suitable for a freeze exception?

2012-07-21 Thread Cyril Brulebois
Hi,

(I guess you meant non-invasive in Subject?)

Axel Beckert a...@debian.org (21/07/2012):
 SELinux support has not become a release goal, but Russell
 nevertheless expressed that he'd be glad if this patch would make it
 into Wheezy.

Let's see…

 Since I have to make at least one more upload of screen with i18n
 stuff and documentation fixes anyway (which will happen either later
 today or within the next few days), I wonder if the release team would
 grant a freeze exception for an upload of screen if I would include
 his one-line patch to the init.d script as shown below?

(Spoiler alert: I don't think you want to upload that.)

 - Forwarded message from Russell Coker russ...@coker.com.au -
 Date: Thu, 05 Jul 2012 20:39:11 +1000
 From: Russell Coker russ...@coker.com.au
 Subject: Bug#680360: screen: Please label /var/run/screen for SE Linux
 
 Package: screen
 Version: 4.1.0~20120320gitdb59704-3
 Severity: normal
 
 Please apply a patch like the following to the init.d scripe to give
 $SCREENDIR the correct SE Linux label.
 
 --- screen-cleanup.orig   2012-07-05 20:15:33.788913184 +1000
 +++ screen-cleanup2012-07-05 20:18:59.729095142 +1000
 @@ -27,6 +27,7 @@
  rm -f $SCREENDIR
  mkdir $SCREENDIR
  chown root:utmp $SCREENDIR
 + [ -x /sbin/restorecon ]  /sbin/restorecon $SCREENDIR
  fi
  find $SCREENDIR -type p -delete
  # If the local admin has used dpkg-statoverride to install the screen
 
 [...]
 - End forwarded message -

(For lazy people following at home, it's about debian/init) The patched
init script would have:
| set -e
| …
| [ -x /sbin/restorecon ]  /sbin/restorecon $SCREENDIR

Meaning you never get to do the clean-up and the chmod dance if the
policycoreutils package isn't installed.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#682348: marked as done (unblock: kernel-handbook/1.0.14)

2012-07-21 Thread Debian Bug Tracking System
Your message dated Sun, 22 Jul 2012 04:57:24 +0200
with message-id 20120722025724.gc4...@mraw.org
and subject line Re: Bug#682348: unblock: kernel-handbook/1.0.14
has caused the Debian Bug report #682348,
regarding unblock: kernel-handbook/1.0.14
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.)


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

Please unblock package kernel-handbook

This is a pure documentation package and therefore changes are
low-risk.  The changes fix all open bugs, including a somewhat
embarrassing reference to 'lenny' in the introduction.

Ben.

unblock kernel-handbook/1.0.14

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

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

Ben Hutchings b...@decadent.org.uk (21/07/2012):
 This is a pure documentation package and therefore changes are
 low-risk.  The changes fix all open bugs, including a somewhat
 embarrassing reference to 'lenny' in the introduction.

(hah!)

 unblock kernel-handbook/1.0.14

Unblocked, thanks.

Mraw,
KiBi.


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


Bug#682244: marked as done (unblock: golang/2:1.0.2-1.1)

2012-07-21 Thread Debian Bug Tracking System
Your message dated Sun, 22 Jul 2012 05:01:38 +0200
with message-id 20120722030137.gd4...@mraw.org
and subject line Re: Bug#682244: unblock: golang/2:1.0.2-1.1
has caused the Debian Bug report #682244,
regarding unblock: golang/2:1.0.2-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.)


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

The only change in this upload (from 2:1.0.2-1 which is currently in
testing) is that a bug was fixed in our Debian-specific patch (#679692):
With the version currently in testing, using the online documentation
tool 'godoc' fails every time.

Since the change is very small and having documentation at hand is an
important feature, I would like you to unblock golang please.

Here is the debdiff:

--- golang-1.0.2/debian/changelog   2012-06-28 12:15:03.0 +0200
+++ golang-1.0.2/debian/changelog   2012-07-20 18:14:28.0 +0200
@@ -1,17 +1,24 @@
+golang (2:1.0.2-1.1) unstable; urgency=low
+
+  * Non-maintainer upload. (as discussed with Ondřej in #679692)
+  * Fix godoc-symlinks.diff (godoc didn’t find docs) (Closes: #679692)
+
+ -- Michael Stapelberg stapelb...@debian.org  Fri, 20 Jul 2012 17:59:38 +0200
+
 golang (2:1.0.2-1) unstable; urgency=low
 
   [ Ondřej Surý ]
   * Imported Upstream version 1.0.2
   * Update Vcs fields to reflect new git repository location
-  * Kill get-orig-source, since 1.0.0, the tarballs can be downloaded
-from webpage
+  * Kill get-orig-source, since 1.0.0, the tarballs can be downloaded from
+webpage
 
   [ Michael Stapelberg ]
   * golang-mode: use debian-pkg-add-load-path-item (Closes: #664802)
-  * Add manpages (Closes: #632964)
+  * add manpages (Closes: #632964)
   * Use updated pt.po from Pedro Ribeiro (Closes: #674958)
 
- -- Ondřej Surý ond...@debian.org  Thu, 28 Jun 2012 12:14:15 +0200
+ -- Ondřej Surý ond...@sury.org  Thu, 28 Jun 2012 12:14:15 +0200
 
 golang (2:1.0.1-1) unstable; urgency=low
 
diff -Nru golang-1.0.2/debian/patches/godoc-symlinks.diff 
golang-1.0.2/debian/patches/godoc-symlinks.diff
--- golang-1.0.2/debian/patches/godoc-symlinks.diff 2012-06-28 
12:15:03.0 +0200
+++ golang-1.0.2/debian/patches/godoc-symlinks.diff 2012-07-16 
22:44:59.0 +0200
@@ -1,19 +1,19 @@
 --- a/src/cmd/godoc/filesystem.go
 +++ b/src/cmd/godoc/filesystem.go
-@@ -121,7 +121,22 @@ func (root osFS) Stat(path string) (os.F
+@@ -121,7 +121,22 @@
  }
  
  func (root osFS) ReadDir(path string) ([]os.FileInfo, error) {
 -  return ioutil.ReadDir(root.resolve(path)) // is sorted
-+  fis, err := ioutil.ReadDir(path) // is sorted
++  dirName := root.resolve(path)
++  fis, err := ioutil.ReadDir(dirName) // is sorted
 +  if err != nil {
 +  return nil, err
 +  }
 +  // Replace symlinks with what they are pointing to
-+  dirPrefix := path + /
 +  for i, fi := range fis {
-+  if fi.Mode()  os.ModeSymlink != 0 {
-+  fi, err = os.Stat(dirPrefix + fi.Name())
++  if fi.Mode()os.ModeSymlink != 0 {
++  fi, err = os.Stat(filepath.Join(dirName, fi.Name()))
 +  if err != nil {
 +  return nil, err
 +  }
@@ -24,3 +24,4 @@
  }
  
  // hasPathPrefix returns true if x == y or x == y + / + more

PS: I just noticed I didn’t correctly replicate the changelog (which
Ondřej didn’t update in the git repository when uploading). I’d say it’s
no big deal, but if you want me to fix that with yet another upload,
just tell me :-).

unblock golang/2:1.0.2-1.1
---End Message---
---BeginMessage---
Hi,

Michael Stapelberg stapelb...@debian.org (20/07/2012):
 The only change in this upload (from 2:1.0.2-1 which is currently in
 testing) is that a bug was fixed in our Debian-specific patch (#679692):
 With the version currently in testing, using the online documentation
 tool 'godoc' fails every time.
 
 Since the change is very small and having documentation at hand is an
 important feature, I would like you to unblock golang please.

unblocked, thanks. But please see comment below.

 Here is the debdiff:
 
 --- golang-1.0.2/debian/changelog 2012-06-28 12:15:03.0 +0200
 +++ golang-1.0.2/debian/changelog 2012-07-20 18:14:28.0 +0200
  golang (2:1.0.2-1) unstable; urgency=low
  
[ Ondřej Surý ]
* Imported Upstream version 

Bug#682367: unblock: tcc/0.9.26~git20120612.ad5f375-6

2012-07-21 Thread Thomas Preud'homme
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: freeze-exception

Please unblock package tcc

This new version fixes a bug where a long long value is not correctly
read from memory into the registers. This leads to unexpected behavior
of correctly written programs and could have security issue for these
programs. People are warned in tcc's description that the compiler is not
ready for production because it could have security problems but it
would still be good to have a fixed version when a bug is known.

The patch is small and only the fix for the bug has been included in
this upload. The relevant bug number is #681281 and is of severity
important. Attached to this mail the debdiff from the previous version.

unblock tcc/0.9.26~git20120612.ad5f375-6

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

Kernel: Linux 2.6.38-ac2-ac100 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru tcc-0.9.26~git20120612.ad5f375/debian/changelog tcc-0.9.26~git20120612.ad5f375/debian/changelog
--- tcc-0.9.26~git20120612.ad5f375/debian/changelog	2012-07-09 21:30:35.0 +0800
+++ tcc-0.9.26~git20120612.ad5f375/debian/changelog	2012-07-22 00:41:21.0 +0800
@@ -1,3 +1,17 @@
+tcc (0.9.26~git20120612.ad5f375-6) unstable; urgency=low
+
+  [Paul Tagliamonte]
+* Uploading Tom's fixes on his behalf. Although he's signed this upload
+  (he issued a debdiff), I've prepared this upload. Fix verified on
+  i386.
+
+  [Thomas Preud'homme]
+* debian/patches:
+  + Fix incorrect reading of long long values on architecture with 32bits
+registers like i386 and armel (Closes: #681281).
+
+ -- Thomas Preud'homme robo...@celest.fr  Sat, 21 Jul 2012 03:43:35 +0200
+
 tcc (0.9.26~git20120612.ad5f375-5) unstable; urgency=low
 
   * debian/patches:
diff -Nru tcc-0.9.26~git20120612.ad5f375/debian/patches/0006-get_reg-try-to-free-r2-for-an-SValue-first.patch tcc-0.9.26~git20120612.ad5f375/debian/patches/0006-get_reg-try-to-free-r2-for-an-SValue-first.patch
--- tcc-0.9.26~git20120612.ad5f375/debian/patches/0006-get_reg-try-to-free-r2-for-an-SValue-first.patch	1970-01-01 08:00:00.0 +0800
+++ tcc-0.9.26~git20120612.ad5f375/debian/patches/0006-get_reg-try-to-free-r2-for-an-SValue-first.patch	2012-07-22 00:31:29.0 +0800
@@ -0,0 +1,51 @@
+From 315185fe1db1296e511bec15894dad22432c9a7f Mon Sep 17 00:00:00 2001
+From: Thomas Preud'homme robo...@celest.fr
+Date: Sat, 21 Jul 2012 03:36:51 +0200
+Subject: get_reg(): try to free r2 for an SValue first
+
+To be able to load a long long value correctly on i386, gv() rely on the
+fact that when get_reg() look at an SValue it tries first to free the
+register in r2 and then r. More information about the context can be
+found at
+http://lists.nongnu.org/archive/html/tinycc-devel/2012-06/msg00017.html
+and later at
+http://lists.nongnu.org/archive/html/tinycc-devel/2012-07/msg00021.html
+
+Origin: upstream,http://repo.or.cz/w/tinycc.git/commit/d1694f7d7e6d96f64d1330c9b43491b613272b1e
+Bug-Debian: http://bugs.debian.org/681281
+Forwarded: http://lists.nongnu.org/archive/html/tinycc-devel/2012-06/msg00017.html
+Last-Updated: 2012-07-21
+Applied-Upstream: commit:d1694f7d7e6d96f64d1330c9b43491b613272b1e
+---
+ tccgen.c |9 +
+ 1 file changed, 5 insertions(+), 4 deletions(-)
+
+diff --git a/tccgen.c b/tccgen.c
+index d27bdba..71d0809 100644
+--- a/tccgen.c
 b/tccgen.c
+@@ -589,11 +589,11 @@ ST_FUNC int get_reg(int rc)
+IMPORTANT to start from the bottom to ensure that we don't
+spill registers used in gen_opi()) */
+ for(p=vstack;p=vtop;p++) {
+-r = p-r  VT_VALMASK;
++/* look at second register (if long long) */
++r = p-r2  VT_VALMASK;
+ if (r  VT_CONST  (reg_classes[r]  rc))
+ goto save_found;
+-/* also look at second register (if long long) */
+-r = p-r2  VT_VALMASK;
++r = p-r  VT_VALMASK;
+ if (r  VT_CONST  (reg_classes[r]  rc)) {
+ save_found:
+ save_reg(r);
+@@ -812,7 +812,8 @@ ST_FUNC int gv(int rc)
+ vtop[-1].r = r; /* save register value */
+ vtop-r = vtop[-1].r2;
+ }
+-/* allocate second register */
++/* Allocate second register. Here we rely on the fact that
++   get_reg() tries first to free r2 of an SValue. */
+ r2 = get_reg(rc2);
+ load(r2, vtop);
+ vpop();
diff -Nru tcc-0.9.26~git20120612.ad5f375/debian/patches/series tcc-0.9.26~git20120612.ad5f375/debian/patches/series
--- tcc-0.9.26~git20120612.ad5f375/debian/patches/series	2012-07-09 21:30:35.0 +0800
+++ tcc-0.9.26~git20120612.ad5f375/debian/patches/series	2012-07-22 00:31:29.0 +0800
@@ -3,3 +3,4