Bug#857334: marked as done (unblock: onioncat/0.2.2+svn569-2)

2017-03-10 Thread Debian Bug Tracking System
Your message dated Sat, 11 Mar 2017 07:54:00 +
with message-id 
and subject line Re: Bug#857334: unblock: onioncat/0.2.2+svn569-2
has caused the Debian Bug report #857334,
regarding unblock: onioncat/0.2.2+svn569-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.)


-- 
857334: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=857334
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 onioncat, that fixes one RC bug (#857262)
and adds another missing dependency (no bug report).

unblock onioncat/0.2.2+svn569-2
diff -Nru onioncat-0.2.2+svn569/debian/changelog 
onioncat-0.2.2+svn569/debian/changelog
--- onioncat-0.2.2+svn569/debian/changelog  2016-01-24 18:36:57.0 
+0100
+++ onioncat-0.2.2+svn569/debian/changelog  2017-03-09 19:44:16.0 
+0100
@@ -1,3 +1,12 @@
+onioncat (0.2.2+svn569-2) unstable; urgency=medium
+
+  * Add missing dependency on net-tools: OnionCat hard-codes
+ifconfig usage (Closes: #857262).
+  * Add missing dependency on lsb-base (>= 3.0-6): the onioncat
+initscript sources the /lib/lsb/init-functions utility functions.
+
+ -- intrigeri   Thu, 09 Mar 2017 18:44:16 +
+
 onioncat (0.2.2+svn569-1) unstable; urgency=medium
 
   [ Ximin Luo ]
diff -Nru onioncat-0.2.2+svn569/debian/control 
onioncat-0.2.2+svn569/debian/control
--- onioncat-0.2.2+svn569/debian/control2016-01-24 18:36:57.0 
+0100
+++ onioncat-0.2.2+svn569/debian/control2017-03-09 19:44:16.0 
+0100
@@ -16,7 +16,9 @@
 Architecture: any
 Depends: ${shlibs:Depends},
  ${misc:Depends},
- adduser
+ adduser,
+ lsb-base (>= 3.0-6),
+ net-tools
 Recommends: tor
 Description: IP-Transparent Tor hidden service connector
  OnionCat creates a transparent IP layer on top of Tor hidden
--- End Message ---
--- Begin Message ---
intrigeri:
> Package: release.debian.org
> Severity: normal
> User: release.debian@packages.debian.org
> Usertags: unblock
> 
> Please unblock package onioncat, that fixes one RC bug (#857262)
> and adds another missing dependency (no bug report).
> 
> unblock onioncat/0.2.2+svn569-2
> 

Unblocked, thanks.

~Niels--- End Message ---


Bug#857434: jessie-pu: package synergy/1.4.16-1

2017-03-10 Thread Joshua Honeycutt
Package: release.debian.org
Severity: normal
Tags: jessie
User: release.debian@packages.debian.org
Usertags: pu

Hi,

I'm proposing this update to fix a crash in the synergy client on arm
arch.

Fix migrated to testing (2017-2-20) and was fixed in upstream
version 1.8.2 (2016-8-4).

Regards,

Joshua
diff -Nru synergy-1.4.16/debian/changelog synergy-1.4.16/debian/changelog
--- synergy-1.4.16/debian/changelog	2014-03-16 17:58:42.0 -0500
+++ synergy-1.4.16/debian/changelog	2017-03-10 21:03:12.0 -0600
@@ -1,3 +1,10 @@
+synergy (1.4.16-1+deb8u1) jessie; urgency=medium
+
+  * Added ensure_non00_cursor.patch to fix a crash when synergyc starts.
+Closes: #854567
+
+ -- Joshua Honeycutt   Fri, 10 Mar 2017 20:12:42 -0600
+
 synergy (1.4.16-1) unstable; urgency=low
 
   * New upstream version.
diff -Nru synergy-1.4.16/debian/patches/ensure_non00_cursor.patch synergy-1.4.16/debian/patches/ensure_non00_cursor.patch
--- synergy-1.4.16/debian/patches/ensure_non00_cursor.patch	1969-12-31 18:00:00.0 -0600
+++ synergy-1.4.16/debian/patches/ensure_non00_cursor.patch	2017-03-10 21:03:12.0 -0600
@@ -0,0 +1,33 @@
+Description: Upstream fix for synergyc crash when createBlankCursor tries to create a 0x0 cursor.
+Origin: https://github.com/symless/synergy/commit/723a8a919570b3e3faa5ac430e675f14945e1951
+Bug-Debian: https://bugs.debian.org/854567
+Bug: https://github.com/symless/synergy/issues/5322
+Bug: https://github.com/symless/synergy/issues/5068
+Bug: https://github.com/symless/synergy/issues/5087
+Bug: https://github.com/symless/synergy/issues/5504
+Author: Joshua Honeycutt 
+Forwarded: not-needed
+Last-Update: 2017-02-09
+
+--- a/src/lib/platform/CXWindowsScreen.cpp
 b/src/lib/platform/CXWindowsScreen.cpp
+@@ -33,6 +33,7 @@
+ #include "TMethodEventJob.h"
+ #include 
+ #include 
++#include 
+ #if X_DISPLAY_MISSING
+ #	error X11 is required to build synergy
+ #else
+@@ -1660,8 +1661,10 @@
+ 	// this seems just a bit more complicated than really necessary
+ 
+ 	// get the closet cursor size to 1x1
+-	unsigned int w, h;
++	unsigned int w = 0, h = 0;
+ 	XQueryBestCursor(m_display, m_root, 1, 1, , );
++	w = std::max(1u, w);
++	h = std::max(1u, h);
+ 
+ 	// make bitmap data for cursor of closet size.  since the cursor
+ 	// is blank we can use the same bitmap for shape and mask:  all
diff -Nru synergy-1.4.16/debian/patches/series synergy-1.4.16/debian/patches/series
--- synergy-1.4.16/debian/patches/series	2014-03-16 15:13:23.0 -0500
+++ synergy-1.4.16/debian/patches/series	2017-03-10 21:03:12.0 -0600
@@ -1,3 +1,4 @@
+ensure_non00_cursor.patch
 system-cryptopp.patch
 cprotocolutil-writef.patch
 versioncheck-disable.patch


Bug#857431: unblock: needrestart-session/0.3-4

2017-03-10 Thread Paul Wise
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package needrestart-session, it creates the user needed
to run the dbus service which is needed for this package to work.

unblock needrestart-session/0.3-4

The maintainer requested that I file this unblock on his behalf.

-- 
bye,
pabs

https://wiki.debian.org/PaulWise
diff -Nru needrestart-session-0.3/debian/changelog needrestart-session-0.3/debian/changelog
--- needrestart-session-0.3/debian/changelog	2016-12-23 16:05:51.0 +0800
+++ needrestart-session-0.3/debian/changelog	2017-03-10 23:18:08.0 +0800
@@ -1,3 +1,10 @@
+needrestart-session (0.3-4) unstable; urgency=high
+
+  * Add dependency on adduser and add/delete new system user needrestart-dbus.
+Closes: #855788, #857077
+
+ -- Patrick Matthäi   Fri, 10 Mar 2017 16:18:08 +0100
+
 needrestart-session (0.3-3) unstable; urgency=medium
 
   * Bump Standards-Version to 3.9.8 (no changes required).
diff -Nru needrestart-session-0.3/debian/control needrestart-session-0.3/debian/control
--- needrestart-session-0.3/debian/control	2016-12-23 16:05:51.0 +0800
+++ needrestart-session-0.3/debian/control	2017-03-10 23:18:08.0 +0800
@@ -11,6 +11,7 @@
 Depends: ${perl:Depends},
  ${misc:Depends},
  needrestart (>= 2.0),
+ adduser,
  libnet-dbus-perl,
  libproc-processtable-perl,
  libwx-perl,
diff -Nru needrestart-session-0.3/debian/needrestart-session.postinst needrestart-session-0.3/debian/needrestart-session.postinst
--- needrestart-session-0.3/debian/needrestart-session.postinst	1970-01-01 08:00:00.0 +0800
+++ needrestart-session-0.3/debian/needrestart-session.postinst	2017-03-10 23:18:08.0 +0800
@@ -0,0 +1,19 @@
+#!/bin/sh
+
+set -e
+
+case "$1" in
+configure)
+adduser --system --no-create-home --home /nonexistent --quiet needrestart-dbus || true
+;;
+abort-upgrade|abort-remove|abort-deconfigure)
+;;
+*)
+echo "postinst called with unknown argument \`$1'" >&2
+exit 1
+;;
+esac
+
+#DEBHELPER#
+
+exit 0
diff -Nru needrestart-session-0.3/debian/needrestart-session.postrm needrestart-session-0.3/debian/needrestart-session.postrm
--- needrestart-session-0.3/debian/needrestart-session.postrm	1970-01-01 08:00:00.0 +0800
+++ needrestart-session-0.3/debian/needrestart-session.postrm	2017-03-10 23:18:08.0 +0800
@@ -0,0 +1,20 @@
+#!/bin/sh
+
+set -e
+
+case "$1" in
+purge)
+if getent passwd|grep -q ^needrestart-dbus: ; then
+userdel needrestart-dbus 2>&1 > /dev/null || true
+fi
+;;
+upgrade|remove|failed-upgrade|abort-install|abort-upgrade|disappear)
+;;
+*)
+echo "postrm called with unknown argument \`$1'" >&2
+exit 1
+esac
+
+#DEBHELPER#
+
+exit 0


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


Bug#857430: unblock: parsedatetime/2.1-3

2017-03-10 Thread Brian May
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package parsedatetime

It fixes an RC FTBFS bug #856625.

diff -Nru parsedatetime-2.1/debian/changelog parsedatetime-2.1/debian/changelog
--- parsedatetime-2.1/debian/changelog  2016-09-28 11:05:44.0 +1000
+++ parsedatetime-2.1/debian/changelog  2017-03-11 11:46:48.0 +1100
@@ -1,3 +1,9 @@
+parsedatetime (2.1-3) unstable; urgency=medium
+
+  * Add patch to fix FTBFS error after February. Closes: #856625.
+
+ -- Brian May   Sat, 11 Mar 2017 11:46:48 +1100
+
 parsedatetime (2.1-2) unstable; urgency=medium
 
   * Team upload.
diff -Nru parsedatetime-2.1/debian/.git-dpm parsedatetime-2.1/debian/.git-dpm
--- parsedatetime-2.1/debian/.git-dpm   2016-09-28 11:05:44.0 +1000
+++ parsedatetime-2.1/debian/.git-dpm   2017-03-11 11:45:17.0 +1100
@@ -1,11 +1,11 @@
 # see git-dpm(1) from git-dpm package
-c67e6e02d42c8751f5017f8d18e40b9092476e42
-c67e6e02d42c8751f5017f8d18e40b9092476e42
-c67e6e02d42c8751f5017f8d18e40b9092476e42
-c67e6e02d42c8751f5017f8d18e40b9092476e42
-parsedatetime_1.4.orig.tar.gz
-4b9189d38f819cc8144f30d91779716a696d97f8
-52766
+56980ebc6028b129adfa8b359b03247de82c9a3c
+56980ebc6028b129adfa8b359b03247de82c9a3c
+3ec58edd1e8edf1eb944f3562c66ec3b04b832dc
+3ec58edd1e8edf1eb944f3562c66ec3b04b832dc
+parsedatetime_2.1.orig.tar.gz
+68db89ebcdfa5212aa28a7b709b449e027316d3e
+56288
 debianTag="debian/%e%v"
 patchedTag="patched/%e%v"
 upstreamTag="upstream/%e%u"
diff -Nru 
parsedatetime-2.1/debian/patches/0001-Fix-delta-test-by-using-a-static-source-time.patch
 
parsedatetime-2.1/debian/patches/0001-Fix-delta-test-by-using-a-static-source-time.patch
--- 
parsedatetime-2.1/debian/patches/0001-Fix-delta-test-by-using-a-static-source-time.patch
1970-01-01 10:00:00.0 +1000
+++ 
parsedatetime-2.1/debian/patches/0001-Fix-delta-test-by-using-a-static-source-time.patch
2017-03-11 11:45:17.0 +1100
@@ -0,0 +1,33 @@
+From 56980ebc6028b129adfa8b359b03247de82c9a3c Mon Sep 17 00:00:00 2001
+From: Brian May 
+Date: Sat, 11 Mar 2017 11:44:54 +1100
+Subject: Fix delta test by using a static source time
+
+Apply patch from upstream:
+https://github.com/bear/parsedatetime/commit/76a97697e3611356b848f0aa7c759ff80fd7bd4c
+
+Without this patch, the tests would fail immediately after February, as
+February only has 28 days, and the tests currently assume months have 30
+days.
+
+https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856625
+https://github.com/bear/parsedatetime/issues/215
+---
+ tests/TestDelta.py | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+diff --git a/tests/TestDelta.py b/tests/TestDelta.py
+index c628d5e..a54aee1 100644
+--- a/tests/TestDelta.py
 b/tests/TestDelta.py
+@@ -13,9 +13,7 @@ class test(unittest.TestCase):
+ 
+ def setUp(self):
+ self.cal = pdt.Calendar(version=pdt.VERSION_CONTEXT_STYLE)
+-self.source = (self.yr, self.mth, self.dy,
+-   self.hr, self.mn, self.sec,
+-   self.wd, self.yd, self.isdst) = time.localtime()
++self.source = (2017, 1, 1, 7, 1, 2, 6, 1, 1)
+ 
+ def assertDelta(self, ts, years=None, months=None, **deltakw):
+ ts = ts[0]
diff -Nru parsedatetime-2.1/debian/patches/series 
parsedatetime-2.1/debian/patches/series
--- parsedatetime-2.1/debian/patches/series 1970-01-01 10:00:00.0 
+1000
+++ parsedatetime-2.1/debian/patches/series 2017-03-11 11:45:17.0 
+1100
@@ -0,0 +1 @@
+0001-Fix-delta-test-by-using-a-static-source-time.patch

unblock parsedatetime/2.1-3

-- System Information:
Debian Release: 9.0
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable'), (500, 'oldstable'), (100, 
'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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



Bug#857429: unblock: django-pipeline/1.6.8-3

2017-03-10 Thread Brian May
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package django-pipeline

This fixes bug #851722 which causes random build failures. I am not sure
how serious you consider this type of bug, however the workaround is
simple.

I believe the randomness is caused by the order the tests are run, which
depends on the order the files are listed from the directory.


diff -Nru django-pipeline-1.6.8/debian/changelog 
django-pipeline-1.6.8/debian/changelog
--- django-pipeline-1.6.8/debian/changelog  2016-08-05 21:32:23.0 
+1000
+++ django-pipeline-1.6.8/debian/changelog  2017-03-10 18:54:37.0 
+1100
@@ -1,3 +1,9 @@
+django-pipeline (1.6.8-3) unstable; urgency=medium
+
+  * Work around for random build failures. Closes: #851722.
+
+ -- Brian May   Fri, 10 Mar 2017 18:54:37 +1100
+
 django-pipeline (1.6.8-2) unstable; urgency=medium
 
   * Team upload.
diff -Nru django-pipeline-1.6.8/debian/rules django-pipeline-1.6.8/debian/rules
--- django-pipeline-1.6.8/debian/rules  2016-08-05 21:32:23.0 +1000
+++ django-pipeline-1.6.8/debian/rules  2017-03-10 18:54:37.0 +1100
@@ -21,4 +21,5 @@
dh_installchangelogs -- HISTORY.rst
 
 override_dh_auto_test:
+   PYTHONPATH=. /usr/bin/django-admin collectstatic 
--settings=tests.settings --noinput
PYBUILD_SYSTEM=custom PYBUILD_TEST_ARGS="PYTHONPATH=. python{version} 
/usr/bin/django-admin test --settings=tests.settings" dh_auto_test

unblock django-pipeline/1.6.8-3

-- System Information:
Debian Release: 9.0
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable'), (500, 'oldstable'), (100, 
'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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



Bug#857427: unblock: xmlrpc-c/1.33.14-4

2017-03-10 Thread Mattia Rizzolo
Package: release.debian.org
User: release.debian@packages.debian.org
Usertags: unblock

I've just uploaded xmlrpc-c to fix a FTBFS on non-x86 architectures
(which I discovered incidentally, looking at the ubuntu delta and
noticying such changelog entry, and then confirming independently).
It hasn't been reported to the BTS.

I did my test on armhf, I hope it will build on the other non-x86 as
well…

debdiff attached.

-- 
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 xmlrpc-c-1.33.14 xmlrpc-c-1.33.14

 changelog|7 +++
 gbp.conf |9 ++---
 patches/fix-FTBFS-gcc6.patch |   15 +++
 patches/series   |1 +
 4 files changed, 25 insertions(+), 7 deletions(-)

diff -Nru xmlrpc-c-1.33.14/debian/changelog xmlrpc-c-1.33.14/debian/changelog
--- xmlrpc-c-1.33.14/debian/changelog   2016-07-23 20:41:48.0 +0200
+++ xmlrpc-c-1.33.14/debian/changelog   2017-03-10 23:41:13.0 +0100
@@ -1,3 +1,10 @@
+xmlrpc-c (1.33.14-4) unstable; urgency=medium
+
+  * QA upload.
+  * Add patch fixing FTBFS on non-x86 architectures.
+
+ -- Mattia Rizzolo   Fri, 10 Mar 2017 23:41:13 +0100
+
 xmlrpc-c (1.33.14-3) unstable; urgency=medium
 
   * Upload to unstable. QA upload.
diff -Nru xmlrpc-c-1.33.14/debian/gbp.conf xmlrpc-c-1.33.14/debian/gbp.conf
--- xmlrpc-c-1.33.14/debian/gbp.conf2016-07-23 18:09:30.0 +0200
+++ xmlrpc-c-1.33.14/debian/gbp.conf2017-03-10 23:29:04.0 +0100
@@ -1,11 +1,6 @@
 [DEFAULT]
-upstream-branch = upstream-sid
-upstream-tree = branch
-debian-branch = debian-sid
-debian-tag = debian/%(version)s
-builder = debuild --prepend-path /usr/lib/ccache -i\.git/ -I.git
+upstream-branch = upstream
+debian-branch = debian/unstable
 pristine-tar = True
 pristine-tar-commit = True
-
-[git-buildpackage]
 sign-tags = True
diff -Nru xmlrpc-c-1.33.14/debian/patches/fix-FTBFS-gcc6.patch 
xmlrpc-c-1.33.14/debian/patches/fix-FTBFS-gcc6.patch
--- xmlrpc-c-1.33.14/debian/patches/fix-FTBFS-gcc6.patch1970-01-01 
01:00:00.0 +0100
+++ xmlrpc-c-1.33.14/debian/patches/fix-FTBFS-gcc6.patch2017-03-10 
23:28:31.0 +0100
@@ -0,0 +1,15 @@
+Description: Workaround FTBFS on non-x86 with g++ 6 (which changed the default)
+Forwarded: no
+Last-Update: 2017-03-10
+
+--- a/common.mk
 b/common.mk
+@@ -47,7 +47,7 @@
+ #
+ CPPFLAGS_COMMON = -D_FORTIFY_SOURCE=2
+ CFLAGS_COMMON = $(CPPFLAGS_COMMON) -DNDEBUG -fPIE
+-CXXFLAGS_COMMON = $(CPPFLAGS_COMMON) -DNDEBUG -fPIE
++CXXFLAGS_COMMON = $(CPPFLAGS_COMMON) -DNDEBUG -fPIE -std=gnu++98
+ 
+ 
+ ifeq ($(C_COMPILER_GNU),yes)
diff -Nru xmlrpc-c-1.33.14/debian/patches/series 
xmlrpc-c-1.33.14/debian/patches/series
--- xmlrpc-c-1.33.14/debian/patches/series  2016-07-23 18:09:30.0 
+0200
+++ xmlrpc-c-1.33.14/debian/patches/series  2017-03-10 23:26:07.0 
+0100
@@ -5,3 +5,4 @@
 565785_kfreebsd_ftbfs.patch
 614937_FTBFS_hurd-i386.patch
 fix-format-security.diff
+fix-FTBFS-gcc6.patch


signature.asc
Description: PGP signature


Bug#857415: marked as done (unblock android-platform-dalvik/7.0.0+r1-4)

2017-03-10 Thread Debian Bug Tracking System
Your message dated Fri, 10 Mar 2017 22:17:51 +
with message-id 
and subject line unblock android-platform-dalvik
has caused the Debian Bug report #857415,
regarding unblock android-platform-dalvik/7.0.0+r1-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.)


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

Switched dep to new proguard-cli to avoid bringing in 140 unneeded
packages #856407.

The debdiff is:

$ git diff debian/7.0.0+r1-1
diff --git a/debian/changelog b/debian/changelog
index b91d8bd..7309208 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+android-platform-dalvik (7.0.0+r1-2) unstable; urgency=medium
+
+  * depend on proguard-cli to avoid including GUI deps (Closes: #856407)
+
+ -- Hans-Christoph Steiner   Fri, 10 Mar 2017 22:04:10 +0100
+
 android-platform-dalvik (7.0.0+r1-1) unstable; urgency=medium

   * New upstream release
diff --git a/debian/control b/debian/control
index d1580f8..9c157f0 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ Build-Depends-Indep: default-jdk-headless | default-jdk,
  libandroid-23-java,
  libandroid-dex-java (>= 7.0.0+r1),
  libjarjar-java,
- proguard
+ proguard-cli
 Standards-Version: 3.9.8
 Homepage: https://android.googlesource.com/platform/dalvik
 Vcs-Git:
https://anonscm.debian.org/git/android-tools/android-platform-dalvik.git
--- End Message ---
--- Begin Message ---
Unblocked.--- End Message ---


Bug#856430: marked as done (unblock android-sdk-meta/25.0.0+3)

2017-03-10 Thread Debian Bug Tracking System
Your message dated Fri, 10 Mar 2017 22:15:11 +
with message-id 
and subject line unblock android-sdk-meta
has caused the Debian Bug report #856430,
regarding unblock android-sdk-meta/25.0.0+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.)


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

Support for some common devices was missing  in 25.0.0+1 (#814056).
This also fixes another usability bugs with the SDK license handling
that was not reported to the bug tracker.

Attached is the source debdiff.



diff --git a/51-android.rules b/51-android.rules
index 0a886c4..86a7641 100644
--- a/51-android.rules
+++ b/51-android.rules
@@ -20,6 +20,9 @@ SUBSYSTEM=="usb", ATTR{idVendor}=="109b", MODE="0664", 
GROUP="plugdev"
 SUBSYSTEM=="usb", ATTR{idVendor}=="0bb4", MODE="0664", GROUP="plugdev"
 #Huawei
 SUBSYSTEM=="usb", ATTR{idVendor}=="12d1", MODE="0664", GROUP="plugdev"
+#Intel
+SUBSYSTEM=="usb", ATTR{idVendor}=="8087", ATTR{idProduct}=="09ef", 
MODE="0664", GROUP="plugdev"
+SUBSYSTEM=="usb", ATTR{idVendor}=="8087", ATTR{idProduct}=="0a16", 
MODE="0664", GROUP="plugdev"
 #K-Touch
 SUBSYSTEM=="usb", ATTR{idVendor}=="24e3", MODE="0664", GROUP="plugdev"
 #KT Tech
diff --git a/debian/android-sdk-common.install 
b/debian/android-sdk-common.install
index 0682357..cd7d16c 100644
--- a/debian/android-sdk-common.install
+++ b/debian/android-sdk-common.install
@@ -1 +1,2 @@
+licenses  usr/lib/android-sdk
 tools/*   usr/lib/android-sdk/tools
\ No newline at end of file
diff --git a/debian/changelog b/debian/changelog
index b5d2220..9ccd4a9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+android-sdk-meta (25.0.0+3) unstable; urgency=medium
+
+  * udev rules for Intel tablets (Closes: #814056)
+
+ -- Hans-Christoph Steiner   Tue, 28 Feb 2017 23:48:27 +0100
+
+android-sdk-meta (25.0.0+2) unstable; urgency=medium
+
+  * Install licenses directory in android-sdk-common
+
+ -- Kai-Chung Yan   Tue, 07 Feb 2017 22:38:05 +0800
+
 android-sdk-meta (25.0.0+1) unstable; urgency=medium
 
   * Add package.xml for Build-tools and Platform-tools
diff --git a/debian/control b/debian/control
index 6bc72ca..b285ed2 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ Section: metapackages
 Priority: optional
 Maintainer: Android Tools Maintainers 

 Uploaders: Kai-Chung Yan ,
-   Chirayu Desai 
+   Chirayu Desai ,
+   Hans-Christoph Steiner 
 Build-Depends: debhelper (>= 10), dh-exec
 Standards-Version: 3.9.8
 Vcs-Git: https://anonscm.debian.org/git/android-tools/android-sdk-meta.git
diff --git a/debian/rules b/debian/rules
index 0e1ebfd..fc93c63 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 
 export BUILD_TOOLS_VERSION = 24.0.0
 PLATFORM_TOOLS_VERSION = 24.0.0
-DEB_REVISION = +1
+DEB_REVISION = +2
 
 %:
dh $@
--- End Message ---
--- Begin Message ---
Unblocked.--- End Message ---


Re: Various unblock-udebs

2017-03-10 Thread Emilio Pozuelo Monfort
On 10/03/17 17:21, Cyril Brulebois wrote:
> Hi,
> 
> Emilio Pozuelo Monfort  (2017-03-10):
>> New xserver point release, with some minor security fixes:
>>
>> # 20170306
>> unblock xorg-server/2:1.19.2-1
>> # : Confirm with d-i RM
>> #unblock-udeb xorg-server/2:1.19.2-1
>> age-days 5 xorg-server/2:1.19.2-1
> 
> Tests I've conducted over the last few days (esp. for pango1.0) were with that
> version, and everything looked fine, so no objections.

Thanks, unblocked.

Cheers,
Emilio



signature.asc
Description: OpenPGP digital signature


Bug#857418: unblock: tendermint-go-rpc/0.0~git20161021.0.e6e3853-2

2017-03-10 Thread Mattia Rizzolo
Package: release.debian.org
User: release.debian@packages.debian.org
Usetags: unblock

it fixes an FTBFS.

--- tendermint-go-rpc-0.0~git20161021.0.e6e3853/debian/changelog
2016-12-02 22:25:06.0 +
+++ tendermint-go-rpc-0.0~git20161021.0.e6e3853/debian/changelog
2017-03-06 19:35:27.0 +
@@ -1,3 +1,14 @@
+tendermint-go-rpc (0.0~git20161021.0.e6e3853-2) unstable; urgency=medium
+
+  [ Jack Henschel ]
+  * Fix FTBFS #856834.
+The location of the test socket is static. When the test is run
+multiple times, the socket already exists (aka can't be created),
+hence the test fails.
+This can be fixed by deleting the socket before every run.
+
+ -- Alessio Treglia   Mon, 06 Mar 2017 19:35:27 +
+
 tendermint-go-rpc (0.0~git20161021.0.e6e3853-1) unstable; urgency=medium

   * Initial release (Closes: #846646)
diff -Nru tendermint-go-rpc-0.0~git20161021.0.e6e3853/debian/rules 
tendermint-go-rpc-0.0~git20161021.0.e6e3853/debian/rules
--- tendermint-go-rpc-0.0~git20161021.0.e6e3853/debian/rules2016-12-02 
22:25:06.0 +
+++ tendermint-go-rpc-0.0~git20161021.0.e6e3853/debian/rules2017-03-06 
19:34:57.0 +
@@ -6,3 +6,7 @@
 override_dh_auto_install:
dh_auto_install
rm -rf $(CURDIR)/debian/golang-github-tendermint-go-rpc-dev/usr/bin
+
+override_dh_auto_clean:
+   dh_auto_clean
+   rm -f /tmp/go-rpc.sock


-- 
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  `-


signature.asc
Description: PGP signature


Bug#856430: unblock android-sdk-meta/25.0.0+3

2017-03-10 Thread Hans-Christoph Steiner


Niels Thykier:
> Control: tags -1 moreinfo
> 
> On Wed, 1 Mar 2017 18:21:56 +0100 Emilio Pozuelo Monfort
>  wrote:
>> On 01/03/17 00:25, Hans-Christoph Steiner wrote:
>>> Package: release.debian.org
>>> Severity: normal
>>> User: release.debian@packages.debian.org
>>> Usertags: unblock
>>>
>>> Please unblock package: android-sdk-meta
>>>
>>> Support for some common devices was missing  in 25.0.0+1 (#814056).
>>> This also fixes another usability bugs with the SDK license handling
>>> that was not reported to the bug tracker.
>>>
>>> Attached is the source debdiff.
>>
>> emilio@tatooine:~$ rmadison android-sdk-meta
>> android-sdk-meta | 25.0.0+1  | testing| source
>> android-sdk-meta | 25.0.0+2  | unstable   | source
>>
>> Where is it?
>>
>> Cheers,
>> Emilio
>>
>>
> 
> Hi Hans,
> 
> We are waiting for you on this.

Thanks for your patience, and your work!  This is finally uploaded.  The
updated debdiff is attached.

.hc
diff --git a/51-android.rules b/51-android.rules
index 0a886c4..86a7641 100644
--- a/51-android.rules
+++ b/51-android.rules
@@ -20,6 +20,9 @@ SUBSYSTEM=="usb", ATTR{idVendor}=="109b", MODE="0664", 
GROUP="plugdev"
 SUBSYSTEM=="usb", ATTR{idVendor}=="0bb4", MODE="0664", GROUP="plugdev"
 #Huawei
 SUBSYSTEM=="usb", ATTR{idVendor}=="12d1", MODE="0664", GROUP="plugdev"
+#Intel
+SUBSYSTEM=="usb", ATTR{idVendor}=="8087", ATTR{idProduct}=="09ef", 
MODE="0664", GROUP="plugdev"
+SUBSYSTEM=="usb", ATTR{idVendor}=="8087", ATTR{idProduct}=="0a16", 
MODE="0664", GROUP="plugdev"
 #K-Touch
 SUBSYSTEM=="usb", ATTR{idVendor}=="24e3", MODE="0664", GROUP="plugdev"
 #KT Tech
diff --git a/debian/changelog b/debian/changelog
index 16f18fc..8fe85c8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+android-sdk-meta (25.0.0+3) unstable; urgency=medium
+
+  * udev rules for Intel tablets (Closes: #814056)
+  * update debian/changelog for upload
+  * add myself to Uploaders
+  * fix grammar mistake in description (Closes: #855542)
+  * only Depend on proguard-cli (Closes: #856410)
+
+ -- Hans-Christoph Steiner   Fri, 10 Mar 2017 22:23:19 +0100
+
 android-sdk-meta (25.0.0+2) unstable; urgency=medium
 
   * Install licenses directory in android-sdk-common
diff --git a/debian/control b/debian/control
index 6bc72ca..06e74da 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ Section: metapackages
 Priority: optional
 Maintainer: Android Tools Maintainers 

 Uploaders: Kai-Chung Yan ,
-   Chirayu Desai 
+   Chirayu Desai ,
+   Hans-Christoph Steiner 
 Build-Depends: debhelper (>= 10), dh-exec
 Standards-Version: 3.9.8
 Vcs-Git: https://anonscm.debian.org/git/android-tools/android-sdk-meta.git
@@ -16,7 +17,7 @@ Depends: android-sdk-build-tools,
  android-sdk-platform-tools (>= 20),
  android-platform-tools-base (>= 2.0.0),
  default-jre-headless (>= 2:1.8) | java8-runtime-headless,
- proguard,
+ proguard-cli,
  ${misc:Depends}
 Recommends: gradle, default-jdk-headless
 Suggests: maven, android-sdk-platform-23, libgradle-android-plugin-java
@@ -77,7 +78,7 @@ Description: Tools for interacting with an Android platform - 
Common files
  platform.
  .
  This package provides common files of Android SDK Platform-tools. It also
- provides an UDEV rules enabling adb and fastboot to work without root access 
to
+ provides UDEV rules enabling adb and fastboot to work without root access to
  the host machine.
 
 Package: android-sdk-build-tools


Bug#857415: oops, wrong package version

2017-03-10 Thread Hans-Christoph Steiner


Emilio Pozuelo Monfort:
> On 10/03/17 22:18, Hans-Christoph Steiner wrote:
>> Control: retitle -1 unblock android-platform-dalvik/7.0.0+r1-4
> 
> android-platform-dalvik | 7.0.0+r1-3| testing| source
> android-platform-dalvik | 7.0.0+r1-3| unstable   | source
> 
> Is this a pre-approval request? If so, go ahead.

I uploaded the package then submitted this unblock, so technically its a
post request. :)  You're faster than the input processing, apparently,
thanks!

.hc



Bug#857415: oops, wrong package version

2017-03-10 Thread Emilio Pozuelo Monfort
On 10/03/17 22:18, Hans-Christoph Steiner wrote:
> Control: retitle -1 unblock android-platform-dalvik/7.0.0+r1-4

android-platform-dalvik | 7.0.0+r1-3| testing| source
android-platform-dalvik | 7.0.0+r1-3| unstable   | source

Is this a pre-approval request? If so, go ahead.

Cheers,
Emilio



Processed: oops, wrong package version

2017-03-10 Thread Debian Bug Tracking System
Processing control commands:

> retitle -1 unblock android-platform-dalvik/7.0.0+r1-4
Bug #857415 [release.debian.org] unblock android-platform-dalvik/7.0.0+r1-2
Changed Bug title to 'unblock android-platform-dalvik/7.0.0+r1-4' from 'unblock 
android-platform-dalvik/7.0.0+r1-2'.

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



Bug#857415: oops, wrong package version

2017-03-10 Thread Hans-Christoph Steiner
Control: retitle -1 unblock android-platform-dalvik/7.0.0+r1-4



Bug#851989: release.debian.org: de-branding Icedove, Thunderbird packages in Stretch?

2017-03-10 Thread Carsten Schoenert
Hello Emilio,

On Fri, Mar 10, 2017 at 05:18:32PM +0100, Emilio Pozuelo Monfort wrote:
> BTW why is the source package still named icedove instead of thunderbird?

that's related to apt-listchanges. If we change the source name now
apt-listchanges can't do his job for getting automatic information to
the system administrators as apt-listchanges uses also the source
package name to display NEWS entries.

The name change for the source package is planned of course, but first
we would need to get the change of the binary packages into testing (and
stable-security and also wheezy-lts).

> And thanks for the prompt fix.

This was natural a needed thing to not break things longer than needed,
and, Mozilla has released a new version. So the upload was not simply a
re-upload with some fixes. We also got arm64 fixed by this.

BTW: The last emails from Julien in this bug report wasn't reaching me,
so it is not intended to don't answering question from the RT, I simply
hasn't seen any activity here.

If no new big issues will arise we hopefully can write a unblock request
in about a few days ...

Regards
Carsten



Bug#857415: unblock android-platform-dalvik/7.0.0+r1-2

2017-03-10 Thread Hans-Christoph Steiner

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

Please unblock package: android-platform-dalvik

Switched dep to new proguard-cli to avoid bringing in 140 unneeded
packages #856407.

The debdiff is:

$ git diff debian/7.0.0+r1-1
diff --git a/debian/changelog b/debian/changelog
index b91d8bd..7309208 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+android-platform-dalvik (7.0.0+r1-2) unstable; urgency=medium
+
+  * depend on proguard-cli to avoid including GUI deps (Closes: #856407)
+
+ -- Hans-Christoph Steiner   Fri, 10 Mar 2017 22:04:10 +0100
+
 android-platform-dalvik (7.0.0+r1-1) unstable; urgency=medium

   * New upstream release
diff --git a/debian/control b/debian/control
index d1580f8..9c157f0 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ Build-Depends-Indep: default-jdk-headless | default-jdk,
  libandroid-23-java,
  libandroid-dex-java (>= 7.0.0+r1),
  libjarjar-java,
- proguard
+ proguard-cli
 Standards-Version: 3.9.8
 Homepage: https://android.googlesource.com/platform/dalvik
 Vcs-Git:
https://anonscm.debian.org/git/android-tools/android-platform-dalvik.git



Bug#857347: Acknowledgement (unblock: reclass/1.4.1-2)

2017-03-10 Thread martin f krafft
I approve of this upload and back the request for a freeze
exception.

-- 
 .''`.   martin f. krafft  @martinkrafft
: :'  :  proud Debian developer
`. `'`   http://people.debian.org/~madduck
  `-  Debian - when you have better things to do than fixing systems


digital_signature_gpg.asc
Description: Digital GPG signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Bug#857407: unblock android-platform-tools-apksig/0.5+git165~g42d07eb-1

2017-03-10 Thread Hans-Christoph Steiner
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package: android-platform-tools-apksig

This is the next upstream release, which only fixes the password issues
as described in #857027.  Upstream still doesn't have release tags,
hence the version string.  I took this opportunity to include the
bash-completion to the package as well, for completeness.

Attached is the debdiff.
diff --git a/debian/apksigner.bash-completion b/debian/apksigner.bash-completion
new file mode 100644
index 000..af6f4e3
--- /dev/null
+++ b/debian/apksigner.bash-completion
@@ -0,0 +1 @@
+debian/bash-completion/apksigner
diff --git a/debian/bash-completion/apksigner b/debian/bash-completion/apksigner
new file mode 100644
index 000..d68ddbe
--- /dev/null
+++ b/debian/bash-completion/apksigner
@@ -0,0 +1,95 @@
+# Debian apksigner completion -*- shell-script -*-
+
+_apksigner()
+{
+local cur prev words cword
+_init_completion || return
+
+local GENERIC_OPTIONS='
+--cert
+-h --help
+--in
+--key
+--key-pass
+--ks
+--ks-key-alias
+--ks-pass
+--ks-provider-arg
+--ks-provider-class
+--ks-provider-name
+--ks-type
+--max-sdk-version
+--min-sdk-version
+--next-signer
+--out
+--print-certs
+--v1-signer-name
+--v1-signing-enabled
+--v2-signing-enabled
+-v --verbose
+--Werr
+'
+
+# see if the user selected a command already
+local COMMANDS=(
+"help"
+"sign"
+"verify"
+"version")
+
+local command i
+for (( i=0; i < ${#words[@]}-1; i++ )); do
+if [[ ${COMMANDS[@]} =~ ${words[i]} ]]; then
+command=${words[i]}
+break
+fi
+done
+
+# Complete a --option
+case $prev in
+--in|--out)
+_filedir '@(apk|jar)'
+return 0
+;;
+--ks)
+_filedir '@(bks|jks|keystore)'
+return 0
+;;
+esac
+
+# supported options per command
+if [[ "$cur" == -* ]]; then
+case $command in
+sign|verify)
+COMPREPLY=( $( compgen -W "$GENERIC_OPTIONS" -- "$cur" ) )
+return 0
+;;
+help)
+return 0
+;;
+version)
+return 0
+;;
+esac
+fi
+
+# specific command arguments
+if [[ -n $command ]]; then
+case $command in
+sign|verify)
+_filedir '@(apk|jar)'
+return 0
+;;
+esac
+fi
+
+# no command yet, show what commands we have
+if [ "$command" = "" ]; then
+COMPREPLY=( $( compgen -W '${COMMANDS[@]}' -- "$cur" ) )
+fi
+
+return 0
+} &&
+complete -F _apksigner apksigner
+
+# ex: ts=4 sw=4 et filetype=sh
diff --git a/debian/changelog b/debian/changelog
index 7b27e37..eb91c32 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+android-platform-tools-apksig (0.5+git165~g42d07eb-1) unstable; urgency=medium
+
+  * New upstream release (Closes: #857027)
+  * Add bash-completion
+
+ -- Hans-Christoph Steiner   Fri, 10 Mar 2017 13:58:11 +0100
+
 android-platform-tools-apksig (0.4+git162~g85a854b-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/debian/control b/debian/control
index a099c2d..3c9f8a8 100644
--- a/debian/control
+++ b/debian/control
@@ -4,6 +4,7 @@ Priority: optional
 Maintainer: Android Tools Maintainers 

 Uploaders: Hans-Christoph Steiner 
 Build-Depends: antlr3,
+   bash-completion,
debhelper (>= 10),
default-jdk-headless | default-jdk (>= 1:1.6),
gradle-debian-helper,
diff --git a/debian/rules b/debian/rules
index 4902a7d..f4911e3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,9 +7,9 @@ export JAVA_HOME=/usr/lib/jvm/default-java
 export CLASSPATH=/usr/share/java/apksig.jar
 
 %:
-   dh $@ --with maven_repo_helper,javahelper --buildsystem=gradle
+   dh $@ --with maven_repo_helper,javahelper,bash-completion 
--buildsystem=gradle
 
-tarball_name = 85a854b038c28fa2b34eaee0ff34e67c164880ea
+tarball_name = 42d07eb
 
 override_dh_auto_build: debian/apksigner.1
dh_auto_build
diff --git a/src/apksigner/java/com/android/apksigner/ApkSignerTool.java 
b/src/apksigner/java/com/android/apksigner/ApkSignerTool.java
index 745fe39..06b5603 100644
--- a/src/apksigner/java/com/android/apksigner/ApkSignerTool.java
+++ b/src/apksigner/java/com/android/apksigner/ApkSignerTool.java
@@ -31,9 +31,11 @@ import java.io.PrintStream;
 import java.nio.charset.StandardCharsets;
 import java.nio.file.Files;
 import java.nio.file.StandardCopyOption;
+import 

Bug#857400: unblock: python-bleach/2.0

2017-03-10 Thread Scott Kitterman
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package python-bleach

python-bleach in testing is currently totally broken due to an uncoordinated
pre-freeze (by a little bit) html5lib update.  Unfortunately, that update
contained substantial API changes.  Upstream for python-bleach has just
released a new version that is compatible with our html5lib version.

It's (as you will see) a large diff.  Realistically, I think we have only two
choices; either remove the package from stretch or update to the new version.
Any attempt to adapt the version we have in stretch to the new html5lib would
be substantially as much change done by people less familiar with the code
base.  I don't see a middle, patch the old version, option that's at all
realistic.

I have not yet uploaded to Unstable because I'd like to get feedback from the
release team first.  My proposed debdiff is not strictly the minimal changes
needed to resolve the RC bug.  I'm also including packaging updates so the
tests will still run and an agreed maintainer change.

Either of those could, strictly speaking, be skipped and I could do this as an
NMU, but I think changing the maintainer to DPMT will be better in case issues
come up in stretch.

The attached debdiff, modulo and UNRELEASED/unstable is what I propose
uploading.  I've attached the packaging diff separately for easier reviewing.

Please let me know how you would like to approach this package.

Scott K

unblock python-bleach/2.0


python-bleach.debdiff.tar.gz
Description: application/gzip
diff -Nru python-bleach-1.4.2/debian/changelog python-bleach-2.0/debian/changelog
--- python-bleach-1.4.2/debian/changelog	2016-02-22 14:38:38.0 -0500
+++ python-bleach-2.0/debian/changelog	2017-03-10 14:19:55.0 -0500
@@ -1,3 +1,16 @@
+python-bleach (2.0-1) UNRELEASED; urgency=medium
+
+  * New upstream release (Closes: #844943)
+- Update minimum htmlib5 version requirement
+- Update debian/copyright
+- Drop override of dh_auto_test and add pytest/3 and pytest/3-runner to
+  build-depends so tests still run
+- Drop obsolete build-depends on python/3-nose
+  * Agreed maintainer change to DPMT
+- Updated Vcs-* fields in debian/control
+
+ -- Scott Kitterman   Fri, 10 Mar 2017 14:08:47 -0500
+
 python-bleach (1.4.2-1) unstable; urgency=low
 
   [ Per Andersson ]
diff -Nru python-bleach-1.4.2/debian/control python-bleach-2.0/debian/control
--- python-bleach-1.4.2/debian/control	2016-01-24 12:57:19.0 -0500
+++ python-bleach-2.0/debian/control	2017-03-10 14:17:37.0 -0500
@@ -1,28 +1,32 @@
 Source: python-bleach
 Section: python
 Priority: optional
-Maintainer: Per Andersson 
-Uploaders: Christopher Baines 
+Maintainer: Debian Python Modules Team 
+Uploaders: Scott Kitterman , Per Andersson , Christopher Baines 
 Standards-Version: 3.9.6
 Build-Depends:
  debhelper (>= 8),
  dh-python,
+ python-pytest (>= 3.0.0~),
+ python3-pytest (>= 3.0.0~),
+ python-pytest-runner (>= 2.0~),
+ python3-pytest-runner (>= 2.0~),
+ python-pytest-runner (<< 3.0~),
+ python3-pytest-runner (<< 3.0~),
  python-docutils,
  python3-all,
- python3-nose,
  python3-setuptools,
  python3-sphinx (>= 1.0.7+dfsg-1~),
  python-all (>= 2.6.6-3~),
- python-nose,
  python-setuptools,
  python-sphinx (>= 1.0.7+dfsg-1~),
- python3-html5lib,
+ python3-html5lib (>= 0.9~),
  python3-six,
- python-html5lib,
+ python-html5lib (>= 0.9~),
  python-six
 Homepage: https://github.com/jsocol/bleach/
-Vcs-Git: https://anonscm.debian.org/collab-maint/python-bleach.git
-Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/python-bleach.git;a=summary
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-bleach.git
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-bleach.git
 X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.2
 
diff -Nru python-bleach-1.4.2/debian/copyright python-bleach-2.0/debian/copyright
--- python-bleach-1.4.2/debian/copyright	2014-02-13 18:58:22.0 -0500
+++ python-bleach-2.0/debian/copyright	2017-03-10 14:12:52.0 -0500
@@ -3,11 +3,11 @@
 Source: http://github.com/jsocol/bleach/
 
 Files: *
-Copyright: 2012-2014 James Socol 
+Copyright: 2012-2015, James Socol; 2015-2017, Mozilla Foundation
 License: Apache-2.0
 
 Files: debian/*
-Copyright: 2012-2014 Per Andersson 
+Copyright: 2012-2014 Per Andersson , 2017 Scott Kitterman 
 License: Apache-2.0
 
 License: Apache-2.0
diff -Nru python-bleach-1.4.2/debian/.git-dpm python-bleach-2.0/debian/.git-dpm
--- python-bleach-1.4.2/debian/.git-dpm	1969-12-31 19:00:00.0 -0500
+++ python-bleach-2.0/debian/.git-dpm	2017-03-10 

Processed: update title

2017-03-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 856986 unblock: graywolf/0.1.4+20170307gite1bf319-2
Bug #856986 [release.debian.org] unblock: graywolf/0.1.4+20170306gitecee764-1
Changed Bug title to 'unblock: graywolf/0.1.4+20170307gite1bf319-2' from 
'unblock: graywolf/0.1.4+20170306gitecee764-1'.
> stop
Stopping processing here.

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



Bug#857373: unblock: plasma-workspace/4:5.8.6-2

2017-03-10 Thread Maximiliano Curia
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Dear release team,

KDE Plasma 5.8 is an LTS that I consider fit to be updated in stretch, this 
particular request is to provide the 5.8.6 version of plasma-workspace in 
stretch, and I'll be producing similar requests for the other KDE Plasma 
components in the following days.

>From the upstream side, plasma-workspace 5.8.6 contains ~30 fixes compared to 
the 5.8.4 version currently in stretch, among them:
 - Fix crash when switching activities, after several uses (05826bd)
 - Fix crash when the media player provides invalid information (03374b1)
 - Move updating of primary screen in screenpool after fetching its id
   (bdfa0f3, reproducible crash fix)
 - Several fixes regarding multiple displays (b0b31de 3792ef9 dd0d19d 19a8803
   44c703d f7b170d bdfa0f3 0b0d146)
 - User facing changes:
   - [Lock Screen] Add keyboard icon for keyboard layout switcher (b34601f)
   - Fix "Unable to assign [undefined] to int" log (f4b5dfb)
   - [SDDM Theme] Remember last username (83fac04)

On the Debian side of changes we add sddm-theme-debian-breeze, that contains 
the breeze theme adapted to the new desktop-base. We are also fixing the bugs:
 - Add missing runtime dependency (#836241, rc)
 - Add missing x-session-manager provides (#853885, requested by the
   debian-edu team)
 - Add powerdevil recommends (#793463)

Due to the size of the diff I'm only attaching the Debian changes, and 
publishing the other files in:
 https://freak.gnuservers.com.ar/~maxy/debian/plasma-workspace_5.8.6_unblock/

Currently plasma-workspace 4:5.8.6-1 is in experimental, and I would upload it 
to sid if this gets approved.

Please unblock package plasma-workspace

Happy hacking,

unblock plasma-workspace/4:5.8.6-2

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

Kernel: Linux 4.9.0-1-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/bash
Init: systemd (via /run/systemd/system)
commit 964b4568a827d40f6f9d2e0c61f76f4e88f7d5ae
Author: Maximiliano Curia 
Date:   Wed Mar 8 19:10:29 2017 +0100

Release to experimental

diff --git a/debian/changelog b/debian/changelog
index f905174ba..b06d51414 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-plasma-workspace (4:5.8.6-1~) UNRELEASED; urgency=medium
+plasma-workspace (4:5.8.6-1) experimental; urgency=medium
 
   * New upstream release (5.8.6) (Closes: 844707)
   * Add missing runtime dependency qml-module-org-kde-kholidays.
@@ -9,7 +9,7 @@ plasma-workspace (4:5.8.6-1~) UNRELEASED; urgency=medium
   * Recommend powerdevil.
 Thanks to Salvo Tomaselli for reporting (Closes: 793463)
 
- -- Maximiliano Curia   Tue, 07 Mar 2017 10:49:06 +0100
+ -- Maximiliano Curia   Wed, 08 Mar 2017 19:10:29 +0100
 
 plasma-workspace (4:5.8.5-1) experimental; urgency=medium
 

commit 5665d29d0266d2392d9d1d94f3495dd809706757
Author: Maximiliano Curia 
Date:   Wed Mar 8 15:17:04 2017 +0100

Prepare changelog

Gbp-Dch: Ignore

diff --git a/debian/changelog b/debian/changelog
index dfda34ba4..f905174ba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ plasma-workspace (4:5.8.6-1~) UNRELEASED; urgency=medium
 (Closes: 836241)
   * Add missing provides for x-session-manager.
 Thanks to Wolfgang Schweer for reporting (Closes: 853885)
+  * Recommend powerdevil.
+Thanks to Salvo Tomaselli for reporting (Closes: 793463)
 
  -- Maximiliano Curia   Tue, 07 Mar 2017 10:49:06 +0100
 

commit 532512122a0faedcd204b417700d62da8d5e18ad
Author: Maximiliano Curia 
Date:   Tue Mar 7 11:38:19 2017 +0100

Recommend powerdevil.

Closes: 793463
Thanks: Salvo Tomaselli for reporting

diff --git a/debian/control b/debian/control
index 6e5f8e7e5..73bcf5248 100644
--- a/debian/control
+++ b/debian/control
@@ -185,7 +185,7 @@ Replaces: kde-workspace-bin,
   plasma-workspace-data,
   ${kde-l10n:all}
 Provides: notification-daemon, x-session-manager
-Recommends: kio-extras, libpam-kwallet5
+Recommends: kio-extras, libpam-kwallet5, powerdevil
 Description: Plasma Workspace for KF5
  Plasma Workspace for KF5. Workspaces provide
  support for KDE Plasma Widgets, integrated search,

commit 8d0235fd42355d39d4649d7b053eb483e39f493f
Author: Maximiliano Curia 
Date:   Wed Mar 8 14:36:13 2017 +0100

Prepare changelog

Gbp-Dch: Ignore

diff --git a/debian/changelog b/debian/changelog
index 426261ffc..dfda34ba4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,11 @@
 plasma-workspace 

Re: Various unblock-udebs

2017-03-10 Thread Cyril Brulebois
Hi,

Emilio Pozuelo Monfort  (2017-03-10):
> New xserver point release, with some minor security fixes:
> 
> # 20170306
> unblock xorg-server/2:1.19.2-1
> # : Confirm with d-i RM
> #unblock-udeb xorg-server/2:1.19.2-1
> age-days 5 xorg-server/2:1.19.2-1

Tests I've conducted over the last few days (esp. for pango1.0) were with that
version, and everything looked fine, so no objections.


KiBi.


signature.asc
Description: Digital signature


Bug#851989: release.debian.org: de-branding Icedove, Thunderbird packages in Stretch?

2017-03-10 Thread Emilio Pozuelo Monfort
BTW why is the source package still named icedove instead of thunderbird?

And thanks for the prompt fix.

Cheers,
Emilio



Bug#857119: marked as done (unblock: wireshark/2.2.5+g440fd4d-2)

2017-03-10 Thread Debian Bug Tracking System
Your message dated Fri, 10 Mar 2017 16:14:35 +
with message-id 
and subject line unblock wireshark
has caused the Debian Bug report #857119,
regarding unblock: wireshark/2.2.5+g440fd4d-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.)


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

Dear Release Team,

I have prepared wireshark 2.2.5+g440fd4d-1 in experimental which fixes
9 vulnerabilities and other bugs which are not listed here, just on
the release notes link.

Changes:
 wireshark (2.2.5+g440fd4d-1) experimental; urgency=medium
 .
   * New upstream release
 - release notes:
   https://www.wireshark.org/docs/relnotes/wireshark-2.2.5.html
 - security fixes:
   - The STANAG 4607 file parser could go into an infinite loop
 (CVE-2017-6014)
   - The NetScaler file parser could go into an infinite loop
 (CVE-2017-6467)
   - The NetScaler file parser could crash (CVE-2017-6468)
   - The LDSS dissector could crash (CVE-2017-6469)
   - The IAX2 dissector could go into an infinite loop
 (CVE-2017-6470)
   - The WSP dissector could go into an infinite loop (CVE-2017-6471)
   - The RTMTP dissector could go into an infinite loop
 (CVE-2017-6472)
   - The K12 file parser could crash (CVE-2017-6473)
   - The NetScaler file parser could go into an infinite loop
 (CVE-2017-6474)
   * Update symbols file for libwireshark8

I believe wireshark point releases very rarely cause regressions due
to the heavy testing performed upstream and I think it would be safe
to upload this point release to unstable and let it migrate to
testing.

If you wouldn't like to accept the full point release to Stretch I
will happily backport the security fixes to 2.2.4 and upload that to
unstable.

Please find the patch in the following link because it was too big for
inclusion in the email:

https://people.debian.org/~rbalint/wireshark_2.2.5+g440fd4d-1.patch

Please share your preference regarding the next upload.

Cheers,
Balint

unblock wireshark/2.2.5+g440fd4d-2
--- End Message ---
--- Begin Message ---
Unblocked.--- End Message ---


Bug#857358: marked as done (unblock: kscd/4:16.08.1-2)

2017-03-10 Thread Debian Bug Tracking System
Your message dated Fri, 10 Mar 2017 17:15:40 +0100
with message-id <6aeb375b-e7a3-0258-aacf-6cc16d28e...@debian.org>
and subject line Re: Bug#857358: unblock: kscd/4:16.08.1-2
has caused the Debian Bug report #857358,
regarding unblock: kscd/4:16.08.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.)


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

The current version in stretch of kscd is affected by #850114.

This caused kscd to always retrieve the information for the same 
test disc. This is fixed in the 4:16.08.1-2 version currently in sid and 
since it's an rc bug I'm asking for an unblock.

I'm attaching the corresponding debdiff.

Happy hacking,

unblock kscd/4:16.08.1-2

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

Kernel: Linux 4.9.0-1-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/bash
Init: systemd (via /run/systemd/system)
diff -Nru kscd-16.08.1/debian/changelog kscd-16.08.1/debian/changelog
--- kscd-16.08.1/debian/changelog   2016-10-18 23:59:43.0 +0200
+++ kscd-16.08.1/debian/changelog   2017-03-08 12:20:56.0 +0100
@@ -1,3 +1,12 @@
+kscd (4:16.08.1-2) unstable; urgency=medium
+
+  * Update patch: test_args_as_const.diff.
+Thanks to Pere Nubiola Radigales for reporting and John Paul Adrian
+Glaubitz for finding error
+(Closes: 850114)
+
+ -- Maximiliano Curia   Wed, 08 Mar 2017 12:20:56 +0100
+
 kscd (4:16.08.1-1) unstable; urgency=medium
 
   [ Automatic packaging ]
diff -Nru kscd-16.08.1/debian/patches/test_args_as_const.diff 
kscd-16.08.1/debian/patches/test_args_as_const.diff
--- kscd-16.08.1/debian/patches/test_args_as_const.diff 2016-10-18 
23:59:43.0 +0200
+++ kscd-16.08.1/debian/patches/test_args_as_const.diff 2017-03-08 
12:20:56.0 +0100
@@ -1,12 +1,21 @@
+From: Maximiliano Curia 
+Date: Wed, 8 Mar 2017 11:35:09 +0100
+Subject: test_args_as_const
+
 commit 6dad65ec7a1523b78df821109238c21cc1e64b4b
 Author: Maximiliano Curia 
 Date:   Wed Jun 1 20:13:28 2016 +0200
 
 Pass some arguments as const
+---
+ mbmanager.cpp | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
 
+diff --git a/mbmanager.cpp b/mbmanager.cpp
+index 2b17df4..d3e1775 100644
 --- a/mbmanager.cpp
 +++ b/mbmanager.cpp
-@@ -101,7 +101,7 @@
+@@ -101,7 +101,7 @@ static QString getArtist(MusicBrainz5::CRelease *release)
  return getArtistFromArtistCredit(artistCredit);
  }
  
@@ -15,7 +24,7 @@
  {
  QList tracks;
  MBTrackInfo track;
-@@ -126,7 +126,7 @@
+@@ -126,7 +126,7 @@ static QList unknownTracks(QString 
, DiscId *m_discid)
  return tracks;
  }
  
@@ -24,7 +33,7 @@
  {
  QList tracks;
  if (! medium) return tracks;
-@@ -156,7 +156,7 @@
+@@ -156,7 +156,7 @@ static QList getTracks(MusicBrainz5::CMedium 
*medium, QString 
  return tracks;
  }
  
@@ -33,13 +42,3 @@
  {
  metadata = query.Query("discid", discId);
  // Check to see how many items were returned from the server
-@@ -216,7 +216,8 @@
- 
- int discid_ok = discid_read_sparse(m_discid, qPrintable(device), 0);
- if (discid_ok) {
--  std::string discId(discid_get_id(m_discid));
-+  //std::string discId(discid_get_id(m_discid));
-+  std::string discId("64e.YDM.N2tZJzmqrN48iWfJ9.4-");
-   try
-   {
-   MusicBrainz5::CMetadata metadata, fullMetadata;
--- End Message ---
--- Begin Message ---
On 10/03/17 14:26, Maximiliano Curia wrote:
> Package: release.debian.org
> Severity: normal
> User: release.debian@packages.debian.org
> Usertags: unblock
> 
> Dear release team,
> 
> The current version in stretch of kscd is affected by #850114.
> 
> This caused kscd to always retrieve the information for the same 
> test disc. This is fixed in the 4:16.08.1-2 version currently in sid and 
> since it's an rc bug I'm asking for an unblock.
> 
> I'm attaching the corresponding debdiff.
> 
> Happy hacking,
> 
> unblock kscd/4:16.08.1-2

Hints in place:
==> ivodd
  # 20170308
  # #850114
  unblock kscd/4:16.08.1-2
  age-days 5 kscd/4:16.08.1-2

Cheers,
Emilio--- End Message ---

Re: Various unblock-udebs

2017-03-10 Thread Emilio Pozuelo Monfort
Hi Cyril, here's another one.

New xserver point release, with some minor security fixes:

# 20170306
unblock xorg-server/2:1.19.2-1
# : Confirm with d-i RM
#unblock-udeb xorg-server/2:1.19.2-1
age-days 5 xorg-server/2:1.19.2-1

Cheers,
Emilio



Bug#856716: unblock: systemtap/3.1-1

2017-03-10 Thread Ritesh Raj Sarraf
On Sat, 2017-03-04 at 15:11 +0530, Ritesh Raj Sarraf wrote:
> This bug report is in regard to asking for an exception for systemtap,
> to allow a new release, at this time during freeze.
> 
> Please let me know, in this bug report, if it is okay. And accordingly,
> then, I will push it to the Unstable archive.

I just uploaded 3.1-2 into Unstable. Because 3.0 will not work, and to get
systemtap supported for Stretch, we need 3.1

Please approve.


-- 
Ritesh Raj Sarraf | http://people.debian.org/~rrs
Debian - The Universal Operating System

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


Bug#857358: unblock: kscd/4:16.08.1-2

2017-03-10 Thread Maximiliano Curia
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Dear release team,

The current version in stretch of kscd is affected by #850114.

This caused kscd to always retrieve the information for the same 
test disc. This is fixed in the 4:16.08.1-2 version currently in sid and 
since it's an rc bug I'm asking for an unblock.

I'm attaching the corresponding debdiff.

Happy hacking,

unblock kscd/4:16.08.1-2

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

Kernel: Linux 4.9.0-1-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/bash
Init: systemd (via /run/systemd/system)
diff -Nru kscd-16.08.1/debian/changelog kscd-16.08.1/debian/changelog
--- kscd-16.08.1/debian/changelog   2016-10-18 23:59:43.0 +0200
+++ kscd-16.08.1/debian/changelog   2017-03-08 12:20:56.0 +0100
@@ -1,3 +1,12 @@
+kscd (4:16.08.1-2) unstable; urgency=medium
+
+  * Update patch: test_args_as_const.diff.
+Thanks to Pere Nubiola Radigales for reporting and John Paul Adrian
+Glaubitz for finding error
+(Closes: 850114)
+
+ -- Maximiliano Curia   Wed, 08 Mar 2017 12:20:56 +0100
+
 kscd (4:16.08.1-1) unstable; urgency=medium
 
   [ Automatic packaging ]
diff -Nru kscd-16.08.1/debian/patches/test_args_as_const.diff 
kscd-16.08.1/debian/patches/test_args_as_const.diff
--- kscd-16.08.1/debian/patches/test_args_as_const.diff 2016-10-18 
23:59:43.0 +0200
+++ kscd-16.08.1/debian/patches/test_args_as_const.diff 2017-03-08 
12:20:56.0 +0100
@@ -1,12 +1,21 @@
+From: Maximiliano Curia 
+Date: Wed, 8 Mar 2017 11:35:09 +0100
+Subject: test_args_as_const
+
 commit 6dad65ec7a1523b78df821109238c21cc1e64b4b
 Author: Maximiliano Curia 
 Date:   Wed Jun 1 20:13:28 2016 +0200
 
 Pass some arguments as const
+---
+ mbmanager.cpp | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
 
+diff --git a/mbmanager.cpp b/mbmanager.cpp
+index 2b17df4..d3e1775 100644
 --- a/mbmanager.cpp
 +++ b/mbmanager.cpp
-@@ -101,7 +101,7 @@
+@@ -101,7 +101,7 @@ static QString getArtist(MusicBrainz5::CRelease *release)
  return getArtistFromArtistCredit(artistCredit);
  }
  
@@ -15,7 +24,7 @@
  {
  QList tracks;
  MBTrackInfo track;
-@@ -126,7 +126,7 @@
+@@ -126,7 +126,7 @@ static QList unknownTracks(QString 
, DiscId *m_discid)
  return tracks;
  }
  
@@ -24,7 +33,7 @@
  {
  QList tracks;
  if (! medium) return tracks;
-@@ -156,7 +156,7 @@
+@@ -156,7 +156,7 @@ static QList getTracks(MusicBrainz5::CMedium 
*medium, QString 
  return tracks;
  }
  
@@ -33,13 +42,3 @@
  {
  metadata = query.Query("discid", discId);
  // Check to see how many items were returned from the server
-@@ -216,7 +216,8 @@
- 
- int discid_ok = discid_read_sparse(m_discid, qPrintable(device), 0);
- if (discid_ok) {
--  std::string discId(discid_get_id(m_discid));
-+  //std::string discId(discid_get_id(m_discid));
-+  std::string discId("64e.YDM.N2tZJzmqrN48iWfJ9.4-");
-   try
-   {
-   MusicBrainz5::CMetadata metadata, fullMetadata;


Bug#857345: jessie-pu: package debootstrap/1.0.72

2017-03-10 Thread Cyril Brulebois
Hi,

Neil Williams  (2017-03-10):
> Package: release.debian.org
> Severity: normal
> Tags: jessie
> User: release.debian@packages.debian.org
> Usertags: pu
> 
> The fix for https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=757819
> needs to be available in jessie to solve problems with using --foreign
> with any Stretch bootstrap operation. Would this be possible to do as
> an upload to proposed-updates and would this fix be acceptable for the
> next Jessie point release?

A couple of things:
 - you're asking to fix a bug with severity:normal in stable;
 - you're not attaching a source debdiff.

The severity could be adjusted if needed, I suppose; but I'm also not
entirely convinced by the fact the title matches what the fix does: fall
back to $USE_COMPONENTS when $COMPONENTS is empty, which isn't trivially
mapped to lack of support for Pre-Depends in qemu-debootstrap. I guess
the title could be adjusted along with the severity.

Anyway, attaching a source debdiff so that SRMs can figure out what to
do with this request.


KiBi.
diff -Nru debootstrap-1.0.67/debian/changelog debootstrap-1.0.67+deb8u1/debian/changelog
--- debootstrap-1.0.67/debian/changelog	2015-01-14 07:03:21.0 +0100
+++ debootstrap-1.0.67+deb8u1/debian/changelog	2017-03-10 11:36:51.0 +0100
@@ -1,3 +1,11 @@
+debootstrap (1.0.67+deb8u1) jessie; urgency=medium
+
+  [ Colin Watson ]
+  * Fix resolve_deps and setup_available to work in the --foreign case
+(closes: #757819, LP: #1450980).
+
+ -- Cyril Brulebois   Fri, 10 Mar 2017 11:36:44 +0100
+
 debootstrap (1.0.67) unstable; urgency=medium
 
   [ Cyril Brulebois ]
diff -Nru debootstrap-1.0.67/functions debootstrap-1.0.67+deb8u1/functions
--- debootstrap-1.0.67/functions	2015-01-06 05:00:50.0 +0100
+++ debootstrap-1.0.67+deb8u1/functions	2017-03-10 11:36:11.0 +0100
@@ -1247,14 +1247,14 @@
 	local ALLPKGS2="";
 	while [ "$PKGS" != "" ]; do
 		local NEWPKGS=""
-		for c in $COMPONENTS; do
+		for c in ${COMPONENTS:-$USE_COMPONENTS}; do
 			local path="dists/$SUITE/$c/binary-$ARCH/Packages"
 			local pkgdest="$TARGET/$($DLDEST pkg "$SUITE" "$c" "$ARCH" "$m1" "$path")"
 			NEWPKGS="$NEWPKGS $("$PKGDETAILS" GETDEPS "$pkgdest" $PKGS)"
 		done
 		PKGS=$(echo "$PKGS $NEWPKGS" | tr ' ' '\n' | sort | uniq)
 		local REALPKGS=""
-		for c in $COMPONENTS; do
+		for c in ${COMPONENTS:-$USE_COMPONENTS}; do
 			local path="dists/$SUITE/$c/binary-$ARCH/Packages"
 			local pkgdest="$TARGET/$($DLDEST pkg "$SUITE" "$c" "$ARCH" "$m1" "$path")"
 			REALPKGS="$REALPKGS $("$PKGDETAILS" PKGS REAL "$pkgdest" $PKGS | sed -n 's/ .*REAL.*$//p')"
@@ -1270,7 +1270,7 @@
 setup_available () {
 	local m1="${MIRRORS%% *}"
 
-	for c in $COMPONENTS; do
+	for c in ${COMPONENTS:-$USE_COMPONENTS}; do
 		local path="dists/$SUITE/$c/binary-$ARCH/Packages"
 		local pkgdest="$TARGET/$($DLDEST pkg "$SUITE" "$c" "$ARCH" "$m1" "$path")"
 		# XXX: What if a package is in more than one component?


signature.asc
Description: Digital signature


Bug#857348: unblock: nted/1.10.18-11

2017-03-10 Thread John Paul Adrian Glaubitz
Package: release.debian.org
Severity: normal
Tags: patch
User: release.debian@packages.debian.org
Usertags: unblock

Hi!

nted 1.10.18-11 contains a small patch which fixes nted
FTBFS on architectures where char is unsigned by default.

Thanks,
Adrian

unblock nted/1.10.18-11

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

Kernel: Linux 4.9.0-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
Init: systemd (via /run/systemd/system)
diff -Nru nted-1.10.18/debian/changelog nted-1.10.18/debian/changelog
--- nted-1.10.18/debian/changelog   2016-01-24 19:27:54.0 +0100
+++ nted-1.10.18/debian/changelog   2017-03-09 21:36:58.0 +0100
@@ -1,3 +1,11 @@
+nted (1.10.18-11) unstable; urgency=medium
+
+  [ John Paul Adrian Glaubitz ]
+  * New patch fix-signage-of-char-arrays.patch: fix FTBFS on
+architectures where char is unsigned. (closes: #857127)
+
+ -- Gilles Filippini   Thu, 09 Mar 2017 21:36:58 +0100
+
 nted (1.10.18-10) unstable; urgency=medium
 
   * New patch gcc-6.patch: fix FTBFS with GCC 6 (closes: #811791).
diff -Nru nted-1.10.18/debian/patches/fix-signage-of-char-arrays.patch 
nted-1.10.18/debian/patches/fix-signage-of-char-arrays.patch
--- nted-1.10.18/debian/patches/fix-signage-of-char-arrays.patch
1970-01-01 01:00:00.0 +0100
+++ nted-1.10.18/debian/patches/fix-signage-of-char-arrays.patch
2017-03-09 21:30:39.0 +0100
@@ -0,0 +1,49 @@
+Description: Fix signage of addoff and m_flatPos arrays
+Author: John Paul Adrian Glaubitz 
+Bug-Debian: https://bugs.debian.org/857127
+Last-Update: 2017-03-08
+
+--- nted-1.10.18.orig/chords/chordpainter.cpp
 nted-1.10.18/chords/chordpainter.cpp
+@@ -35,7 +35,7 @@ const char *NedChordPainter::modies2[] =
+   "11", "7sus4", "13", "6add9", "-5", 
"7-5", "7maj5", "maj9", NULL};
+ const unsigned int NedChordPainter::minor[] = {0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 
1, 1, 1, 1, 
+   0, 0, 0, 0, 0, 0, 0, 0, 0};
+-const char NedChordPainter::addoff[] = {0, 1, -1, 0, 1, -1, 0, 0, 1, -1, 0, 
1, -1, 0, 1, -1, 0};
++const signed char NedChordPainter::addoff[] = {0, 1, -1, 0, 1, -1, 0, 0, 1, 
-1, 0, 1, -1, 0, 1, -1, 0};
+ const char *NedChordPainter::modies3[] = {"", "", "dim", "aug", "sus", "6", 
"7", "maj7", "9", "add9", "6", "7", "maj7", "9", 
+   "11", "7sus4", "13", "6add9", "-5", 
"7-5", "7maj5", "maj9", NULL};
+ const char *NedChordPainter::modies4[] = {"", "m", "dim", "aug", "sus4", "6", 
"7", "maj7", "9", "", "m6", "m7", "", "m9", 
+--- nted-1.10.18.orig/chords/chordpainter.h
 nted-1.10.18/chords/chordpainter.h
+@@ -44,7 +44,7 @@ class NedChordPainter {
+   static const char *modies2[];
+   private:
+   static const unsigned int minor[];
+-  static const char addoff[];
++  static const signed char addoff[];
+   static const char *modies3[];
+   static const char *modies4[];
+ };
+--- nted-1.10.18.orig/staff.cpp
 nted-1.10.18/staff.cpp
+@@ -44,7 +44,7 @@
+ 
+ const char NedStaff::m_sharpPos[7][7] = {
+   {8, 5, 9, 6, 3, 7, 4}, {6, 3, 7, 4, 1, 5, 2}, {7, 4, 8, 5, 2, 6, 3}, 
{3, 0, 4, 1, 5, 2, 6},  {9, 6, 3, 7, 4, 8, 5}, {8, 5, 9, 6, 3, 7, 4}, {6, 3, 7, 
4, 1, 5, 2} };
+-const char NedStaff::m_flatPos[7][7] = {
++const signed char NedStaff::m_flatPos[7][7] = {
+   {4, 7, 3, 6, 2, 5, 1}, {2, 5, 1, 4, 0, 3, -1}, {3, 6, 2, 5, 1, 4, 0}, 
{6, 2, 5, 1, 4, 0, 3}, {5, 8, 4, 7, 3, 6, 2}, {4, 7, 3, 6, 2, 5, 1}, {2, 5, 1, 
4, 0, 3, -1} };
+ 
+ NedStaff::NedStaff(NedSystem *system, double ypos, double width, int nr, bool 
start) :
+--- nted-1.10.18.orig/staff.h
 nted-1.10.18/staff.h
+@@ -153,7 +153,7 @@ class NedStaff {
+   void setLyrics(NedCommandList *command_list, NedLyricsEditor 
*leditor);
+   GList *getStaffElements(unsigned long long midi_time);
+   static const char m_sharpPos[7][7];
+-  static const char m_flatPos[7][7];
++  static const signed char m_flatPos[7][7];
+   private:
+   GList *m_staffelems;
+   NedVoice *m_voices[VOICE_COUNT];
diff -Nru nted-1.10.18/debian/patches/series nted-1.10.18/debian/patches/series
--- nted-1.10.18/debian/patches/series  2016-01-24 18:27:47.0 +0100
+++ nted-1.10.18/debian/patches/series  2017-03-09 21:30:39.0 +0100
@@ -9,3 +9,4 @@
 Werror.patch
 fix-midi-import.patch
 gcc-6.patch
+fix-signage-of-char-arrays.patch


Bug#857347: Acknowledgement (unblock: reclass/1.4.1-2)

2017-03-10 Thread Filip Pytloun
I am sorry, here is missing debdiff.

Filip

On 2017/03/10 09:57, Debian Bug Tracking System wrote:
> Thank you for filing a new Bug report with Debian.
> 
> This is an automatically generated reply to let you know your message
> has been received.
> 
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
> 
> As you requested using X-Debbugs-CC, your message was also forwarded to
>   madd...@debian.org
> (after having been given a Bug report number, if it did not have one).
> 
> Your message has been sent to the package maintainer(s):
>  Debian Release Team 
> 
> If you wish to submit further information on this problem, please
> send it to 857...@bugs.debian.org.
> 
> Please do not send mail to ow...@bugs.debian.org unless you wish
> to report a problem with the Bug-tracking system.
> 
> -- 
> 857347: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=857347
> Debian Bug Tracking System
> Contact ow...@bugs.debian.org with problems
diff -Nru reclass-1.4.1/debian/changelog reclass-1.4.1/debian/changelog
--- reclass-1.4.1/debian/changelog  2014-10-28 15:57:42.0 +0100
+++ reclass-1.4.1/debian/changelog  2017-03-10 08:45:53.0 +0100
@@ -1,3 +1,12 @@
+reclass (1.4.1-2) unstable; urgency=medium
+
+  * d/patches: backport Fix UndefinedVariableError (Closes: #857337)
+  * Add d/watch file
+  * Raise d/compat to 10, update standards to 3.9.8
+  * Add myself as uploader
+
+ -- Filip Pytloun   Fri, 10 Mar 2017 08:45:53 +0100
+
 reclass (1.4.1-1) unstable; urgency=low
 
   * New upstream release reverting the logging changes, which weren't ready
diff -Nru reclass-1.4.1/debian/compat reclass-1.4.1/debian/compat
--- reclass-1.4.1/debian/compat 2014-10-25 15:10:11.0 +0200
+++ reclass-1.4.1/debian/compat 2017-03-10 08:45:53.0 +0100
@@ -1 +1 @@
-8
+10
diff -Nru reclass-1.4.1/debian/control reclass-1.4.1/debian/control
--- reclass-1.4.1/debian/control2014-10-25 20:45:57.0 +0200
+++ reclass-1.4.1/debian/control2017-03-10 08:45:53.0 +0100
@@ -2,9 +2,13 @@
 Section: python
 Priority: extra
 Maintainer: martin f. krafft 
-Uploaders: Jonas Smedegaard 
-Build-Depends: python-setuptools, python, debhelper (>= 8.9.7), python-sphinx, 
python-yaml
-Standards-Version: 3.9.6
+Uploaders: Jonas Smedegaard , Filip Pytloun 
+Build-Depends: debhelper (>= 10),
+   python,
+   python-setuptools,
+   python-sphinx,
+   python-yaml
+Standards-Version: 3.9.8
 XS-Python-Version: all
 Homepage: http://reclass.pantsfullofunix.net/
 Vcs-Git: git://anonscm.debian.org/collab-maint/reclass.git
@@ -13,7 +17,9 @@
 Package: reclass
 Architecture: all
 Section: admin
-Depends: python-reclass (= ${binary:Version}), ${misc:Depends}, 
${python:Depends}
+Depends: python-reclass (= ${binary:Version}),
+ ${misc:Depends},
+ ${python:Depends}
 Suggests: reclass-doc
 Description: hierarchical inventory backend for configuration management 
systems
  reclass is an "external node classifier" (ENC) as can be used with automation
@@ -38,7 +44,7 @@
 
 Package: python-reclass
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-pkg-resources
+Depends: python-pkg-resources, ${misc:Depends}, ${python:Depends}
 Description: hierarchical inventory backend for configuration management 
systems
  reclass is an "external node classifier" (ENC) as can be used with automation
  tools, such as Puppet, Salt, and Ansible. It is also a stand-alone tool for
@@ -61,7 +67,7 @@
 Package: reclass-doc
 Architecture: all
 Section: doc
-Depends: ${sphinxdoc:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${sphinxdoc:Depends}
 Description: reclass documentation
  reclass is an "external node classifier" (ENC) as can be used with automation
  tools, such as Puppet, Salt, and Ansible. It is also a stand-alone tool for
diff -Nru 
reclass-1.4.1/debian/patches/0001-Fix-UndefinedVariableError-which-had-uh-undefined-va.patch
 
reclass-1.4.1/debian/patches/0001-Fix-UndefinedVariableError-which-had-uh-undefined-va.patch
--- 
reclass-1.4.1/debian/patches/0001-Fix-UndefinedVariableError-which-had-uh-undefined-va.patch
1970-01-01 01:00:00.0 +0100
+++ 
reclass-1.4.1/debian/patches/0001-Fix-UndefinedVariableError-which-had-uh-undefined-va.patch
2017-03-10 08:45:53.0 +0100
@@ -0,0 +1,31 @@
+From fbd22d42a20a0fdd53bc42fd27ad9f3d6af70f80 Mon Sep 17 00:00:00 2001
+From: Michael Kuty <6du1r...@gmail.com>
+Date: Fri, 16 Oct 2015 18:10:18 +0200
+Subject: [PATCH 1/2] Fix UndefinedVariableError, which had, uh, undefined
+ variables
+
+Signed-off-by: martin f. krafft 
+---
+ reclass/errors.py | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/reclass/errors.py b/reclass/errors.py

Bug#857347: unblock: reclass/1.4.1-2

2017-03-10 Thread Filip Pytloun
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package reclass

It's mainly fixing #857337 by backporting simple upstream code change
that fixes handling of usage error that may happen pretty often and will
help user to debug the issue by returning relevant information.

Debdiff is included.

Thank you

unblock reclass/1.4.1-2

-- System Information:
Debian Release: 9.0
  APT prefers testing
  APT policy: (400, 'testing'), (100, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.7.0-0.bpo.1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)


signature.asc
Description: PGP signature


Bug#857274: Acknowledgement (unblock: ola/0.10.3.nojsmin-1)

2017-03-10 Thread Wouter Verhelst
Hi,

It looks like this bug didn't reach the list, possibly due to the large
attachment that came with it.

Since ola is due to be removed from testing tomorrow, and since I'd like
to avoid that, I'd like to see at least some form of response ;-)

On Thu, Mar 09, 2017 at 12:12:05PM +, Debian Bug Tracking System wrote:
> Thank you for filing a new Bug report with Debian.
> 
> This is an automatically generated reply to let you know your message
> has been received.
> 
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
> 
> Your message has been sent to the package maintainer(s):
>  Debian Release Team 
> 
> If you wish to submit further information on this problem, please
> send it to 857...@bugs.debian.org.
> 
> Please do not send mail to ow...@bugs.debian.org unless you wish
> to report a problem with the Bug-tracking system.
> 
> -- 
> 857274: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=857274
> Debian Bug Tracking System
> Contact ow...@bugs.debian.org with problems
> 

-- 
< ron> I mean, the main *practical* problem with C++, is there's like a dozen
   people in the world who think they really understand all of its rules,
   and pretty much all of them are just lying to themselves too.
 -- #debian-devel, OFTC, 2016-02-12



Bug#857345: jessie-pu: package debootstrap/1.0.72

2017-03-10 Thread Neil Williams
Package: release.debian.org
Severity: normal
Tags: jessie
User: release.debian@packages.debian.org
Usertags: pu

The fix for https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=757819 needs to be
available in jessie to solve problems with using --foreign with any Stretch
bootstrap operation. Would this be possible to do as an upload to 
proposed-updates
and would this fix be acceptable for the next Jessie point release?

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

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