NEW changes in stable-new

2014-12-12 Thread Debian FTP Masters
Processing changes file: digikam_2.6.0-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: https://lists.debian.org/e1xzfxm-0003sh...@franck.debian.org



Bug#773011: unblock: libcwd/1.0.4-1.1

2014-12-12 Thread Matt Kraai
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package libcwd.

libcwd/1.0.4-1.1 fixes bug 771876, which reported that libcwd failed to build
because it specified default arguments on declarations of member functions
after the first declaration.  The attached patch fixes this problem by
specifying the default arguments on the first declarations.

The changes are attached.

unblock libcwd/1.0.4-1.1

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

Kernel: Linux 3.16.0-4-amd64 (SMP w/12 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
diff -Nru libcwd-1.0.4/debian/changelog libcwd-1.0.4/debian/changelog
--- libcwd-1.0.4/debian/changelog	2010-06-14 06:10:45.0 -0700
+++ libcwd-1.0.4/debian/changelog	2014-12-12 20:47:49.0 -0800
@@ -1,3 +1,10 @@
+libcwd (1.0.4-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Move default arguments to first declarations.  Closes: #771876.
+
+ -- Matt Kraai   Fri, 12 Dec 2014 20:47:49 -0800
+
 libcwd (1.0.4-1) unstable; urgency=low
 
   * Upgrade to version 1.0.4.
diff -Nru libcwd-1.0.4/debian/patches/move-default-arguments-to-first-declarations.patch libcwd-1.0.4/debian/patches/move-default-arguments-to-first-declarations.patch
--- libcwd-1.0.4/debian/patches/move-default-arguments-to-first-declarations.patch	1969-12-31 16:00:00.0 -0800
+++ libcwd-1.0.4/debian/patches/move-default-arguments-to-first-declarations.patch	2014-12-12 20:38:02.0 -0800
@@ -0,0 +1,48 @@
+Description: Move default arguments to first declarations
+ "Porting to GCC 4.9" indicates that GCC 4.9, unlike previous GCC
+ versions, enforces the C++ standard by requiring that default
+ arguments must be specified when a member function is first
+ declared.
+Author: Matt Kraai 
+Last-Update: 2014-12-12
+
+Index: libcwd-1.0.4/include/demangle.h
+===
+--- libcwd-1.0.4.orig/include/demangle.h	2007-07-04 08:38:11.0 -0700
 libcwd-1.0.4/include/demangle.h	2014-12-12 20:22:40.678938802 -0800
+@@ -242,7 +242,7 @@
+ 	void
+ 	decode_qualifiers(string_type& prefix,
+ 			  string_type& postfix,
+-			  bool member_function_pointer_qualifiers) const;
++			  bool member_function_pointer_qualifiers = false) const;
+ 
+ 	bool
+ 	suppressed(void) const
+@@ -425,7 +425,7 @@
+ 	void
+ 	add_substitution(int start_pos,
+ 	 substitution_nt sub_type,
+-			 int number_of_prefixes);
++			 int number_of_prefixes = 0);
+ 
+ 	bool decode_type_with_postfix(string_type& prefix,
+ 	string_type& postfix, qualifier_list* qualifiers = NULL);
+@@ -462,7 +462,7 @@
+   void
+   session::add_substitution(int start_pos,
+ 	   substitution_nt sub_type,
+-	   int number_of_prefixes = 0)
++	   int number_of_prefixes)
+   {
+ 	if (!M_inside_substitution)
+ 	{
+@@ -1736,7 +1736,7 @@
+   qualifier_list::decode_qualifiers(
+ 	  string_type& prefix,
+ 	  string_type& postfix,
+-	  bool member_function_pointer_qualifiers = false) const
++	  bool member_function_pointer_qualifiers) const
+   {
+ 	_GLIBCXX_DEMANGLER_DOUT_ENTERING3("decode_qualifiers");
+ 	int cvq = 0;
diff -Nru libcwd-1.0.4/debian/patches/series libcwd-1.0.4/debian/patches/series
--- libcwd-1.0.4/debian/patches/series	1969-12-31 16:00:00.0 -0800
+++ libcwd-1.0.4/debian/patches/series	2014-12-12 20:43:14.0 -0800
@@ -0,0 +1 @@
+move-default-arguments-to-first-declarations.patch


Bug#772926: unblock: grml-debootstrap/0.68

2014-12-12 Thread Michael Prokop
* Ivo De Decker [Fri Dec 12, 2014 at 11:20:10PM +0100]:
> On Fri, Dec 12, 2014 at 10:29:57PM +0100, Michael Prokop wrote:
> > > > unblock grml-debootstrap/0.68

> > > This change looks good, but could you just confirm that it still works 
> > > with
> > > the new util-linux that was uploaded today?

> > I hereby confirm that the underlying issue is still present with
> > util-linux 2.25.2-4 and grml-debootstrap/0.68 works as needed with
> > util-linux 2.25.2-4 (the version that was uploaded today).

> I assume it also works with the version of util-linux currently in testing?

Yes, absolutely.

> > (I tested using the debs from 
> > http://incoming.debian.org/debian-buildd/pool/main/u/util-linux/ )

> OK. It seems 0.68 didn't reach unstable (did you get a reject?). So, please
> upload it (again?) to unstable, and when it's accepted, please remove the
> moreinfo tag from this bug.

Huh, that's strange. Nope, I didn't receive a reject so far. :-/

I *think* it might be that my upload was signed with my old GPG key
(for whatever reason debsign doesn't seem to honor my $DEBSIGN_KEYID
setting as I just noticed, sic). I just tried to re-upload with my
new key signed:

  http://paste.grml.org/hidden/94a66c13/

No idea what this actually means for us now though. :-/

regards,
-mika-


signature.asc
Description: Digital signature


Processed: Re: Bug#772982: unblock: util-linux/2.25.2-4

2014-12-12 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 confirmed
Bug #772982 [release.debian.org] unblock: util-linux/2.25.2-4
Added tag(s) confirmed.

-- 
772982: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=772982
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: 
https://lists.debian.org/handler.s.b772982.141842995815136.transcr...@bugs.debian.org



Bug#772982: unblock: util-linux/2.25.2-4

2014-12-12 Thread Cyril Brulebois
Control: tag -1 confirmed

Ivo De Decker  (2014-12-12):
> On Fri, Dec 12, 2014 at 06:48:03PM +0100, Andreas Henriksson wrote:
> > Please unblock package util-linux
> 
> Unblocked.
> 
> This also needs an unblock-udeb.

Doesn't seem crazy to me, please go ahead.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#772998: unblock: libgpg-error/1.17-3

2014-12-12 Thread Cyril Brulebois
Control: tag -1 confirmed

Jonathan Wiltshire  (2014-12-12):
> Control: tag -1 d-i
> 
> On Fri, Dec 12, 2014 at 04:26:38PM -0500, Daniel Kahn Gillmor wrote:
> > The changes from 1.17-2 to 1.17-3 are only l10n changes, graciously
> > coordinated by David Prévot.
> > 
> > The attached debdiff is large, but it's just patches to the po-files.
> 
> Looks ok to me, but needs a d-i ack. I'd be surprised if KiBi objects,
> but...

I'd be surprised too; please go ahead.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Processed: Re: Bug#772998: unblock: libgpg-error/1.17-3

2014-12-12 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 confirmed
Bug #772998 [release.debian.org] unblock: libgpg-error/1.17-3
Added tag(s) confirmed.

-- 
772998: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=772998
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: 
https://lists.debian.org/handler.s.b772998.141842988414893.transcr...@bugs.debian.org



Bug#771909: unblock: yowsup/0.0~git20140314.938cf1-3

2014-12-12 Thread Eriberto Mota
Hi Jonathan,

Initially, thanks a lot for your attention. I filed the bug #773005 now. Do you 
need that I do anything more?

Please, consider this package in Jessie. I think that a WhatsApp communication 
is very important and useful to a modern operational system. I feel that you 
liked this package and idea.

I tested the whole package after applying the patches and I am using this 
patched version in my network (~ 400 clients). I have been kept contact with 
the upstream via yowsup to improve the tests. The '-3' revision is fine. The 
most important: this package doesn't afect other packages in Jessie.

I'm hoping to get a good news from you.

Have a good night.

Cheers,

Eriberto



2014-12-12 19:31 GMT-02:00 Jonathan Wiltshire :
>
> I'd be lying if I said I was enthusiastic about this. It's an
> overwhelmingly big patch for a leaf package that's new in Jessie. At the
> moment I'm tending more towards removing yowsup from testing.
>
> If nothing else, you need to file an RC bug against it with correct
> versions so that the situation is properly represented.
>
> --
> Jonathan Wiltshire  j...@debian.org
> Debian Developer http://people.debian.org/~jmw
>
> 4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51
>


pgpMZUjmIDueg.pgp
Description: PGP signature


Processed: Re: Bug#772926: unblock: grml-debootstrap/0.68

2014-12-12 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 confirmed moreinfo
Bug #772926 [release.debian.org] unblock: grml-debootstrap/0.68
Added tag(s) confirmed.

-- 
772926: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=772926
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: 
https://lists.debian.org/handler.s.b772926.14184228188818.transcr...@bugs.debian.org



Bug#772926: unblock: grml-debootstrap/0.68

2014-12-12 Thread Ivo De Decker
Control: tags -1 confirmed moreinfo

Hi,

On Fri, Dec 12, 2014 at 10:29:57PM +0100, Michael Prokop wrote:
> > > unblock grml-debootstrap/0.68
> 
> > This change looks good, but could you just confirm that it still works with
> > the new util-linux that was uploaded today?
> 
> I hereby confirm that the underlying issue is still present with
> util-linux 2.25.2-4 and grml-debootstrap/0.68 works as needed with
> util-linux 2.25.2-4 (the version that was uploaded today).

I assume it also works with the version of util-linux currently in testing?

> (I tested using the debs from 
> http://incoming.debian.org/debian-buildd/pool/main/u/util-linux/ )

OK. It seems 0.68 didn't reach unstable (did you get a reject?). So, please
upload it (again?) to unstable, and when it's accepted, please remove the
moreinfo tag from this bug.

Cheers,

Ivo


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/2014121009.ga24...@ugent.be



NEW changes in stable-new

2014-12-12 Thread Debian FTP Masters
Processing changes file: digikam_2.6.0-1+deb7u1_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: https://lists.debian.org/e1xzxom-0005sx...@franck.debian.org



Bug#772998: unblock: libgpg-error/1.17-3

2014-12-12 Thread Jonathan Wiltshire
Control: tag -1 d-i

On Fri, Dec 12, 2014 at 04:26:38PM -0500, Daniel Kahn Gillmor wrote:
> The changes from 1.17-2 to 1.17-3 are only l10n changes, graciously
> coordinated by David Prévot.
> 
> The attached debdiff is large, but it's just patches to the po-files.

Looks ok to me, but needs a d-i ack. I'd be surprised if KiBi objects,
but...

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

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



signature.asc
Description: Digital signature


Processed: Re: Bug#772998: unblock: libgpg-error/1.17-3

2014-12-12 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 d-i
Bug #772998 [release.debian.org] unblock: libgpg-error/1.17-3
Added tag(s) d-i.

-- 
772998: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=772998
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: 
https://lists.debian.org/handler.s.b772998.141842046028268.transcr...@bugs.debian.org




Bug#772998: libgpg-error 1.17-2 to 1.17-3 debdiff followup without l10n

2014-12-12 Thread Daniel Kahn Gillmor
the debdiff for the unblock request for libgpg-error 1.17-3 (#772998)
was large because of l10n updates.  It might not have made it through
the mailing list filter.

Attached is the debdiff with the l10n updates stripped.

Many thanks to David Prévot for coordinating this work.

 --dkg

diff -Nru libgpg-error-1.17/debian/changelog libgpg-error-1.17/debian/changelog
--- libgpg-error-1.17/debian/changelog	2014-10-24 15:24:34.0 -0400
+++ libgpg-error-1.17/debian/changelog	2014-12-12 15:55:18.0 -0500
@@ -1,3 +1,22 @@
+libgpg-error (1.17-3) unstable; urgency=medium
+
+  [ David Prévot ]
+  * Force rebuild of gmo files
+  * Update Polish translation, thanks to Jakub Bogusz
+  * Update French translation
+  * Update Ukrainian translation, thanks to Yuri Chornoivan
+  * Update Danish translation, thanks to Joe Hansen
+  * Update Dutch translation, thanks to Freek de Kruijf
+  * Update Japanese translation, thanks to NIIBE Yutaka
+  * Add Russian translation, thanks to Ineiev
+  * Update Italian translation, thanks to Milo Casagrande
+  * Add Chinese (traditional) translation, thanks to Jedi Lin
+  * Add Portuguese translation, thanks to Paulo Tomé (Closes: #770893)
+  * Add Serbian translation, thanks to Мирослав Николић
+  * Update Czech translation, thanks to Petr Pisar
+
+ -- Daniel Kahn Gillmor   Fri, 12 Dec 2014 15:55:18 -0500
+
 libgpg-error (1.17-2) unstable; urgency=medium
 
   * added arch-specific lock-obj header for added
diff -Nru libgpg-error-1.17/debian/clean libgpg-error-1.17/debian/clean
--- libgpg-error-1.17/debian/clean	2014-09-18 11:37:17.0 -0400
+++ libgpg-error-1.17/debian/clean	2014-12-12 15:52:28.0 -0500
@@ -1,2 +1,3 @@
 debian/libgpg-error0.install
 debian/libgpg-error-dev.install
+po/*.gmo
diff -Nru libgpg-error-1.17/debian/patches/0004-Drop-previous-strings-from-PO-files.patch libgpg-error-1.17/debian/patches/0004-Drop-previous-strings-from-PO-files.patch
--- libgpg-error-1.17/debian/patches/0004-Drop-previous-strings-from-PO-files.patch	1969-12-31 19:00:00.0 -0500
+++ libgpg-error-1.17/debian/patches/0004-Drop-previous-strings-from-PO-files.patch	2014-12-12 15:52:28.0 -0500
@@ -0,0 +1,854 @@
+From: =?utf-8?q?David_Pr=C3=A9vot?= 
+Date: Thu, 27 Nov 2014 15:35:52 -0400
+Subject: Drop previous strings from PO files
+
+The build system drops them.
+---
+ po/de.po| 11 ---
+ po/eo.po| 32 
+ po/ro.po| 19 ---
+ po/sv.po| 19 ---
+ po/vi.po| 19 ---
+ po/zh_CN.po | 18 --
+ 6 files changed, 118 deletions(-)
+
+diff --git a/po/de.po b/po/de.po
+index f44c9a1..ee9d653 100644
+--- a/po/de.po
 b/po/de.po
+@@ -969,19 +969,16 @@ msgstr "Falsches Oktal-Zeichen in S-expression"
+ 
+ #: src/err-codes.h:242
+ #, fuzzy
+-#| msgid "Bad certificate chain"
+ msgid "No certificate chain"
+ msgstr "Fehlerhafte Zertifikatkette"
+ 
+ #: src/err-codes.h:243
+ #, fuzzy
+-#| msgid "Certificate too young"
+ msgid "Certificate is too large"
+ msgstr "Zertifikat ist noch nicht gültig"
+ 
+ #: src/err-codes.h:244
+ #, fuzzy
+-#| msgid "Invalid card"
+ msgid "Invalid record"
+ msgstr "Ungültige Karte"
+ 
+@@ -991,7 +988,6 @@ msgstr ""
+ 
+ #: src/err-codes.h:246
+ #, fuzzy
+-#| msgid "Unexpected tag"
+ msgid "Unexpected message"
+ msgstr "Unerwartetes \"Tag\""
+ 
+@@ -1009,7 +1005,6 @@ msgstr ""
+ 
+ #: src/err-codes.h:250
+ #, fuzzy
+-#| msgid "Invalid cipher algorithm"
+ msgid "No cipher algorithm"
+ msgstr "Ungültiges Verschlüsselungsverfahren"
+ 
+@@ -1018,37 +1013,31 @@ msgstr "Ungültiges Verschlüsselungsverfahren"
+ # what might be wrong.
+ #: src/err-codes.h:251
+ #, fuzzy
+-#| msgid "Missing issuer certificate"
+ msgid "Missing client certificate"
+ msgstr "Fehlendes Herausgeberzertifikat in der Kette"
+ 
+ #: src/err-codes.h:252
+ #, fuzzy
+-#| msgid "Certificate revoked"
+ msgid "Close notification received"
+ msgstr "Zertifikat ist widerrufen"
+ 
+ #: src/err-codes.h:253
+ #, fuzzy
+-#| msgid "Key expired"
+ msgid "Ticket expired"
+ msgstr "Schlüssel abgelaufen"
+ 
+ #: src/err-codes.h:254
+ #, fuzzy
+-#| msgid "Bad public key"
+ msgid "Bad ticket"
+ msgstr "Fehlerhafter öffentlicher Schlüssel"
+ 
+ #: src/err-codes.h:255
+ #, fuzzy
+-#| msgid "Unknown packet"
+ msgid "Unknown identity"
+ msgstr "Unbekanntes Paket"
+ 
+ #: src/err-codes.h:256
+ #, fuzzy
+-#| msgid "Bad certificate chain"
+ msgid "Bad certificate message in handshake"
+ msgstr "Fehlerhafte Zertifikatkette"
+ 
+diff --git a/po/eo.po b/po/eo.po
+index 8a1b2bc..868482d 100644
+--- a/po/eo.po
 b/po/eo.po
+@@ -422,7 +422,6 @@ msgstr "Neniu agento rulas"
+ 
+ #: src/err-codes.h:106
+ #, fuzzy
+-#| msgid "agent error"
+ msgid "Agent error"
+ msgstr "agent-eraro"
+ 
+@@ -828,25 +827,21 @@ msgstr "Neniu PIN estis donata"
+ 
+ #: src/err-codes.h:207
+ #, fuzzy
+-#| msgid "Not locked"
+ msgid "Not enabled"
+ msgstr "Ne ŝlosita"
+ 
+ #: src/err-code

Bug#772926: unblock: grml-debootstrap/0.68

2014-12-12 Thread Michael Prokop
* Ivo De Decker [Fri Dec 12, 2014 at 08:15:25PM +0100]:
> On Fri, Dec 12, 2014 at 10:23:48AM +0100, Michael Prokop wrote:
> > Please unblock package grml-debootstrap v0.68, fixing issue #772849
> > which is caused by a behaviour change of util-linux's blkid binary
> > (more details about that in #772846):

> > unblock grml-debootstrap/0.68

> This change looks good, but could you just confirm that it still works with
> the new util-linux that was uploaded today?

I hereby confirm that the underlying issue is still present with
util-linux 2.25.2-4 and grml-debootstrap/0.68 works as needed with
util-linux 2.25.2-4 (the version that was uploaded today).

(I tested using the debs from 
http://incoming.debian.org/debian-buildd/pool/main/u/util-linux/ )

regards,
-mika-


signature.asc
Description: Digital signature


Bug#771607: Re : Re: Re : Re: Bug#771607: unblock: brltty/5.2~20141018-2

2014-12-12 Thread Jonathan Wiltshire
Control: tag -1 moreinfo

On Mon, Dec 01, 2014 at 01:21:27PM +0100, Samuel Thibault wrote:
> MENGUAL Jean-Philippe, le Mon 01 Dec 2014 13:14:07 +0100, a écrit :
> > - Samuel Thibault  a écrit :
> > > MENGUAL Jean-Philippe, le Mon 01 Dec 2014 12:06:35 +0100, a écrit :
> > > > and MATE is much more suit when we try to have a universal desktop with 
> > > > braille, speech and magnifying, in particular due to its visual 
> > > > customization capabilities, disappeared in gnome.
> > > 
> > > Mmm, but do we have magnification support in MATE?  AIUI we don't.
> > 
> > At least there are much themes, large customizations (font, characters, 
> > colours of various items such as windows edges, areas, etc).
> 
> It gives lesser choices in some areas, but isn't the lack of
> magnification support a problem?
> 
> I mean AIUI gnome seems like a good default since it has support for a
> large range of accessibility features, even if it's not as good at some
> of them as MATE can be.  MATE, on the other hand, is notably missing
> magnification, which I think will be a real concern for quite a few
> people (as in: not usable at all), and AIUI MATE customizations will not
> be enough to deal with that.
> 
> > Moreover, compiz can be easily implemented (Luca is doing).
> 
> Please remember that we are talking about Jessie, not a downstream of
> Jessie.

This discussion seems to have run into the sand. Is there any news?


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

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



signature.asc
Description: Digital signature


Processed: Re: Bug#771607: Re : Re: Re : Re: Bug#771607: unblock: brltty/5.2~20141018-2

2014-12-12 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 moreinfo
Bug #771607 [release.debian.org] unblock: brltty/5.2~20141018-2
Added tag(s) moreinfo.

-- 
771607: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=771607
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: 
https://lists.debian.org/handler.s.b771607.141842023426118.transcr...@bugs.debian.org



Processed: affects 772998

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

> affects 772998 libgpg-error
Bug #772998 [release.debian.org] unblock: libgpg-error/1.17-3
Added indication that 772998 affects libgpg-error
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
772998: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=772998
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: 
https://lists.debian.org/handler.s.c.141842002423922.transcr...@bugs.debian.org



Processed: tagging 772926

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

> tags 772926 + moreinfo
Bug #772926 [release.debian.org] unblock: grml-debootstrap/0.68
Added tag(s) moreinfo.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
772926: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=772926
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: 
https://lists.debian.org/handler.s.c.141841995222449.transcr...@bugs.debian.org



Bug#771909: unblock: yowsup/0.0~git20140314.938cf1-3

2014-12-12 Thread Jonathan Wiltshire
Control: tag -1 moreinfo

On Wed, Dec 03, 2014 at 09:55:28AM -0200, Joao Eriberto Mota Filho wrote:
> Please unblock package yowsup.
> 
> Yowsup is a cross platform Python library that provides communication across
> WhatsApp network. In Debian, the source yowsup generates a library and a
> command line client. The library is the base for any new application and the
> client is useful for scripts and applications as Zabbix and Pidgin. Currently,
> this is the only way to use WhatsApp in Debian.
> 
> Recently (November 2014), the WhatsApp changed its protocol to implement the
> famous "double blue check", photo transfer when contacting a person and other
> features. To support it, the authentication method was changed and this new
> method is mandatory now. So, the old versions of the WhatsApp and the current
> version of the youwsup in testing (revision -1) don't work anymore. In other
> words, the version in testing is RC, because no longer register a new user
> number nor authenticate a registered number.

I'd be lying if I said I was enthusiastic about this. It's an
overwhelmingly big patch for a leaf package that's new in Jessie. At the
moment I'm tending more towards removing yowsup from testing.

If nothing else, you need to file an RC bug against it with correct
versions so that the situation is properly represented.

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

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



signature.asc
Description: Digital signature


Processed: Re: Bug#771909: unblock: yowsup/0.0~git20140314.938cf1-3

2014-12-12 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 moreinfo
Bug #771909 [release.debian.org] unblock: yowsup/0.0~git20140314.938cf1-3
Added tag(s) moreinfo.

-- 
771909: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=771909
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: 
https://lists.debian.org/handler.s.b771909.141841989821676.transcr...@bugs.debian.org



Bug#771926: marked as done (unblock: debmake/4.1.7-2)

2014-12-12 Thread Debian Bug Tracking System
Your message dated Fri, 12 Dec 2014 21:25:08 +
with message-id <1418419508.1823.11.ca...@adam-barratt.org.uk>
and subject line Re: Bug#771926: unblock: debmake/4.1.7-2
has caused the Debian Bug report #771926,
regarding unblock: debmake/4.1.7-2
to be marked as done.

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

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


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

Please unblock package debmake

Fix important bug and documentation fixes.

 * Add sanity check for copyright lines. Closes: #767666
 * Update template for autogen.sh. Closes: #771920
 * Work around os.getlogin. Closes: #769392
 * Update documentstion. Closes: #769392

attached the debdiff against the package in testing 

unblock debmake/4.1.7-2

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

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru debmake-4.1.7/debian/changelog debmake-4.1.7/debian/changelog
--- debmake-4.1.7/debian/changelog  2014-10-14 00:26:27.0 +0900
+++ debmake-4.1.7/debian/changelog  2014-12-04 00:01:09.0 +0900
@@ -1,3 +1,12 @@
+debmake (4.1.7-2) unstable; urgency=medium
+
+  * Add sanity check for copyright lines. Closes: #767666
+  * Update template for autogen.sh. Closes: #771920
+  * Work around os.getlogin. Closes: #769392
+  * Update documentstion. Closes: #769392
+
+ -- Osamu Aoki   Thu, 04 Dec 2014 00:01:00 +0900
+
 debmake (4.1.7-1) unstable; urgency=medium
 
   * Minor adjustment to debian/rules template etc. for
diff -Nru 
debmake-4.1.7/debian/patches/0001-Sanity-check-for-copyright-lines.patch 
debmake-4.1.7/debian/patches/0001-Sanity-check-for-copyright-lines.patch
--- debmake-4.1.7/debian/patches/0001-Sanity-check-for-copyright-lines.patch
1970-01-01 09:00:00.0 +0900
+++ debmake-4.1.7/debian/patches/0001-Sanity-check-for-copyright-lines.patch
2014-12-03 23:59:29.0 +0900
@@ -0,0 +1,45 @@
+From: Osamu Aoki 
+Date: Sun, 9 Nov 2014 00:34:10 +0900
+Subject: Sanity check for copyright lines
+
+Closes: #767666
+---
+ debmake/copyright.py | 18 ++
+ 1 file changed, 18 insertions(+)
+
+diff --git a/debmake/copyright.py b/debmake/copyright.py
+index bc4caf5..4e56703 100755
+--- a/debmake/copyright.py
 b/debmake/copyright.py
+@@ -33,6 +33,11 @@ import sys
+ import debmake.debug
+ import debmake.lc
+ ###
++# Constants for sanity
++###
++MAX_COPYRIGHT_LINES = 256
++MAX_COPYRIGHT_LENGTH = 2048
++###
+ # Parse year within a copyright line
+ ###
+ re_year_1900 = re.compile(r'''
+@@ -673,6 +678,19 @@ def check_lines(lines):
+ debmake.debug.debug('De: *end* format={}->{}, content={}->{}, 
copyright={}, license={}: "{}"'.format(fs[xformat_state], fs[format_state], 
cs[xcontent_state], cs[content_state], copyright_found, license_found, line), 
type='e')
+ ##
+ # main loop for lines (end)
++# sanitize copyright_lines
++##
++if len(copyright_lines) > MAX_COPYRIGHT_LINES:
++print('W: ! too many copyright lines !', file=sys.stderr)
++print('W: starting with {}'.format(copyright_lines[0]), 
file=sys.stderr)
++copyright_lines = copyright_lines[:MAX_COPYRIGHT_LINES]
++for (i, line) in enumerate(copyright_lines):
++if len(line) > MAX_COPYRIGHT_LENGTH:
++copyright_lines[i] = line[:MAX_COPYRIGHT_LENGTH]
++print('W: ! too long copyright line !', file=sys.stderr)
++print('W: starting with {}'.format(copyright_lines[i]), 
file=sys.stderr)
++##
++# analyze copyright
+ ##
+ copyright_data = analyze_copyright(copyright_lines)
+ license_lines = clean_license(license_lines)
diff -Nru 
debmake-4.1.7/debian/patches/0002-Update-templa

Bug#772798: marked as done (nmu: smartmontools_6.3+svn4002-2)

2014-12-12 Thread Debian Bug Tracking System
Your message dated Fri, 12 Dec 2014 21:18:14 +
with message-id <20141212211814.gf17...@lupin.home.powdarrmonkey.net>
and subject line Re: Bug#772798: nmu: smartmontools_6.3+svn4002-2
has caused the Debian Bug report #772798,
regarding nmu: smartmontools_6.3+svn4002-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.)


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

nmu smartmontools_6.3+svn4002-2 . ALL . -m "Rebuild against new binutils see 
#728113"


As Kurt Roeckx suggested we need to rebuild smartmontools, see #728113

Cheers,
Giuseppe
--- End Message ---
--- Begin Message ---
On Fri, Dec 12, 2014 at 03:50:25PM +0100, Giuseppe Iuculano wrote:
> On 11/12/2014 22:31, Jonathan Wiltshire wrote:
> > Is this an intended rebuild in Jessie or sid?
> 
> In sid.

Scheduled.

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

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



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


Bug#769784: unblock: carmetal/3.5.2+dfsg-1.1

2014-12-12 Thread Adam D. Barratt
On Sun, 2014-11-16 at 13:48 +, Jonathan Wiltshire wrote:
> Control: tag -1 moreinfo
> 
> On Sun, Nov 16, 2014 at 01:51:06PM +0100, Georges Khaznadar wrote:
> > Please unblock package carmetal
> > 
> > The RC bugs targetting this package have been fixed
> 
> The diff looks fine, but I'm not enthusiastic about the package. It's not
> currently in testing, and of the three bugs you close two (including the
> RC bug) didn't get a maintainer response, and the third did but in 2012.
> 
> How can we be sure that if released in Jessie, it won't just rot there
> instead?

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: https://lists.debian.org/1418414240.1823.9.ca...@adam-barratt.org.uk



Bug#769279: Bug#769046: inn2: Allow for better TLS configurability

2014-12-12 Thread Adam D. Barratt
On Thu, 2014-11-20 at 22:10 +, Jonathan Wiltshire wrote:
[...]
> On Wed, Nov 12, 2014 at 01:23:03PM +0100, Marco d'Itri wrote:
> > clone 769046 -1
> > reassign -1 release.debian.org
> > block 769046 by -1
> > thanks
> > 
> > Can I merge this for jessie?
> 
> Yes.

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: https://lists.debian.org/1418414208.1823.8.ca...@adam-barratt.org.uk



Bug#770995: marked as done (unblock: xboard/4.8.0-2)

2014-12-12 Thread Debian Bug Tracking System
Your message dated Fri, 12 Dec 2014 19:59:44 +
with message-id <1418414384.1823.10.ca...@adam-barratt.org.uk>
and subject line Re: Bug#770995: unblock: xboard/4.8.0-2
has caused the Debian Bug report #770995,
regarding unblock: xboard/4.8.0-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.)


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

Please unblock package xboard

xboard 4.8.0-1 still uses the old xaw interface and I'd like to upload a
new version 4.8.0-2 to use the new gtk interface. This change has been
requested by upstream because of several bugs with the old interface,
for example some input fields do not work (I don't have any bug report,
sorry).

Would this be allowed to go to jessie?

The only changes between -1 and -2 is that XBoard is now built with
--with-gtk, and it has a new Build-Depends on libgtk-2.0-dev. I haven't
uploaded this new version yet.

Thanks for considering,

Vincent

unblock xboard/4.8.0-2

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

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)

diff -Nru xboard-4.8.0/debian/changelog xboard-4.8.0/debian/changelog
--- xboard-4.8.0/debian/changelog	2014-10-25 09:02:30.0 -0400
+++ xboard-4.8.0/debian/changelog	2014-11-25 14:07:13.0 -0500
@@ -1,3 +1,12 @@
+xboard (4.8.0-2) unstable; urgency=medium
+
+  * Build XBoard with the new gtk interface instead of the default xaw
+interface.
+- debian/rules: Build with --with-gtk
+- debian/control: Add libgtk2.0-dev in Build-Depends
+
+ -- Vincent Legout   Tue, 25 Nov 2014 13:13:42 -0500
+
 xboard (4.8.0-1) unstable; urgency=medium
 
   [ Markus Koschany ]
diff -Nru xboard-4.8.0/debian/control xboard-4.8.0/debian/control
--- xboard-4.8.0/debian/control	2014-10-25 09:00:16.0 -0400
+++ xboard-4.8.0/debian/control	2014-11-19 08:57:23.0 -0500
@@ -12,7 +12,8 @@
libcairo2-dev,
librsvg2-dev,
libxaw7-dev,
-   texinfo
+   texinfo,
+   libgtk2.0-dev
 Standards-Version: 3.9.6
 Homepage: http://savannah.gnu.org/projects/xboard/
 Vcs-Git: git://anonscm.debian.org/pkg-games/xboard.git
diff -Nru xboard-4.8.0/debian/rules xboard-4.8.0/debian/rules
--- xboard-4.8.0/debian/rules	2014-10-25 09:02:11.0 -0400
+++ xboard-4.8.0/debian/rules	2014-11-19 09:10:37.0 -0500
@@ -9,7 +9,8 @@
 	dh_auto_configure -- \
 		--enable-zippy  \
 		--bindir='$${exec_prefix}/games' \
-		--sysconfdir='/etc/xboard'
+		--sysconfdir='/etc/xboard' \
+		--with-gtk
 
 override_dh_auto_install:
 	dh_auto_install
--- End Message ---
--- Begin Message ---
On Thu, 2014-12-04 at 08:39 -0500, Vincent Legout wrote:
> Hi,
> 
> Jonathan Wiltshire  writes:
> 
> > On Tue, Nov 25, 2014 at 02:24:06PM -0500, Vincent Legout wrote:
> >> xboard 4.8.0-1 still uses the old xaw interface and I'd like to upload a
> >> new version 4.8.0-2 to use the new gtk interface. This change has been
> >> requested by upstream because of several bugs with the old interface,
> >> for example some input fields do not work (I don't have any bug report,
> >> sorry).
> >
> > This only just came to light??
> >
> > It's a pretty big change, though I see the usability aspects of it. You'd
> > better upload to sid and let it age for as long as possible, and if nothing
> > else comes up between now and 4th December I imagine we could be persuaded
> > then.
> 
> xboard 4.8.0-2 has been in unstable for 7 days and no bug has been
> reported.

For future reference, please remove the "moreinfo" tag in such cases.
That will move the bug back on to our radar.

> Could you please consider unblocking it?

Done.

Regards,

Adam--- End Message ---


Bug#768368: unblock: wxglade/0.7.0-2

2014-12-12 Thread Adam D. Barratt
On Fri, 2014-11-21 at 18:50 +0100, Niels Thykier wrote:
> We are still waiting for a source debdiff from you on wxglade.  Please
> attach it to a reply of this mail at your earliest convenience.

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: https://lists.debian.org/1418414065.1823.7.ca...@adam-barratt.org.uk



Bug#769853: /769854: unblock: python-persistent and python-zodb

2014-12-12 Thread Adam D. Barratt
Control: tags 769854 + confirmed moreinfo
Control: tags 769853 + confirmed moreinfo

On Fri, 2014-12-12 at 12:44 +0900, Arnaud Fontaine wrote:
> Hi,
> 
> Julien Cristau  writes:
> 
> > I don't think that's ok.  Can't  you remove the conflicting files from
> > python-zodb, and make it depend on python-persistent?
> 
> Thanks  for the  suggestion. I  talked  with upstream  authors and  this
> should  be fine.   However, python-persistent  in the  archive (4.x)  is
> incompatible with ZODB < 4.0.0a4 and  thus with the version available in
> the  archive (3.9.7).  Therefore, I  had to  backport some  patches from
> upstream so that python-zodb could depend on python-persistent.
[...]
> I have  attached the  debdiff with the  packages currently  in unstable,
> would you consider unblocking these changes  if I upload the packages to
> unstable?

If the upload can be made soon, that should be fine. Please remove the
"moreinfo" tags once the packages are in unstable.

Regards,

Adm


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/1418413900.1823.6.ca...@adam-barratt.org.uk



Processed: Re: Bug#769853: /769854: unblock: python-persistent and python-zodb

2014-12-12 Thread Debian Bug Tracking System
Processing control commands:

> tags 769854 + confirmed moreinfo
Bug #769854 [release.debian.org] unblock: zodb/1:3.9.7-3
Ignoring request to alter tags of bug #769854 to the same tags previously set
> tags 769853 + confirmed moreinfo
Bug #769853 [release.debian.org] unblock: python-persistent/4.0.8-2
Ignoring request to alter tags of bug #769853 to the same tags previously set

-- 
769853: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=769853
769854: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=769854
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: 
https://lists.debian.org/handler.s.b769854.141841391017939.transcr...@bugs.debian.org



Processed: Re: Bug#769853: /769854: unblock: python-persistent and python-zodb

2014-12-12 Thread Debian Bug Tracking System
Processing control commands:

> tags 769854 + confirmed moreinfo
Bug #769854 [release.debian.org] unblock: zodb/1:3.9.7-3
Ignoring request to alter tags of bug #769854 to the same tags previously set
> tags 769853 + confirmed moreinfo
Bug #769853 [release.debian.org] unblock: python-persistent/4.0.8-2
Ignoring request to alter tags of bug #769853 to the same tags previously set

-- 
769853: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=769853
769854: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=769854
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: 
https://lists.debian.org/handler.s.b769853.141841391017929.transcr...@bugs.debian.org



Processed: Re: Bug#769853: /769854: unblock: python-persistent and python-zodb

2014-12-12 Thread Debian Bug Tracking System
Processing control commands:

> tags 769854 + confirmed moreinfo
Bug #769854 [release.debian.org] unblock: zodb/1:3.9.7-3
Added tag(s) confirmed and moreinfo.
> tags 769853 + confirmed moreinfo
Bug #769853 [release.debian.org] unblock: python-persistent/4.0.8-2
Added tag(s) confirmed and moreinfo.

-- 
767554: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=767554
769853: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=769853
769854: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=769854
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: 
https://lists.debian.org/handler.s.b767554.141841391017948.transcr...@bugs.debian.org



Bug#769853: /769854: unblock: python-persistent and python-zodb

2014-12-12 Thread Julien Cristau
On Fri, Dec 12, 2014 at 12:44:08 +0900, Arnaud Fontaine wrote:

> I have  attached the  debdiff with the  packages currently  in unstable,
> would you consider unblocking these changes  if I upload the packages to
> unstable?
> 
Yes, I would.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#772892: unblock: python-mne/0.8.6+dfsg-2

2014-12-12 Thread Yaroslav Halchenko

On Fri, 12 Dec 2014, Ivo De Decker wrote:
> > Please unblock package python-mne

> Unblocked.

Great -- thank you!

> > P.S. For full clarity: while building this package in "dirty" environment 
> > today
> > with pandas present, I found that build would fail with pandas version in 
> > sid
> > (pandas failed to propagate to jessie before the freeze because of FTBFS on
> > some archs due to some failing tests), and mne upstream has fix for that 
> > [1].
> > It is just a minor patch so if desired -- I could include it as well which
> > should solidify this package across jessie/sid.  But it is relevant only
> > for sid, not for jessie, and even in sid shouldn't cause FTBFS in clean 
> > build
> > environments.

> That change isn't appropriate for jessie. For stretch, it would be good to
> make sure that the build doesn't produce a different result in an unclean
> environment (though obviously, uploads to the archive should always be built
> in a clean environment).

yeap -- gotcha.  Have a good weekend

-- 
Yaroslav O. Halchenko, Ph.D.
http://neuro.debian.net http://www.pymvpa.org http://www.fail2ban.org
Research Scientist,Psychological and Brain Sciences Dept.
Dartmouth College, 419 Moore Hall, Hinman Box 6207, Hanover, NH 03755
Phone: +1 (603) 646-9834   Fax: +1 (603) 646-1419
WWW:   http://www.linkedin.com/in/yarik


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20141212194157.gn7...@onerussian.com



Bug#772892: marked as done (unblock: python-mne/0.8.6+dfsg-2)

2014-12-12 Thread Debian Bug Tracking System
Your message dated Fri, 12 Dec 2014 20:31:50 +0100
with message-id <20141212193149.gb22...@ugent.be>
and subject line Re: Bug#772892: unblock: python-mne/0.8.6+dfsg-2
has caused the Debian Bug report #772892,
regarding unblock: python-mne/0.8.6+dfsg-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.)


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

Please unblock package python-mne

python-mne 0.8.4+dfsg-1 was recently (2014-12-08) removed from jessie because
of FTBFS due to failing unittests excercised at build time (writing to
$HOME).  before that I had uploaded 0.8.6+dfsg-1 into sid since changes were
abnisimal (docs + 1 small bug with obvious fix).  Per our discussion on #IRC
today's morning to mitigate the FTBFS in jessie  I am uploading sid's version
with the patch to properly address the failing unittests (using temp directory
instead of HOME).

I am attaching the full debdiff from the version previously in jessie.  It also
could be found at
http://www.onerussian.com/tmp/python-mne_0.8.6+dfsg-2.debdiff

P.S. For full clarity: while building this package in "dirty" environment today
with pandas present, I found that build would fail with pandas version in sid
(pandas failed to propagate to jessie before the freeze because of FTBFS on
some archs due to some failing tests), and mne upstream has fix for that [1].
It is just a minor patch so if desired -- I could include it as well which
should solidify this package across jessie/sid.  But it is relevant only
for sid, not for jessie, and even in sid shouldn't cause FTBFS in clean build
environments.

[1] 
https://github.com/mne-tools/mne-python/commit/80dbf150bf7fe0baa313a0caccc69ae6c85f9de0

unblock python-mne/0.8.6+dfsg-2

-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (900, 'testing'), (600, 'unstable'), (300, 'experimental')
Architecture: amd64 (x86_64)

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

On Thu, Dec 11, 2014 at 07:24:22PM -0500, Yaroslav Halchenko wrote:
> Please unblock package python-mne

Unblocked.

> P.S. For full clarity: while building this package in "dirty" environment 
> today
> with pandas present, I found that build would fail with pandas version in sid
> (pandas failed to propagate to jessie before the freeze because of FTBFS on
> some archs due to some failing tests), and mne upstream has fix for that [1].
> It is just a minor patch so if desired -- I could include it as well which
> should solidify this package across jessie/sid.  But it is relevant only
> for sid, not for jessie, and even in sid shouldn't cause FTBFS in clean build
> environments.

That change isn't appropriate for jessie. For stretch, it would be good to
make sure that the build doesn't produce a different result in an unclean
environment (though obviously, uploads to the archive should always be built
in a clean environment).

Cheers,

Ivo--- End Message ---


Bug#772652: marked as done (unblock: gnome-shell/3.14.2-2)

2014-12-12 Thread Debian Bug Tracking System
Your message dated Fri, 12 Dec 2014 20:27:30 +0100
with message-id <20141212192728.ga22...@ugent.be>
and subject line Re: Bug#772652: unblock: gnome-shell/3.14.2-2
has caused the Debian Bug report #772652,
regarding unblock: gnome-shell/3.14.2-2
to be marked as done.

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

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


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

Dear release team,

Could you please unblock package gnome-shell/3.14.2-2.

This upload includes a patch that defers the startup of the caribou
daemon (on screen keyboard) that is unfortunatelly known to consume
quite some resources (CPU time, memory and dbus trafic) even if a11y is
disabled on the user machine. (see: #769489).

Cheers,

Laurent Bigonville

unblock gnome-shell/3.14.2-2

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

Kernel: Linux 3.16.0-4-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_BE.utf8, LC_CTYPE=fr_BE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru gnome-shell-3.14.2/debian/changelog gnome-shell-3.14.2/debian/changelog
--- gnome-shell-3.14.2/debian/changelog	2014-11-30 15:31:15.0 +0100
+++ gnome-shell-3.14.2/debian/changelog	2014-12-09 17:05:29.0 +0100
@@ -1,3 +1,11 @@
+gnome-shell (3.14.2-2) unstable; urgency=medium
+
+  * Add debian/patches/51-Delay-caribou-daemon-invocation.patch: Delay the
+invocation of the caribou daemon until it's really needed, this should
+workaround bugs like #769489.
+
+ -- Laurent Bigonville   Tue, 09 Dec 2014 17:05:28 +0100
+
 gnome-shell (3.14.2-1) unstable; urgency=medium
 
   * gnome-shell.gsettings-override: remove shotwell which is no longer 
diff -Nru gnome-shell-3.14.2/debian/patches/51-Delay-caribou-daemon-invocation.patch gnome-shell-3.14.2/debian/patches/51-Delay-caribou-daemon-invocation.patch
--- gnome-shell-3.14.2/debian/patches/51-Delay-caribou-daemon-invocation.patch	1970-01-01 01:00:00.0 +0100
+++ gnome-shell-3.14.2/debian/patches/51-Delay-caribou-daemon-invocation.patch	2014-12-08 17:30:59.0 +0100
@@ -0,0 +1,75 @@
+From 68d6389ee6b0b90fbc8a7532c98f758f1a2f2223 Mon Sep 17 00:00:00 2001
+From: Daiki Ueno 
+Date: Thu, 6 Nov 2014 16:40:34 +0900
+Subject: [PATCH] keyboard: Delay caribou daemon invocation until really needed
+
+Calling g_dbus_proxy_new without any flag means that the caribou
+daemon will be launched through D-Bus activation, when creating
+a proxy.  It smoked out some corner cases in caribou and at-spi2-core,
+but generally it would be good to avoid creating unused process.
+
+This patch delays the invocation until the "Run" method is called.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=739712
+---
+ js/ui/keyboard.js | 34 --
+ 1 file changed, 20 insertions(+), 14 deletions(-)
+
+diff --git a/js/ui/keyboard.js b/js/ui/keyboard.js
+index 1855adc..8dc154b 100644
+--- a/js/ui/keyboard.js
 b/js/ui/keyboard.js
+@@ -187,14 +187,7 @@ const Keyboard = new Lang.Class({
+ this._watchNameId = Gio.bus_watch_name(Gio.BusType.SESSION, CURSOR_BUS_NAME, 0,
+Lang.bind(this, this._sync),
+Lang.bind(this, this._sync));
+-this._daemonProxy = new CaribouDaemonProxy(Gio.DBus.session, CARIBOU_BUS_NAME,
+-   CARIBOU_OBJECT_PATH,
+-   Lang.bind(this, function(proxy, error) {
+-   if (error) {
+-   log(error.message);
+-   return;
+-   }
+-   }));
++this._daemonProxy = null;
+ this._cursorProxy = new CursorManagerProxy(Gio.DBus.session, CURSOR_BUS_NAME,
+CURSOR_OBJECT_PATH,
+Lang.bind(this, function(proxy, error) {
+@@ -256,15 +249,28 @@ const Keyboard = new Lang.Class({
+ this.actor = null;
+ 
+ this._destroySource();
+-this._daemonProxy.QuitRemote(function (result,

Processed: Re: Bug#772151: unblock: db5.3/5.3.28-7

2014-12-12 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 confirmed moreinfo
Bug #772151 [release.debian.org] unblock: db5.3/5.3.28-7
Added tag(s) confirmed and moreinfo.

-- 
772151: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=772151
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: 
https://lists.debian.org/handler.s.b772151.14184119725644.transcr...@bugs.debian.org



Bug#772151: unblock: db5.3/5.3.28-7

2014-12-12 Thread Ivo De Decker
Control: tags -1 confirmed moreinfo

Hi,

On Fri, Dec 12, 2014 at 10:52:50AM +0100, Ondřej Surý wrote:
> db5.3 migration is blocked by gcc-default (and gcc-4.9 update), thus I
> think t-p-u is needed in this case.

Unfortunately, it looks that way.

Please upload 5.3.28-7~deb8u1 to jessie, and make sure to build it in a clean
jessie chroot. Please remove the moreinfo tags once it's uploaded and built
everywhere.

If it turns out 5.3.28-7 can migrate to jessie after all, it will just replace
the t-p-u version.

Cheers,

Ivo


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20141212191925.gd21...@ugent.be



Bug#772926: unblock: grml-debootstrap/0.68

2014-12-12 Thread Ivo De Decker
Hi,

On Fri, Dec 12, 2014 at 10:23:48AM +0100, Michael Prokop wrote:
> Please unblock package grml-debootstrap v0.68, fixing issue #772849
> which is caused by a behaviour change of util-linux's blkid binary
> (more details about that in #772846):
> 
> unblock grml-debootstrap/0.68

This change looks good, but could you just confirm that it still works with
the new util-linux that was uploaded today?

Cheers,

Ivo


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20141212191525.gc21...@ugent.be



Processed: Re: Bug#772982: unblock: util-linux/2.25.2-4

2014-12-12 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 d-i
Bug #772982 [release.debian.org] unblock: util-linux/2.25.2-4
Added tag(s) d-i.

-- 
772982: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=772982
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: 
https://lists.debian.org/handler.s.b772982.14184116623650.transcr...@bugs.debian.org




Bug#772982: unblock: util-linux/2.25.2-4

2014-12-12 Thread Ivo De Decker
Control: tags -1 d-i

Hi,

On Fri, Dec 12, 2014 at 06:48:03PM +0100, Andreas Henriksson wrote:
> Please unblock package util-linux

Unblocked.

This also needs an unblock-udeb.

Cheers,

Ivo


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20141212191415.gb21...@ugent.be



Bug#772979: unblock: linux/3.16.7-ckt2-1

2014-12-12 Thread Cyril Brulebois
Control: tag -1 confirmed

Ivo De Decker  (2014-12-12):
> The original mail probably didn't go to the list because it was too big.
> 
> On Fri, Dec 12, 2014 at 05:34:32PM +, Ben Hutchings wrote:
> > Please unblock package linux
> 
> I added the unblock hint, but obviously, this needs an unblock-udeb as well.

18:20:41 [ bwh] KiBi: Do I still need to send the unblock request?
18:21:29 [ KiBi] preferably I suppose; you can include an advance d-i rm ack 
though

→ No objection.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Processed: Re: unblock: linux/3.16.7-ckt2-1

2014-12-12 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 confirmed
Bug #772979 [release.debian.org] unblock: linux/3.16.7-ckt2-1
Added tag(s) confirmed.

-- 
772979: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=772979
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: 
https://lists.debian.org/handler.s.b772979.141841001526267.transcr...@bugs.debian.org



Bug#772979: unblock: linux/3.16.7-ckt2-1

2014-12-12 Thread Ivo De Decker
Control: tags -1 d-i

Hi Ben,

The original mail probably didn't go to the list because it was too big.

On Fri, Dec 12, 2014 at 05:34:32PM +, Ben Hutchings wrote:
> Please unblock package linux

I added the unblock hint, but obviously, this needs an unblock-udeb as well.

Cheers,

Ivo


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20141212183839.ga21...@ugent.be



Processed: Re: unblock: linux/3.16.7-ckt2-1

2014-12-12 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 d-i
Bug #772979 [release.debian.org] unblock: linux/3.16.7-ckt2-1
Added tag(s) d-i.

-- 
772979: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=772979
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: 
https://lists.debian.org/handler.s.b772979.141840952723168.transcr...@bugs.debian.org



Bug#772984: marked as done (unblock: avifile/0.7.48~20090503.ds-16.2)

2014-12-12 Thread Debian Bug Tracking System
Your message dated Fri, 12 Dec 2014 19:32:48 +0100
with message-id <20141212183247.ga21...@ugent.be>
and subject line Re: Bug#772984: unblock: avifile/0.7.48~20090503.ds-16.2
has caused the Debian Bug report #772984,
regarding unblock: avifile/0.7.48~20090503.ds-16.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.)


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

Please unblock package avifile

Fix dpkg-maintscript-helper to handle symlink to directory conversion
Closes: #771753

Debdiff is attached

unblock avifile/0.7.48~20090503.ds-16.2

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

Kernel: Linux 3.2.0-4-amd64 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru avifile-0.7.48~20090503.ds/debian/changelog avifile-0.7.48~20090503.ds/debian/changelog
--- avifile-0.7.48~20090503.ds/debian/changelog	2014-10-20 13:28:43.0 +0200
+++ avifile-0.7.48~20090503.ds/debian/changelog	2014-12-12 18:34:39.0 +0100
@@ -1,3 +1,12 @@
+avifile (1:0.7.48~20090503.ds-16.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix dpkg-maintscript-helper to handle symlink to directory conversion
+Closes: #771753
+  * Pre-Depends: ${misc:Pre-Depends} also for *-bin, *-dev package
+
+ -- Andreas Tille   Fri, 12 Dec 2014 10:05:48 +0100
+
 avifile (1:0.7.48~20090503.ds-16.1) unstable; urgency=medium
 
   * Make the package binNMUable (Closes: #765669)
diff -Nru avifile-0.7.48~20090503.ds/debian/control avifile-0.7.48~20090503.ds/debian/control
--- avifile-0.7.48~20090503.ds/debian/control	2014-10-20 13:28:43.0 +0200
+++ avifile-0.7.48~20090503.ds/debian/control	2014-12-12 10:19:46.0 +0100
@@ -65,6 +65,7 @@
 Package: libavifile-0.7-dev
 Architecture: any
 Section: libdevel
+Pre-Depends: ${misc:Pre-Depends}
 Depends: libavifile-0.7c2 (= ${binary:Version}), ${misc:Depends}
 Breaks: avifile-divx-plugin (<< 1:0.7.48~20090503.ds-5),
 avifile-mad-plugin (<< 1:0.7.48~20090503.ds-5),
@@ -83,6 +84,7 @@
 Package: libavifile-0.7-bin
 Architecture: any
 Section: misc
+Pre-Depends: ${misc:Pre-Depends}
 Depends: libavifile-0.7-common (>= ${source:Version}), ${misc:Depends}, ${shlibs:Depends}
 Replaces: libavifile-0.7c2 (<< 1:0.7.48~20090503.ds-10)
 Conflicts: libavifile-0.7c2 (<< 1:0.7.48~20090503.ds-10)
diff -Nru avifile-0.7.48~20090503.ds/debian/libavifile-0.7-bin.maintscript avifile-0.7.48~20090503.ds/debian/libavifile-0.7-bin.maintscript
--- avifile-0.7.48~20090503.ds/debian/libavifile-0.7-bin.maintscript	2014-10-20 13:28:43.0 +0200
+++ avifile-0.7.48~20090503.ds/debian/libavifile-0.7-bin.maintscript	2014-12-12 18:34:12.0 +0100
@@ -1 +1 @@
-symlink_to_dir /usr/share/doc/libavifile-0.7-bin/ /usr/share/doc/libavifile-0.7-common 1:0.7.48~20090503.ds-16.1~ -- "$@"
+symlink_to_dir /usr/share/doc/libavifile-0.7-bin /usr/share/doc/libavifile-0.7-common 1:0.7.48~20090503.ds-16.1~
diff -Nru avifile-0.7.48~20090503.ds/debian/libavifile-0.7c2.maintscript avifile-0.7.48~20090503.ds/debian/libavifile-0.7c2.maintscript
--- avifile-0.7.48~20090503.ds/debian/libavifile-0.7c2.maintscript	2014-10-20 13:28:43.0 +0200
+++ avifile-0.7.48~20090503.ds/debian/libavifile-0.7c2.maintscript	2014-12-12 14:36:37.0 +0100
@@ -1 +1 @@
-symlink_to_dir /usr/share/doc/libavifile-0.7c2/ /usr/share/doc/libavifile-0.7-common 1:0.7.48~20090503.ds-16.1~ -- "$@"
+symlink_to_dir /usr/share/doc/libavifile-0.7c2 /usr/share/doc/libavifile-0.7-common 1:0.7.48~20090503.ds-16.1~
diff -Nru avifile-0.7.48~20090503.ds/debian/libavifile-0.7-dev.maintscript avifile-0.7.48~20090503.ds/debian/libavifile-0.7-dev.maintscript
--- avifile-0.7.48~20090503.ds/debian/libavifile-0.7-dev.maintscript	2014-10-20 13:28:43.0 +0200
+++ avifile-0.7.48~20090503.ds/debian/libavifile-0.7-dev.maintscript	2014-12-12 14:36:27.0 +0100
@@ -1 +1 @@
-symlink_to_dir /usr/share/doc/libavifile-0.7-dev/ /usr/share/doc/libavifile-0.7-common 1:0.7.48~20090503.ds-16.1~ -- "$@"
+symlink_to_dir /usr/share/doc/libavifile-0.7-dev /usr/share/doc/libavifile-0.7-common 1:0.7.48~20090503.ds-16.1~
--- End Message ---
--- Begin Message ---
Hi Andreas,

On Fri, Dec 12, 2014 at 07:24:46PM +0100, Andreas Tille wrote:
> unblock avifile/0.7.48~20090503.ds-16.2

Unblocked.

Cheers,

Ivo--- End Message ---

Bug#772984: unblock: avifile/0.7.48~20090503.ds-16.2

2014-12-12 Thread Andreas Tille
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package avifile

Fix dpkg-maintscript-helper to handle symlink to directory conversion
Closes: #771753

Debdiff is attached

unblock avifile/0.7.48~20090503.ds-16.2

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

Kernel: Linux 3.2.0-4-amd64 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru avifile-0.7.48~20090503.ds/debian/changelog avifile-0.7.48~20090503.ds/debian/changelog
--- avifile-0.7.48~20090503.ds/debian/changelog	2014-10-20 13:28:43.0 +0200
+++ avifile-0.7.48~20090503.ds/debian/changelog	2014-12-12 18:34:39.0 +0100
@@ -1,3 +1,12 @@
+avifile (1:0.7.48~20090503.ds-16.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix dpkg-maintscript-helper to handle symlink to directory conversion
+Closes: #771753
+  * Pre-Depends: ${misc:Pre-Depends} also for *-bin, *-dev package
+
+ -- Andreas Tille   Fri, 12 Dec 2014 10:05:48 +0100
+
 avifile (1:0.7.48~20090503.ds-16.1) unstable; urgency=medium
 
   * Make the package binNMUable (Closes: #765669)
diff -Nru avifile-0.7.48~20090503.ds/debian/control avifile-0.7.48~20090503.ds/debian/control
--- avifile-0.7.48~20090503.ds/debian/control	2014-10-20 13:28:43.0 +0200
+++ avifile-0.7.48~20090503.ds/debian/control	2014-12-12 10:19:46.0 +0100
@@ -65,6 +65,7 @@
 Package: libavifile-0.7-dev
 Architecture: any
 Section: libdevel
+Pre-Depends: ${misc:Pre-Depends}
 Depends: libavifile-0.7c2 (= ${binary:Version}), ${misc:Depends}
 Breaks: avifile-divx-plugin (<< 1:0.7.48~20090503.ds-5),
 avifile-mad-plugin (<< 1:0.7.48~20090503.ds-5),
@@ -83,6 +84,7 @@
 Package: libavifile-0.7-bin
 Architecture: any
 Section: misc
+Pre-Depends: ${misc:Pre-Depends}
 Depends: libavifile-0.7-common (>= ${source:Version}), ${misc:Depends}, ${shlibs:Depends}
 Replaces: libavifile-0.7c2 (<< 1:0.7.48~20090503.ds-10)
 Conflicts: libavifile-0.7c2 (<< 1:0.7.48~20090503.ds-10)
diff -Nru avifile-0.7.48~20090503.ds/debian/libavifile-0.7-bin.maintscript avifile-0.7.48~20090503.ds/debian/libavifile-0.7-bin.maintscript
--- avifile-0.7.48~20090503.ds/debian/libavifile-0.7-bin.maintscript	2014-10-20 13:28:43.0 +0200
+++ avifile-0.7.48~20090503.ds/debian/libavifile-0.7-bin.maintscript	2014-12-12 18:34:12.0 +0100
@@ -1 +1 @@
-symlink_to_dir /usr/share/doc/libavifile-0.7-bin/ /usr/share/doc/libavifile-0.7-common 1:0.7.48~20090503.ds-16.1~ -- "$@"
+symlink_to_dir /usr/share/doc/libavifile-0.7-bin /usr/share/doc/libavifile-0.7-common 1:0.7.48~20090503.ds-16.1~
diff -Nru avifile-0.7.48~20090503.ds/debian/libavifile-0.7c2.maintscript avifile-0.7.48~20090503.ds/debian/libavifile-0.7c2.maintscript
--- avifile-0.7.48~20090503.ds/debian/libavifile-0.7c2.maintscript	2014-10-20 13:28:43.0 +0200
+++ avifile-0.7.48~20090503.ds/debian/libavifile-0.7c2.maintscript	2014-12-12 14:36:37.0 +0100
@@ -1 +1 @@
-symlink_to_dir /usr/share/doc/libavifile-0.7c2/ /usr/share/doc/libavifile-0.7-common 1:0.7.48~20090503.ds-16.1~ -- "$@"
+symlink_to_dir /usr/share/doc/libavifile-0.7c2 /usr/share/doc/libavifile-0.7-common 1:0.7.48~20090503.ds-16.1~
diff -Nru avifile-0.7.48~20090503.ds/debian/libavifile-0.7-dev.maintscript avifile-0.7.48~20090503.ds/debian/libavifile-0.7-dev.maintscript
--- avifile-0.7.48~20090503.ds/debian/libavifile-0.7-dev.maintscript	2014-10-20 13:28:43.0 +0200
+++ avifile-0.7.48~20090503.ds/debian/libavifile-0.7-dev.maintscript	2014-12-12 14:36:27.0 +0100
@@ -1 +1 @@
-symlink_to_dir /usr/share/doc/libavifile-0.7-dev/ /usr/share/doc/libavifile-0.7-common 1:0.7.48~20090503.ds-16.1~ -- "$@"
+symlink_to_dir /usr/share/doc/libavifile-0.7-dev /usr/share/doc/libavifile-0.7-common 1:0.7.48~20090503.ds-16.1~


Bug#772982: unblock: util-linux/2.25.2-4

2014-12-12 Thread Andreas Henriksson
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package util-linux

The latest upload fixes 2 RC bugs (one of them being security related)
and includes a whole lot of l10n updates thanks to David Prévot.

I'm attaching a filtered debdiff (excluding the actual language
string changes), plus the patch from upstream for the security
issue so you don't have to read patch-in-patch if you don't want to.

unblock util-linux/2.25.2-4

-- System Information:
Debian Release: 8.0
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
debdiff /var/cache/pbuilder/result/util-linux_2.25.2-[34].dsc | filterdiff -x '*/debian/patches/Update-*.patch' -x '*/debian/patches/Trivial-unfuzzy.patch'

diff -Nru util-linux-2.25.2/debian/changelog util-linux-2.25.2/debian/changelog
--- util-linux-2.25.2/debian/changelog	2014-11-17 11:25:26.0 +0100
+++ util-linux-2.25.2/debian/changelog	2014-12-12 18:26:14.0 +0100
@@ -1,3 +1,30 @@
+util-linux (2.25.2-4) unstable; urgency=medium
+
+  [ David Prévot ]
+  * Update POT and PO files and clean up .gmo files
+  * Update German translation, thanks to Mario Blättermann
+  * Update Spanish translation, thanks to Antonio Ceballos Roa
+  * Update French translation (Closes: #770506)
+  * Update Ukrainian translation, thanks to Yuri Chornoivan
+  * Update Brazilian Portuguese translation, thanks to Rafael Ferreira
+  * Update Chinese (simplified) translation, thanks to Wylmer Wang
+  * Update Danish translation, thanks to Joe Hansen
+  * Update Finnish translation, thanks to Lauri Nurmi
+  * Update Japanese translation, thanks to Takeshi Hamasaki
+  * Update Russian translation, thanks to Pavel Maryanov
+  * Trivial unfuzzy
+
+  [ Andreas Henriksson ]
+  * Add debian/patches/libblkid-care-about-unsafe-chars-in-cache.patch
+- from upstream git master commit 89e90ae7
+  "libblkid: care about unsafe chars in cache"
+- This fixes CVE-2014-9114: blkid command injection
+  see https://security-tracker.debian.org/tracker/CVE-2014-9114
+Thanks to Salvatore Bonaccorso (Closes: #771274)
+  * libuuid1: add passwd dependency for user migration (Closes: #771092)
+
+ -- Andreas Henriksson   Fri, 12 Dec 2014 18:23:24 +0100
+
 util-linux (2.25.2-3) unstable; urgency=medium
 
   * Ship fstrim timer/service units as examples only (Closes: #767194)
diff -Nru util-linux-2.25.2/debian/clean util-linux-2.25.2/debian/clean
--- util-linux-2.25.2/debian/clean	1970-01-01 01:00:00.0 +0100
+++ util-linux-2.25.2/debian/clean	2014-12-12 18:26:14.0 +0100
@@ -0,0 +1 @@
+po/*.gmo
diff -Nru util-linux-2.25.2/debian/control util-linux-2.25.2/debian/control
--- util-linux-2.25.2/debian/control	2014-11-17 11:25:26.0 +0100
+++ util-linux-2.25.2/debian/control	2014-12-12 18:26:14.0 +0100
@@ -208,7 +208,7 @@
 Architecture: any
 Section: libs
 Pre-Depends: ${misc:Pre-Depends}
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: passwd, ${misc:Depends}, ${shlibs:Depends}
 Recommends: uuid-runtime
 Replaces: e2fsprogs (<< 1.34-1)
 Multi-Arch: same
diff -Nru util-linux-2.25.2/debian/patches/libblkid-care-about-unsafe-chars-in-cache.patch util-linux-2.25.2/debian/patches/libblkid-care-about-unsafe-chars-in-cache.patch
--- util-linux-2.25.2/debian/patches/libblkid-care-about-unsafe-chars-in-cache.patch	1970-01-01 01:00:00.0 +0100
+++ util-linux-2.25.2/debian/patches/libblkid-care-about-unsafe-chars-in-cache.patch	2014-12-12 18:26:14.0 +0100
@@ -0,0 +1,163 @@
+From: Karel Zak 
+Date: Thu, 27 Nov 2014 13:39:35 +0100
+Subject: libblkid: care about unsafe chars in cache
+
+The high-level libblkid API uses /run/blkid/blkid.tab cache to
+store probing results. The cache format is
+
+   devname
+
+and unfortunately the cache code does not escape quotation marks:
+
+   # mkfs.ext4 -L 'AAA"BBB'
+
+   # cat /run/blkid/blkid.tab
+   ...
+   /dev/sdb1
+
+such string is later incorrectly parsed and blkid(8) returns
+nonsenses. And for use-cases like
+
+   # eval $(blkid -o export /dev/sdb1)
+
+it's also insecure.
+
+Note that mount, udevd and blkid -p are based on low-level libblkid
+API, it bypass the cache and directly read data from the devices.
+
+The current udevd upstream does not depend on blkid(8) output at all,
+it's directly linked with the library and all unsafe chars are encoded by
+\x notation.
+
+   # mkfs.ext4 -L 'X"`/tmp/foo` "' /dev/sdb1
+   # udevadm info --export-db | grep LABEL
+   ...
+   E: ID_FS_LABEL=X__/tmp/foo___
+   E: ID_FS_LABEL_ENC=X\x22\x60\x2ftmp\x2ffoo\x60\x20\x22
+
+Signed-off-by: Karel Zak 
+---
+ libblkid/src/read.c | 21 ++---
+ libblkid/src/save.c | 2

NEW changes in stable-new

2014-12-12 Thread Debian FTP Masters
Processing changes file: digikam_2.6.0-1+deb7u1_armhf.changes
  ACCEPT
Processing changes file: digikam_2.6.0-1+deb7u1_kfreebsd-i386.changes
  ACCEPT


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xztbu-0004vr...@franck.debian.org



Bug#772893: marked as done (unblock: xfonts-traditional/1.7)

2014-12-12 Thread Debian Bug Tracking System
Your message dated Fri, 12 Dec 2014 16:58:29 +
with message-id 
and subject line Re: Bug#772893: unblock: xfonts-traditional/1.7
has caused the Debian Bug report #772893,
regarding unblock: xfonts-traditional/1.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.)


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

Please unblock package xfonts-traditional

It fixes the RC (`serious') trigger cycle bug #7728960 in the obvious
way.

It also includes two translation updates.

It includes a .gitignore in the Debian source package which was
erroneously omitted previously.  (The previous omission was due to
git-buildpackage; now I am using dgit which does not have this
behaviour.)

unblock xfonts-traditional/1.7

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

Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.utf-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru xfonts-traditional-1.6/debian/changelog xfonts-traditional-1.7/debian/changelog
--- xfonts-traditional-1.6/debian/changelog	2012-06-14 19:45:17.0 +0100
+++ xfonts-traditional-1.7/debian/changelog	2014-12-12 00:20:18.0 +
@@ -1,3 +1,19 @@
+xfonts-traditional (1.7) unstable; urgency=low
+
+  * Use interest-noawait to fix dpkg trigger cycle.  Closes: #772860.
+Thanks to report from Guillem Jover.
+
+  [ victory  ]
+  * Japanese debconf translation.  Closes: #692144.
+
+  [ Adriano Rafael Gomes ]
+  * Brazilian Portuguese debconf translation.  Closes: #770366.
+
+  * Source package now contains .gitignore which git-buildpackage
+mistakenly had dpkg-source strip out.
+
+ -- Ian Jackson   Fri, 12 Dec 2014 00:20:18 +
+
 xfonts-traditional (1.6) unstable; urgency=low
 
   [ Camaleón  ]
diff -Nru xfonts-traditional-1.6/debian/po/ja.po xfonts-traditional-1.7/debian/po/ja.po
--- xfonts-traditional-1.6/debian/po/ja.po	1970-01-01 01:00:00.0 +0100
+++ xfonts-traditional-1.7/debian/po/ja.po	2014-12-12 00:06:29.0 +
@@ -0,0 +1,163 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# victory , 2012.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xfonts-traditional\n"
+"Report-Msgid-Bugs-To: xfonts-traditio...@packages.debian.org\n"
+"POT-Creation-Date: 2012-06-17 01:41+\n"
+"PO-Revision-Date: 2012-06-17 10:41+0900\n"
+"Last-Translator: victory \n"
+"Language-Team: Japanese \n"
+"Language: ja\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: boolean
+#. Description
+#: ../xfonts-traditional.templates:1001
+msgid "Generate traditional versions of fonts?"
+msgstr "昔のバージョンのフォントを生成しますか?"
+
+#. Type: boolean
+#. Description
+#: ../xfonts-traditional.templates:1001
+msgid ""
+"xfonts-traditional can automatically generate traditional versions (with "
+"foundry \"Trad\" instead of \"Misc\") of all fonts for which it has an idea "
+"about the glyphs.  (Currently this is versions of 6x13, aka \"fixed\".)"
+msgstr ""
+"xfonts-traditional は形を把握している全フォントの昔のバージョン"
+" (「Misc」ではなく「Trad」) を自動的に生成することができます。"
+"  (これは現在 6x13 のバージョン、別名「等幅フォント」です。)"
+
+#. Type: boolean
+#. Description
+#: ../xfonts-traditional.templates:1001
+msgid ""
+"But you may prefer not to do this automatically, and would rather just have "
+"the tool installed."
+msgstr ""
+"しかしこれを自動的に行うのは好みの別れるところで、ツールのインストールに"
+"留めたいかもしれません。"
+
+#. Type: boolean
+#. Description
+#: ../xfonts-traditional.templates:2001
+msgid "Configure xterm to use traditional fonts?"
+msgstr "昔のフォントを使うように xterm を設定しますか?"
+
+#. Type: boolean
+#. Description
+#: ../xfonts-traditional.templates:2001
+msgid ""
+"You can have the xterm default UTF-8 font changed to the traditional "
+"version."
+msgstr ""
+"xterm のデフォルトの UTF-8 フォントを昔のバージョンに変更させることもできます。"
+
+#. Type: boolean
+#. Description
+#: ../xfonts-traditional.templates:2001
+msgid ""
+"If you approve, I will edit /etc/X11/app-default/XTerm for you, and save "
+"your old file as XTerm.backup.not-trad.  (Note that this is a conffile so "
+"you may get prompts from dpkg about it in the future.)"
+msgstr ""
+"承認した場合は、/etc/X11/app-default/XTerm を変更し、古いファイルを "
+"XTerm.backup.not-trad に保存します。(これは設定ファイルなので、将来 "
+"dpkg がこれについて何か聞いてくるかも

NEW changes in stable-new

2014-12-12 Thread Debian FTP Masters
Processing changes file: digikam_2.6.0-1+deb7u1_armel.changes
  ACCEPT
Processing changes file: digikam_2.6.0-1+deb7u1_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: https://lists.debian.org/e1xztmw-0002yy...@franck.debian.org



Bug#772968: marked as done (unblock: dose3/3.3~beta1-3)

2014-12-12 Thread Debian Bug Tracking System
Your message dated Fri, 12 Dec 2014 16:55:24 +
with message-id <4a04cf066809cfb4170cf3318a9fb...@mail.adsl.funky-badger.org>
and subject line Re: Bug#772968: unblock: dose3/3.3~beta1-3
has caused the Debian Bug report #772968,
regarding unblock: dose3/3.3~beta1-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.)


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

Please unblock package dose3

The upload fixes #772875, by demoting a trigger from (implicit) "await" to
"noawait"; there was no real reason for blocking in the first place. The upload
also include a oneline change to debian/watch, to include a uversionmangle
(tentatively ACK-ed on #debian-release).

Here is a debdiff:

-
diff -Nru dose3-3.3~beta1/debian/apt-cudf.triggers 
dose3-3.3~beta1/debian/apt-cudf.triggers
--- dose3-3.3~beta1/debian/apt-cudf.triggers2014-10-21 20:53:10.0 
+0200
+++ dose3-3.3~beta1/debian/apt-cudf.triggers2014-12-12 16:41:11.0 
+0100
@@ -1 +1 @@
-interest /usr/share/cudf/solvers
+interest-noawait /usr/share/cudf/solvers
diff -Nru dose3-3.3~beta1/debian/changelog dose3-3.3~beta1/debian/changelog
--- dose3-3.3~beta1/debian/changelog2014-10-21 20:53:10.0 +0200
+++ dose3-3.3~beta1/debian/changelog2014-12-12 16:41:11.0 +0100
@@ -1,3 +1,16 @@
+dose3 (3.3~beta1-3) unstable; urgency=medium
+
+  [ Stefano Zacchiroli ]
+  * demote trigger on /usr/share/cudf/solvers from "interest" to
+"interest-noawait": there is no real need to block, and doing so avoid
+trigger cycles. Thanks Guillem Jover for the heads-up.
+(Closes: #772875)
+
+  [ Johannes Schauer ]
+  * fix debian/watch (add uversionmangle) 
+
+ -- Stefano Zacchiroli   Fri, 12 Dec 2014 16:39:24 +0100
+
 dose3 (3.3~beta1-1) unstable; urgency=low
 
   [ Ralf Treinen ]
diff -Nru dose3-3.3~beta1/debian/watch dose3-3.3~beta1/debian/watch
--- dose3-3.3~beta1/debian/watch2014-10-21 20:53:10.0 +0200
+++ dose3-3.3~beta1/debian/watch2014-12-12 16:41:11.0 +0100
@@ -1,2 +1,3 @@
 version=3
-https://gforge.inria.fr/frs/?group_id=4395 .*/dose3-(.*)\.tar\.gz
\ No newline at end of file
+opts=uversionmangle=s/-/~/ \
+https://gforge.inria.fr/frs/?group_id=4395 .*/dose3-(.*)\.tar\.gz
-

unblock dose3/3.3~beta1-3

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

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=it_IT.utf8, LC_CTYPE=it_IT.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
--- End Message ---
--- Begin Message ---

On 2014-12-12 15:52, Stefano Zacchiroli wrote:

Please unblock package dose3

The upload fixes #772875, by demoting a trigger from (implicit) "await" 
to
"noawait"; there was no real reason for blocking in the first place. 
The upload
also include a oneline change to debian/watch, to include a 
uversionmangle

(tentatively ACK-ed on #debian-release).


Unblocked, thanks.

Regards,

Adam--- End Message ---


Bug#772969: marked as done (unblock: pyyaml/3.11-2)

2014-12-12 Thread Debian Bug Tracking System
Your message dated Fri, 12 Dec 2014 16:53:51 +
with message-id 
and subject line Re: Bug#772969: unblock: pyyaml/3.11-2
has caused the Debian Bug report #772969,
regarding unblock: pyyaml/3.11-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.)


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

Please unblock package pyyaml

RC bug fix.  Resolves CVE-2014-9130.

unblock pyyaml/3.11-2
diff -u pyyaml-3.11/debian/changelog pyyaml-3.11/debian/changelog
--- pyyaml-3.11/debian/changelog
+++ pyyaml-3.11/debian/changelog
@@ -1,3 +1,11 @@
+pyyaml (3.11-2) unstable; urgency=medium
+
+  * Backport security fix for Reachable Assertion security issue (potential
+remote DoS) - CVE-2014-9130 (Closes: #772815)
+- Add debian/patches/CVE-2014-9130-invalid-key-assert.diff
+
+ -- Scott Kitterman   Fri, 12 Dec 2014 08:35:37 -0500
+
 pyyaml (3.11-1) unstable; urgency=medium
 
   [ Jakub Wilk ]
diff -u pyyaml-3.11/debian/patches/series pyyaml-3.11/debian/patches/series
--- pyyaml-3.11/debian/patches/series
+++ pyyaml-3.11/debian/patches/series
@@ -1,0 +2 @@
+CVE-2014-9130-invalid-key-assert.diff
only in patch2:
unchanged:
--- pyyaml-3.11.orig/debian/patches/CVE-2014-9130-invalid-key-assert.diff
+++ pyyaml-3.11/debian/patches/CVE-2014-9130-invalid-key-assert.diff
@@ -0,0 +1,35 @@
+# HG changeset patch
+# User Kirill Simonov 
+# Date 1417197216 21600
+# Node ID ddf211a41bb231c365fece5599b7e484e6dc33fc
+# Parent  263dff6f9664ccdc532283ba5c7b282c0e436a7b
+Removed invalid simple key assertion.
+
+diff --git a/lib/yaml/scanner.py b/lib/yaml/scanner.py
+--- a/lib/yaml/scanner.py
 b/lib/yaml/scanner.py
+@@ -297,10 +297,6 @@
+ # Check if a simple key is required at the current position.
+ required = not self.flow_level and self.indent == self.column
+ 
+-# A simple key is required only if it is the first token in the current
+-# line. Therefore it is always allowed.
+-assert self.allow_simple_key or not required
+-
+ # The next token might be a simple key. Let's save it's number and
+ # position.
+ if self.allow_simple_key:
+diff --git a/lib3/yaml/scanner.py b/lib3/yaml/scanner.py
+--- a/lib3/yaml/scanner.py
 b/lib3/yaml/scanner.py
+@@ -297,10 +297,6 @@
+ # Check if a simple key is required at the current position.
+ required = not self.flow_level and self.indent == self.column
+ 
+-# A simple key is required only if it is the first token in the current
+-# line. Therefore it is always allowed.
+-assert self.allow_simple_key or not required
+-
+ # The next token might be a simple key. Let's save it's number and
+ # position.
+ if self.allow_simple_key:
--- End Message ---
--- Begin Message ---

On 2014-12-12 15:56, Scott Kitterman wrote:

Please unblock package pyyaml

RC bug fix.  Resolves CVE-2014-9130.


Unblocked, thanks.

Regards,

Adam--- End Message ---


NEW changes in stable-new

2014-12-12 Thread Debian FTP Masters
Processing changes file: digikam_2.6.0-1+deb7u1_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: https://lists.debian.org/e1xzt8q-cm...@franck.debian.org



NEW changes in stable-new

2014-12-12 Thread Debian FTP Masters
Processing changes file: digikam_2.6.0-1+deb7u1_i386.changes
  ACCEPT
Processing changes file: digikam_2.6.0-1+deb7u1_kfreebsd-amd64.changes
  ACCEPT
Processing changes file: digikam_2.6.0-1+deb7u1_powerpc.changes
  ACCEPT
Processing changes file: digikam_2.6.0-1+deb7u1_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: https://lists.debian.org/e1xzstw-0007il...@franck.debian.org



Bug#772969: unblock: pyyaml/3.11-2

2014-12-12 Thread Scott Kitterman
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package pyyaml

RC bug fix.  Resolves CVE-2014-9130.

unblock pyyaml/3.11-2
diff -u pyyaml-3.11/debian/changelog pyyaml-3.11/debian/changelog
--- pyyaml-3.11/debian/changelog
+++ pyyaml-3.11/debian/changelog
@@ -1,3 +1,11 @@
+pyyaml (3.11-2) unstable; urgency=medium
+
+  * Backport security fix for Reachable Assertion security issue (potential
+remote DoS) - CVE-2014-9130 (Closes: #772815)
+- Add debian/patches/CVE-2014-9130-invalid-key-assert.diff
+
+ -- Scott Kitterman   Fri, 12 Dec 2014 08:35:37 -0500
+
 pyyaml (3.11-1) unstable; urgency=medium
 
   [ Jakub Wilk ]
diff -u pyyaml-3.11/debian/patches/series pyyaml-3.11/debian/patches/series
--- pyyaml-3.11/debian/patches/series
+++ pyyaml-3.11/debian/patches/series
@@ -1,0 +2 @@
+CVE-2014-9130-invalid-key-assert.diff
only in patch2:
unchanged:
--- pyyaml-3.11.orig/debian/patches/CVE-2014-9130-invalid-key-assert.diff
+++ pyyaml-3.11/debian/patches/CVE-2014-9130-invalid-key-assert.diff
@@ -0,0 +1,35 @@
+# HG changeset patch
+# User Kirill Simonov 
+# Date 1417197216 21600
+# Node ID ddf211a41bb231c365fece5599b7e484e6dc33fc
+# Parent  263dff6f9664ccdc532283ba5c7b282c0e436a7b
+Removed invalid simple key assertion.
+
+diff --git a/lib/yaml/scanner.py b/lib/yaml/scanner.py
+--- a/lib/yaml/scanner.py
 b/lib/yaml/scanner.py
+@@ -297,10 +297,6 @@
+ # Check if a simple key is required at the current position.
+ required = not self.flow_level and self.indent == self.column
+ 
+-# A simple key is required only if it is the first token in the current
+-# line. Therefore it is always allowed.
+-assert self.allow_simple_key or not required
+-
+ # The next token might be a simple key. Let's save it's number and
+ # position.
+ if self.allow_simple_key:
+diff --git a/lib3/yaml/scanner.py b/lib3/yaml/scanner.py
+--- a/lib3/yaml/scanner.py
 b/lib3/yaml/scanner.py
+@@ -297,10 +297,6 @@
+ # Check if a simple key is required at the current position.
+ required = not self.flow_level and self.indent == self.column
+ 
+-# A simple key is required only if it is the first token in the current
+-# line. Therefore it is always allowed.
+-assert self.allow_simple_key or not required
+-
+ # The next token might be a simple key. Let's save it's number and
+ # position.
+ if self.allow_simple_key:


Bug#772968: unblock: dose3/3.3~beta1-3

2014-12-12 Thread Stefano Zacchiroli
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package dose3

The upload fixes #772875, by demoting a trigger from (implicit) "await" to
"noawait"; there was no real reason for blocking in the first place. The upload
also include a oneline change to debian/watch, to include a uversionmangle
(tentatively ACK-ed on #debian-release).

Here is a debdiff:

-
diff -Nru dose3-3.3~beta1/debian/apt-cudf.triggers 
dose3-3.3~beta1/debian/apt-cudf.triggers
--- dose3-3.3~beta1/debian/apt-cudf.triggers2014-10-21 20:53:10.0 
+0200
+++ dose3-3.3~beta1/debian/apt-cudf.triggers2014-12-12 16:41:11.0 
+0100
@@ -1 +1 @@
-interest /usr/share/cudf/solvers
+interest-noawait /usr/share/cudf/solvers
diff -Nru dose3-3.3~beta1/debian/changelog dose3-3.3~beta1/debian/changelog
--- dose3-3.3~beta1/debian/changelog2014-10-21 20:53:10.0 +0200
+++ dose3-3.3~beta1/debian/changelog2014-12-12 16:41:11.0 +0100
@@ -1,3 +1,16 @@
+dose3 (3.3~beta1-3) unstable; urgency=medium
+
+  [ Stefano Zacchiroli ]
+  * demote trigger on /usr/share/cudf/solvers from "interest" to
+"interest-noawait": there is no real need to block, and doing so avoid
+trigger cycles. Thanks Guillem Jover for the heads-up.
+(Closes: #772875)
+
+  [ Johannes Schauer ]
+  * fix debian/watch (add uversionmangle) 
+
+ -- Stefano Zacchiroli   Fri, 12 Dec 2014 16:39:24 +0100
+
 dose3 (3.3~beta1-1) unstable; urgency=low
 
   [ Ralf Treinen ]
diff -Nru dose3-3.3~beta1/debian/watch dose3-3.3~beta1/debian/watch
--- dose3-3.3~beta1/debian/watch2014-10-21 20:53:10.0 +0200
+++ dose3-3.3~beta1/debian/watch2014-12-12 16:41:11.0 +0100
@@ -1,2 +1,3 @@
 version=3
-https://gforge.inria.fr/frs/?group_id=4395 .*/dose3-(.*)\.tar\.gz
\ No newline at end of file
+opts=uversionmangle=s/-/~/ \
+https://gforge.inria.fr/frs/?group_id=4395 .*/dose3-(.*)\.tar\.gz
-

unblock dose3/3.3~beta1-3

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

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=it_IT.utf8, LC_CTYPE=it_IT.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20141212155256.12284.46147.reportbug@timira.takhisis.invalid



Re: Bug#711502: Bug in quotatool, need to update package

2014-12-12 Thread Bas Zoetekouw
Hi Jan,

Thanks for the patch.  Unfortunately, quotatool is no longer included in
Jessie, and Unstable has a new upstream version, which also includes
this patch.

Gr,
bas.

On 12-12-2014 16:02 , Jan Wagner wrote:
> Hi there,
> 
> Am 07.06.13 11:45, schrieb Dimitry Bansikov:
>> Please fix this bug in debian 7, you need to update package:
>> https://github.com/ekenberg/quotatool/issues/9
>>  
>> Bug was already fixed in version 1.4.13 by quota team.
>> - Ignore linux initramfs mount entry for rootfs
> 
> I grabed
> https://github.com/ekenberg/quotatool/commit/a83c6d0d1bf623234e860dd7bfd3840c812fc32c.patch
> and added it to the wheezy package. This solved the problem for me on
> Debian Jessie.
> 
> A debdiff is attached and the package can be found at:
> 
> http://ftp.cyconet.org/debian/archive/unofficial/quotatool/1.4.12-1.1/
> 
> It would very welcomed to get that into Debian Jessie. Without it maybe
> hard to get quota working proper.
> 
> Many thanks, Jan.
> 

-- 
Bas Zoetekouw

 And what shoulder and what art
 Could twist the sinews of thy heart?
 And when thy heart began to beat
 What dread hand and what dread feet?



signature.asc
Description: OpenPGP digital signature


NEW changes in stable-new

2014-12-12 Thread Debian FTP Masters
Processing changes file: xorg-server_1.12.4-6+deb7u3_amd64.changes
  ACCEPT
Processing changes file: xorg-server_1.12.4-6+deb7u4_amd64.changes
  ACCEPT
Processing changes file: xorg-server_1.12.4-6+deb7u4_armel.changes
  ACCEPT
Processing changes file: xorg-server_1.12.4-6+deb7u4_armhf.changes
  ACCEPT
Processing changes file: xorg-server_1.12.4-6+deb7u4_i386.changes
  ACCEPT
Processing changes file: xorg-server_1.12.4-6+deb7u4_ia64.changes
  ACCEPT
Processing changes file: xorg-server_1.12.4-6+deb7u4_kfreebsd-amd64.changes
  ACCEPT
Processing changes file: xorg-server_1.12.4-6+deb7u4_kfreebsd-i386.changes
  ACCEPT
Processing changes file: xorg-server_1.12.4-6+deb7u4_mipsel.changes
  ACCEPT
Processing changes file: xorg-server_1.12.4-6+deb7u4_powerpc.changes
  ACCEPT
Processing changes file: xorg-server_1.12.4-6+deb7u4_s390.changes
  ACCEPT
Processing changes file: xorg-server_1.12.4-6+deb7u4_s390x.changes
  ACCEPT
Processing changes file: xorg-server_1.12.4-6+deb7u4_sparc.changes
  ACCEPT
Processing changes file: xorg-server_1.12.4-6+deb7u5_amd64.changes
  ACCEPT
Processing changes file: xorg-server_1.12.4-6+deb7u5_armel.changes
  ACCEPT
Processing changes file: xorg-server_1.12.4-6+deb7u5_armhf.changes
  ACCEPT
Processing changes file: xorg-server_1.12.4-6+deb7u5_i386.changes
  ACCEPT
Processing changes file: xorg-server_1.12.4-6+deb7u5_ia64.changes
  ACCEPT
Processing changes file: xorg-server_1.12.4-6+deb7u5_kfreebsd-amd64.changes
  ACCEPT
Processing changes file: xorg-server_1.12.4-6+deb7u5_kfreebsd-i386.changes
  ACCEPT
Processing changes file: xorg-server_1.12.4-6+deb7u5_mips.changes
  ACCEPT
Processing changes file: xorg-server_1.12.4-6+deb7u5_mipsel.changes
  ACCEPT
Processing changes file: xorg-server_1.12.4-6+deb7u5_powerpc.changes
  ACCEPT
Processing changes file: xorg-server_1.12.4-6+deb7u5_s390.changes
  ACCEPT
Processing changes file: xorg-server_1.12.4-6+deb7u5_s390x.changes
  ACCEPT
Processing changes file: xorg-server_1.12.4-6+deb7u5_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: https://lists.debian.org/e1xzsda-0001w3...@franck.debian.org



Re: Bug in quotatool, need to update package

2014-12-12 Thread Jan Wagner
Hi there,

Am 07.06.13 11:45, schrieb Dimitry Bansikov:
> Please fix this bug in debian 7, you need to update package:
> https://github.com/ekenberg/quotatool/issues/9
>  
> Bug was already fixed in version 1.4.13 by quota team.
> - Ignore linux initramfs mount entry for rootfs

I grabed
https://github.com/ekenberg/quotatool/commit/a83c6d0d1bf623234e860dd7bfd3840c812fc32c.patch
and added it to the wheezy package. This solved the problem for me on
Debian Jessie.

A debdiff is attached and the package can be found at:

http://ftp.cyconet.org/debian/archive/unofficial/quotatool/1.4.12-1.1/

It would very welcomed to get that into Debian Jessie. Without it maybe
hard to get quota working proper.

Many thanks, Jan.
-- 
Never write mail to , you have been warned!
-BEGIN GEEK CODE BLOCK-
Version: 3.12
GIT d-- s+: a C+++ UL P+ L+++ E--- W+++ N+++ o++ K++ w--- O M V- PS
PE Y++
PGP++ t-- 5 X R tv- b+ DI D+ G++ e++ h r+++ y
--END GEEK CODE BLOCK--
diff -Nru quotatool-1.4.12/debian/changelog quotatool-1.4.12/debian/changelog
--- quotatool-1.4.12/debian/changelog   2012-02-26 13:18:20.0 +0100
+++ quotatool-1.4.12/debian/changelog   2014-12-12 15:44:26.0 +0100
@@ -1,3 +1,10 @@
+quotatool (1.4.12-1.1) unstable; urgency=medium
+
+  * Adding debian/patches/ignore_initramfs.diff takes from upstream
+(Closes: #711502)
+
+ -- Jan Wagner   Fri, 12 Dec 2014 14:27:17 +0100
+
 quotatool (1.4.12-1) unstable; urgency=low
 
   * New upstream release
diff -Nru quotatool-1.4.12/debian/patches/ignore_initramfs.diff 
quotatool-1.4.12/debian/patches/ignore_initramfs.diff
--- quotatool-1.4.12/debian/patches/ignore_initramfs.diff   1970-01-01 
01:00:00.0 +0100
+++ quotatool-1.4.12/debian/patches/ignore_initramfs.diff   2014-12-12 
14:49:42.0 +0100
@@ -0,0 +1,138 @@
+From a83c6d0d1bf623234e860dd7bfd3840c812fc32c Mon Sep 17 00:00:00 2001
+From: Johan Ekenberg 
+Date: Sat, 22 Dec 2012 21:24:04 +0100
+Subject: [PATCH] Ignore linux initramfs mount entry for rootfs
+
+---
+ src/system.c | 34 --
+ 1 file changed, 20 insertions(+), 14 deletions(-)
+
+diff --git a/src/system.c b/src/system.c
+index e2e236f..38bf1df 100644
+--- a/src/system.c
 b/src/system.c
+@@ -48,7 +48,7 @@ struct mntent {
+ 
+ 
+ 
+-/* 
++/*
+  * system_getfs
+  * find and verify the device file for
+  * a given filesystem
+@@ -72,7 +72,7 @@ fs_t *system_getfs (char *fs_spec) {
+ 
+ 
+ #if HAVE_SYS_MNTCTL_H /* AIX, we are again in trouble. */
+-  /* first mntctl call is only for getting the size of 
++  /* first mntctl call is only for getting the size of
+* vmnt array. is there a better way? */
+   vmnt_retval = mntctl (MCTL_QUERY, sizeof(int), (char*)&vmnt_size);
+   if (vmnt_retval != -1) {
+@@ -102,7 +102,7 @@ fs_t *system_getfs (char *fs_spec) {
+ 
+   /* loop through mtab until we get a match */
+   do {
+-
++
+ /* read the next entry */
+ #if HAVE_SYS_MNTTAB_H
+ int retval;
+@@ -112,9 +112,9 @@ fs_t *system_getfs (char *fs_spec) {
+ current_fs=getmntent(etc_mtab);
+ if ( ! current_fs ) {
+ #elif HAVE_SYS_MNTCTL_H /* AIX, we are again in trouble. */
+-   current_fs->mnt_special = 
++   current_fs->mnt_special =
+   (char*)vmnt + (vmnt->vmt_data[VMT_OBJECT].vmt_off);
+-   current_fs->mnt_mountp = 
++   current_fs->mnt_mountp =
+   (char*)vmnt + (vmnt->vmt_data[VMT_STUB].vmt_off);
+current_fs->vmt_flags = vmnt->vmt_flags;
+vmnt = (struct vmount*) ((char*)vmnt + vmnt->vmt_length);
+@@ -123,10 +123,16 @@ fs_t *system_getfs (char *fs_spec) {
+   output_error ("Filesystem %s does not exist", fs_spec);
+   return NULL;
+ }
+-
++
+ output_debug ("Checking device '%s', mounted at '%s'",
+ current_fs->mnt_special, current_fs->mnt_mountp);
+ 
++/* Ignore 'rootfs' if looking for mountpoint '/' - created and mounted by 
Linux initramfs */
++if (strcmp("/", fs_spec) == 0 && strcmp(current_fs->mnt_special, 
"rootfs") == 0) {
++output_debug ("Ignoring initramfs 'rootfs'\n");
++continue;
++}
++
+ /* does the name given match the mount pt or device file ? */
+ if ( ! strcmp(current_fs->mnt_special, fs_spec)
+|| ! strcmp(current_fs->mnt_mountp, fs_spec) ) {
+@@ -161,7 +167,7 @@ fs_t *system_getfs (char *fs_spec) {
+   }
+   }
+   else {
+-#endif /* HAVE_MNTENT_H */
++#endif /* HAVE_MNTENT_H */
+   strncpy (ent->device, current_fs->mnt_special, PATH_MAX-1);
+   strncpy (ent->mount_pt, current_fs->mnt_mountp, PATH_MAX-1);
+ #if HAVE_MNTENT_H
+@@ -171,7 +177,7 @@ fs_t *system_getfs (char *fs_spec) {
+   continue;
+ }
+ 
+-  } while ( ! done ) ;  
++  } while ( ! done ) ;
+ 
+ 
+   /* can we write to the device? */
+@@ -181,7 +187,7 @@ fs_t *system_getfs (char *fs_spec) {
+ output_error ("Filesystem %s is mounted read-only\n", fs_spec);
+ free(current_fs);
+ free(vmnt_buffer);
+-#else 
++#else
+   if ( hasmntopt(current_fs, "ro"

Bug#772798: nmu: smartmontools_6.3+svn4002-2

2014-12-12 Thread Giuseppe Iuculano
On 11/12/2014 22:31, Jonathan Wiltshire wrote:
> Is this an intended rebuild in Jessie or sid?

In sid.

Cheers,
Giuseppe


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/548b00b1.1070...@debian.org



Bug#772941: marked as done (unblock: mate-panel/1.8.1+dfsg1-3)

2014-12-12 Thread Debian Bug Tracking System
Your message dated Fri, 12 Dec 2014 13:36:18 +
with message-id 
and subject line Re: Bug#772941: unblock: mate-panel/1.8.1+dfsg1-3
has caused the Debian Bug report #772941,
regarding unblock: mate-panel/1.8.1+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.)


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

Please unblock package mate-panel

This upload fixes RC bug #769422 (FHS violation).

I just realized... Unfortunately, some of my previous unblock requests of
today contained attachments ending with .dsc. Those files are actually
..debdiff files, I simply copy+pasted the wrong file extension. I hope
that is not too much of a problem!!!


unblock mate-panel/1.8.1+dfsg1-3

-- System Information:
Debian Release: jessie/sid
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'testing-updates'), (500, 
'testing-proposed-updates'), (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru mate-panel-1.8.1+dfsg1/debian/changelog mate-panel-1.8.1+dfsg1/debian/changelog
--- mate-panel-1.8.1+dfsg1/debian/changelog	2014-10-23 12:43:35.0 +0200
+++ mate-panel-1.8.1+dfsg1/debian/changelog	2014-12-12 11:33:43.0 +0100
@@ -1,3 +1,11 @@
+mate-panel (1.8.1+dfsg1-3) unstable; urgency=medium
+
+  * debian/rules:
+- Install MATE panel applet executables to non-multi-arch libexecdir.
+  (Closes: #769422).
+
+ -- Mike Gabriel   Fri, 12 Dec 2014 11:33:42 +0100
+
 mate-panel (1.8.1+dfsg1-2) unstable; urgency=medium
 
   * debian/patches:
diff -Nru mate-panel-1.8.1+dfsg1/debian/mate-panel.install mate-panel-1.8.1+dfsg1/debian/mate-panel.install
--- mate-panel-1.8.1+dfsg1/debian/mate-panel.install	2014-02-14 21:56:49.0 +0100
+++ mate-panel-1.8.1+dfsg1/debian/mate-panel.install	2014-12-12 11:33:35.0 +0100
@@ -1,8 +1,8 @@
 usr/bin/
-usr/lib/*/mate-panel/clock-applet
-usr/lib/*/mate-panel/fish-applet
-usr/lib/*/mate-panel/notification-area-applet
-usr/lib/*/mate-panel/wnck-applet
+usr/lib/mate-panel/clock-applet
+usr/lib/mate-panel/fish-applet
+usr/lib/mate-panel/notification-area-applet
+usr/lib/mate-panel/wnck-applet
 usr/share/applications/
 usr/share/dbus-1/
 usr/share/glib-2.0/
diff -Nru mate-panel-1.8.1+dfsg1/debian/rules mate-panel-1.8.1+dfsg1/debian/rules
--- mate-panel-1.8.1+dfsg1/debian/rules	2014-10-23 12:28:21.0 +0200
+++ mate-panel-1.8.1+dfsg1/debian/rules	2014-12-12 11:31:55.0 +0100
@@ -25,7 +25,7 @@
 	dh_auto_configure $(DHFLAGS) -- \
 		--disable-silent-rules \
 		--localstatedir=/var \
-		--libexecdir=/usr/lib/$(shell dpkg-architecture -qDEB_BUILD_MULTIARCH)/mate-panel \
+		--libexecdir=/usr/lib/mate-panel \
 		--disable-scrollkeeper \
 		--disable-static \
 		--enable-introspection \
--- End Message ---
--- Begin Message ---

On 2014-12-12 10:56, Mike Gabriel wrote:

Please unblock package mate-panel

This upload fixes RC bug #769422 (FHS violation).


Unblocked.

Regards,

Adam--- End Message ---


Bug#772939: marked as done (unblock: mate-power-manager/1.8.1+dfsg1-2)

2014-12-12 Thread Debian Bug Tracking System
Your message dated Fri, 12 Dec 2014 13:34:03 +
with message-id 
and subject line Re: Bug#772939: unblock: mate-power-manager/1.8.1+dfsg1-2
has caused the Debian Bug report #772939,
regarding unblock: mate-power-manager/1.8.1+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.)


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

Please unblock package mate-power-manager

It fixes RC bug #769423 (FHS violation).


unblock mate-power-manager/1.8.1+dfsg1-2

-- System Information:
Debian Release: jessie/sid
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'testing-updates'), (500, 
'testing-proposed-updates'), (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru mate-power-manager-1.8.1+dfsg1/debian/changelog mate-power-manager-1.8.1+dfsg1/debian/changelog
--- mate-power-manager-1.8.1+dfsg1/debian/changelog	2014-10-23 10:07:22.0 +0200
+++ mate-power-manager-1.8.1+dfsg1/debian/changelog	2014-12-12 10:49:46.0 +0100
@@ -1,3 +1,10 @@
+mate-power-manager (1.8.1+dfsg1-2) unstable; urgency=medium
+
+  * debian/rules:
++ Install applets into non-multi-arch libexecdir. (Closes: #769423).
+
+ -- Mike Gabriel   Fri, 12 Dec 2014 10:42:43 +0100
+
 mate-power-manager (1.8.1+dfsg1-1) unstable; urgency=medium
 
   [ Vangelis Mouhtsis ]
diff -Nru mate-power-manager-1.8.1+dfsg1/debian/mate-power-manager.install mate-power-manager-1.8.1+dfsg1/debian/mate-power-manager.install
--- mate-power-manager-1.8.1+dfsg1/debian/mate-power-manager.install	2014-02-14 22:02:11.0 +0100
+++ mate-power-manager-1.8.1+dfsg1/debian/mate-power-manager.install	2014-12-12 10:49:45.0 +0100
@@ -1,6 +1,6 @@
 etc/xdg/
 usr/bin/
-usr/lib/*/mate-power-manager/
+usr/lib/mate-power-manager/
 usr/sbin/mate-power-backlight-helper
 usr/share/applications/
 usr/share/dbus-1/
diff -Nru mate-power-manager-1.8.1+dfsg1/debian/rules mate-power-manager-1.8.1+dfsg1/debian/rules
--- mate-power-manager-1.8.1+dfsg1/debian/rules	2014-10-23 09:59:29.0 +0200
+++ mate-power-manager-1.8.1+dfsg1/debian/rules	2014-12-12 10:48:56.0 +0100
@@ -24,7 +24,7 @@
 	NOCONFIGURE=1 ./autogen.sh
 	dh_auto_configure $(DHFLAGS) -- \
 		--disable-silent-rules \
-		--libexecdir=/usr/lib/$(shell dpkg-architecture -qDEB_BUILD_MULTIARCH)/mate-power-manager \
+		--libexecdir=/usr/lib/mate-power-manager \
 		--disable-scrollkeeper \
 		--enable-applets \
 		--with-gtk=2.0
--- End Message ---
--- Begin Message ---

On 2014-12-12 10:50, Mike Gabriel wrote:

Please unblock package mate-power-manager

It fixes RC bug #769423 (FHS violation).


Unblocked.

Regards,

Adam--- End Message ---


Bug#772940: marked as done (unblock: mate-notification-daemon/1.8.1-2)

2014-12-12 Thread Debian Bug Tracking System
Your message dated Fri, 12 Dec 2014 13:35:09 +
with message-id <58d5f1964c8d203dddfedaa5051e0...@mail.adsl.funky-badger.org>
and subject line Re: Bug#772940: unblock: mate-notification-daemon/1.8.1-2
has caused the Debian Bug report #772940,
regarding unblock: mate-notification-daemon/1.8.1-2
to be marked as done.

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

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


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

Please unblock package mate-notification-daemon

This upload fixes RC bug #769419 (FHS violation).


unblock mate-notification-daemon/1.8.1-2

-- System Information:
Debian Release: jessie/sid
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'testing-updates'), (500, 
'testing-proposed-updates'), (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru mate-notification-daemon-1.8.1/debian/changelog mate-notification-daemon-1.8.1/debian/changelog
--- mate-notification-daemon-1.8.1/debian/changelog	2014-10-23 13:20:37.0 +0200
+++ mate-notification-daemon-1.8.1/debian/changelog	2014-12-12 11:23:18.0 +0100
@@ -1,3 +1,11 @@
+mate-notification-daemon (1.8.1-2) unstable; urgency=medium
+
+  * debian/rules:
+- Install mate-notification-daemon executable to non-multi-arch
+  libexecdir. (Closes: #769419).
+
+ -- Mike Gabriel   Fri, 12 Dec 2014 11:13:40 +0100
+
 mate-notification-daemon (1.8.1-1) unstable; urgency=medium
 
   [ Vangelis Mouhtsis ]
diff -Nru mate-notification-daemon-1.8.1/debian/mate-notification-daemon.install mate-notification-daemon-1.8.1/debian/mate-notification-daemon.install
--- mate-notification-daemon-1.8.1/debian/mate-notification-daemon.install	2014-05-02 10:19:18.0 +0200
+++ mate-notification-daemon-1.8.1/debian/mate-notification-daemon.install	2014-12-12 11:15:56.0 +0100
@@ -7,5 +7,5 @@
 usr/share/locale/
 usr/share/man/
 usr/bin/mate-notification-properties
-usr/lib/*/mate-notification-daemon/mate-notification-daemon
+usr/lib/mate-notification-daemon/mate-notification-daemon
 usr/lib/*/mate-notification-daemon/engines/*.so
diff -Nru mate-notification-daemon-1.8.1/debian/rules mate-notification-daemon-1.8.1/debian/rules
--- mate-notification-daemon-1.8.1/debian/rules	2014-10-23 13:14:59.0 +0200
+++ mate-notification-daemon-1.8.1/debian/rules	2014-12-12 11:11:10.0 +0100
@@ -17,7 +17,7 @@
 	NOCONFIGURE=1 ./autogen.sh
 	dh_auto_configure $(DHFLAGS) -- \
 	--disable-silent-rules \
-	--libexecdir=/usr/lib/$(shell dpkg-architecture -qDEB_BUILD_MULTIARCH)/mate-notification-daemon/
+	--libexecdir=/usr/lib/mate-notification-daemon/
 
 override_dh_strip:
 	dh_strip --dbg-package=mate-notification-daemon-dbg
--- End Message ---
--- Begin Message ---

On 2014-12-12 10:52, Mike Gabriel wrote:

Please unblock package mate-notification-daemon

This upload fixes RC bug #769419 (FHS violation).


Unblocked.

Regards,

Adam--- End Message ---


Bug#772938: marked as done (unblock: gnome-main-menu/1.8.0-4)

2014-12-12 Thread Debian Bug Tracking System
Your message dated Fri, 12 Dec 2014 13:33:04 +
with message-id 
and subject line Re: Bug#772938: unblock: gnome-main-menu/1.8.0-4
has caused the Debian Bug report #772938,
regarding unblock: gnome-main-menu/1.8.0-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.)


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

Please unblock package gnome-main-menu

This upload fixes RC bug #769418 (FHS violation).

It also:
  - fixes several lintian warnings for debian/copyright
  - bumps Standards: to 3.9.6 (no changes needed).
  - provides an upstream ChangeLog


unblock gnome-main-menu/1.8.0-4

-- System Information:
Debian Release: jessie/sid
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'testing-updates'), (500, 
'testing-proposed-updates'), (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru gnome-main-menu-1.8.0/debian/changelog gnome-main-menu-1.8.0/debian/changelog
--- gnome-main-menu-1.8.0/debian/changelog	2014-06-12 08:26:15.0 +0200
+++ gnome-main-menu-1.8.0/debian/changelog	2014-12-12 10:33:12.0 +0100
@@ -1,3 +1,24 @@
+gnome-main-menu (1.8.0-4) unstable; urgency=medium
+
+  * Follow-up fix for #769418: Install main-menu to
+/usr/lib/gnome-main-menu, not directly into /usr/lib.
+
+ -- Mike Gabriel   Fri, 12 Dec 2014 10:33:09 +0100
+
+gnome-main-menu (1.8.0-3) unstable; urgency=medium
+
+  * debian/rules:
++ Install main-menu executable to non-multi-arch libexecdir. (Closes:
+  #769418).
++ Use upstream's NEWS file as upstream ChangeLog.
+  * debian/control:
++ Bump Standards: to 3.9.6. No changes needed.
+  * debian/copyright:
++ Really mention all upstream files. Fixes several lintian warnings
+  (file-without-copyright-information).
+
+ -- Mike Gabriel   Fri, 12 Dec 2014 09:53:41 +0100
+
 gnome-main-menu (1.8.0-2) unstable; urgency=low
 
   [ Vangelis Mouhtsis ]
diff -Nru gnome-main-menu-1.8.0/debian/control gnome-main-menu-1.8.0/debian/control
--- gnome-main-menu-1.8.0/debian/control	2014-06-12 08:25:06.0 +0200
+++ gnome-main-menu-1.8.0/debian/control	2014-12-12 09:54:14.0 +0100
@@ -27,7 +27,7 @@
mate-common,
libdconf-dev,
libstartup-notification0-dev,
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Homepage: http://www.mate-desktop.org/
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-mate/gnome-main-menu.git;a=summary
 Vcs-Git: git://anonscm.debian.org/pkg-mate/gnome-main-menu.git
diff -Nru gnome-main-menu-1.8.0/debian/copyright gnome-main-menu-1.8.0/debian/copyright
--- gnome-main-menu-1.8.0/debian/copyright	2014-05-02 23:46:47.0 +0200
+++ gnome-main-menu-1.8.0/debian/copyright	2014-12-12 10:14:39.0 +0100
@@ -39,11 +39,15 @@
2006, Novell, Inc.
 License: LGPL-2+
 
-Files: application-browser/etc/Makefile.am
+Files: application-browser/etc/.cvsignore
+   application-browser/etc/Makefile.am
application-browser/etc/*.1
application-browser/etc/*.in
+   application-browser/src/.cvsignore
application-browser/src/Makefile.am
+   caja-main-menu/.cvsignore
caja-main-menu/Makefile.am
+   main-menu/etc/.cvsignore
main-menu/etc/Makefile.am
main-menu/etc/*.xbel
main-menu/etc/*.ots
@@ -51,13 +55,23 @@
main-menu/etc/*.desktop
main-menu/etc/*.in
main-menu/etc/*.xml
+   main-menu/src/.cvsignore
main-menu/src/Makefile.am
main-menu/src/*.ui
main-menu/src/trigger-panel-run-dialog.c
patch/*
+   po/.cvsignore
po/LINGUAS
po/POTFILES.*
+   .cvsignore
+   AUTHORS
+   COPYING
+   ChangeLog
+   INSTALL
+   MAINTAINERS
Makefile.am
+   NEWS
+   README
autogen.sh
configure.ac
gnome-main-menu.doap
@@ -67,6 +81,7 @@
  Using license from COPYING file.
 
 Files: po/*.po
+   po/ChangeLog
 Copyright: THE PACKAGE'S COPYRIGHT HOLDER
1999-2001, SuSE GmbH
2001-2013, Free Software Foundation, Inc.
diff -Nru gnome-main-menu-1.8.0/debian/rules gnome-main-menu-1.8.0/debian/rules
--- gnome-main-menu-1.8.0/debian/rules	2014-06-12 08:24:56.0 +0200
+++ gnome-main-menu-1.8.0/debian/

Bug#772935: marked as done (unblock: mate-netbook/1.8.1-3)

2014-12-12 Thread Debian Bug Tracking System
Your message dated Fri, 12 Dec 2014 13:30:53 +
with message-id 
and subject line Re: Bug#772935: unblock: mate-netbook/1.8.1-3
has caused the Debian Bug report #772935,
regarding unblock: mate-netbook/1.8.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.)


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

Please unblock package mate-netbook

The upload fixes RC bug #769417 (FHS violation). Unfortunately, I had to upload 
the package
twice (revision -2 and -3, see debian/changelog).

unblock mate-netbook/1.8.1-3

-- System Information:
Debian Release: jessie/sid
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'testing-updates'), (500, 
'testing-proposed-updates'), (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru mate-netbook-1.8.1/debian/changelog mate-netbook-1.8.1/debian/changelog
--- mate-netbook-1.8.1/debian/changelog	2014-10-23 09:33:42.0 +0200
+++ mate-netbook-1.8.1/debian/changelog	2014-12-12 10:20:48.0 +0100
@@ -1,3 +1,17 @@
+mate-netbook (1.8.1-3) unstable; urgency=medium
+
+  * Follow-up fix for #769417: Install mate-window-picker-applet to
+/usr/lib/mate-netbook, not directly into /usr/lib.
+
+ -- Mike Gabriel   Fri, 12 Dec 2014 10:20:42 +0100
+
+mate-netbook (1.8.1-2) unstable; urgency=medium
+
+  * Install mate-window-picker-applet to non-multi-arch libexecdir. (Closes:
+#769417).
+
+ -- Mike Gabriel   Fri, 12 Dec 2014 09:33:52 +0100
+
 mate-netbook (1.8.1-1) unstable; urgency=medium
 
   [ Vangelis Mouhtsis ]
diff -Nru mate-netbook-1.8.1/debian/rules mate-netbook-1.8.1/debian/rules
--- mate-netbook-1.8.1/debian/rules	2014-10-23 09:22:59.0 +0200
+++ mate-netbook-1.8.1/debian/rules	2014-12-12 10:19:46.0 +0100
@@ -16,6 +16,7 @@
 	# upstream tarball is without configure. autogen.sh will create it
 	NOCONFIGURE=1 ./autogen.sh
 	dh_auto_configure $(DHFLAGS) -- \
+		--libexecdir=/usr/lib/mate-netbook \
 		--disable-silent-rules \
 		--with-gtk=2.0
 
--- End Message ---
--- Begin Message ---

On 2014-12-12 10:43, Mike Gabriel wrote:

Please unblock package mate-netbook

The upload fixes RC bug #769417 (FHS violation). Unfortunately, I had
to upload the package
twice (revision -2 and -3, see debian/changelog).


Unblocked.

Regards,

Adam--- End Message ---


Bug#769961: hard-coded UIDs and GIDs

2014-12-12 Thread Hans-Christoph Steiner

I hope you do not mean to dismiss the problems that I outlined, they are real,
and this package as in solves them.  So we are talking about a scenario where
"the perfect is the enemy in the good".  The existing package has problems,
but also solves real problems.

You outlined two real problems:

* this package should only be installable on systems running an
  Android kernel
* changing user/group UIDs/GIDs without changing the file system
  permissions can cause bad things to happen.

Right now, the package is only installable on systems that do not have the
linux-image meta-package installed and are very likely to in a chroot.  So
that eliminates the majority of Debian installs as candidates where this
package is installable.  Ideally there would be a way to actually detect the
Android kernel, I have not found that way.

About changing UIDs and GIDs, this package could just do a search and replace
the UIDs and GIDs of affected files.

Having debootstrap install this package earlier in the process sounds good to
me, but I know little about that stuff, and the cdebootstrap developer does
not seem to be keen on including stuff that is outside of the core mission of
the debian installer.

> First of all, please don't break threads.

Sorry, I don't understand what you mean by this.

.hc



signature.asc
Description: OpenPGP digital signature


Bug#772941: unblock: mate-panel/1.8.1+dfsg1-3

2014-12-12 Thread Mike Gabriel
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package mate-panel

This upload fixes RC bug #769422 (FHS violation).

I just realized... Unfortunately, some of my previous unblock requests of
today contained attachments ending with .dsc. Those files are actually
..debdiff files, I simply copy+pasted the wrong file extension. I hope
that is not too much of a problem!!!


unblock mate-panel/1.8.1+dfsg1-3

-- System Information:
Debian Release: jessie/sid
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'testing-updates'), (500, 
'testing-proposed-updates'), (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru mate-panel-1.8.1+dfsg1/debian/changelog mate-panel-1.8.1+dfsg1/debian/changelog
--- mate-panel-1.8.1+dfsg1/debian/changelog	2014-10-23 12:43:35.0 +0200
+++ mate-panel-1.8.1+dfsg1/debian/changelog	2014-12-12 11:33:43.0 +0100
@@ -1,3 +1,11 @@
+mate-panel (1.8.1+dfsg1-3) unstable; urgency=medium
+
+  * debian/rules:
+- Install MATE panel applet executables to non-multi-arch libexecdir.
+  (Closes: #769422).
+
+ -- Mike Gabriel   Fri, 12 Dec 2014 11:33:42 +0100
+
 mate-panel (1.8.1+dfsg1-2) unstable; urgency=medium
 
   * debian/patches:
diff -Nru mate-panel-1.8.1+dfsg1/debian/mate-panel.install mate-panel-1.8.1+dfsg1/debian/mate-panel.install
--- mate-panel-1.8.1+dfsg1/debian/mate-panel.install	2014-02-14 21:56:49.0 +0100
+++ mate-panel-1.8.1+dfsg1/debian/mate-panel.install	2014-12-12 11:33:35.0 +0100
@@ -1,8 +1,8 @@
 usr/bin/
-usr/lib/*/mate-panel/clock-applet
-usr/lib/*/mate-panel/fish-applet
-usr/lib/*/mate-panel/notification-area-applet
-usr/lib/*/mate-panel/wnck-applet
+usr/lib/mate-panel/clock-applet
+usr/lib/mate-panel/fish-applet
+usr/lib/mate-panel/notification-area-applet
+usr/lib/mate-panel/wnck-applet
 usr/share/applications/
 usr/share/dbus-1/
 usr/share/glib-2.0/
diff -Nru mate-panel-1.8.1+dfsg1/debian/rules mate-panel-1.8.1+dfsg1/debian/rules
--- mate-panel-1.8.1+dfsg1/debian/rules	2014-10-23 12:28:21.0 +0200
+++ mate-panel-1.8.1+dfsg1/debian/rules	2014-12-12 11:31:55.0 +0100
@@ -25,7 +25,7 @@
 	dh_auto_configure $(DHFLAGS) -- \
 		--disable-silent-rules \
 		--localstatedir=/var \
-		--libexecdir=/usr/lib/$(shell dpkg-architecture -qDEB_BUILD_MULTIARCH)/mate-panel \
+		--libexecdir=/usr/lib/mate-panel \
 		--disable-scrollkeeper \
 		--disable-static \
 		--enable-introspection \


Bug#772940: unblock: mate-notification-daemon/1.8.1-2

2014-12-12 Thread Mike Gabriel
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package mate-notification-daemon

This upload fixes RC bug #769419 (FHS violation).


unblock mate-notification-daemon/1.8.1-2

-- System Information:
Debian Release: jessie/sid
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'testing-updates'), (500, 
'testing-proposed-updates'), (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru mate-notification-daemon-1.8.1/debian/changelog mate-notification-daemon-1.8.1/debian/changelog
--- mate-notification-daemon-1.8.1/debian/changelog	2014-10-23 13:20:37.0 +0200
+++ mate-notification-daemon-1.8.1/debian/changelog	2014-12-12 11:23:18.0 +0100
@@ -1,3 +1,11 @@
+mate-notification-daemon (1.8.1-2) unstable; urgency=medium
+
+  * debian/rules:
+- Install mate-notification-daemon executable to non-multi-arch
+  libexecdir. (Closes: #769419).
+
+ -- Mike Gabriel   Fri, 12 Dec 2014 11:13:40 +0100
+
 mate-notification-daemon (1.8.1-1) unstable; urgency=medium
 
   [ Vangelis Mouhtsis ]
diff -Nru mate-notification-daemon-1.8.1/debian/mate-notification-daemon.install mate-notification-daemon-1.8.1/debian/mate-notification-daemon.install
--- mate-notification-daemon-1.8.1/debian/mate-notification-daemon.install	2014-05-02 10:19:18.0 +0200
+++ mate-notification-daemon-1.8.1/debian/mate-notification-daemon.install	2014-12-12 11:15:56.0 +0100
@@ -7,5 +7,5 @@
 usr/share/locale/
 usr/share/man/
 usr/bin/mate-notification-properties
-usr/lib/*/mate-notification-daemon/mate-notification-daemon
+usr/lib/mate-notification-daemon/mate-notification-daemon
 usr/lib/*/mate-notification-daemon/engines/*.so
diff -Nru mate-notification-daemon-1.8.1/debian/rules mate-notification-daemon-1.8.1/debian/rules
--- mate-notification-daemon-1.8.1/debian/rules	2014-10-23 13:14:59.0 +0200
+++ mate-notification-daemon-1.8.1/debian/rules	2014-12-12 11:11:10.0 +0100
@@ -17,7 +17,7 @@
 	NOCONFIGURE=1 ./autogen.sh
 	dh_auto_configure $(DHFLAGS) -- \
 	--disable-silent-rules \
-	--libexecdir=/usr/lib/$(shell dpkg-architecture -qDEB_BUILD_MULTIARCH)/mate-notification-daemon/
+	--libexecdir=/usr/lib/mate-notification-daemon/
 
 override_dh_strip:
 	dh_strip --dbg-package=mate-notification-daemon-dbg


Bug#772938: unblock: gnome-main-menu/1.8.0-4

2014-12-12 Thread Mike Gabriel
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package gnome-main-menu

This upload fixes RC bug #769418 (FHS violation).

It also:
  - fixes several lintian warnings for debian/copyright
  - bumps Standards: to 3.9.6 (no changes needed).
  - provides an upstream ChangeLog


unblock gnome-main-menu/1.8.0-4

-- System Information:
Debian Release: jessie/sid
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'testing-updates'), (500, 
'testing-proposed-updates'), (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru gnome-main-menu-1.8.0/debian/changelog gnome-main-menu-1.8.0/debian/changelog
--- gnome-main-menu-1.8.0/debian/changelog	2014-06-12 08:26:15.0 +0200
+++ gnome-main-menu-1.8.0/debian/changelog	2014-12-12 10:33:12.0 +0100
@@ -1,3 +1,24 @@
+gnome-main-menu (1.8.0-4) unstable; urgency=medium
+
+  * Follow-up fix for #769418: Install main-menu to
+/usr/lib/gnome-main-menu, not directly into /usr/lib.
+
+ -- Mike Gabriel   Fri, 12 Dec 2014 10:33:09 +0100
+
+gnome-main-menu (1.8.0-3) unstable; urgency=medium
+
+  * debian/rules:
++ Install main-menu executable to non-multi-arch libexecdir. (Closes:
+  #769418).
++ Use upstream's NEWS file as upstream ChangeLog.
+  * debian/control:
++ Bump Standards: to 3.9.6. No changes needed.
+  * debian/copyright:
++ Really mention all upstream files. Fixes several lintian warnings
+  (file-without-copyright-information).
+
+ -- Mike Gabriel   Fri, 12 Dec 2014 09:53:41 +0100
+
 gnome-main-menu (1.8.0-2) unstable; urgency=low
 
   [ Vangelis Mouhtsis ]
diff -Nru gnome-main-menu-1.8.0/debian/control gnome-main-menu-1.8.0/debian/control
--- gnome-main-menu-1.8.0/debian/control	2014-06-12 08:25:06.0 +0200
+++ gnome-main-menu-1.8.0/debian/control	2014-12-12 09:54:14.0 +0100
@@ -27,7 +27,7 @@
mate-common,
libdconf-dev,
libstartup-notification0-dev,
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Homepage: http://www.mate-desktop.org/
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-mate/gnome-main-menu.git;a=summary
 Vcs-Git: git://anonscm.debian.org/pkg-mate/gnome-main-menu.git
diff -Nru gnome-main-menu-1.8.0/debian/copyright gnome-main-menu-1.8.0/debian/copyright
--- gnome-main-menu-1.8.0/debian/copyright	2014-05-02 23:46:47.0 +0200
+++ gnome-main-menu-1.8.0/debian/copyright	2014-12-12 10:14:39.0 +0100
@@ -39,11 +39,15 @@
2006, Novell, Inc.
 License: LGPL-2+
 
-Files: application-browser/etc/Makefile.am
+Files: application-browser/etc/.cvsignore
+   application-browser/etc/Makefile.am
application-browser/etc/*.1
application-browser/etc/*.in
+   application-browser/src/.cvsignore
application-browser/src/Makefile.am
+   caja-main-menu/.cvsignore
caja-main-menu/Makefile.am
+   main-menu/etc/.cvsignore
main-menu/etc/Makefile.am
main-menu/etc/*.xbel
main-menu/etc/*.ots
@@ -51,13 +55,23 @@
main-menu/etc/*.desktop
main-menu/etc/*.in
main-menu/etc/*.xml
+   main-menu/src/.cvsignore
main-menu/src/Makefile.am
main-menu/src/*.ui
main-menu/src/trigger-panel-run-dialog.c
patch/*
+   po/.cvsignore
po/LINGUAS
po/POTFILES.*
+   .cvsignore
+   AUTHORS
+   COPYING
+   ChangeLog
+   INSTALL
+   MAINTAINERS
Makefile.am
+   NEWS
+   README
autogen.sh
configure.ac
gnome-main-menu.doap
@@ -67,6 +81,7 @@
  Using license from COPYING file.
 
 Files: po/*.po
+   po/ChangeLog
 Copyright: THE PACKAGE'S COPYRIGHT HOLDER
1999-2001, SuSE GmbH
2001-2013, Free Software Foundation, Inc.
diff -Nru gnome-main-menu-1.8.0/debian/rules gnome-main-menu-1.8.0/debian/rules
--- gnome-main-menu-1.8.0/debian/rules	2014-06-12 08:24:56.0 +0200
+++ gnome-main-menu-1.8.0/debian/rules	2014-12-12 10:26:04.0 +0100
@@ -5,6 +5,9 @@
 %:
 	dh $@ $(DHFLAGS)
 
+override_dh_installchangelogs:
+	dh_installchangelogs NEWS
+
 override_dh_install:
 	rm -rfv debian/tmp/usr/lib/*/*.la
 	rm -rfv debian/tmp/usr/lib/*/caja/extensions-2.0/*.la
@@ -13,6 +16,7 @@
 override_dh_auto_configure:
 	NOCONFIGURE=1 ./autogen.sh
 	dh_auto_configure $(DHFLAGS) -- \
+		--libexecdir=/usr/lib/gnome-main-menu \
 		--enable-caja-extension \
 		--with-gtk=2.0
 


Bug#772939: unblock: mate-power-manager/1.8.1+dfsg1-2

2014-12-12 Thread Mike Gabriel
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package mate-power-manager

It fixes RC bug #769423 (FHS violation).


unblock mate-power-manager/1.8.1+dfsg1-2

-- System Information:
Debian Release: jessie/sid
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'testing-updates'), (500, 
'testing-proposed-updates'), (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru mate-power-manager-1.8.1+dfsg1/debian/changelog mate-power-manager-1.8.1+dfsg1/debian/changelog
--- mate-power-manager-1.8.1+dfsg1/debian/changelog	2014-10-23 10:07:22.0 +0200
+++ mate-power-manager-1.8.1+dfsg1/debian/changelog	2014-12-12 10:49:46.0 +0100
@@ -1,3 +1,10 @@
+mate-power-manager (1.8.1+dfsg1-2) unstable; urgency=medium
+
+  * debian/rules:
++ Install applets into non-multi-arch libexecdir. (Closes: #769423).
+
+ -- Mike Gabriel   Fri, 12 Dec 2014 10:42:43 +0100
+
 mate-power-manager (1.8.1+dfsg1-1) unstable; urgency=medium
 
   [ Vangelis Mouhtsis ]
diff -Nru mate-power-manager-1.8.1+dfsg1/debian/mate-power-manager.install mate-power-manager-1.8.1+dfsg1/debian/mate-power-manager.install
--- mate-power-manager-1.8.1+dfsg1/debian/mate-power-manager.install	2014-02-14 22:02:11.0 +0100
+++ mate-power-manager-1.8.1+dfsg1/debian/mate-power-manager.install	2014-12-12 10:49:45.0 +0100
@@ -1,6 +1,6 @@
 etc/xdg/
 usr/bin/
-usr/lib/*/mate-power-manager/
+usr/lib/mate-power-manager/
 usr/sbin/mate-power-backlight-helper
 usr/share/applications/
 usr/share/dbus-1/
diff -Nru mate-power-manager-1.8.1+dfsg1/debian/rules mate-power-manager-1.8.1+dfsg1/debian/rules
--- mate-power-manager-1.8.1+dfsg1/debian/rules	2014-10-23 09:59:29.0 +0200
+++ mate-power-manager-1.8.1+dfsg1/debian/rules	2014-12-12 10:48:56.0 +0100
@@ -24,7 +24,7 @@
 	NOCONFIGURE=1 ./autogen.sh
 	dh_auto_configure $(DHFLAGS) -- \
 		--disable-silent-rules \
-		--libexecdir=/usr/lib/$(shell dpkg-architecture -qDEB_BUILD_MULTIARCH)/mate-power-manager \
+		--libexecdir=/usr/lib/mate-power-manager \
 		--disable-scrollkeeper \
 		--enable-applets \
 		--with-gtk=2.0


Bug#772935: unblock: mate-netbook/1.8.1-3

2014-12-12 Thread Mike Gabriel
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package mate-netbook

The upload fixes RC bug #769417 (FHS violation). Unfortunately, I had to upload 
the package
twice (revision -2 and -3, see debian/changelog).

unblock mate-netbook/1.8.1-3

-- System Information:
Debian Release: jessie/sid
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'testing-updates'), (500, 
'testing-proposed-updates'), (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru mate-netbook-1.8.1/debian/changelog mate-netbook-1.8.1/debian/changelog
--- mate-netbook-1.8.1/debian/changelog	2014-10-23 09:33:42.0 +0200
+++ mate-netbook-1.8.1/debian/changelog	2014-12-12 10:20:48.0 +0100
@@ -1,3 +1,17 @@
+mate-netbook (1.8.1-3) unstable; urgency=medium
+
+  * Follow-up fix for #769417: Install mate-window-picker-applet to
+/usr/lib/mate-netbook, not directly into /usr/lib.
+
+ -- Mike Gabriel   Fri, 12 Dec 2014 10:20:42 +0100
+
+mate-netbook (1.8.1-2) unstable; urgency=medium
+
+  * Install mate-window-picker-applet to non-multi-arch libexecdir. (Closes:
+#769417).
+
+ -- Mike Gabriel   Fri, 12 Dec 2014 09:33:52 +0100
+
 mate-netbook (1.8.1-1) unstable; urgency=medium
 
   [ Vangelis Mouhtsis ]
diff -Nru mate-netbook-1.8.1/debian/rules mate-netbook-1.8.1/debian/rules
--- mate-netbook-1.8.1/debian/rules	2014-10-23 09:22:59.0 +0200
+++ mate-netbook-1.8.1/debian/rules	2014-12-12 10:19:46.0 +0100
@@ -16,6 +16,7 @@
 	# upstream tarball is without configure. autogen.sh will create it
 	NOCONFIGURE=1 ./autogen.sh
 	dh_auto_configure $(DHFLAGS) -- \
+		--libexecdir=/usr/lib/mate-netbook \
 		--disable-silent-rules \
 		--with-gtk=2.0
 


Bug#772151: unblock: db5.3/5.3.28-7

2014-12-12 Thread Ondřej Surý
db5.3 migration is blocked by gcc-default (and gcc-4.9 update), thus I
think t-p-u is needed in this case.

Cheers,
Ondrej

On Fri, Dec 5, 2014, at 20:12, Adam D. Barratt wrote:
> On Fri, 2014-12-05 at 16:49 +0100, Ondřej Surý wrote:
> > Please unblock package db5.3
> > 
> > Hi,
> > 
> > just a simple fix in *.maintscript found by anbe (trailing slash) to
> > fix upgrades from jessie->jessie.
> 
> Unblocked, thanks.
> 
> Regards,
> 
> Adam
> 


-- 
Ondřej Surý 
Knot DNS (https://www.knot-dns.cz/) – a high-performance DNS server


--
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/1418377970.2770821.202034037.6409a...@webmail.messagingengine.com



Processed: reopening 772151

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

> reopen 772151
Bug #772151 {Done: "Adam D. Barratt" } 
[release.debian.org] unblock: db5.3/5.3.28-7
Bug reopened
Ignoring request to alter fixed versions of bug #772151 to the same values 
previously set
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
772151: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=772151
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: 
https://lists.debian.org/handler.s.c.141837788415103.transcr...@bugs.debian.org



NEW changes in stable-new

2014-12-12 Thread Debian FTP Masters
Processing changes file: bind9_9.8.4.dfsg.P1-6+nmu2+deb7u3_amd64.changes
  ACCEPT
Processing changes file: bind9_9.8.4.dfsg.P1-6+nmu2+deb7u3_armel.changes
  ACCEPT
Processing changes file: bind9_9.8.4.dfsg.P1-6+nmu2+deb7u3_armhf.changes
  ACCEPT
Processing changes file: bind9_9.8.4.dfsg.P1-6+nmu2+deb7u3_i386.changes
  ACCEPT
Processing changes file: bind9_9.8.4.dfsg.P1-6+nmu2+deb7u3_ia64.changes
  ACCEPT
Processing changes file: 
bind9_9.8.4.dfsg.P1-6+nmu2+deb7u3_kfreebsd-amd64.changes
  ACCEPT
Processing changes file: bind9_9.8.4.dfsg.P1-6+nmu2+deb7u3_kfreebsd-i386.changes
  ACCEPT
Processing changes file: bind9_9.8.4.dfsg.P1-6+nmu2+deb7u3_mips.changes
  ACCEPT
Processing changes file: bind9_9.8.4.dfsg.P1-6+nmu2+deb7u3_mipsel.changes
  ACCEPT
Processing changes file: bind9_9.8.4.dfsg.P1-6+nmu2+deb7u3_powerpc.changes
  ACCEPT
Processing changes file: bind9_9.8.4.dfsg.P1-6+nmu2+deb7u3_s390.changes
  ACCEPT
Processing changes file: bind9_9.8.4.dfsg.P1-6+nmu2+deb7u3_s390x.changes
  ACCEPT
Processing changes file: bind9_9.8.4.dfsg.P1-6+nmu2+deb7u3_sparc.changes
  ACCEPT
Processing changes file: dbus_1.6.8-1+deb7u5_multi.changes
  ACCEPT
Processing changes file: dbus_1.6.8-1+deb7u5_amd64.changes
  ACCEPT
Processing changes file: dbus_1.6.8-1+deb7u5_armel.changes
  ACCEPT
Processing changes file: dbus_1.6.8-1+deb7u5_armhf.changes
  ACCEPT
Processing changes file: dbus_1.6.8-1+deb7u5_i386.changes
  ACCEPT
Processing changes file: dbus_1.6.8-1+deb7u5_ia64.changes
  ACCEPT
Processing changes file: dbus_1.6.8-1+deb7u5_kfreebsd-amd64.changes
  ACCEPT
Processing changes file: dbus_1.6.8-1+deb7u5_kfreebsd-i386.changes
  ACCEPT
Processing changes file: dbus_1.6.8-1+deb7u5_mips.changes
  ACCEPT
Processing changes file: dbus_1.6.8-1+deb7u5_mipsel.changes
  ACCEPT
Processing changes file: dbus_1.6.8-1+deb7u5_powerpc.changes
  ACCEPT
Processing changes file: dbus_1.6.8-1+deb7u5_s390.changes
  ACCEPT
Processing changes file: dbus_1.6.8-1+deb7u5_s390x.changes
  ACCEPT
Processing changes file: dbus_1.6.8-1+deb7u5_sparc.changes
  ACCEPT
Processing changes file: digikam_2.6.0-1+deb7u1_amd64.changes
  ACCEPT
Processing changes file: graphviz_2.26.3-14+deb7u2_amd64.changes
  ACCEPT
Processing changes file: graphviz_2.26.3-14+deb7u2_armel.changes
  ACCEPT
Processing changes file: graphviz_2.26.3-14+deb7u2_armhf.changes
  ACCEPT
Processing changes file: graphviz_2.26.3-14+deb7u2_i386.changes
  ACCEPT
Processing changes file: graphviz_2.26.3-14+deb7u2_ia64.changes
  ACCEPT
Processing changes file: graphviz_2.26.3-14+deb7u2_kfreebsd-amd64.changes
  ACCEPT
Processing changes file: graphviz_2.26.3-14+deb7u2_kfreebsd-i386.changes
  ACCEPT
Processing changes file: graphviz_2.26.3-14+deb7u2_mips.changes
  ACCEPT
Processing changes file: graphviz_2.26.3-14+deb7u2_mipsel.changes
  ACCEPT
Processing changes file: graphviz_2.26.3-14+deb7u2_powerpc.changes
  ACCEPT
Processing changes file: graphviz_2.26.3-14+deb7u2_s390.changes
  ACCEPT
Processing changes file: graphviz_2.26.3-14+deb7u2_s390x.changes
  ACCEPT
Processing changes file: graphviz_2.26.3-14+deb7u2_sparc.changes
  ACCEPT
Processing changes file: linux_3.2.63-2+deb7u2_multi.changes
  ACCEPT
Processing changes file: linux_3.2.63-2+deb7u2_amd64.changes
  ACCEPT
Processing changes file: linux_3.2.63-2+deb7u2_armel.changes
  ACCEPT
Processing changes file: linux_3.2.63-2+deb7u2_armhf.changes
  ACCEPT
Processing changes file: linux_3.2.63-2+deb7u2_i386.changes
  ACCEPT
Processing changes file: linux_3.2.63-2+deb7u2_ia64.changes
  ACCEPT
Processing changes file: linux_3.2.63-2+deb7u2_mips.changes
  ACCEPT
Processing changes file: linux_3.2.63-2+deb7u2_mipsel.changes
  ACCEPT
Processing changes file: linux_3.2.63-2+deb7u2_powerpc.changes
  ACCEPT
Processing changes file: linux_3.2.63-2+deb7u2_s390.changes
  ACCEPT
Processing changes file: linux_3.2.63-2+deb7u2_s390x.changes
  ACCEPT
Processing changes file: linux_3.2.63-2+deb7u2_sparc.changes
  ACCEPT
Processing changes file: pdns-recursor_3.3-3+deb7u1_amd64.changes
  ACCEPT
Processing changes file: pdns-recursor_3.3-3+deb7u1_i386.changes
  ACCEPT
Processing changes file: pdns-recursor_3.3-3+deb7u1_ia64.changes
  ACCEPT
Processing changes file: pdns-recursor_3.3-3+deb7u1_kfreebsd-amd64.changes
  ACCEPT
Processing changes file: pdns-recursor_3.3-3+deb7u1_kfreebsd-i386.changes
  ACCEPT
Processing changes file: pdns-recursor_3.3-3+deb7u1_mips.changes
  ACCEPT
Processing changes file: pdns-recursor_3.3-3+deb7u1_mipsel.changes
  ACCEPT
Processing changes file: pdns-recursor_3.3-3+deb7u1_powerpc.changes
  ACCEPT
Processing changes file: pdns-recursor_3.3-3+deb7u1_s390.changes
  ACCEPT
Processing changes file: pdns-recursor_3.3-3+deb7u1_s390x.changes
  ACCEPT
Processing changes file: pdns-recursor_3.3-3+deb7u1_sparc.changes
  ACCEPT
Processing changes file: unbound_1.4.17-3+deb7u2_multi.changes
  ACCEPT
Processing changes file: unbound_1.4.17-3+deb7u2_armel.changes
  ACCEPT
Processing changes file: unbound_1.4.17-3+deb7u2_armhf.changes
  ACCEPT
Pro

Bug#772926: unblock: grml-debootstrap/0.68

2014-12-12 Thread Michael Prokop
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package grml-debootstrap v0.68, fixing issue #772849
which is caused by a behaviour change of util-linux's blkid binary
(more details about that in #772846):

unblock grml-debootstrap/0.68

The debdiff of grml-debootstrap as in current jessie vs. what I
just uploaded to unstable:

diff -Nru grml-debootstrap-0.67/debian/changelog 
grml-debootstrap-0.68/debian/changelog
--- grml-debootstrap-0.67/debian/changelog  2014-10-13 21:16:28.0 
+0200
+++ grml-debootstrap-0.68/debian/changelog  2014-12-11 18:38:19.0 
+0100
@@ -1,3 +1,10 @@
+grml-debootstrap (0.68) unstable; urgency=medium
+
+  * [8a4a3c8] Adjust filesystem check for new blkid behaviour
+(Closes: #772849)
+
+ -- Michael Prokop   Thu, 11 Dec 2014 18:38:06 +0100
+
 grml-debootstrap (0.67) unstable; urgency=medium
 
   The "[✔] ready for jessie" release
diff -Nru grml-debootstrap-0.67/grml-debootstrap 
grml-debootstrap-0.68/grml-debootstrap
--- grml-debootstrap-0.67/grml-debootstrap  2014-10-13 21:14:22.0 
+0200
+++ grml-debootstrap-0.68/grml-debootstrap  2014-12-09 13:23:12.0 
+0100
@@ -430,7 +430,10 @@
   fi
 
   PARTITION_LIST=$(for i in $AVAILABLE_PARTITIONS ; do
- echo "$i $(blkid -s TYPE -o value "$i" 2>/dev/null || 
echo '[no_filesystem_yet]')"
+ fs="$(blkid -s TYPE -o value "$i" 2>/dev/null)"
+ [ -n "$fs" ] || fs='[no_filesystem_yet]'
+ echo "$i" "$fs"
+ unset fs
done)
 
   TARGET=$(dialog --title "$PN" --single-quoted --stdout \

Thanks!

regards,
-mika-


signature.asc
Description: Digital signature


Bug#769668: wheezy-pu: package showfoto/4:2.6.0-1+deb7u1

2014-12-12 Thread Adam D. Barratt

Control: tags -1 + pending

On 2014-12-11 23:13, Jean-Michel Nirgal Vourgère wrote:

Control: retitle -1 wheezy-pu: package digikam/4:2.6.0-1+deb7u1

Jonathan Wiltshire:

Please go ahead to with an upload to wheezy when you are ready.


showfoto just left the delayed limbo, and arrived in p-u-new.


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: 
https://lists.debian.org/76e24a15028610b1038243393ec65...@mail.adsl.funky-badger.org



Processed: Re: Bug#769668: wheezy-pu: package showfoto/4:2.6.0-1+deb7u1

2014-12-12 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + pending
Bug #769668 [release.debian.org] wheezy-pu: package digikam/4:2.6.0-1+deb7u1
Ignoring request to alter tags of bug #769668 to the same tags previously set

-- 
769668: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=769668
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: 
https://lists.debian.org/handler.s.b769668.141837363016874.transcr...@bugs.debian.org