NEW changes in stable-new

2019-08-04 Thread Debian FTP Masters
Processing changes file: freeorion_0.4.8-1+deb10u1_armel.changes
  ACCEPT
Processing changes file: freeorion_0.4.8-1+deb10u1_mips.changes
  ACCEPT
Processing changes file: freeorion_0.4.8-1+deb10u1_mipsel.changes
  ACCEPT



NEW changes in oldstable-new

2019-08-04 Thread Debian FTP Masters
Processing changes file: systemd_232-25+deb9u12_mips.changes
  ACCEPT



Bug#933911: buster-pu: package pulseaudio

2019-08-04 Thread Felipe Sateler
Package: release.debian.org
Severity: normal
Tags: buster
User: release.debian@packages.debian.org
Usertags: pu

Dear release team,

There is a bug affecting pulseaudio users: #913102. This bug causes the
mute state to be incorrectly restored. Some users have asked for the fix
(which is now on unstable), to be backported to buster given that GDM is
affected by this bug. The upstream patch fixing this issue is very
small[1].

The full diff is attached.

[1] 
https://gitlab.freedesktop.org/pulseaudio/pulseaudio/merge_requests/105/diffs?commit_id=7fb85e0a5bfdec339fda9f7584f65cf9ddbd50a1

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

Kernel: Linux 4.19.0-5-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff --git a/debian/changelog b/debian/changelog
index 02916c2a1..1b9633855 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pulseaudio (12.2-5) unstable; urgency=medium
+
+  * Pick upstream patch fixing mute state restoring (Closes: #913102)
+
+ -- Felipe Sateler   Sun, 04 Aug 2019 21:18:02 -0400
+
 pulseaudio (12.2-4) unstable; urgency=medium
 
   [ Jan Graichen ]
diff --git a/debian/patches/series b/debian/patches/series
index 3e43a7538..37a72b94f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ volume-test.patch
 alsa-mixer-Update-to-support-Arctis-Pro-Wireless-headset.patch
 alsa-mixer-Add-support-for-2018-Arctis-7.patch
 Don-t-compile-with-ffast-math.patch
+sink-source-Don-t-change-suspend-cause-when-unlinking.patch
diff --git 
a/debian/patches/sink-source-Don-t-change-suspend-cause-when-unlinking.patch 
b/debian/patches/sink-source-Don-t-change-suspend-cause-when-unlinking.patch
new file mode 100644
index 0..efa780834
--- /dev/null
+++ b/debian/patches/sink-source-Don-t-change-suspend-cause-when-unlinking.patch
@@ -0,0 +1,47 @@
+From: Tanu Kaskinen 
+Date: Mon, 10 Jun 2019 14:18:47 +0300
+Subject: sink, source: Don't change suspend cause when unlinking
+
+See the added comments for why this is necessary.
+
+Fixes: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/issues/667
+(cherry picked from commit 7fb85e0a5bfdec339fda9f7584f65cf9ddbd50a1)
+---
+ src/pulsecore/sink.c   | 6 +-
+ src/pulsecore/source.c | 6 +-
+ 2 files changed, 10 insertions(+), 2 deletions(-)
+
+diff --git a/src/pulsecore/sink.c b/src/pulsecore/sink.c
+index 38e8e50..4a0 100644
+--- a/src/pulsecore/sink.c
 b/src/pulsecore/sink.c
+@@ -760,7 +760,11 @@ void pa_sink_unlink(pa_sink* s) {
+ }
+ 
+ if (linked)
+-sink_set_state(s, PA_SINK_UNLINKED, 0);
++/* It's important to keep the suspend cause unchanged when unlinking,
++ * because if we remove the SESSION suspend cause here, the alsa sink
++ * will sync its volume with the hardware while another user is
++ * active, messing up the volume for that other user. */
++sink_set_state(s, PA_SINK_UNLINKED, s->suspend_cause);
+ else
+ s->state = PA_SINK_UNLINKED;
+ 
+diff --git a/src/pulsecore/source.c b/src/pulsecore/source.c
+index 02ae87a..c11d89b 100644
+--- a/src/pulsecore/source.c
 b/src/pulsecore/source.c
+@@ -702,7 +702,11 @@ void pa_source_unlink(pa_source *s) {
+ }
+ 
+ if (linked)
+-source_set_state(s, PA_SOURCE_UNLINKED, 0);
++/* It's important to keep the suspend cause unchanged when unlinking,
++ * because if we remove the SESSION suspend cause here, the alsa
++ * source will sync its volume with the hardware while another user is
++ * active, messing up the volume for that other user. */
++source_set_state(s, PA_SOURCE_UNLINKED, s->suspend_cause);
+ else
+ s->state = PA_SOURCE_UNLINKED;
+ 


NEW changes in oldstable-new

2019-08-04 Thread Debian FTP Masters
Processing changes file: systemd_232-25+deb9u12_mips64el.changes
  ACCEPT



NEW changes in oldstable-new

2019-08-04 Thread Debian FTP Masters
Processing changes file: systemd_232-25+deb9u12_armel.changes
  ACCEPT



NEW changes in stable-new

2019-08-04 Thread Debian FTP Masters
Processing changes file: freeorion_0.4.8-1+deb10u1_arm64.changes
  ACCEPT
Processing changes file: freeorion_0.4.8-1+deb10u1_armhf.changes
  ACCEPT
Processing changes file: freeorion_0.4.8-1+deb10u1_i386.changes
  ACCEPT



NEW changes in oldstable-new

2019-08-04 Thread Debian FTP Masters
Processing changes file: systemd_232-25+deb9u12_armhf.changes
  ACCEPT
Processing changes file: systemd_232-25+deb9u12_mipsel.changes
  ACCEPT



Processed: closing 904316

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

> close 904316
Bug #904316 [release.debian.org] transition: boost-defaults
Marked Bug as done
> thanks
Stopping processing here.

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



NEW changes in stable-new

2019-08-04 Thread Debian FTP Masters
Processing changes file: freeorion_0.4.8-1+deb10u1_amd64.changes
  ACCEPT
Processing changes file: gnuplot_5.2.6+dfsg1-1+deb10u1_mips.changes
  ACCEPT



NEW changes in oldstable-new

2019-08-04 Thread Debian FTP Masters
Processing changes file: systemd_232-25+deb9u12_amd64.changes
  ACCEPT
Processing changes file: systemd_232-25+deb9u12_arm64.changes
  ACCEPT
Processing changes file: systemd_232-25+deb9u12_ppc64el.changes
  ACCEPT



NEW changes in stable-new

2019-08-04 Thread Debian FTP Masters
Processing changes file: freeorion_0.4.8-1+deb10u1_all.changes
  ACCEPT
Processing changes file: freeorion_0.4.8-1+deb10u1_ppc64el.changes
  ACCEPT
Processing changes file: freeorion_0.4.8-1+deb10u1_s390x.changes
  ACCEPT



Re: Bits from the Release Team: ride like the wind, Bullseye!

2019-08-04 Thread Lisandro Damián Nicanor Pérez Meyer
Hi Paul!

El sáb., 20 jul. 2019 16:42, Paul Gevers  escribió:

> Hi Lisandro,
>
> On 07-07-2019 16:16, Lisandro Damián Nicanor Pérez Meyer wrote:
> >> All autopkgtest failures considered RC for bullseye
> >> ===
> >>
> >> From now on, all autopkgtest failures will be considered
> release-critical for
> >> bullseye. So if your package has failing autopkgtests, now is a good
> time to
> >> start looking for a fix
> >
> > Now this raises some questions for me. Now I maintain a (huge) library
> > (hello Qt!). I do an unstable upload and package A starts failing it's
> > autopkgtests. In this case:
> >
> > - How does this failure affects the uploaded library (imagine we have
> > a transition, as it will always be Qt's case due to private headers).
>
> By default, the migration to testing will be blocked, exactly like we
> have been doing the last half year.
>
> > - What's expected from the maintainers of the library?
>
> It is expected that you communicate (e.g. via a bug report filed against
> both packages like I have been doing for over a year now, see examples
> on [1]) with the maintainers of the package to see why the test starts
> failing. Together, you should be able to work out which package needs to
> adapt. Either the autopkgtest found a real issue in your library which
> you need to fix, or the package needs to adapt to the new status of your
> library, either by fixing the package itself, or its autopkgtest. The
> migration of your library will be stalled to give the package time to be
> adapted. Of course that needs to happen within a reasonable amount of
> time, so if it takes to long, or you and the maintainers of the package
> can't agree on who should adapt what, contact the release team.
>
> Just to be clear, in case you got confused by it, if the package
> *already* fails in testing, it isn't a concern for packages that just
> trigger that autopkgtest, only for the package with the failing
> autopkgtest.
>
> I wonder if you were thinking of something else? If so, please elaborate.
>


First of all thanks for replying and sorry for not doing so sooner, I
clearly missed it.

No, what I have been perceiving (and pretty please note that this is my
personal "feeling") is that maintainers, specially library maintainers,
have even more and more "stuff to care for". Also please don't get me
wrong, I do understand that this is indeed with the idea of improving
Debian. But the amount of work needed to maintain the same stuff I have
been working with this last years take more and more time, to the point
that sometimes I feel it gets into pair with a payed job.

Once again please remember it's my personal point of view, and if something
above doesn't seems quite right it might be my not so good English ;-)

Again, thanks a lot for replying.

Cheers, Lisandro.

>


Bug#933685: transition: http-parser

2019-08-04 Thread Christoph Biedl
Jonathan Wiltshire wrote...

> Control: tag -1 confirmed
> 
> On Thu, Aug 01, 2019 at 10:12:08PM +0200, Christoph Biedl wrote:
> > following the procedures as written in the Debian wiki, I am requesting
> > a transition slot for the http-parser library 2.9.2, accepted in
> > experimental earlier today.
> 
> Please go ahead in unstable.

Thanks, now uploaded to unstable.

Christoph


signature.asc
Description: PGP signature


NEW changes in stable-new

2019-08-04 Thread Debian FTP Masters
Processing changes file: backup-manager_0.7.14-1+deb10u1_all.changes
  ACCEPT



NEW changes in oldstable-new

2019-08-04 Thread Debian FTP Masters
Processing changes file: systemd_232-25+deb9u12_i386.changes
  ACCEPT
Processing changes file: systemd_232-25+deb9u12_s390x.changes
  ACCEPT



Bug#933899: buster-pu: package devscripts/2.19.5+deb10u1

2019-08-04 Thread Mattia Rizzolo
Package: release.debian.org
User: release.debian@packages.debian.org
Usertags: pu
Tags: buster

Dear SRM,

I'm proposing the attached update to devscripts, with the only change
being the update to the default target for `dch --bpo` (and
`dch --stable`, but nobody uses that :P).

I have already uplodaded it to buster, please consider this update in
the upcoming point release.

TIA.

-- 
regards,
Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540  .''`.
more about me:  https://mapreri.org : :'  :
Launchpad user: https://launchpad.net/~mapreri  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-
diffstat for devscripts-2.19.5 devscripts-2.19.5+deb10u1

 debian/changelog   |8 
 po4a/po/de.po  |6 +++---
 po4a/po/devscripts.pot |4 ++--
 po4a/po/fr.po  |6 +++---
 scripts/debchange.1|2 +-
 scripts/debchange.pl   |6 +++---
 test/test_debchange|8 
 7 files changed, 24 insertions(+), 16 deletions(-)

diff -Nru devscripts-2.19.5/debian/changelog devscripts-2.19.5+deb10u1/debian/changelog
--- devscripts-2.19.5/debian/changelog	2019-05-09 17:01:29.0 +0200
+++ devscripts-2.19.5+deb10u1/debian/changelog	2019-08-04 23:15:44.0 +0200
@@ -1,3 +1,11 @@
+devscripts (2.19.5+deb10u1) buster; urgency=medium
+
+  [ Thomas Goirand ]
+  * debchange:
++ Target buster-backports with --bpo.  Closes: #931614
+
+ -- Mattia Rizzolo   Sun, 04 Aug 2019 23:15:44 +0200
+
 devscripts (2.19.5) unstable; urgency=medium
 
   [ Topi Miettinen ]
diff -Nru devscripts-2.19.5/po4a/po/de.po devscripts-2.19.5+deb10u1/po4a/po/de.po
--- devscripts-2.19.5/po4a/po/de.po	2019-05-09 16:52:23.0 +0200
+++ devscripts-2.19.5+deb10u1/po4a/po/de.po	2019-08-04 23:15:42.0 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: devscripts 2.18.9\n"
 "Report-Msgid-Bugs-To: devscri...@packages.debian.org\n"
-"POT-Creation-Date: 2019-04-28 16:23+0200\n"
+"POT-Creation-Date: 2019-07-09 11:23+0200\n"
 "PO-Revision-Date: 2019-01-27 10:18+0200\n"
 "Last-Translator: Chris Leick \n"
 "Language-Team: de \n"
@@ -7368,10 +7368,10 @@
 #. type: Plain text
 #: ../scripts/debchange.1:264
 msgid ""
-"Increment the Debian release number for an upload to stretch-backports, and "
+"Increment the Debian release number for an upload to buster-backports, and "
 "add a backport upload changelog comment."
 msgstr ""
-"erhöht die Debian-Veröffentlichungsnummer für ein Hochladen nach stretch-"
+"erhöht die Debian-Veröffentlichungsnummer für ein Hochladen nach buster-"
 "backports und fügt einen Changelog-Kommentar »backport upload« hinzu."
 
 #. type: TP
diff -Nru devscripts-2.19.5/po4a/po/devscripts.pot devscripts-2.19.5+deb10u1/po4a/po/devscripts.pot
--- devscripts-2.19.5/po4a/po/devscripts.pot	2019-05-09 17:01:29.0 +0200
+++ devscripts-2.19.5+deb10u1/po4a/po/devscripts.pot	2019-08-04 23:15:44.0 +0200
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2019-04-28 16:23+0200\n"
+"POT-Creation-Date: 2019-07-09 11:23+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME \n"
 "Language-Team: LANGUAGE \n"
@@ -5590,7 +5590,7 @@
 #. type: Plain text
 #: ../scripts/debchange.1:264
 msgid ""
-"Increment the Debian release number for an upload to stretch-backports, and "
+"Increment the Debian release number for an upload to buster-backports, and "
 "add a backport upload changelog comment."
 msgstr ""
 
diff -Nru devscripts-2.19.5/po4a/po/fr.po devscripts-2.19.5+deb10u1/po4a/po/fr.po
--- devscripts-2.19.5/po4a/po/fr.po	2019-05-09 16:52:23.0 +0200
+++ devscripts-2.19.5+deb10u1/po4a/po/fr.po	2019-08-04 23:15:42.0 +0200
@@ -14,7 +14,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: devscripts\n"
-"POT-Creation-Date: 2019-04-28 16:23+0200\n"
+"POT-Creation-Date: 2019-07-09 11:23+0200\n"
 "PO-Revision-Date: 2019-04-28 16:32+0200\n"
 "Last-Translator: Xavier Guimard \n"
 "Language-Team: French \n"
@@ -7386,10 +7386,10 @@
 #. type: Plain text
 #: ../scripts/debchange.1:264
 msgid ""
-"Increment the Debian release number for an upload to stretch-backports, and "
+"Increment the Debian release number for an upload to buster-backports, and "
 "add a backport upload changelog comment."
 msgstr ""
-"Incrémenter le numéro de publication de Debian pour un envoi dans stretch-"
+"Incrémenter le numéro de publication de Debian pour un envoi dans buster-"
 "backports, et ajouter un commentaire pour l'envoi du rétroportage dans le "
 "journal des modifications."
 
diff -Nru devscripts-2.19.5/scripts/debchange.1 devscripts-2.19.5+deb10u1/scripts/debchange.1
--- devscripts-2.19.5/scripts/debchange.1	2019-03-01 10:39:51.0 +0100
+++ devscripts-2.19.5+deb10u1/scripts/debchange.1	2019-07-09 14:20:55.0 +0200
@@ -259,7 +259,7 @@
 distribution. Increment the Debian version.
 .TP
 .B 

Processed: Re: Bug#933685: transition: http-parser

2019-08-04 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 confirmed
Bug #933685 [release.debian.org] transition: http-parser
Added tag(s) confirmed.

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



Bug#933685: transition: http-parser

2019-08-04 Thread Jonathan Wiltshire
Control: tag -1 confirmed

On Thu, Aug 01, 2019 at 10:12:08PM +0200, Christoph Biedl wrote:
> following the procedures as written in the Debian wiki, I am requesting
> a transition slot for the http-parser library 2.9.2, accepted in
> experimental earlier today.

Please go ahead in unstable.

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

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



Bug#933645: transition: libvpx

2019-08-04 Thread Jonathan Wiltshire
Control: tag -1 confirmed

On Thu, Aug 01, 2019 at 01:38:40PM +0200, Ondřej Nový wrote:
> libvpx6 is ABI incompatible with libvpx5. libvpx6 is ready in experimental.
> 
> Thanks for transition.

Please go ahead in unstable.

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

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



Processed: Re: Bug#933645: transition: libvpx

2019-08-04 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 confirmed
Bug #933645 [release.debian.org] transition: libvpx
Added tag(s) confirmed.

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



Processed: tagging 933672

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

> tags 933672 + pending
Bug #933672 [release.debian.org] transition: cfitsio
Added tag(s) pending.
> thanks
Stopping processing here.

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



Processed: closing 888563, closing 888751, closing 890249, closing 891620, closing 892073, closing 893189 ...

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

> close 888563
Bug #888563 [release.debian.org] transition: fcitx
Marked Bug as done
> close 888751
Bug #888751 [release.debian.org] transition: gdbm
Marked Bug as done
> close 890249
Bug #890249 [release.debian.org] transition: libvpx
Marked Bug as done
> close 891620
Bug #891620 [release.debian.org] transition: linphone
Marked Bug as done
> close 892073
Bug #892073 [release.debian.org] transition: poppler
Marked Bug as done
> close 893189
Bug #893189 [release.debian.org] transition: llvm-defaults to llvm 6.0
Marked Bug as done
> close 893765
Bug #893765 [release.debian.org] transition: ruby2.3 removal
Marked Bug as done
> close 920942
Bug #920942 [release.debian.org] transition: libfm-qt
Marked Bug as done
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
888563: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888563
888751: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888751
890249: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890249
891620: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891620
892073: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=892073
893189: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893189
893765: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893765
920942: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=920942
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: closing 918987, closing 918954

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

> close 918987
Bug #918987 [release.debian.org] transition: ode
Marked Bug as done
> close 918954
Bug #918954 [release.debian.org] transition: yaz
Marked Bug as done
> thanks
Stopping processing here.

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



Processed: Re: Bug#932948: transition: double-conversion

2019-08-04 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 confirmed
Bug #932948 [release.debian.org] transition: double-conversion
Added tag(s) confirmed.

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



Bug#932948: transition: double-conversion

2019-08-04 Thread Jonathan Wiltshire
Control: tag -1 confirmed

On Wed, Jul 24, 2019 at 06:57:38PM -0700, Mo Zhou wrote:
> Upstream had already bumped their SOVERSION to 3
> long time ago. We didn't bump it in the past
> because the ABI is actually compatible.
> According to the previous discussion on -devel,
> I'd better bump it to 3 following upstream.

Please go ahead in unstable.

Thanks,

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

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



Processed: bug 931950 is forwarded to https://release.debian.org/transitions/html/libgeotiff.html

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

> forwarded 931950 https://release.debian.org/transitions/html/libgeotiff.html
Bug #931950 [release.debian.org] transition: libgeotiff
Set Bug forwarded-to-address to 
'https://release.debian.org/transitions/html/libgeotiff.html'.
> thanks
Stopping processing here.

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



Processed: closing 883199, closing 883455, closing 883921, closing 884618, closing 885649, closing 886319

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

> close 883199
Bug #883199 [release.debian.org] transition: assimp
Marked Bug as done
> close 883455
Bug #883455 [release.debian.org] transition: gnustep-sqlclient
Marked Bug as done
> close 883921
Bug #883921 [release.debian.org] transition: libical
Marked Bug as done
> close 884618
Bug #884618 [release.debian.org] transition: cryptsetup
Marked Bug as done
> close 885649
Bug #885649 [release.debian.org] transition: src:qscintilla2
Marked Bug as done
> close 886319
Bug #886319 [release.debian.org] transition: ntl
Marked Bug as done
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
883199: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=883199
883455: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=883455
883921: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=883921
884618: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=884618
885649: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=885649
886319: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886319
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: closing 881150, closing 881629

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

> close 881150
Bug #881150 [release.debian.org] transition: rpm
Marked Bug as done
> close 881629
Bug #881629 [release.debian.org] transition: http-parser
Marked Bug as done
> thanks
Stopping processing here.

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



Processed: closing 881127

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

> close 881127
Bug #881127 [release.debian.org] transition: xerces-c
Marked Bug as done
> thanks
Stopping processing here.

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



Processed: closing 881027

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

> close 881027 881127
Bug #881027 [release.debian.org] transition: scotch
There is no source info for the package 'release.debian.org' at version 
'881127' with architecture ''
Unable to make a source version for version '881127'
Marked as fixed in versions 881127.
Bug #881027 [release.debian.org] transition: scotch
Marked Bug as done
> thanks
Stopping processing here.

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



NEW changes in stable-new

2019-08-04 Thread Debian FTP Masters
Processing changes file: backup-manager_0.7.14-1+deb10u1_sourceonly.changes
  ACCEPT



Processed: closing 880899

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

> close 880899
Bug #880899 [release.debian.org] transition: libqtxdg
Marked Bug as done
> thanks
Stopping processing here.

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



Processed: closing 879738

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

> close 879738
Bug #879738 [release.debian.org] transition: gnustep-base
Marked Bug as done
> thanks
Stopping processing here.

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



Processed: closing 880951

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

> close 880951
Bug #880951 [release.debian.org] transition: armadillo
Marked Bug as done
> thanks
Stopping processing here.

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



Bug#879519: marked as done (transition: rtaudio)

2019-08-04 Thread Debian Bug Tracking System
Your message dated Sun, 4 Aug 2019 20:58:30 +0100
with message-id <20190804195830.ga30...@powdarrmonkey.net>
and subject line Re: Bug#879519: transition: rtaudio
has caused the Debian Bug report #879519,
regarding transition: rtaudio
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.)


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

Hi,
new upstream rtaudio bumps SONAME, so we need to transition.

Direct reverse dependencies are:

stk
jacktrip
mlt
soapyaudio
cubicsdr


best regards

mira
--- End Message ---
--- Begin Message ---
This transition was completed.

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

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


Bug#879552: marked as done (transition: freeipmi)

2019-08-04 Thread Debian Bug Tracking System
Your message dated Sun, 4 Aug 2019 21:01:34 +0100
with message-id <20190804200134.ga30...@powdarrmonkey.net>
and subject line Re: Bug#879552: transition: freeipmi
has caused the Debian Bug report #879552,
regarding transition: freeipmi
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.)


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

hi release team,

freeipmi needs a transistion - I've uploaded the new version to
experimental, will have to go trough NEW first, though.

I don't expect any breakages for binNMUs.

Please let me know when I can upload it to unstable.


Cheers,

Bernd


Ben file:

title = "freeipmi";
is_affected = .depends ~ /libfreeipmi16|libipmimonitoring5a/ | .depends ~ 
/libfreeipmi17|libipmimonitoring6/;
is_good = .depends ~ /libfreeipmi17|libipmimonitoring6/;
is_bad = .depends ~ /libfreeipmi16|libipmimonitoring5a/;

-- 
 Bernd ZeimetzDebian GNU/Linux Developer
 http://bzed.dehttp://www.debian.org
 GPG Fingerprint: ECA1 E3F2 8E11 2432 D485  DD95 EB36 171A 6FF9 435F
--- End Message ---
--- Begin Message ---
This transition was completed.

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

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


Bug#879520: marked as done (transition: rtmidi)

2019-08-04 Thread Debian Bug Tracking System
Your message dated Sun, 4 Aug 2019 20:59:59 +0100
with message-id <20190804195959.ga30...@powdarrmonkey.net>
and subject line Re: Bug#879520: transition: rtmidi
has caused the Debian Bug report #879520,
regarding transition: rtmidi
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.)


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

Hi,
new upstream rtmidi bumps SONAME, so we need transition.

Direct reverse dependencies are:

stk
giada
midisnoop
milkytracker
python3-rtmidi

best regards

mira
--- End Message ---
--- Begin Message ---
This transition was completed.

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

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


Processed: closing 873103

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

> close 873103
Bug #873103 [release.debian.org] transition: imagemagick 7
Marked Bug as done
> thanks
Stopping processing here.

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



Processed: backup-manager 0.7.14-1+deb10u1 flagged for acceptance

2019-08-04 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + pending
Bug #933379 [release.debian.org] buster-pu: package 
backup-manager/0.7.14-1+deb10u1
Added tag(s) pending.

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



Bug#933379: backup-manager 0.7.14-1+deb10u1 flagged for acceptance

2019-08-04 Thread Jonathan Wiltshire
Control: tags -1 + pending

Hi,

The upload referenced by this bug report has been flagged for acceptance into 
the proposed-updates queue for Debian buster.

Thanks for your contribution!

Upload details
==

Package: backup-manager
Version: 0.7.14-1+deb10u1

Explanation: fix purging of remote archives via FTP or SSH



Processed: backup-manager 0.7.14-1+deb10u1 flagged for acceptance

2019-08-04 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + pending
Bug #933379 [release.debian.org] buster-pu: package 
backup-manager/0.7.14-1+deb10u1
Ignoring request to alter tags of bug #933379 to the same tags previously set

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



Bug#933147: buster-pu: package libsdl2-image/2.0.4+dfsg1+deb10u1

2019-08-04 Thread Salvatore Bonaccorso
Hi Hugo,

Maybe I'm missing something but but please double check. Can it be
that the stretch-pu upload contains the fix
https://hg.libsdl.org/SDL_image/rev/b1a80aec2b10 for TALOS-2019-0842
but the buster-pu one missed it? (Note this has a new CVE assigned
CVE-2019-5058, the change afaics is included in your stretch-pu
debdiff, is this right? but not in the buster-pu one?)

Would be great if you can re-check if the above is correct.

Regards,
Salvatore



NEW changes in stable-new

2019-08-04 Thread Debian FTP Masters
Processing changes file: gnuplot_5.2.6+dfsg1-1+deb10u1_mips64el.changes
  ACCEPT
Processing changes file: gnuplot_5.2.6+dfsg1-1+deb10u1_mipsel.changes
  ACCEPT



Bug#933672: transition: cfitsio

2019-08-04 Thread Aurelien Jarno
On 2019-08-01 19:25, Aurelien Jarno wrote:
> Package: release.debian.org
> Severity: normal
> User: release.debian@packages.debian.org
> Usertags: transition
> 
> I would like to request a transition slot for cfitsio, changing the
> library name from libcfitsio7 to libcfitsio8. The API has only been
> extended, not changed, so I don't expect any big issue.
> 
> Due to a mistake on my side with sbuild, I wrongly uploaded the package
> to sid instead of experimental. The distribution in the changelog is
> experimental, but the one in the changes file is sid... Sorry about
> that.
> 
> If it is not possible to proceed with the transition in the next days,
> I'll just reupload the previous version with +really to sid.
> 

Thanks for scheduling the binNMUs. I have just uploaded cfitsio 3.470-3
to sid to fix the "Not built on buildd" issue.

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net



NEW changes in stable-new

2019-08-04 Thread Debian FTP Masters
Processing changes file: gnuplot_5.2.6+dfsg1-1+deb10u1_armel.changes
  ACCEPT
Processing changes file: gnuplot_5.2.6+dfsg1-1+deb10u1_armhf.changes
  ACCEPT



NEW changes in stable-new

2019-08-04 Thread Debian FTP Masters
Processing changes file: gnuplot_5.2.6+dfsg1-1+deb10u1_all.changes
  ACCEPT
Processing changes file: gnuplot_5.2.6+dfsg1-1+deb10u1_arm64.changes
  ACCEPT
Processing changes file: gnuplot_5.2.6+dfsg1-1+deb10u1_i386.changes
  ACCEPT
Processing changes file: gnuplot_5.2.6+dfsg1-1+deb10u1_ppc64el.changes
  ACCEPT



NEW changes in stable-new

2019-08-04 Thread Debian FTP Masters
Processing changes file: freeorion_0.4.8-1+deb10u1_source.changes
  ACCEPT
Processing changes file: cloudkitty_8.0.0-4+deb10u1_all.changes
  ACCEPT
Processing changes file: gnuplot_5.2.6+dfsg1-1+deb10u1_amd64.changes
  ACCEPT
Processing changes file: gnuplot_5.2.6+dfsg1-1+deb10u1_s390x.changes
  ACCEPT
Processing changes file: python-autobahn_17.10.1+dfsg1-3+deb10u1_all.changes
  ACCEPT



Processed: Re: Bug#932945: buster-pu: package passwordsafe/1.06+dfsg-1

2019-08-04 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 confirmed
Bug #932945 [release.debian.org] buster-pu: package passwordsafe/1.06+dfsg-1
Added tag(s) confirmed.

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



Bug#932945: buster-pu: package passwordsafe/1.06+dfsg-1

2019-08-04 Thread Jonathan Wiltshire
Control: tag -1 confirmed

Hi,

On Sun, Aug 04, 2019 at 02:42:07PM +, Bill Blough wrote:
> diff -Nru passwordsafe-1.06+dfsg/debian/changelog 
> passwordsafe-1.06+dfsg/debian/changelog
> --- passwordsafe-1.06+dfsg/debian/changelog   2018-08-15 05:32:43.0 
> -0400
> +++ passwordsafe-1.06+dfsg/debian/changelog   2019-07-21 18:19:37.0 
> -0400
> @@ -1,3 +1,10 @@
> +passwordsafe (1.06+dfsg-1+deb9u1) buster; urgency=medium

The change is fine but this version number is not; looks like it might have
been recycled from the corresponding update to stretch. With it fixed
(deb10u1) please go ahead.

Thanks,

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

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



Processed: tagging 933379

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

> tags 933379 + confirmed
Bug #933379 [release.debian.org] buster-pu: package 
backup-manager/0.7.14-1+deb10u1
Added tag(s) confirmed.
> thanks
Stopping processing here.

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



Processed: freeorion 0.4.8-1+deb10u1 flagged for acceptance

2019-08-04 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + pending
Bug #931199 [release.debian.org] buster-pu: package freeorion/0.4.8-1+deb10u1
Ignoring request to alter tags of bug #931199 to the same tags previously set

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



Bug#931199: freeorion 0.4.8-1+deb10u1 flagged for acceptance

2019-08-04 Thread Jonathan Wiltshire
Control: tags -1 + pending

Hi,

The upload referenced by this bug report has been flagged for acceptance into 
the proposed-updates queue for Debian buster.

Thanks for your contribution!

Upload details
==

Package: freeorion
Version: 0.4.8-1+deb10u1

Explanation: fix crash when loading or saving game data



Processed: freeorion 0.4.8-1+deb10u1 flagged for acceptance

2019-08-04 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + pending
Bug #931199 [release.debian.org] buster-pu: package freeorion/0.4.8-1+deb10u1
Added tag(s) pending.

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



NEW changes in oldstable-new

2019-08-04 Thread Debian FTP Masters
Processing changes file: subversion_1.9.5-1+deb9u4_source.changes
  ACCEPT
Processing changes file: subversion_1.9.5-1+deb9u4_all.changes
  ACCEPT
Processing changes file: subversion_1.9.5-1+deb9u4_amd64+buildd.changes
  ACCEPT
Processing changes file: subversion_1.9.5-1+deb9u4_arm64.changes
  ACCEPT
Processing changes file: subversion_1.9.5-1+deb9u4_armel.changes
  ACCEPT
Processing changes file: subversion_1.9.5-1+deb9u4_armhf.changes
  ACCEPT
Processing changes file: subversion_1.9.5-1+deb9u4_i386.changes
  ACCEPT
Processing changes file: subversion_1.9.5-1+deb9u4_mips.changes
  ACCEPT
Processing changes file: subversion_1.9.5-1+deb9u4_mips64el.changes
  ACCEPT
Processing changes file: subversion_1.9.5-1+deb9u4_mipsel.changes
  ACCEPT
Processing changes file: subversion_1.9.5-1+deb9u4_ppc64el.changes
  ACCEPT
Processing changes file: subversion_1.9.5-1+deb9u4_s390x.changes
  ACCEPT
Processing changes file: systemd_232-25+deb9u12_source.changes
  ACCEPT



Processed: systemd 232-25+deb9u12 flagged for acceptance

2019-08-04 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + pending
Bug #932665 [release.debian.org] stretch-pu: package systemd/232-25+deb9u12
Ignoring request to alter tags of bug #932665 to the same tags previously set

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



Processed: systemd 232-25+deb9u12 flagged for acceptance

2019-08-04 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + pending
Bug #932665 [release.debian.org] stretch-pu: package systemd/232-25+deb9u12
Added tag(s) pending.

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



Bug#932665: systemd 232-25+deb9u12 flagged for acceptance

2019-08-04 Thread Adam D Barratt
Control: tags -1 + pending

Hi,

The upload referenced by this bug report has been flagged for acceptance into 
the proposed-updates queue for Debian stretch.

Thanks for your contribution!

Upload details
==

Package: systemd
Version: 232-25+deb9u12

Explanation: do not stop ndisc client in case of configuration error



Processed: tagging 932665

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

> # d-i ack received
> tags 932665 - d-i
Bug #932665 [release.debian.org] stretch-pu: package systemd/232-25+deb9u12
Removed tag(s) d-i.
> thanks
Stopping processing here.

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



NEW changes in stable-new

2019-08-04 Thread Debian FTP Masters
Processing changes file: cloudkitty_8.0.0-4+deb10u1_source.changes
  ACCEPT
Processing changes file: gnuplot_5.2.6+dfsg1-1+deb10u1_source.changes
  ACCEPT
Processing changes file: python-autobahn_17.10.1+dfsg1-3+deb10u1_source.changes
  ACCEPT



Processed: tagging 931199

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

> tags 931199 + confirmed
Bug #931199 [release.debian.org] buster-pu: package freeorion/0.4.8-1+deb10u1
Added tag(s) confirmed.
> thanks
Stopping processing here.

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



Processed: Re: Bug#932069: buster-pu: calamares-settings-debian 10.0.20-1+deb10u1

2019-08-04 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 confirmed
Bug #932069 [release.debian.org] buster-pu: calamares-settings-debian 
10.0.20-1+deb10u1
Added tag(s) confirmed.

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



Bug#932069: buster-pu: calamares-settings-debian 10.0.20-1+deb10u1

2019-08-04 Thread Jonathan Wiltshire
Control: tag -1 confirmed

On Sun, Jul 14, 2019 at 01:27:33PM -0300, Jonathan Carter wrote:
> Below is a debfiff for CVE-2019-13179, as discussed with the
> release team over e-mail:
> 
> This adds a snipet so that the initramfs will be created with safer
> permissions when using an encrypted / on a full-disk encrypted system.

Please go ahead with a fixed target suite of 'buster' (not
buster-security).

The version currently in unstable will also need to reach testing before
September, or buster will end up with a higher version number. That might
mean a no-change source only upload, since we can't binNMU arch:all
packages for you.

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

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



Processed: python-autobahn 17.10.1+dfsg1-3+deb10u1 flagged for acceptance

2019-08-04 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + pending
Bug #931615 [release.debian.org] buster-pu: package 
python-autobahn/17.10.1+dfsg1-3+deb10u1
Ignoring request to alter tags of bug #931615 to the same tags previously set

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



Bug#931615: python-autobahn 17.10.1+dfsg1-3+deb10u1 flagged for acceptance

2019-08-04 Thread Jonathan Wiltshire
Control: tags -1 + pending

Hi,

The upload referenced by this bug report has been flagged for acceptance into 
the proposed-updates queue for Debian buster.

Thanks for your contribution!

Upload details
==

Package: python-autobahn
Version: 17.10.1+dfsg1-3+deb10u1

Explanation: fix pyqrcode build dependencies



Bug#932030: gnuplot 5.2.6+dfsg1-1+deb10u1 flagged for acceptance

2019-08-04 Thread Jonathan Wiltshire
Control: tags -1 + pending

Hi,

The upload referenced by this bug report has been flagged for acceptance into 
the proposed-updates queue for Debian buster.

Thanks for your contribution!

Upload details
==

Package: gnuplot
Version: 5.2.6+dfsg1-1+deb10u1

Explanation: fix incomplete/unsafe initialization of ARGV array



Processed: gnuplot 5.2.6+dfsg1-1+deb10u1 flagged for acceptance

2019-08-04 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + pending
Bug #932030 [release.debian.org] buster-pu: package 
gnuplot/5.2.6+dfsg1-1+deb10u1 pre-approval
Ignoring request to alter tags of bug #932030 to the same tags previously set

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



Processed: python-autobahn 17.10.1+dfsg1-3+deb10u1 flagged for acceptance

2019-08-04 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + pending
Bug #931615 [release.debian.org] buster-pu: package 
python-autobahn/17.10.1+dfsg1-3+deb10u1
Added tag(s) pending.

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



Processed: cloudkitty 8.0.0-4+deb10u1 flagged for acceptance

2019-08-04 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + pending
Bug #931608 [release.debian.org] buster-pu: package cloudkitty/8.0.0-4+deb10u1
Ignoring request to alter tags of bug #931608 to the same tags previously set

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



Processed: gnuplot 5.2.6+dfsg1-1+deb10u1 flagged for acceptance

2019-08-04 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + pending
Bug #932030 [release.debian.org] buster-pu: package 
gnuplot/5.2.6+dfsg1-1+deb10u1 pre-approval
Added tag(s) pending.

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



Processed: cloudkitty 8.0.0-4+deb10u1 flagged for acceptance

2019-08-04 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + pending
Bug #931608 [release.debian.org] buster-pu: package cloudkitty/8.0.0-4+deb10u1
Added tag(s) pending.

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



Bug#931608: cloudkitty 8.0.0-4+deb10u1 flagged for acceptance

2019-08-04 Thread Jonathan Wiltshire
Control: tags -1 + pending

Hi,

The upload referenced by this bug report has been flagged for acceptance into 
the proposed-updates queue for Debian buster.

Thanks for your contribution!

Upload details
==

Package: cloudkitty
Version: 8.0.0-4+deb10u1

Explanation: fix build failures with updated SQLAlchemy



Bug#933764: buster-pu: package e2fsprogs/1.44.5-1+deb10u1

2019-08-04 Thread Jonathan Wiltshire
Control: tag -1 d-i

On Sat, Aug 03, 2019 at 10:45:32PM -0400, Theodore Y. Ts'o wrote:
> Thanks, Adam!  My apologies for screwing up the first build/upload.
> I've just pushed e2fsprogs/1.44.5-1+deb10u1.
> 
> I've attached the debdiff below.
> 
>   - Ted
> 
> diff -Nru e2fsprogs-1.44.5/debian/changelog e2fsprogs-1.44.5/debian/changelog
> --- e2fsprogs-1.44.5/debian/changelog 2018-12-15 22:46:49.0 -0500
> +++ e2fsprogs-1.44.5/debian/changelog 2019-08-02 23:49:00.0 -0400
> @@ -1,3 +1,9 @@
> +e2fsprogs (1.44.5-1+deb10u1) buster; urgency=medium
> +
> +  * Fix e4defrag crashes on 32-bit architectures (Closes: #920767)
> +
> + -- Theodore Y. Ts'o   Fri, 02 Aug 2019 23:49:00 -0400
> +
>  e2fsprogs (1.44.5-1) unstable; urgency=medium
>  
>* New upstream version
> diff -Nru e2fsprogs-1.44.5/debian/gbp.conf e2fsprogs-1.44.5/debian/gbp.conf
> --- e2fsprogs-1.44.5/debian/gbp.conf  2018-12-15 22:46:49.0 -0500
> +++ e2fsprogs-1.44.5/debian/gbp.conf  2019-08-02 23:49:00.0 -0400
> @@ -1,4 +1,4 @@
>  [DEFAULT]
>  pristine-tar = True
>  upstream-tag='v%(version)s'
> -debian-branch=debian/master
> +debian-branch=debian/stable
> diff -Nru e2fsprogs-1.44.5/debian/.gitignore 
> e2fsprogs-1.44.5/debian/.gitignore
> --- e2fsprogs-1.44.5/debian/.gitignore1969-12-31 19:00:00.0 
> -0500
> +++ e2fsprogs-1.44.5/debian/.gitignore2019-08-02 23:49:00.0 
> -0400
> @@ -0,0 +1 @@
> +!patches
> diff -Nru 
> e2fsprogs-1.44.5/debian/patches/revert-e4defrag-use-64-bit-counters-to-t.patch
>  
> e2fsprogs-1.44.5/debian/patches/revert-e4defrag-use-64-bit-counters-to-t.patch
> --- 
> e2fsprogs-1.44.5/debian/patches/revert-e4defrag-use-64-bit-counters-to-t.patch
> 1969-12-31 19:00:00.0 -0500
> +++ 
> e2fsprogs-1.44.5/debian/patches/revert-e4defrag-use-64-bit-counters-to-t.patch
> 2019-08-02 23:49:00.0 -0400
> @@ -0,0 +1,66 @@
> +From: Theodore Ts'o 
> +Date: Thu, 3 Jan 2019 22:27:37 -0500
> +X-Dgit-Generated: 1.44.5-1 622e62942104d357912480e49c5b5524588cf45f
> +Subject: Revert "e4defrag: use 64-bit counters to track # files defragged"
> +
> +This reverts commit 3293ea9ecbe1d622f9cf6c41d705d82fbae6a3e3.
> +
> +This wasn't really the right fix, since there can't be more than 2**32
> +files in a file system.  The real issue is when the number of files in
> +a directory change during the e4defrag run.
> +
> +Signed-off-by: Theodore Ts'o 
> +
> +---
> +
> +--- e2fsprogs-1.44.5.orig/misc/e4defrag.c
>  e2fsprogs-1.44.5/misc/e4defrag.c
> +@@ -169,13 +169,13 @@ static int block_size;
> + static int  extents_before_defrag;
> + static int  extents_after_defrag;
> + static int  mode_flag;
> +-static uid_tcurrent_uid;
> +-static unsigned long long   defraged_file_count;
> +-static unsigned long long   frag_files_before_defrag;
> +-static unsigned long long   frag_files_after_defrag;
> +-static unsigned long long   regular_count;
> +-static unsigned long long   succeed_cnt;
> +-static unsigned long long   total_count;
> ++static unsigned int current_uid;
> ++static unsigned int defraged_file_count;
> ++static unsigned int frag_files_before_defrag;
> ++static unsigned int frag_files_after_defrag;
> ++static unsigned int regular_count;
> ++static unsigned int succeed_cnt;
> ++static unsigned int total_count;
> + static __u8 log_groups_per_flex;
> + static __u32 blocks_per_group;
> + static __u32 feature_incompat;
> +@@ -1912,9 +1912,9 @@ int main(int argc, char *argv[])
> + }
> + /* File tree walk */
> + nftw64(dir_name, file_defrag, FTW_OPEN_FD, flags);
> +-printf("\n\tSuccess:\t\t\t[ %llu/%llu ]\n",
> +-   succeed_cnt, total_count);
> +-printf("\tFailure:\t\t\t[ %llu/%llu ]\n",
> ++printf("\n\tSuccess:\t\t\t[ %u/%u ]\n", succeed_cnt,
> ++total_count);
> ++printf("\tFailure:\t\t\t[ %u/%u ]\n",
> + total_count - succeed_cnt, total_count);
> + if (mode_flag & DETAIL) {
> + printf("\tTotal extents:\t\t\t%4d->%d\n",
> +@@ -1923,10 +1923,12 @@ int main(int argc, char *argv[])
> + printf("\tFragmented percentage:\t\t"
> + "%3llu%%->%llu%%\n",
> + !regular_count ? 0 :
> +-(frag_files_before_defrag * 100) /
> ++((unsigned long long)
> ++frag_files_before_defrag * 100) /
> + regular_count,
> + !regular_count ? 0 :
> +-(frag_files_after_defrag * 100) /
> ++((unsigned long long)
> ++

Processed: Re: Bug#933764: buster-pu: package e2fsprogs/1.44.5-1+deb10u1

2019-08-04 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 d-i
Bug #933764 [release.debian.org] buster-pu: package e2fsprogs/1.44.5-1+deb10u1
Added tag(s) d-i.

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



Processed: tagging 931967

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

> tags 931967 - moreinfo
Bug #931967 [release.debian.org] buster-pu: package 
libtk-img/1:1.4.8+dfsg-1+deb10u1 pre-approval
Removed tag(s) moreinfo.
> thanks
Stopping processing here.

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



Processed: tagging 931766

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

> tags 931766 - moreinfo
Bug #931766 [release.debian.org] buster-pu: package 
openvswitch/2.10.0+2018.08.28+git.8ca7c82b7d+ds1-13
Removed tag(s) moreinfo.
> thanks
Stopping processing here.

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



Processed: tagging 933764, tagging 933764

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

> tags 933764 - moreinfo
Bug #933764 [release.debian.org] buster-pu: package e2fsprogs/1.44.5-1+deb10u1
Removed tag(s) moreinfo.
> tags 933764 + confirmed
Bug #933764 [release.debian.org] buster-pu: package e2fsprogs/1.44.5-1+deb10u1
Added tag(s) confirmed.
> thanks
Stopping processing here.

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



Bug#933839: buster-pu: package resource-agents/1:4.2.0-2+deb10u1

2019-08-04 Thread Valentin Vidic
Package: release.debian.org
Severity: normal
Tags: buster
User: release.debian@packages.debian.org
Usertags: pu

Hi,

Please allow this buster update for the resource-agents package
fixing problems with some included scripts:

 * ethmonitor: does not list interfaces without assigned IP address
 * ZFS: monitoring action broken by a bashism bug
 * Xen: toolstack detection generates warnings in the logs

Kind regards,
Valentin
 
diff -Nru resource-agents-4.2.0/debian/changelog 
resource-agents-4.2.0/debian/changelog
--- resource-agents-4.2.0/debian/changelog  2018-12-09 21:04:49.0 
+0100
+++ resource-agents-4.2.0/debian/changelog  2019-08-04 09:59:39.0 
+0200
@@ -1,3 +1,11 @@
+resource-agents (1:4.2.0-2+deb10u1) buster; urgency=medium
+
+  * debian/patches: drop xen-toolstack.patch
+  * debian/patches: add ethmonitor-no-addr.patch (Closes: #927311)
+  * debian/patches: add zfs-bashism.patch (Closes: #933398)
+
+ -- Valentin Vidic   Sun, 04 Aug 2019 09:59:39 +0200
+
 resource-agents (1:4.2.0-2) unstable; urgency=medium
 
   * debian/rules: fix build with merged-usr (Closes: #915848)
diff -Nru resource-agents-4.2.0/debian/patches/ethmonitor-no-addr.patch 
resource-agents-4.2.0/debian/patches/ethmonitor-no-addr.patch
--- resource-agents-4.2.0/debian/patches/ethmonitor-no-addr.patch   
1970-01-01 01:00:00.0 +0100
+++ resource-agents-4.2.0/debian/patches/ethmonitor-no-addr.patch   
2019-08-04 09:54:06.0 +0200
@@ -0,0 +1,34 @@
+Description: ethmonitor does not list interfaces without assigned IP address
+ The is_interface() function in heartbeat/ethmonitor tries to match an
+ interface to a list obtained from the 'ip' tool. It lists interfaces
+ using the 'inet' family, which omits interfaces that don't have an IP
+ address assigned.
+ .
+ If the interface that we're looking for is e.g. a VLAN bridge that does
+ not have an IP address, it won't show up in the listing and
+ is_interface() will return false. ethmonitor will miss that interface,
+ and it won't be available for monitoring.
+Author: Heitor Alves de Siqueira 
+Origin: upstream
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=927311
+Applied-Upstream: https://github.com/ClusterLabs/resource-agents/pull/1306
+ https://github.com/ClusterLabs/resource-agents/pull/1322
+Reviewed-by: Valentin Vidic 
+Last-Update: 2019-08-04
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+diff --git a/heartbeat/ethmonitor b/heartbeat/ethmonitor
+index 240eba4df..07403529f 100755
+--- a/heartbeat/ethmonitor
 b/heartbeat/ethmonitor
+@@ -206,8 +206,8 @@ is_interface() {
+   #
+   # List interfaces but exclude FreeS/WAN ipsecN virtual interfaces
+   #
+-  local iface=`$IP2UTIL -o -f inet addr show | grep " $1 " \
+-  | cut -d ' ' -f2 | sort -u | grep -v '^ipsec[0-9][0-9]*$'`
++  local iface=`$IP2UTIL -o -f link addr show | grep " $1:" \
++  | cut -d ' ' -f2 | tr -d ':' | sort -u | grep -v 
'^ipsec[0-9][0-9]*$'`
+   [ "$iface" != "" ]
+ }
+ 
diff -Nru resource-agents-4.2.0/debian/patches/series 
resource-agents-4.2.0/debian/patches/series
--- resource-agents-4.2.0/debian/patches/series 2018-12-09 21:04:33.0 
+0100
+++ resource-agents-4.2.0/debian/patches/series 2019-08-04 09:57:56.0 
+0200
@@ -3,7 +3,8 @@
 no-dirty-version
 ipv6-linux-only
 ocft-configs.patch
-xen-toolstack.patch
 gitignore.patch
 reproducible.patch
 var-run.patch
+ethmonitor-no-addr.patch
+zfs-bashism.patch
diff -Nru resource-agents-4.2.0/debian/patches/xen-toolstack.patch 
resource-agents-4.2.0/debian/patches/xen-toolstack.patch
--- resource-agents-4.2.0/debian/patches/xen-toolstack.patch2018-10-24 
11:40:00.0 +0200
+++ resource-agents-4.2.0/debian/patches/xen-toolstack.patch1970-01-01 
01:00:00.0 +0100
@@ -1,22 +0,0 @@
-Description: Use the toolstack selected in /etc/default/xen
- Xen agent should use the configured toolstack and not prefer xl.
- This patch can be dropped once there is only one supported toolstack.
-Author: Valentin Vidic 
-Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=854276
-Forwarded: not-needed
-Last-Update: 2017-08-03

-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 a/heartbeat/Xen
-+++ b/heartbeat/Xen
-@@ -46,8 +46,8 @@
- : ${OCF_RESKEY_autoset_utilization_cpu="false"}
- : ${OCF_RESKEY_autoset_utilization_hv_memory="false"}
- 
--# prefer xl
--xentool=$(which xl 2> /dev/null || which xm)
-+# use /etc/default/xen
-+xentool=$(/usr/lib/xen-common/bin/xen-toolstack)
- 
- meta_data() {
-   cat <
+Author: Koen de Jonge 
+Origin: upstream
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=933398
+Applied-Upstream: https://github.com/ClusterLabs/resource-agents/pull/1372
+Reviewed-by: Valentin Vidic 
+Last-Update: 2019-08-04
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/heartbeat/ZFS
 b/heartbeat/ZFS
+@@ -144,7 +144,7 @@
+