Bug#729747: pu: package apt-listbugs/0.1.8

2013-12-05 Thread Julien Cristau
On Wed, Dec  4, 2013 at 22:24:22 +0100, Francesco Poli wrote:

 On Wed, 04 Dec 2013 14:04:41 + Jonathan Wiltshire wrote:
 
 [...]
  On 2013-11-16 16:43, Francesco Poli (wintermute) wrote:
 [...]
   If you agree, I can ask my usual sponsor to upload the prepared
   package to stable, so that it will end up in the next point release.
  
  Yes, please.
 
 OK, thanks for your reply.
 I've just asked my usual sponsor to perform the upload.
 
  Be aware that the window closes on Saturday.
 
 That's a close deadline... What happens if the upload does not make it
 before Saturday? Would it be just postponed to the successive stable
 update?
 
Yes.

  
   P.S.: after this, I may perhaps find the time to do the same for
   oldstable (squeeze), unless you say I shouldn't bother...
  
  Please do.
 
 I'll see what I can do: when will the current window for oldstable
 (squeeze) close? Is there an already decided deadline?
 
Not decided yet.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#731412: pu: package am-utils/6.2+rc20110530-3.1~deb7u1

2013-12-05 Thread Andreas Beckmann
Package: release.debian.org
Severity: normal
Tags: wheezy
User: release.debian@packages.debian.org
Usertags: pu

Hi,

according to #722145 crashes unless the kernel version has 2 dots.
While this is not a problem with the kernel in wheezy, it will prevent
using it with newer kernels (backports, custom, vanilla, ...)

I'm not a user of am-utils and don't know how to test this change
properly. Attached is a proposed debdiff that just rebuilds the fixed
package from sid for wheezy (therefore including also a trivial change
to the texinfo manual).


Andreas
diff -u am-utils-6.2+rc20110530/debian/changelog am-utils-6.2+rc20110530/debian/changelog
--- am-utils-6.2+rc20110530/debian/changelog
+++ am-utils-6.2+rc20110530/debian/changelog
@@ -1,3 +1,18 @@
+am-utils (6.2+rc20110530-3.1~deb7u1) wheezy; urgency=low
+
+  * Non-maintainer upload.
+  * Rebuild for wheezy.
+
+ -- Andreas Beckmann a...@debian.org  Thu, 05 Dec 2013 10:00:57 +0100
+
+am-utils (6.2+rc20110530-3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix @sp macro usage in the texinfo manual (Closes: #713285).
+  * Fix crashes on modern kernels (Closes: #722145).
+
+ -- Andrew Shadura andre...@debian.org  Wed, 06 Nov 2013 00:32:42 +0100
+
 am-utils (6.2+rc20110530-3) unstable; urgency=low
 
   * Fixed missing build dependency on dpkg-dev
diff -u am-utils-6.2+rc20110530/debian/patches/series am-utils-6.2+rc20110530/debian/patches/series
--- am-utils-6.2+rc20110530/debian/patches/series
+++ am-utils-6.2+rc20110530/debian/patches/series
@@ -9,0 +10,2 @@
+kernel-version.patch
+fix-texi.patch
only in patch2:
unchanged:
--- am-utils-6.2+rc20110530.orig/debian/patches/kernel-version.patch
+++ am-utils-6.2+rc20110530/debian/patches/kernel-version.patch
@@ -0,0 +1,35 @@
+From: Yoram Bar-Haim bhyo...@zahav.net.il
+Date: Sun, 22 Sep 2013 13:06:33 + (+0300)
+Subject: fix flaw when kernel version is 3.x
+X-Git-Url: http://git.fsl.cs.sunysb.edu/?p=am-utils-6.2.git;a=commitdiff_plain;h=3a382320e8d0b52a250efd8907f8429497de2335
+
+fix flaw when kernel version is 3.x
+---
+
+--- a/conf/mount/mount_linux.c
 b/conf/mount/mount_linux.c
+@@ -239,14 +239,20 @@
+ int
+ linux_version_code(void)
+ {
++  char *token;
++  int shift = 16;
+   struct utsname my_utsname;
+   static int release = 0;
+ 
+-  if ( 0 == release  0 == uname(my_utsname)) {
+-release = 65536 * atoi(strtok(my_utsname.release, .))
+-  + 256 * atoi(strtok(NULL, .))
+-  + atoi(strtok(NULL, .));
++  if ( release || uname(my_utsname))
++return release;
++
++  for (token = strtok(my_utsname.release, .); token  (shift  -1); token = strtok(NULL, .))
++  {
++ release |= (atoi(token)  shift);
++ shift -= 8;
+   }
++
+   return release;
+ }
+ 
only in patch2:
unchanged:
--- am-utils-6.2+rc20110530.orig/debian/patches/fix-texi.patch
+++ am-utils-6.2+rc20110530/debian/patches/fix-texi.patch
@@ -0,0 +1,11 @@
+--- a/doc/am-utils.texi
 b/doc/am-utils.texi
+@@ -67,7 +67,7 @@
+ Copyright @copyright{} 1989 Imperial College of Science, Technology  Medicine
+ @*
+ Copyright @copyright{} 1989 The Regents of the University of California.
+-@sp
++@sp 1
+ All Rights Reserved.
+ @vskip 1ex
+ Permission to copy this document, or any portion of it, as


Bug#718767: pango1.0 binNMUed

2013-12-05 Thread Stéphane Glondu
Hi,

lablgtk2 was uninstallable because of pango1.0, which was uninstallable
because of harfbuzz.

I tried to rebuild on my machine pango1.0, and it unlocks the situation
w.r.t lablgtk2. I saw someone binNMUed it on hurd-i386. I binNMUed it on
other architectures as well (with dw on libharfbuzz0b).

A similar situation is happening with coq and texlive-bin.

Cheers,

-- 
Stéphane


-- 
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/52a04bd0.1030...@debian.org



Bug#731414: pu: NMU proftpd-mod-vroot/0.9.2-2

2013-12-05 Thread Andreas Beckmann
Package: release.debian.org
Severity: normal
Tags: wheezy
User: release.debian@packages.debian.org
Usertags: pu

According to #715569 proftpd-mod-vroot needs to be rebuilt to be
functional with the proftpd in wheezy. The 0.9.2-2+b2 binNMU that is to
be found in most architectures in wheezy has been built against
proftpd 1.3.4a-1, while wheezy has 1.3.4a-5+deb7u1 nowadays.
I have no idea what causes this binary incompatibility.

The usual command would probably be 

nmu proftpd-mod-vroot_0.9.2-2 . ALL . wheezy . -m rebuild against proftpd 
1.3.4a-5+deb7u1

but there has already been another binNMU in sid, so the next binNMU
version is already taken:

 proftpd-mod-vroot | 0.9.2-2| wheezy | source, armhf
 proftpd-mod-vroot | 0.9.2-2| sid| source
 proftpd-mod-vroot | 0.9.2-2+b1 | wheezy | s390x
 proftpd-mod-vroot | 0.9.2-2+b1 | sid| armhf
 proftpd-mod-vroot | 0.9.2-2+b2 | wheezy | amd64, armel, i386, ia64, 
kfreebsd-amd64, kfreebsd-i386, mips, mipsel, powerpc, s390, sparc
 proftpd-mod-vroot | 0.9.2-2+b2 | sid| s390x
 proftpd-mod-vroot | 0.9.2-2+b3 | sid| amd64, armel, i386, ia64, 
kfreebsd-amd64, kfreebsd-i386, mips, mipsel, powerpc, sparc


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/20131205095035.22607.36466.report...@cake.ae.cs.uni-frankfurt.de



Bug#730119: pu: package gnome-settings-daemon/3.4.2+git20121218.7c1322-3+deb7u3

2013-12-05 Thread Josselin Mouette
Le mercredi 04 décembre 2013 à 19:42 +, Adam D. Barratt a écrit : 
 Control: tags -1 + confirmed
 
 On Thu, 2013-11-21 at 17:19 +0100, Josselin Mouette wrote:
  I’ve prepared another update for gnome-settings-daemon. It is just to 
  remove an obsolete patch that makes things very annoying for some 
  touchpad users.
  
  The change should be harmless and was already done in jessie.
 
 Please go ahead; thanks.

Uploaded.

Thanks,
-- 
 .''`.Josselin Mouette
: :' :
`. `'
  `-


-- 
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/1386239011.17060.50.camel@dsp0698014



Bug#731357: opu: package librsvg/2.26.3-2

2013-12-05 Thread Josselin Mouette
Control: retitle -1 opu: package librsvg/2.26.3-1+deb6u1

Le mercredi 04 décembre 2013 à 19:49 +, Adam D. Barratt a écrit : 
 On Wed, 2013-12-04 at 15:45 +0100, Josselin Mouette wrote:
  Raphaël has prepared an oldstable update for librsvg in order to fix 
  CVE-2013-1881.
 
 Please go ahead; thanks.

Uploaded as 2.26.3-1+deb6u1.

Thanks,
-- 
 .''`.Josselin Mouette
: :' :
`. `'
  `-


-- 
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/1386239130.17060.52.camel@dsp0698014



Processed: Re: Bug#731357: opu: package librsvg/2.26.3-2

2013-12-05 Thread Debian Bug Tracking System
Processing control commands:

 retitle -1 opu: package librsvg/2.26.3-1+deb6u1
Bug #731357 [release.debian.org] pu: package librsvg/2.26.3-2
Changed Bug title to 'opu: package librsvg/2.26.3-1+deb6u1' from 'pu: package 
librsvg/2.26.3-2'

-- 
731357: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=731357
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.b731357.138623913419208.transcr...@bugs.debian.org



Bug#731343: pu: package gtk+3.0/3.4.2-7

2013-12-05 Thread Josselin Mouette
Le mercredi 04 décembre 2013 à 20:04 +, Adam D. Barratt a écrit : 
  On the other hand, you might want to see a Breaks: libgtk-3-0  3.4.2-7
  in the updated librsvg – I have forgotten it so far.
 
 That would be good; thanks.
 
 Assuming that the resulting packages have been tested in a wheezy
 environment, please go ahead.

I have tested again both packages on my wheezy laptop and uploaded to
stable.

-- 
 .''`.Josselin Mouette
: :' :
`. `'
  `-


-- 
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/1386240286.17060.56.camel@dsp0698014



Bug#731417: pu: package scikit-learn/0.11.0-2+deb7u1

2013-12-05 Thread Andreas Beckmann
Package: release.debian.org
Severity: normal
Tags: wheezy
User: release.debian@packages.debian.org
Usertags: pu

python-sklearn misses a dependency on python-joblib, see #709056.
The attached patch has been backported from sid.


Andreas
diff -Nru scikit-learn-0.11.0/debian/changelog scikit-learn-0.11.0/debian/changelog
--- scikit-learn-0.11.0/debian/changelog	2012-07-04 17:28:09.0 +0200
+++ scikit-learn-0.11.0/debian/changelog	2013-12-05 11:35:11.0 +0100
@@ -1,3 +1,11 @@
+scikit-learn (0.11.0-2+deb7u1) wheezy; urgency=low
+
+  [ Yaroslav Halchenko ]
+  * debian/control
+- move joblib to Depends from Recommends (Closes: #709056)
+
+ -- Andreas Beckmann a...@debian.org  Thu, 05 Dec 2013 11:33:15 +0100
+
 scikit-learn (0.11.0-2) unstable; urgency=low
 
   * Patches to resolve FTBFS'es (Closes: #680246)
diff -Nru scikit-learn-0.11.0/debian/control scikit-learn-0.11.0/debian/control
--- scikit-learn-0.11.0/debian/control	2012-07-04 17:28:09.0 +0200
+++ scikit-learn-0.11.0/debian/control	2013-12-05 11:35:11.0 +0100
@@ -15,10 +15,11 @@
 Replaces: python-scikits-learn ( 0.9~)
 Breaks: python-scikits-learn ( 0.9~)
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-numpy, python-scipy, python-sklearn-lib(= ${source:Version})
+Depends: ${misc:Depends}, ${python:Depends}, python-numpy, python-scipy, python-sklearn-lib(= ${source:Version}),
+ python-joblib (= 0.4.5),
 Provides: ${python:Provides}
 XB-Python-Version: ${python:Versions}
-Recommends: python-nose, python-psyco, python-matplotlib, python-joblib (= 0.4.5)
+Recommends: python-nose, python-psyco, python-matplotlib
 Suggests: python-dap, python-scikits-optimization, python-sklearn-doc, ipython
 Enhances: python-mvpa2, python-mdp
 Description: Python modules for machine learning and data mining


Bug#724861: pu: package intel-microcode/1.20130906.1

2013-12-05 Thread Henrique de Moraes Holschuh
On Wed, 04 Dec 2013, Adam D. Barratt wrote:
 Control: tags -1 + confirmed
 
 On Sun, 2013-09-29 at 03:04 -0300, Henrique de Moraes Holschuh wrote:
  On Sun, 29 Sep 2013, Cyril Brulebois wrote:
   There is not much data on what release managers think about rushing
   upgrades into p-u, but the fact there's no definitive data point on the
   microcode update, and the fact that it has been available for less than
   a week seem to point out that letting this update reach p-u before the
   next point release is highly unlikely.
  
  Let it cook for a while if you think its best, it is not like we really know
  how emergencial these updates are (or are not).  wheezy-backports is there
  to help anyone that requires less latency on microcode updates.
 
 Assuming this is still (a|the) version that you'd like to provide via
 p-u, please go ahead; apologies for the delay.

It is, I will upload it shortly.

Thank you!

-- 
  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/20131205114742.ge18...@khazad-dum.debian.net



Bug#731421: pu: package expat/2.1.0-1+deb7u1

2013-12-05 Thread Andreas Beckmann
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: pu

lib64expat1-dev is not installable in wheezy due to a file conflict with
libexpat1-dev which it Depends on.

Backported two changes from sid:
* don't ship the pkgconfig twice
* new maintainer


Andreas
diff -Nru expat-2.1.0/debian/changelog expat-2.1.0/debian/changelog
--- expat-2.1.0/debian/changelog	2012-04-04 10:23:27.0 +0200
+++ expat-2.1.0/debian/changelog	2013-12-05 12:44:30.0 +0100
@@ -1,3 +1,13 @@
+expat (2.1.0-1+deb7u1) wheezy; urgency=low
+
+  [ Matthias Klose ]
+  * Don't ship the pkgconfig file in lib64expat1-dev. Closes: #706932.
+
+  [ Laszlo Boszormenyi (GCS) ]
+  * New maintainer (closes: #660681). 
+
+ -- Andreas Beckmann a...@debian.org  Thu, 05 Dec 2013 12:39:53 +0100
+
 expat (2.1.0-1) unstable; urgency=low
 
   * QA upload.
diff -Nru expat-2.1.0/debian/control expat-2.1.0/debian/control
--- expat-2.1.0/debian/control	2012-03-20 19:55:44.0 +0100
+++ expat-2.1.0/debian/control	2013-12-05 12:39:21.0 +0100
@@ -1,8 +1,7 @@
 Source: expat
 Section: text
 Priority: optional
-Maintainer: Debian XML/SGML Group debian-xml-sgml-p...@lists.alioth.debian.org
-Uploaders: Ardo van Rangelrooij a...@debian.org
+Maintainer: Laszlo Boszormenyi (GCS) g...@debian.org
 Standards-Version: 3.9.3
 Build-Depends: debhelper (= 8.1.3), docbook-to-man,
  dpkg-dev (= 1.16.0),
@@ -10,7 +9,6 @@
 Homepage: http://expat.sourceforge.net
 Vcs-Browser: http://svn.debian.org/wsvn/debian-xml-sgml/packages/expat/trunk/
 Vcs-Svn: svn://svn.debian.org/svn/debian-xml-sgml/packages/expat/trunk/
-DM-Upload-Allowed: yes
 
 Package: lib64expat1-dev
 Section: libdevel
diff -Nru expat-2.1.0/debian/lib64expat1-dev.install expat-2.1.0/debian/lib64expat1-dev.install
--- expat-2.1.0/debian/lib64expat1-dev.install	2012-03-20 20:38:37.0 +0100
+++ expat-2.1.0/debian/lib64expat1-dev.install	2013-12-05 12:39:21.0 +0100
@@ -1,3 +1,2 @@
 usr/lib64/*.a
 usr/lib64/*.so
-usr/lib/*/pkgconfig/expat.pc


Bug#693216: pu: firebird2.5/2.5.2.26539.ds4-1

2013-12-05 Thread Damyan Ivanov
-=| Julien Cristau, 04.12.2013 14:48:32 +0100 |=-
 On Tue, Dec  3, 2013 at 22:50:18 +0200, Damyan Ivanov wrote:
 
  -=| Damyan Ivanov, 06.10.2013 23:57:15 +0300 |=-
   -=| Cyril Brulebois, 29.09.2013 22:59:31 +0200 |=-
looking at it for 7.2 now, sorry it took so long.
  
  Is there a chance to have firebird2.5 updated with 7.3? What can I do 
  about it?  (#693216 has the story so far).
  
 Assuming this has been tested in a wheezy environment, please go ahead
 and upload.

I am running that version on several production systems.

Uploaded. Thanks for your time!


-- dam


signature.asc
Description: Digital signature


Re: firebird2.5_2.5.2.26540.ds4-1~deb7u1_amd64.changes ACCEPTED into proposed-updates-stable-new

2013-12-05 Thread Damyan Ivanov
-=| Debian FTP Masters, 05.12.2013 12:18:49 + |=-
 Mapping stable to proposed-updates.
 
 Accepted:
 
 Changes: firebird2.5 (2.5.2.26540.ds4-1~deb7u1) stable; urgency=low
  .
* rebuild for stable update in wheezy
* fix typo in 2.5.2.26540.ds4-1 changelog entry
* out/crash-create-db-restricted.patch: point to upstream commit

Sigh. I forgot to include all relevant changelog entries since wheezy 
proper. Is this fatal as with backports? Well, I guess not so fatal, 
as I'd expect a reject if it was, but if you want me to re-upload with 
-v2.5.2~svn+54698.ds4-3, please say so.

Sorry about the mess :\


signature.asc
Description: Digital signature


Re: PostgreSQL 8.4.19/9.1.11 stable updates

2013-12-05 Thread Martin Pitt
Martin Pitt [2013-12-05  7:21 +0100]:
 It's going to be publicly announced at some point today, until then we
 should hold the uploads.

There we go: http://www.postgresql.org/about/news/1492/
 
 OK to upload these once upstream sends out the announcement?

Just say the word, and I can dput (or you can dput it yourself from
people.d.o. if you want)

Thanks,

Martin
-- 
Martin Pitt| http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)


signature.asc
Description: Digital signature


Processed: cvxopt: FTBFS against glpk 4.52.1

2013-12-05 Thread Debian Bug Tracking System
Processing control commands:

 block 714398 with -1
Bug #714398 [release.debian.org] transition: glpk
714398 was blocked by: 714211 714368 714360 713335 714365 714361
714398 was not blocking any bugs.
Added blocking bug(s) of 714398: 731445

-- 
714398: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=714398
731445: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=731445
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.b.13862558327250.transcr...@bugs.debian.org



Processed: block 714398 with 714361 714211

2013-12-05 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 block 714398 with 714361 714211
Bug #714398 [release.debian.org] transition: glpk
714398 was blocked by: 731445 714211 714365 713335 714368 714361 714360
714398 was not blocking any bugs.
Ignoring request to alter blocking bugs of bug #714398 to the same blocks 
previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
714398: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=714398
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.138625638210671.transcr...@bugs.debian.org



Re: PostgreSQL 8.4.19/9.1.11 stable updates

2013-12-05 Thread Adam D. Barratt

On 2013-12-05 14:56, Martin Pitt wrote:

Martin Pitt [2013-12-05  7:21 +0100]:

OK to upload these once upstream sends out the announcement?


Just say the word, and I can dput (or you can dput it yourself from
people.d.o. if you want)


Please feel free to 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/a166f18171c6c7782f2052190074d...@mail.adsl.funky-badger.org



Re: [Pkg-postgresql-public] PostgreSQL 8.4.19/9.1.11 stable updates

2013-12-05 Thread Martin Pitt
Hey Adam,

Adam D. Barratt [2013-12-05 15:17 +]:
 Please feel free to go ahead; thanks.

Done. I guess I'll need to re-do one of the 8.4 uploads
(squeeze/wheezy) as they will compete for the orig.tar.gz and the
second one that you accept won't have it any more.

Martin

-- 
Martin Pitt| http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20131205153418.gl3...@piware.de



Bug#729296: Please binNMU kde-style packages against libkdecorations4abi2

2013-12-05 Thread Adam D. Barratt

On 2013-11-14 15:26, Adam D. Barratt wrote:

On 2013-11-14 8:57, Maximiliano Curia wrote:

El 2013-11-11 a las 17:16 +, Adam D. Barratt escribió:

This is really a transition, afacit. Well, a set of transitions.

[...]

I've taken the liberty of repurposing this bug
slightly to track the transition as a whole, as it means we've got a
central point which reflects the overall status. There's a tracker at
http://release.debian.org/transitions/html/kde4.11.html ; I suspect a
lot of the unknown is accounted for by packages which depend on
parts of kde-workspace that haven't changed their package name.


A quick update for the record.

Most packages appear to have migrated now (with another set doing so in 
this morning's britney run). libmarblewidget15 is still in testing, 
waiting for calligra.


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



Processed: tagging 731421

2013-12-05 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 731421 + wheezy
Bug #731421 [release.debian.org] pu: package expat/2.1.0-1+deb7u1
Added tag(s) wheezy.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
731421: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=731421
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.138627294220185.transcr...@bugs.debian.org



Your ibus-input-pad 1.4.0-2+deb7u1 upload

2013-12-05 Thread Adam D. Barratt
Hi,

Thanks for fixing #712577 in stable. Unfortunately, I'm afraid I'm going
to have to reject the upload as it depends on libfontconfig1 (=
2.11), which is not satisfiable in stable.

Once you receive the rejection notice from the archive software, please
feel free to reupload a fixed package.

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



Bug#731421: pu: package expat/2.1.0-1+deb7u1

2013-12-05 Thread Adam D. Barratt
Control: tags -1 + confirmed

On Thu, 2013-12-05 at 12:55 +0100, Andreas Beckmann wrote:
 lib64expat1-dev is not installable in wheezy due to a file conflict with
 libexpat1-dev which it Depends on.
 
 Backported two changes from sid:
 * don't ship the pkgconfig twice
 * new maintainer

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



Processed: Re: Bug#731421: pu: package expat/2.1.0-1+deb7u1

2013-12-05 Thread Debian Bug Tracking System
Processing control commands:

 tags -1 + confirmed
Bug #731421 [release.debian.org] pu: package expat/2.1.0-1+deb7u1
Added tag(s) confirmed.

-- 
731421: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=731421
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.b731421.1386275112938.transcr...@bugs.debian.org



Re: [Pkg-postgresql-public] PostgreSQL 8.4.19/9.1.11 stable updates

2013-12-05 Thread Adam D. Barratt
On Thu, 2013-12-05 at 16:34 +0100, Martin Pitt wrote:
 Adam D. Barratt [2013-12-05 15:17 +]:
  Please feel free to go ahead; thanks.
 
 Done.

Both wheezy uploads flagged for acceptance; thanks.

 I guess I'll need to re-do one of the 8.4 uploads
 (squeeze/wheezy) as they will compete for the orig.tar.gz and the
 second one that you accept won't have it any more.

The squeeze upload appears to have failed, but not due to the .orig:

Dec  5 16:11:34 processing /postgresql-8.4_8.4.19-0squeeze1_amd64.changes
Dec  5 16:11:34 postgresql-8.4_8.4.19-0squeeze1_amd64.changes: does not start 
with a clearsigned message
Dec  5 16:11:34 /postgresql-8.4_8.4.19-0squeeze1_amd64.changes has bad 
PGP/GnuPG signature!
Dec  5 16:11:34 Removing /postgresql-8.4_8.4.19-0squeeze1_amd64.changes, but 
keeping its associated files for now.

Regards,

Adam


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



Processed: Re: Bug#730119: pu: package gnome-settings-daemon/3.4.2+git20121218.7c1322-3+deb7u3

2013-12-05 Thread Debian Bug Tracking System
Processing control commands:

 tags -1 + pending
Bug #730119 [release.debian.org] pu: package 
gnome-settings-daemon/3.4.2+git20121218.7c1322-3+deb7u3
Added tag(s) pending.

-- 
730119: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=730119
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.b730119.138627728614363.transcr...@bugs.debian.org



Bug#731343: pu: package gtk+3.0/3.4.2-7

2013-12-05 Thread Adam D. Barratt
Control: tags 731343 + pending
Control: tags 731351 + pending

On Thu, 2013-12-05 at 11:44 +0100, Josselin Mouette wrote:
 Le mercredi 04 décembre 2013 à 20:04 +, Adam D. Barratt a écrit : 
   On the other hand, you might want to see a Breaks: libgtk-3-0  3.4.2-7
   in the updated librsvg – I have forgotten it so far.
  
  That would be good; thanks.
  
  Assuming that the resulting packages have been tested in a wheezy
  environment, please go ahead.
 
 I have tested again both packages on my wheezy laptop and uploaded to
 stable.

Thanks; both flagged for acceptance.

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



Bug#730119: pu: package gnome-settings-daemon/3.4.2+git20121218.7c1322-3+deb7u3

2013-12-05 Thread Adam D. Barratt
Control: tags -1 + pending

On Thu, 2013-12-05 at 11:23 +0100, Josselin Mouette wrote:
 Le mercredi 04 décembre 2013 à 19:42 +, Adam D. Barratt a écrit :  
  On Thu, 2013-11-21 at 17:19 +0100, Josselin Mouette wrote:
   I’ve prepared another update for gnome-settings-daemon. It is just to 
   remove an obsolete patch that makes things very annoying for some 
   touchpad users.
   
   The change should be harmless and was already done in jessie.
  
  Please go ahead; thanks.
 
 Uploaded.

Flagged for acceptance; thanks.

Regards,

Adam


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



Processed: Re: Bug#731343: pu: package gtk+3.0/3.4.2-7

2013-12-05 Thread Debian Bug Tracking System
Processing control commands:

 tags 731343 + pending
Bug #731343 [release.debian.org] pu: package gtk+3.0/3.4.2-7
Added tag(s) pending.
 tags 731351 + pending
Bug #731351 [release.debian.org] pu: package librsvg/2.36.1-2
Added tag(s) pending.

-- 
731343: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=731343
731351: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=731351
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.b731343.138627733914531.transcr...@bugs.debian.org



Processed: Re: Bug#731343: pu: package gtk+3.0/3.4.2-7

2013-12-05 Thread Debian Bug Tracking System
Processing control commands:

 tags 731343 + pending
Bug #731343 [release.debian.org] pu: package gtk+3.0/3.4.2-7
Ignoring request to alter tags of bug #731343 to the same tags previously set
 tags 731351 + pending
Bug #731351 [release.debian.org] pu: package librsvg/2.36.1-2
Ignoring request to alter tags of bug #731351 to the same tags previously set

-- 
731343: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=731343
731351: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=731351
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.b731351.138627733914540.transcr...@bugs.debian.org



Bug#706386: unblock: lua-sql/2.3.0-1+build1

2013-12-05 Thread Adam D. Barratt
Control: tags -1 + pending

On Wed, 2013-12-04 at 15:22 +0100, Julien Cristau wrote:
 On Mon, Apr 29, 2013 at 15:17:15 +0200, Andreas Beckmann wrote:
  No-change rebuild to clear binNMU state and restore multiarch
  co-installability.
  
  Uploaded to DELAYED/1.
  
  No udebs involved, binary debdiff shows no artefacts.
  
 Please go ahead.

Flagged for acceptance.

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



Processed: Re: Bug#724861: pu: package intel-microcode/1.20130906.1

2013-12-05 Thread Debian Bug Tracking System
Processing control commands:

 tags -1 + pending
Bug #724861 [release.debian.org] pu: package intel-microcode/1.20130906.1
Added tag(s) pending.

-- 
724861: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=724861
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.b724861.138627751315205.transcr...@bugs.debian.org



Processed: Re: Bug#706386: unblock: lua-sql/2.3.0-1+build1

2013-12-05 Thread Debian Bug Tracking System
Processing control commands:

 tags -1 + pending
Bug #706386 [release.debian.org] pu: lua-sql/2.3.0-1+build0
Added tag(s) pending.

-- 
706386: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=706386
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.b706386.138627767416347.transcr...@bugs.debian.org



Bug#724861: pu: package intel-microcode/1.20130906.1

2013-12-05 Thread Adam D. Barratt
Control: tags -1 + pending

On Thu, 2013-12-05 at 09:47 -0200, Henrique de Moraes Holschuh wrote:
 On Wed, 04 Dec 2013, Adam D. Barratt wrote:
  Assuming this is still (a|the) version that you'd like to provide via
  p-u, please go ahead; apologies for the delay.
 
 It is, I will upload it shortly.

Flagged for acceptance; thanks.

Regards,

Adam


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



Processed: Re: Bug#728253: pu: package libnet-smtp-tls-butmaintained-perl/0.17-1+deb7u1

2013-12-05 Thread Debian Bug Tracking System
Processing control commands:

 tags -1 + pending
Bug #728253 [release.debian.org] pu: package 
libnet-smtp-tls-butmaintained-perl/0.17-1+deb7u1
Added tag(s) pending.

-- 
728253: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=728253
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.b728253.138627756516026.transcr...@bugs.debian.org



Bug#728253: pu: package libnet-smtp-tls-butmaintained-perl/0.17-1+deb7u1

2013-12-05 Thread Adam D. Barratt
Control: tags -1 + pending

Hi,

On Wed, 2013-12-04 at 23:42 +0100, Salvatore Bonaccorso wrote:
 On Wed, Dec 04, 2013 at 08:24:46PM +, Adam D. Barratt wrote:
  On Tue, 2013-10-29 at 23:50 +0100, Salvatore Bonaccorso wrote:
   The Perl module found int libnet-smtp-tls-butmaintained-perl
   (Net::SMTP::TLS::ButMaintained) suffers from an error in the use of
   SSL_version in the code, which in the version in wheezy is used as
   
   SSL_version = SSLv3 TLSv1
   
   I have opened http://bugs.debian.org/728248. This causes first a error
   message and sending a mail actually fails.
  
  Please go ahead; thanks.
 
 Thanks a lot Adam. Just uploaded the package.

Thanks; flagged for acceptance.

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



NEW changes in stable-new

2013-12-05 Thread Debian FTP Masters
Processing changes file: gtk+3.0_3.4.2-7_amd64.changes
  ACCEPT
Processing changes file: intel-microcode_1.20130906.1_amd64.changes
  ACCEPT
Processing changes file: 
libnet-smtp-tls-butmaintained-perl_0.17-1+deb7u1_amd64.changes
  ACCEPT
Processing changes file: librsvg_2.36.1-2_amd64.changes
  ACCEPT
Processing changes file: lighttpd_1.4.31-4+deb7u1_amd64.changes
  ACCEPT
Processing changes file: lighttpd_1.4.31-4+deb7u1_armel.changes
  ACCEPT
Processing changes file: lighttpd_1.4.31-4+deb7u1_armhf.changes
  ACCEPT
Processing changes file: lighttpd_1.4.31-4+deb7u1_i386.changes
  ACCEPT
Processing changes file: lighttpd_1.4.31-4+deb7u1_ia64.changes
  ACCEPT
Processing changes file: lighttpd_1.4.31-4+deb7u1_kfreebsd-amd64.changes
  ACCEPT
Processing changes file: lighttpd_1.4.31-4+deb7u1_kfreebsd-i386.changes
  ACCEPT
Processing changes file: lighttpd_1.4.31-4+deb7u1_mips.changes
  ACCEPT
Processing changes file: lighttpd_1.4.31-4+deb7u1_mipsel.changes
  ACCEPT
Processing changes file: lighttpd_1.4.31-4+deb7u1_powerpc.changes
  ACCEPT
Processing changes file: lighttpd_1.4.31-4+deb7u1_s390.changes
  ACCEPT
Processing changes file: lighttpd_1.4.31-4+deb7u1_s390x.changes
  ACCEPT
Processing changes file: lighttpd_1.4.31-4+deb7u1_sparc.changes
  ACCEPT
Processing changes file: lighttpd_1.4.31-4+deb7u2_i386.changes
  ACCEPT
Processing changes file: lighttpd_1.4.31-4+deb7u2_amd64.changes
  ACCEPT
Processing changes file: lighttpd_1.4.31-4+deb7u2_armel.changes
  ACCEPT
Processing changes file: lighttpd_1.4.31-4+deb7u2_armhf.changes
  ACCEPT
Processing changes file: lighttpd_1.4.31-4+deb7u2_ia64.changes
  ACCEPT
Processing changes file: lighttpd_1.4.31-4+deb7u2_kfreebsd-amd64.changes
  ACCEPT
Processing changes file: lighttpd_1.4.31-4+deb7u2_kfreebsd-i386.changes
  ACCEPT
Processing changes file: lighttpd_1.4.31-4+deb7u2_mips.changes
  ACCEPT
Processing changes file: lighttpd_1.4.31-4+deb7u2_mipsel.changes
  ACCEPT
Processing changes file: lighttpd_1.4.31-4+deb7u2_powerpc.changes
  ACCEPT
Processing changes file: lighttpd_1.4.31-4+deb7u2_s390.changes
  ACCEPT
Processing changes file: lighttpd_1.4.31-4+deb7u2_s390x.changes
  ACCEPT
Processing changes file: lighttpd_1.4.31-4+deb7u2_sparc.changes
  ACCEPT
Processing changes file: lua-sql_2.3.0-1+build0_amd64.changes
  ACCEPT
Processing changes file: postgresql-8.4_8.4.19-0wheezy1_amd64.changes
  ACCEPT
Processing changes file: postgresql-9.1_9.1.11-0wheezy1_amd64.changes
  ACCEPT
Processing changes file: ruby1.9.1_1.9.3.194-8.1+deb7u1_amd64.changes
  ACCEPT
Processing changes file: ruby1.9.1_1.9.3.194-8.1+deb7u1_armel.changes
  ACCEPT
Processing changes file: ruby1.9.1_1.9.3.194-8.1+deb7u1_armhf.changes
  ACCEPT
Processing changes file: ruby1.9.1_1.9.3.194-8.1+deb7u1_i386.changes
  ACCEPT
Processing changes file: ruby1.9.1_1.9.3.194-8.1+deb7u1_ia64.changes
  ACCEPT
Processing changes file: ruby1.9.1_1.9.3.194-8.1+deb7u1_kfreebsd-amd64.changes
  ACCEPT
Processing changes file: ruby1.9.1_1.9.3.194-8.1+deb7u1_kfreebsd-i386.changes
  ACCEPT
Processing changes file: ruby1.9.1_1.9.3.194-8.1+deb7u1_mips.changes
  ACCEPT
Processing changes file: ruby1.9.1_1.9.3.194-8.1+deb7u1_mipsel.changes
  ACCEPT
Processing changes file: ruby1.9.1_1.9.3.194-8.1+deb7u1_powerpc.changes
  ACCEPT
Processing changes file: ruby1.9.1_1.9.3.194-8.1+deb7u1_s390.changes
  ACCEPT
Processing changes file: ruby1.9.1_1.9.3.194-8.1+deb7u1_s390x.changes
  ACCEPT
Processing changes file: ruby1.9.1_1.9.3.194-8.1+deb7u2_amd64.changes
  ACCEPT
Processing changes file: ruby1.9.1_1.9.3.194-8.1+deb7u2_armel.changes
  ACCEPT
Processing changes file: ruby1.9.1_1.9.3.194-8.1+deb7u2_armhf.changes
  ACCEPT
Processing changes file: ruby1.9.1_1.9.3.194-8.1+deb7u2_i386.changes
  ACCEPT
Processing changes file: ruby1.9.1_1.9.3.194-8.1+deb7u2_ia64.changes
  ACCEPT
Processing changes file: ruby1.9.1_1.9.3.194-8.1+deb7u2_kfreebsd-amd64.changes
  ACCEPT
Processing changes file: ruby1.9.1_1.9.3.194-8.1+deb7u2_kfreebsd-i386.changes
  ACCEPT
Processing changes file: ruby1.9.1_1.9.3.194-8.1+deb7u2_mips.changes
  ACCEPT
Processing changes file: ruby1.9.1_1.9.3.194-8.1+deb7u2_mipsel.changes
  ACCEPT
Processing changes file: ruby1.9.1_1.9.3.194-8.1+deb7u2_powerpc.changes
  ACCEPT
Processing changes file: ruby1.9.1_1.9.3.194-8.1+deb7u2_s390.changes
  ACCEPT
Processing changes file: ruby1.9.1_1.9.3.194-8.1+deb7u2_s390x.changes
  ACCEPT
Processing changes file: ruby1.9.1_1.9.3.194-8.1+deb7u2_sparc.changes
  ACCEPT
Processing changes file: ibus-input-pad_1.4.0-2+deb7u1_amd64.changes
  REJECT


-- 
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/e1vogjd-00050c...@franck.debian.org



Bug#731357: opu: package librsvg/2.26.3-2

2013-12-05 Thread Adam D. Barratt
Control: tags -1 + pending

On Thu, 2013-12-05 at 11:25 +0100, Josselin Mouette wrote:
 Le mercredi 04 décembre 2013 à 19:49 +, Adam D. Barratt a écrit : 
  On Wed, 2013-12-04 at 15:45 +0100, Josselin Mouette wrote:
   Raphaël has prepared an oldstable update for librsvg in order to fix 
   CVE-2013-1881.
  
  Please go ahead; thanks.
 
 Uploaded as 2.26.3-1+deb6u1.

Flagged for acceptance; thanks.

Regards,

Adam


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



Processed: Re: Bug#731357: opu: package librsvg/2.26.3-2

2013-12-05 Thread Debian Bug Tracking System
Processing control commands:

 tags -1 + pending
Bug #731357 [release.debian.org] opu: package librsvg/2.26.3-1+deb6u1
Added tag(s) pending.

-- 
731357: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=731357
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.b731357.13862810796890.transcr...@bugs.debian.org



Bug#731491: transition: oce

2013-12-05 Thread D. Barbier
Package: release.debian.org
User: release.debian@packages.debian.org
Usertags: transition
Severity: normal

Hello,

I would like to upload oce 0.13 into unstable, it is in experimental
for several weeks.  oce 0.13-4 is not yet built on armel and mipsel,
but it should build just fine. This source package provides several
development libraries, their soname version have been bumped.

The following packages build-depend on oce and have been successfully
rebuilt without source changes:
  gmsh  2.8.3+dfsg-4
  freecad   0.13.2800-dfsg-1
  netgen4.9.13.dfsg-7
On the other hand, elmerfem FTBFS, but it is not in testing.

Ben file:

title = oce;
is_affected = .build-depends ~ /liboce-.*-dev/;
is_good = .depends ~ /liboce-foundation7/;
is_bad = .depends ~ /liboce-foundation6/;

Thanks,
Denis


-- 
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/CAMqf4EE1ahUGDAS1F9Mg7Lr--5n_oRfs=qydoaug++2+1gg...@mail.gmail.com



NEW changes in oldstable-new

2013-12-05 Thread Debian FTP Masters
Processing changes file: openjpeg_1.3+dfsg-4+squeeze2_i386.changes
  ACCEPT
Processing changes file: openjpeg_1.3+dfsg-4+squeeze2_amd64.changes
  ACCEPT
Processing changes file: openjpeg_1.3+dfsg-4+squeeze2_armel.changes
  ACCEPT
Processing changes file: openjpeg_1.3+dfsg-4+squeeze2_ia64.changes
  ACCEPT
Processing changes file: openjpeg_1.3+dfsg-4+squeeze2_kfreebsd-amd64.changes
  ACCEPT
Processing changes file: openjpeg_1.3+dfsg-4+squeeze2_kfreebsd-i386.changes
  ACCEPT
Processing changes file: openjpeg_1.3+dfsg-4+squeeze2_mips.changes
  ACCEPT
Processing changes file: openjpeg_1.3+dfsg-4+squeeze2_mipsel.changes
  ACCEPT
Processing changes file: openjpeg_1.3+dfsg-4+squeeze2_powerpc.changes
  ACCEPT
Processing changes file: openjpeg_1.3+dfsg-4+squeeze2_s390.changes
  ACCEPT
Processing changes file: openjpeg_1.3+dfsg-4+squeeze2_sparc.changes
  ACCEPT


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



NEW changes in stable-new

2013-12-05 Thread Debian FTP Masters
Processing changes file: 
gnome-settings-daemon_3.4.2+git20121218.7c1322-3+deb7u3_amd64.changes
  ACCEPT


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



NEW changes in stable-new

2013-12-05 Thread Debian FTP Masters
Processing changes file: ruby1.8_1.8.7.358-7.1+deb7u1_amd64.changes
  ACCEPT
Processing changes file: ruby1.8_1.8.7.358-7.1+deb7u1_armel.changes
  ACCEPT
Processing changes file: ruby1.8_1.8.7.358-7.1+deb7u1_armhf.changes
  ACCEPT
Processing changes file: ruby1.8_1.8.7.358-7.1+deb7u1_i386.changes
  ACCEPT
Processing changes file: ruby1.8_1.8.7.358-7.1+deb7u1_ia64.changes
  ACCEPT
Processing changes file: ruby1.8_1.8.7.358-7.1+deb7u1_kfreebsd-amd64.changes
  ACCEPT
Processing changes file: ruby1.8_1.8.7.358-7.1+deb7u1_kfreebsd-i386.changes
  ACCEPT
Processing changes file: ruby1.8_1.8.7.358-7.1+deb7u1_mips.changes
  ACCEPT
Processing changes file: ruby1.8_1.8.7.358-7.1+deb7u1_mipsel.changes
  ACCEPT
Processing changes file: ruby1.8_1.8.7.358-7.1+deb7u1_powerpc.changes
  ACCEPT
Processing changes file: ruby1.8_1.8.7.358-7.1+deb7u1_s390.changes
  ACCEPT
Processing changes file: ruby1.8_1.8.7.358-7.1+deb7u1_s390x.changes
  ACCEPT
Processing changes file: ruby1.8_1.8.7.358-7.1+deb7u1_sparc.changes
  ACCEPT


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



NEW changes in oldstable-new

2013-12-05 Thread Debian FTP Masters
Processing changes file: librsvg_2.26.3-1+deb6u1_amd64.changes
  ACCEPT


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



NEW changes in stable-new

2013-12-05 Thread Debian FTP Masters
Processing changes file: gtk+3.0_3.4.2-7_s390.changes
  ACCEPT
Processing changes file: intel-microcode_1.20130906.1_i386.changes
  ACCEPT
Processing changes file: lua-sql_2.3.0-1+build0_i386.changes
  ACCEPT
Processing changes file: lua-sql_2.3.0-1+build0_powerpc.changes
  ACCEPT
Processing changes file: lua-sql_2.3.0-1+build0_s390.changes
  ACCEPT
Processing changes file: postgresql-8.4_8.4.19-0wheezy1_i386.changes
  ACCEPT
Processing changes file: postgresql-8.4_8.4.19-0wheezy1_kfreebsd-amd64.changes
  ACCEPT
Processing changes file: postgresql-8.4_8.4.19-0wheezy1_kfreebsd-i386.changes
  ACCEPT
Processing changes file: postgresql-8.4_8.4.19-0wheezy1_powerpc.changes
  ACCEPT
Processing changes file: postgresql-8.4_8.4.19-0wheezy1_s390.changes
  ACCEPT
Processing changes file: postgresql-9.1_9.1.11-0wheezy1_i386.changes
  ACCEPT
Processing changes file: postgresql-9.1_9.1.11-0wheezy1_powerpc.changes
  ACCEPT
Processing changes file: postgresql-9.1_9.1.11-0wheezy1_s390.changes
  ACCEPT


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



NEW changes in oldstable-new

2013-12-05 Thread Debian FTP Masters
Processing changes file: librsvg_2.26.3-1+deb6u1_i386.changes
  ACCEPT
Processing changes file: librsvg_2.26.3-1+deb6u1_ia64.changes
  ACCEPT
Processing changes file: librsvg_2.26.3-1+deb6u1_kfreebsd-amd64.changes
  ACCEPT
Processing changes file: librsvg_2.26.3-1+deb6u1_kfreebsd-i386.changes
  ACCEPT
Processing changes file: librsvg_2.26.3-1+deb6u1_mipsel.changes
  ACCEPT
Processing changes file: librsvg_2.26.3-1+deb6u1_powerpc.changes
  ACCEPT
Processing changes file: librsvg_2.26.3-1+deb6u1_s390.changes
  ACCEPT
Processing changes file: librsvg_2.26.3-1+deb6u1_sparc.changes
  ACCEPT


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



NEW changes in oldstable-new

2013-12-05 Thread Debian FTP Masters
Processing changes file: librsvg_2.26.3-1+deb6u1_mips.changes
  ACCEPT


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



NEW changes in stable-new

2013-12-05 Thread Debian FTP Masters
Processing changes file: postgresql-8.4_8.4.19-0wheezy1_s390x.changes
  ACCEPT


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



NEW changes in stable-new

2013-12-05 Thread Debian FTP Masters
Processing changes file: gtk+3.0_3.4.2-7_kfreebsd-amd64.changes
  ACCEPT
Processing changes file: gtk+3.0_3.4.2-7_kfreebsd-i386.changes
  ACCEPT
Processing changes file: gtk+3.0_3.4.2-7_s390x.changes
  ACCEPT
Processing changes file: lua-sql_2.3.0-1+build0_kfreebsd-amd64.changes
  ACCEPT
Processing changes file: lua-sql_2.3.0-1+build0_kfreebsd-i386.changes
  ACCEPT
Processing changes file: postgresql-8.4_8.4.19-0wheezy1_armel.changes
  ACCEPT
Processing changes file: postgresql-8.4_8.4.19-0wheezy1_armhf.changes
  ACCEPT


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



NEW changes in stable-new

2013-12-05 Thread Debian FTP Masters
Processing changes file: lua-sql_2.3.0-1+build0_armhf.changes
  ACCEPT
Processing changes file: postgresql-8.4_8.4.19-0wheezy1_mipsel.changes
  ACCEPT
Processing changes file: postgresql-9.1_9.1.11-0wheezy1_ia64.changes
  ACCEPT


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



NEW changes in stable-new

2013-12-05 Thread Debian FTP Masters
Processing changes file: lua-sql_2.3.0-1+build0_ia64.changes
  ACCEPT
Processing changes file: postgresql-9.1_9.1.11-0wheezy1_sparc.changes
  ACCEPT


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



NEW changes in stable-new

2013-12-05 Thread Debian FTP Masters
Processing changes file: lua-sql_2.3.0-1+build0_sparc.changes
  ACCEPT
Processing changes file: postgresql-9.1_9.1.11-0wheezy1_armhf.changes
  ACCEPT
Processing changes file: postgresql-9.1_9.1.11-0wheezy1_mipsel.changes
  ACCEPT


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



NEW changes in stable-new

2013-12-05 Thread Debian FTP Masters
Processing changes file: lua-sql_2.3.0-1+build0_mipsel.changes
  ACCEPT


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



Re: [Pkg-postgresql-public] PostgreSQL 8.4.19/9.1.11 stable updates

2013-12-05 Thread Martin Pitt
Adam D. Barratt [2013-12-05 21:00 +]:
 The squeeze upload appears to have failed, but not due to the .orig:

Fixed, worked now.

Martin
-- 
Martin Pitt| http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20131206060453.gb3...@piware.de



NEW changes in stable-new

2013-12-05 Thread Debian FTP Masters
Processing changes file: gtk+3.0_3.4.2-7_sparc.changes
  ACCEPT
Processing changes file: postgresql-9.1_9.1.11-0wheezy1_armel.changes
  ACCEPT


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



NEW changes in stable-new

2013-12-05 Thread Debian FTP Masters
Processing changes file: lua-sql_2.3.0-1+build0_armel.changes
  ACCEPT


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



NEW changes in stable-new

2013-12-05 Thread Debian FTP Masters
Processing changes file: gtk+3.0_3.4.2-7_ia64.changes
  ACCEPT


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



NEW changes in stable-new

2013-12-05 Thread Debian FTP Masters
Processing changes file: postgresql-9.1_9.1.11-0wheezy1_mips.changes
  ACCEPT


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



NEW changes in stable-new

2013-12-05 Thread Debian FTP Masters
Processing changes file: gtk+3.0_3.4.2-7_armhf.changes
  ACCEPT


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