Bug#870181: stretch-pu: package bareos/16.2.4-3+deb9u1

2017-08-07 Thread Felix Geyer
Control: tags -1 - moreinfo

On Mon, 31 Jul 2017 00:24:41 +0200 Felix Geyer  wrote:
> Uh, you are right of course. Not sure how I missed that. Thanks for checking!
> I've just upload 16.2.6-3 with those changes to unstable.
> 
> While looking further into it I noticed that the version check in
> bareos-director.postinst is wrong.
> Instead of 15.2.2-1~ it should be 16.2.4-3+deb9u1~

The fixed version is now in testing.

Felix



Processed: Re: Bug#870181: stretch-pu: package bareos/16.2.4-3+deb9u1

2017-08-07 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 - moreinfo
Bug #870181 [release.debian.org] stretch-pu: package bareos/16.2.4-3+deb9u1
Removed tag(s) moreinfo.

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



Bug#871451: stretch-pu: package up-imapproxy/1.2.8~svn20161210-2

2017-08-07 Thread Richard Laager
I have attached the patch of the changes I intend to (have my sponsor)
upload. This is identical to the changes in 1.2.8~svn20161210-3 in
unstable and testing, except for the version number and date in the
changelog and setting a debian-branch in debian/gbp.conf.

-- 
Richard
diff -urN debian-2/changelog debian/changelog
--- debian-2/changelog	2016-12-13 18:44:17.0 -0600
+++ debian/changelog	2017-08-07 23:59:22.0 -0500
@@ -1,3 +1,11 @@
+up-imapproxy (1.2.8~svn20161210-2+deb9u1) stretch; urgency=medium
+
+  * Correct the service file.
+Thanks to Marc Dequènes (Duck) (Closes: 868150)
+  * Move the pidfile to /run
+
+ -- Richard Laager   Mon, 07 Aug 2017 23:58:28 -0500
+
 up-imapproxy (1.2.8~svn20161210-2) unstable; urgency=medium
 
   [ Jose Luis Tallon ]
diff -urN debian-2/gbp.conf debian/gbp.conf
--- debian-2/gbp.conf	2016-12-13 18:44:17.0 -0600
+++ debian/gbp.conf	2017-08-07 23:57:54.0 -0500
@@ -1,4 +1,5 @@
 [DEFAULT]
+debian-branch = stretch
 pristine-tar = True
 
 [buildpackage]
diff -urN debian-2/imapproxy.service debian/imapproxy.service
--- debian-2/imapproxy.service	2016-12-13 18:44:17.0 -0600
+++ debian/imapproxy.service	2017-07-13 20:12:23.0 -0500
@@ -8,3 +8,7 @@
 Type=forking
 ExecStartPre=/usr/share/imapproxy/prepare-chroot
 ExecStart=/usr/sbin/imapproxyd -f /etc/imapproxy.conf
+PIDFile=/run/imapproxy.pid
+
+[Install]
+WantedBy=multi-user.target
diff -urN debian-2/manpages/imapproxyd.8 debian/manpages/imapproxyd.8
--- debian-2/manpages/imapproxyd.8	2016-12-13 18:44:17.0 -0600
+++ debian/manpages/imapproxyd.8	2017-08-07 23:58:20.0 -0500
@@ -48,7 +48,7 @@
 option
 .PP
 Unless foreground_mode has been enabled, IMAP Proxy will write its PID to to
-a PID-file. It defaults to /var/run/imapproxy.pid, but can be overridden with
+a PID-file. It defaults to /run/imapproxy.pid, but can be overridden with
 the
 .I -p
 option
diff -urN debian-2/patches/move-pidfile-to-run.patch debian/patches/move-pidfile-to-run.patch
--- debian-2/patches/move-pidfile-to-run.patch	1969-12-31 18:00:00.0 -0600
+++ debian/patches/move-pidfile-to-run.patch	2017-07-13 21:02:30.0 -0500
@@ -0,0 +1,19 @@
+Description: Move pidfile to /run
+ Debian is converting to /run.  This particular transition (from /var/run to
+ /run) is currently optional.
+ .
+ See: https://wiki.debian.org/ReleaseGoals/RunDirectory
+Author: Richard Laager 
+Forwarded: no
+Last-Update: 2017-07-13
+--- a/include/imapproxy.h
 b/include/imapproxy.h
+@@ -182,7 +182,7 @@
+ #define DEFAULT_CONFIG_FILE "/etc/imapproxy.conf"
+ #endif
+ #ifndef DEFAULT_PID_FILE
+-#define DEFAULT_PID_FILE   "/var/run/imapproxy.pid"
++#define DEFAULT_PID_FILE   "/run/imapproxy.pid"
+ #endif
+ 
+ #define LITERAL_PASSWORD1
diff -urN debian-2/patches/series debian/patches/series
--- debian-2/patches/series	2016-12-13 18:44:17.0 -0600
+++ debian/patches/series	2017-07-13 20:17:47.0 -0500
@@ -10,3 +10,4 @@
 cleanup-names.patch
 cleanup-readme.patch
 cleanup-imapproxy_conf.patch
+move-pidfile-to-run.patch


Bug#871451: stretch-pu: package up-imapproxy/1.2.8~svn20161210-2

2017-08-07 Thread Richard Laager
Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian@packages.debian.org
Usertags: pu

As discussed in bug #868150, the imapproxy daemon fails to start on Stretch
with systemd.  There are two problems here.  First, the service was not
installed properly, due to the lack of an [Install] section.  Second, once the
service is properly installed, systemd (intermittently) fails to find the main
PID of the daemon unless the PIDFile is specified.

This has been corrected in unstable and testing.  I seek to upload the
equivalent of the "-3" package version to stable-proposed-updates, versioned as
1.2.8~svn20161210-2+deb9u1.

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

Kernel: Linux 4.9.0-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)



NEW changes in stable-new

2017-08-07 Thread Debian FTP Masters
Processing changes file: smplayer_16.11.0~ds0-1+deb9u1_armel.changes
  ACCEPT
Processing changes file: smplayer_16.11.0~ds0-1+deb9u1_armhf.changes
  ACCEPT
Processing changes file: smplayer_16.11.0~ds0-1+deb9u1_mips.changes
  ACCEPT
Processing changes file: smplayer_16.11.0~ds0-1+deb9u1_mips64el.changes
  ACCEPT
Processing changes file: smplayer_16.11.0~ds0-1+deb9u1_mipsel.changes
  ACCEPT



NEW changes in stable-new

2017-08-07 Thread Debian FTP Masters
Processing changes file: openvpn_2.4.0-6+deb9u2_armel.changes
  ACCEPT
Processing changes file: openvpn_2.4.0-6+deb9u2_armhf.changes
  ACCEPT
Processing changes file: openvpn_2.4.0-6+deb9u2_mips.changes
  ACCEPT
Processing changes file: openvpn_2.4.0-6+deb9u2_mips64el.changes
  ACCEPT
Processing changes file: openvpn_2.4.0-6+deb9u2_mipsel.changes
  ACCEPT



NEW changes in oldstable-new

2017-08-07 Thread Debian FTP Masters
Processing changes file: hexchat_2.10.1-1+deb8u2_amd64.changes
  ACCEPT
Processing changes file: hexchat_2.10.1-1+deb8u2_arm64.changes
  ACCEPT
Processing changes file: hexchat_2.10.1-1+deb8u2_armel.changes
  ACCEPT
Processing changes file: hexchat_2.10.1-1+deb8u2_armhf.changes
  ACCEPT
Processing changes file: hexchat_2.10.1-1+deb8u2_i386.changes
  ACCEPT
Processing changes file: hexchat_2.10.1-1+deb8u2_mips.changes
  ACCEPT
Processing changes file: hexchat_2.10.1-1+deb8u2_mipsel.changes
  ACCEPT
Processing changes file: hexchat_2.10.1-1+deb8u2_powerpc.changes
  ACCEPT
Processing changes file: hexchat_2.10.1-1+deb8u2_ppc64el.changes
  ACCEPT
Processing changes file: hexchat_2.10.1-1+deb8u2_s390x.changes
  ACCEPT



NEW changes in stable-new

2017-08-07 Thread Debian FTP Masters
Processing changes file: chrony_3.0-4+deb9u1_arm64.changes
  ACCEPT
Processing changes file: flatpak_0.8.7-2~deb9u1_all.changes
  ACCEPT
Processing changes file: flatpak_0.8.7-2~deb9u1_amd64.changes
  ACCEPT
Processing changes file: flatpak_0.8.7-2~deb9u1_arm64.changes
  ACCEPT
Processing changes file: flatpak_0.8.7-2~deb9u1_armel.changes
  ACCEPT
Processing changes file: flatpak_0.8.7-2~deb9u1_armhf.changes
  ACCEPT
Processing changes file: flatpak_0.8.7-2~deb9u1_i386.changes
  ACCEPT
Processing changes file: flatpak_0.8.7-2~deb9u1_mips.changes
  ACCEPT
Processing changes file: flatpak_0.8.7-2~deb9u1_mips64el.changes
  ACCEPT
Processing changes file: flatpak_0.8.7-2~deb9u1_mipsel.changes
  ACCEPT
Processing changes file: flatpak_0.8.7-2~deb9u1_ppc64el.changes
  ACCEPT
Processing changes file: flatpak_0.8.7-2~deb9u1_s390x.changes
  ACCEPT
Processing changes file: openvpn_2.4.0-6+deb9u2_amd64.changes
  ACCEPT
Processing changes file: openvpn_2.4.0-6+deb9u2_arm64.changes
  ACCEPT
Processing changes file: openvpn_2.4.0-6+deb9u2_i386.changes
  ACCEPT
Processing changes file: openvpn_2.4.0-6+deb9u2_ppc64el.changes
  ACCEPT
Processing changes file: openvpn_2.4.0-6+deb9u2_s390x.changes
  ACCEPT
Processing changes file: smplayer_16.11.0~ds0-1+deb9u1_arm64.changes
  ACCEPT
Processing changes file: smplayer_16.11.0~ds0-1+deb9u1_i386.changes
  ACCEPT
Processing changes file: smplayer_16.11.0~ds0-1+deb9u1_ppc64el.changes
  ACCEPT
Processing changes file: smplayer_16.11.0~ds0-1+deb9u1_s390x.changes
  ACCEPT



Bug#871444: transition: msgpack-c

2017-08-07 Thread James McCoy
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: transition

I'd like to upload the new msgpack-c to unstable.  I did a test rebuild
in July and filed bugs[0] against the packages which fail to build with
the new API changes.

[0]: 
https://bugs.debian.org/cgi-bin/pkgreport.cgi?users=msgpac...@packages.debian.org;tag=msgpack-c-2.x;dist=unstable

The below Ben settings will detect the packages using the C library
which need to be rebuilt, but the C++ library is header-only.  I'm not
sure the how that should be tracked, other than FTBFS bugs.

Ben file:

title = "msgpack-c";
is_affected = .depends ~ "libmsgpackc2";
is_good = .depends ~ /libmsgpackc2 \(>= 2\.1\.0)/ | .depends ~ /libmsgpackc2 
\(>= 0\.5\.7);
is_bad = .depends ~ /libmsgpackc2 \(>= 1\.0\.0\)/;


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

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



Bug#871440: stretch-pu: package speech-dispatcher/0.8.6-4+deb9u1

2017-08-07 Thread Samuel Thibault
Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian@packages.debian.org
Usertags: pu

Hello,

In #860898 it was reported that the configuration tool for
speech-dispatcher, spd-conf, is completely broken in Stretch.  Since
it took a long time for the report to come, we considered it a not bad
enough bug to propose a change before the release.

It however seems that now that Stretch is released, users are really
having problems with not having a working spd-conf (see thread starting
at https://lists.debian.org/debian-accessibility/2017/08/msg2.html),
to the point that they are considering reverting to Jessie (see "How
long id Jessie supported?" at
https://lists.debian.org/debian-accessibility/2017/08/msg00010.html)

The fix for spd-conf is really simple, see the attached patch (already
applied upstream) which I propose to upload to Stretch.

Samuel

-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 
'testing-debug'), (500, 'stable-debug'), (500, 'buildd-unstable'), (500, 
'unstable'), (500, 'stable'), (500, 'oldstable'), (1, 'experimental-debug'), 
(1, 'buildd-experimental'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

-- 
Samuel
 muhahaha...
 ya un train qui part de Perrache à 14h57
 qui passe à Part-Dieu à 15h10
 si je le prends à Perrache, je suis en zone bleue
 si je le prends à Part-Dieu, je suis en zone blanche
 donc je vais le prendre à Perrache *mais* à Part-Dieu ;-)
 -+- #ens-mim - vive la SNCF -+-
diff -Nru speech-dispatcher-0.8.6/debian/changelog 
speech-dispatcher-0.8.6/debian/changelog
--- speech-dispatcher-0.8.6/debian/changelog2017-03-05 23:13:08.0 
+0100
+++ speech-dispatcher-0.8.6/debian/changelog2017-08-08 01:07:02.0 
+0200
@@ -1,3 +1,9 @@
+speech-dispatcher (0.8.6-4+deb9u1) stretch; urgency=medium
+
+  * patches/spd-conf: Fix spd-conf (Closes: #860898).
+
+ -- Samuel Thibault   Tue, 08 Aug 2017 01:07:02 +0200
+
 speech-dispatcher (0.8.6-4) unstable; urgency=medium
 
   * Fix stripped audio output of flite module (Closes: #856895).
diff -Nru speech-dispatcher-0.8.6/debian/patches/series 
speech-dispatcher-0.8.6/debian/patches/series
--- speech-dispatcher-0.8.6/debian/patches/series   2017-03-05 
22:50:12.0 +0100
+++ speech-dispatcher-0.8.6/debian/patches/series   2017-08-08 
01:07:02.0 +0200
@@ -2,3 +2,4 @@
 doc-figures
 change-default-module.patch
 flite-strip-silence
+spd-conf
diff -Nru speech-dispatcher-0.8.6/debian/patches/spd-conf 
speech-dispatcher-0.8.6/debian/patches/spd-conf
--- speech-dispatcher-0.8.6/debian/patches/spd-conf 1970-01-01 
01:00:00.0 +0100
+++ speech-dispatcher-0.8.6/debian/patches/spd-conf 2017-08-08 
01:06:35.0 +0200
@@ -0,0 +1,19 @@
+--- a/src/api/python/speechd_config/config.py.in
 b/src/api/python/speechd_config/config.py.in
+@@ -156,6 +156,7 @@ def setup_argparse():
+ parser.add_argument('-D', '--debug', dest='debug',
+ action="store_true", default=False,
+ help=_("Debug a problem and generate a report"))
++return parser
+ 
+ class Tests:
+ """Tests of functionality of Speech Dispatcher and its dependencies
+@@ -746,7 +747,7 @@ you have to start it manually to continu
+ 
+ def main():
+ options = setup_argparse()
+-options.parse()
++options = options.parse_args()
+ test = Tests()
+ configure = Configure(test) # that should possibly be refactored, test 
should not be passed
+ 


NEW changes in oldstable-new

2017-08-07 Thread Debian FTP Masters
Processing changes file: hexchat_2.10.1-1+deb8u2_multi.changes
  ACCEPT



NEW changes in stable-new

2017-08-07 Thread Debian FTP Masters
Processing changes file: flatpak_0.8.7-2~deb9u1_source.changes
  ACCEPT
Processing changes file: openvpn_2.4.0-6+deb9u2_source.changes
  ACCEPT
Processing changes file: smplayer_16.11.0~ds0-1+deb9u1_amd64.changes
  ACCEPT
Processing changes file: tbdialout_1.7.2-1+deb9u1_amd64.changes
  ACCEPT



Bug#725202: release.debian.org: want a tool like d for binary packages

2017-08-07 Thread Adam D. Barratt
On Wed, 2013-10-02 at 19:46 +0100, Adam D. Barratt wrote:
> On Wed, 2013-10-02 at 20:35 +0200, Julien Cristau wrote:
> > I keep wishing I could easily debdiff the binary packages built by a
> > given source between testing and sid (on a given arch, or on all, I'm
> > not completely sure).
> 
> Implementing this in a reusable manner (e.g. in debrelease.debdiff)
> would simplify the implementation of #655976 in queue-viewer.

debrelease.debbindiff should be usable as a base for such a tool now.

Cheers,

Adam



Bug#868337: jessie-pu: package hexchat/2.10.1-1+deb8u1

2017-08-07 Thread Adam D. Barratt
Control: tags -1 + pending

On Sun, 2017-08-06 at 15:55 +0100, Jonathan Wiltshire wrote:
> Control: tag -1 confirmed
> 
> On Fri, Jul 14, 2017 at 05:31:47PM +0200, Mattia Rizzolo wrote:
> > I'd like to fix https://bugs.debian.org/779892 also in jessie.
> > It's a somewhat hard to trig segfault, caused by a debian-only patch
> > missing braces.
> > 
> > https://sources.debian.net/src/hexchat/2.10.1-1%2Bdeb8u1/debian/patches/debian_defaults.patch/
> > You can see here how the patch adds a second statement that it is meant
> > to be within the `if`, but that if is without braces, so havoc befalls.
> > 
> > Proposed patch, tested on jessie, attached.
> 
> Please go ahead.

Uploaded and flagged for acceptance.

Regards,

Adam



Processed: Re: Bug#868337: jessie-pu: package hexchat/2.10.1-1+deb8u1

2017-08-07 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + pending
Bug #868337 [release.debian.org] jessie-pu: package hexchat/2.10.1-1+deb8u1
Added tag(s) pending.

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



Processed: Re: Bug#870604: stretch-pu: package openvpn/2.4.0-6+deb9u2

2017-08-07 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + pending
Bug #870604 [release.debian.org] stretch-pu: package openvpn/2.4.0-6+deb9u2
Added tag(s) pending.

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



Bug#870604: stretch-pu: package openvpn/2.4.0-6+deb9u2

2017-08-07 Thread Adam D. Barratt
Control: tags -1 + pending

On Mon, 2017-08-07 at 00:03 +0200, Bernhard Schmidt wrote:
> On 06.08.2017 14:05, Jonathan Wiltshire wrote:
> 
> Hi,
> 
> > Control: tag -1 confirmed
> > 
> > On Thu, Aug 03, 2017 at 11:14:04AM +0200, Bernhard Schmidt wrote:
> >> I'd like to fix RC bug #863110 in Stretch, causing OpenVPN connections to 
> >> be 
> >> broken when they are reestablished after a timeout.
> >>
> >> The patch has been part of several upstream releases which have been in 
> >> sid/buster for a couple of weeks now. The submitter tested the patch to be
> >> fixing this issue.
> >>
> >> diff attached
> > 
> > Please go ahead.
> 
> Uploaded and accepted.

Flagged for acceptance into p-u.

Regards,

Adam



Processed: Re: Bug#865971: stable-pu: package tbdialout/1.7.2-2

2017-08-07 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + pending
Bug #865971 [release.debian.org] stable-pu: package tbdialout/1.7.2-2
Added tag(s) pending.

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



Bug#869414: package smplayer/16.11.0~ds0-1+deb9u1

2017-08-07 Thread Adam D. Barratt
Control: tags -1 + pending

On Sun, 2017-08-06 at 23:26 +0200, Gianfranco Costamagna wrote:
> On Sun, 6 Aug 2017 13:40:28 +0100 Jonathan Wiltshire  wrote:
> > Control: tag -1 confirmed
> 
> uploaded.

Flagged for acceptance.

Regards,

Adam



Processed: Re: Bug#869414: package smplayer/16.11.0~ds0-1+deb9u1

2017-08-07 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + pending
Bug #869414 [release.debian.org] package smplayer/16.11.0~ds0-1+deb9u1
Added tag(s) pending.

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



Bug#865971: stable-pu: package tbdialout/1.7.2-2

2017-08-07 Thread Adam D. Barratt
Control: tags -1 + pending

On Sat, 2017-07-15 at 11:52 +0100, Adam D. Barratt wrote:
> Control: tags -1 + confirmed
> 
> On Tue, 2017-06-27 at 05:05 +0200, Cyril Brulebois wrote:
> > Daniel Pocock  (2017-06-26):
> > > Thanks for the feedback, I've made those changes now too
> > > 
> > > Regards,
> > > 
> > > Daniel
> > 
> > > diff -Nru tbdialout-1.7.2/debian/changelog 
> > > tbdialout-1.7.2/debian/changelog
> > > --- tbdialout-1.7.2/debian/changelog  2014-05-02 18:58:02.0 
> > > +0200
> > > +++ tbdialout-1.7.2/debian/changelog  2017-06-26 08:51:10.0 
> > > +0200
> > > @@ -1,3 +1,12 @@
> > > +tbdialout (1.7.2-1+deb9u1) stretch; urgency=medium
> > > +
> > > +  * Include leading plus symbol with tel: URI scheme.  (Closes: #865961)
> > > +  * Remove Dm-Upload-Allowed.
> > > +  * Add missing detalls to debian/copyright
> > > +  * Update watch file.
> > > +
> > > + -- Daniel Pocock   Mon, 26 Jun 2017 08:51:10 +0200
> > 
> > While the tel:/+ fix and copyright update look reasonable for stable,
> > I'm much less convinced by the DMUA/watch update in stable. DMUA isn't
> > much relevant since SRMs have the final say on what gets into stretch,
> > and packaging a new upstream release usually happens from unstable…
> > (And I'd assume tracker.debian.org and friends use metadata from
> > unstable and/or experimental.)
> 
> They're irrelevant but I wouldn't insist on them not being included if
> an uploader really wants to.

Uploaded and flagged for acceptance.

Regards,

Adam



Bug#864028: stretch-pu: package flatpak 0.8.7-1~deb9u1

2017-08-07 Thread Adam D. Barratt
Control: tags -1 + pending

On Mon, 2017-07-31 at 09:49 +0100, Simon McVittie wrote:
> On Sun, 30 Jul 2017 at 22:59:15 +0100, Adam D. Barratt wrote:
> > Control: tags -1 + confirmed
> > 
> > On Thu, 2017-07-27 at 07:28 +0100, Simon McVittie wrote:
> > > 
> > > Filtered diff (patched tree in security vs. what I propose) in
> > > https://lists.debian.org/debian-release/2017/07/msg00555.html aka
> > > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=864028#57 aka
> > > Message-ID: 
> > > <20170715163609.nemdxrefaeird...@perpetual.pseudorandom.co.uk>.
> > > Notes on the differences and what I filtered are in the same mail.
> > > 
> > > I would also be happy to add the equivalent of
> > > https://anonscm.debian.org/git/collab-maint/flatpak.git/diff/?id=debian/0.8.7-2=debian/0.8.7-1
> > > to make this flatpak compatible with buster's libostree, if the SRMs
> > > would be OK with that; that would turn it into 0.8.7-2~deb9u1. The
> > > relevant commits will be in upstream release 0.8.8 eventually.
> > 
> > That sounds okay to me. Sorry for the delay in getting back to you.
> 
> I've assumed you meant "yes, please also include the 0.8.7-2
> changes" (i.e. compatibility with buster's libostree), and uploaded
> 0.8.7-2~deb9u1. If that was wrong, please reject it and I'll go for
> 0.8.7-1~deb9u1. I tested against stretch's libostree on a stretch system
> to make sure it works correctly with both.

I did indeed mean that, thanks.

Flagged for acceptance into p-u.

Regards,

Adam



Processed: Re: Bug#864028: stretch-pu: package flatpak 0.8.7-1~deb9u1

2017-08-07 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + pending
Bug #864028 [release.debian.org] stretch-pu: package flatpak/0.8.7-1~deb9u1
Added tag(s) pending.

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



Bug#871395: transition: qtbase-opensource-src

2017-08-07 Thread Lisandro Damián Nicanor Pérez Meyer
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: transition

Hi RT! Normal request for a Qt transition slot.

Dmitry took the time to check all reverse dependencies and created
https://bugs.debian.org/cgi-bin/pkgreport.cgi?users=debian-qt-...@lists.debian.org;tag=qt5.9

>From all this ones all are fixed except one which has a patch available.

As somewhat "normal" with a Qt transition we have two "tracks":

title = "qtbase-opensource-src";
is_affected = .depends ~ "qtbase-abi-5-7-1" | .depends ~ "qtbase-abi-5-9-1";
is_good = .depends ~ "qtbase-abi-5-9-1";
is_bad = .depends ~ "qtbase-abi-5-7-1";

And:

title = "qtdeclarative-opensource-src";
is_affected = .depends ~ "qtdeclarative-abi-5-7-0" | .depends ~ 
"qtdeclarative-abi-5-9-1";
is_good = .depends ~ "qtdeclarative-abi-5-9-1";
is_bad = .depends ~ "qtdeclarative-abi-5-7-0";

Thanks in advance, Lisandro.

-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'unstable-debug'), (500, 
'testing-debug'), (500, 'buildd-unstable'), (500, 'testing'), (500, 'stable'), 
(500, 'oldstable'), (1, 'experimental-debug')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.11.0-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=es_AR.UTF-8, LC_CTYPE=es_AR.UTF-8 (charmap=UTF-8), 
LANGUAGE=es_AR:es (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)



Bug#871267: nmu: budgie-desktop 10.3.1-4

2017-08-07 Thread Jeremy Bicha
Package: release.debian.org
User: release.debian@packages.debian.org
Usertags: binnmu
Severity: normal

budgie-desktop supports either gnome-settings-daemon << 3.24 or >=
3.24 depending on which gnome-settings-daemon version is present at
build time. Therefore, budgie-desktop will need to be rebuilt with
gnome-settings-daemon 3.24 which is being uploaded now.

This is my first time requesting a binNMU like this so here's my guess
at the wanna-build syntax:

nmu budgie-desktop_10.3.1-4 . ANY . -m 'Rebuild against
gnome-settings-daemon 3.24'
dw budgie-desktop_10.3.1-4 . ANY . -m 'gnome-settings-daemon (>= 3.24)'


Thanks,
Jeremy Bicha