Uploading linux (4.9.18-1)

2017-03-27 Thread Ben Hutchings
I intend to upload linux version 4.9.18-1 to unstable on Tuesday 28th. 
There will be no ABI bump.

The current pending changes are:

  * New upstream stable update:
https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.17
...
https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.18
...
- ext4: fix fencepost in s_first_meta_bg validation (Closes: #856808)

  [ Ben Hutchings ]
  * [powerpc*] Ignore ABI changes in cxl (fixes FTBFS) (Closes: #858530)
and IOMMU setup
  * Ignore ABI changes in bpf, dccp, libiscsi
  * [x86] Ignore ABI changes in kvm
  * [rt] Update to 4.9.18-rt13 (no functional change)

However, some additional bug fixes may get added.

Ben.

-- 
Ben Hutchings
Always try to do things in chronological order;
it's less confusing that way.



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


Bug#858853: marked as done (unblock: unifdef/2.10-1.1)

2017-03-27 Thread Debian Bug Tracking System
Your message dated Mon, 27 Mar 2017 21:29:58 +
with message-id 
and subject line unblock unifdef
has caused the Debian Bug report #858853,
regarding unblock: unifdef/2.10-1.1
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.)


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

unblock unifdef/2.10-1.1


 changelog |8 
 rules |2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff -Nru unifdef-2.10/debian/changelog unifdef-2.10/debian/changelog
--- unifdef-2.10/debian/changelog   2014-02-09 21:02:00.0 +0200
+++ unifdef-2.10/debian/changelog   2017-03-27 18:38:39.0 +0300
@@ -1,3 +1,11 @@
+unifdef (2.10-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Apply patch from Chris Lamb to fix FTBFS under some locales.
+(Closes: #841427)
+
+ -- Adrian Bunk   Mon, 27 Mar 2017 18:38:39 +0300
+
 unifdef (2.10-1) unstable; urgency=low
 
   * New upstream release.
diff -Nru unifdef-2.10/debian/rules unifdef-2.10/debian/rules
--- unifdef-2.10/debian/rules   2014-01-23 10:55:30.0 +0200
+++ unifdef-2.10/debian/rules   2017-03-27 18:38:39.0 +0300
@@ -8,7 +8,7 @@
 
 build-stamp:
$(MAKE) $(shell dpkg-buildflags --export=cmdline)
-   $(MAKE) test
+   LC_ALL=C $(MAKE) test
touch build-stamp
 
 clean:
--- End Message ---
--- Begin Message ---
Unblocked unifdef.--- End Message ---


Bug#858845: marked as done (unblock: ocfs2-tools/1.8.4-4)

2017-03-27 Thread Debian Bug Tracking System
Your message dated Mon, 27 Mar 2017 21:31:47 +
with message-id 
and subject line unblock ocfs2-tools
has caused the Debian Bug report #858845,
regarding unblock: ocfs2-tools/1.8.4-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.)


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

It fixes a sysfs filename mismatch between the ocfs2-tools and the
ocfs2 kernel module as reported in #858623.

The patch added in this release has been accepted upstream and makes
ocfs2-tools userspace compatible with the stretch kernel.


diff -Nru ocfs2-tools-1.8.4/debian/changelog ocfs2-tools-1.8.4/debian/changelog
--- ocfs2-tools-1.8.4/debian/changelog  2016-10-21 18:39:01.0 +0200
+++ ocfs2-tools-1.8.4/debian/changelog  2017-03-27 11:13:06.0 +0200
@@ -1,3 +1,9 @@
+ocfs2-tools (1.8.4-4) unstable; urgency=medium
+
+  * Add fix for sysfs filename (Closes: #858623)
+
+ -- Valentin Vidic   Mon, 27 Mar 2017 11:13:06 +0200
+
 ocfs2-tools (1.8.4-3) unstable; urgency=medium
 
   * Fix debugfs segfault (Closes: #715810)
diff -Nru ocfs2-tools-1.8.4/debian/patches/dead_threshold.patch 
ocfs2-tools-1.8.4/debian/patches/dead_threshold.patch
--- ocfs2-tools-1.8.4/debian/patches/dead_threshold.patch   1970-01-01 
01:00:00.0 +0100
+++ ocfs2-tools-1.8.4/debian/patches/dead_threshold.patch   2017-03-27 
11:03:50.0 +0200
@@ -0,0 +1,39 @@
+Description: Update sysfs filename for heartbeat dead threshold
+Author: Michal Svamberg 
+Bug: https://github.com/markfasheh/ocfs2-tools/pull/9
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=858623
+Reviewed-by: Valentin Vidic 
+Last-Update: 2017-03-27
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/o2monitor/o2hbmonitor.c
 b/o2monitor/o2hbmonitor.c
+@@ -49,7 +49,7 @@
+ #define SYS_CONFIG_DIR"/sys/kernel/config"
+ #define O2HB_CLUSTER_DIR  SYS_CONFIG_DIR"/cluster"
+ #define O2HB_HEARTBEAT_DIRO2HB_CLUSTER_DIR"/%s/heartbeat"
+-#define O2HB_DEAD_THRESHOLD   O2HB_HEARTBEAT_DIR"/dead_threshold"
++#define O2HB_DEAD_THRESHOLD   O2HB_HEARTBEAT_DIR"/threshold"
+ #define O2HB_DEVICE   O2HB_HEARTBEAT_DIR"/%s/dev"
+ 
+ #define SYS_DEBUG_DIR "/sys/kernel/debug"
+--- a/vendor/common/o2cb.init.sh
 b/vendor/common/o2cb.init.sh
+@@ -224,7 +224,7 @@
+ set_timeouts_o2cb()
+ {
+ 
O2CB_HEARTBEAT_THRESHOLD_FILE_OLD=/proc/fs/ocfs2_nodemanager/hb_dead_threshold
+-
O2CB_HEARTBEAT_THRESHOLD_FILE=$(configfs_path)/cluster/${CLUSTER}/heartbeat/dead_threshold
++
O2CB_HEARTBEAT_THRESHOLD_FILE=$(configfs_path)/cluster/${CLUSTER}/heartbeat/threshold
+ if [ -n "$O2CB_HEARTBEAT_THRESHOLD" ]; then
+ if [ -f "$O2CB_HEARTBEAT_THRESHOLD_FILE" ]; then
+ echo "$O2CB_HEARTBEAT_THRESHOLD" > 
"$O2CB_HEARTBEAT_THRESHOLD_FILE"
+@@ -259,7 +259,7 @@
+ {
+ 
+ 
O2CB_HEARTBEAT_THRESHOLD_FILE_OLD=/proc/fs/ocfs2_nodemanager/hb_dead_threshold
+-
O2CB_HEARTBEAT_THRESHOLD_FILE=$(configfs_path)/cluster/${CLUSTER}/heartbeat/dead_threshold
++
O2CB_HEARTBEAT_THRESHOLD_FILE=$(configfs_path)/cluster/${CLUSTER}/heartbeat/threshold
+ if [ -f "$O2CB_HEARTBEAT_THRESHOLD_FILE" ]; then
+ VAL=`cat "$O2CB_HEARTBEAT_THRESHOLD_FILE"`
+ echo "  Heartbeat dead threshold: ${VAL}"
diff -Nru ocfs2-tools-1.8.4/debian/patches/series 
ocfs2-tools-1.8.4/debian/patches/series
--- ocfs2-tools-1.8.4/debian/patches/series 2016-10-21 18:39:01.0 
+0200
+++ ocfs2-tools-1.8.4/debian/patches/series 2017-03-24 20:32:52.0 
+0100
@@ -5,3 +5,4 @@
 o2cb-ctl-virtio.patch
 debugfs-segfault.patch
 mkfs-segfault.patch
+dead_threshold.patch

unblock ocfs2-tools/1.8.4-4

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

Kernel: Linux 4.9.0-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)
--- End Message ---
--- Begin Message ---
Unblocked ocfs2-tools.--- End Message ---


Bug#858864: unblock: celery/3.1.23-6

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

Please unblock package celery

Fix broken depends headers. Fixes #858305.

There is also a bashism in the init.d script - see #858298. I didn't fix
this. If you think this should be fixed for testing, let me know and I
will upload a fix for this also.


diff -Nru celery-3.1.23/debian/changelog celery-3.1.23/debian/changelog
--- celery-3.1.23/debian/changelog  2016-07-31 16:19:32.0 +1000
+++ celery-3.1.23/debian/changelog  2017-03-24 17:00:36.0 +1100
@@ -1,3 +1,11 @@
+celery (3.1.23-6) unstable; urgency=medium
+
+  * Change celeryd to depend on python-celery-common instead of python-celery.
+Closes: #858305.
+  * Add celeryd depends on lsb-base.
+
+ -- Brian May   Fri, 24 Mar 2017 17:00:36 +1100
+
 celery (3.1.23-5) unstable; urgency=medium
 
   * Move celeryd to admin section. Closes: #832192.
diff -Nru celery-3.1.23/debian/control celery-3.1.23/debian/control
--- celery-3.1.23/debian/control2016-07-31 09:25:55.0 +1000
+++ celery-3.1.23/debian/control2017-03-21 20:55:33.0 +1100
@@ -179,7 +179,8 @@
 Section: admin
 Architecture: all
 Depends: adduser,
- python-celery (= ${binary:Version}),
+ python-celery-common (= ${binary:Version}),
+ lsb-base (>= 3.0-6),
  ${misc:Depends}
 Breaks: python-celery (<< 3.0.24-1)
 Suggests: rabbitmq-server
unblock celery/3.1.23-6

-- 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#858854: unblock android-platform-system-core/1:7.0.0+r1-4

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

Please unblock package: android-platform-system-core

This fixes some usability and minor security issues:  #823792 #688280
#858177  The part of the diff for #858177 is a bit large, since I just
took the whole bugfix/security release i.e. 7.0.0r1 vs 7.0.0r33, since
the whole thing is tested together as a whole package, and the changes
did not seem small enough to be cherry-pickable.

Sorry to say that this also includes packages in NEW.  These are only
transitional dummy packages so that users of the previous
android-tools-* packages will be upgraded to the new packages where it
makes sense.  The android-tools source package is not in stretch, and is
mostly deprecated.  This is the Android Tools Team's first transitional
package, so we didn't realize it had to go through NEW.  If this is not
possible, I can strip out the new packages and resubmit.

Attached is the source debdiff.

diff -Nru android-platform-system-core-7.0.0+r1/debian/adb.lintian-overrides 
android-platform-system-core-7.0.0+r1/debian/adb.lintian-overrides
--- android-platform-system-core-7.0.0+r1/debian/adb.lintian-overrides  
2016-01-13 23:23:40.0 +0100
+++ android-platform-system-core-7.0.0+r1/debian/adb.lintian-overrides  
2017-03-27 09:05:23.0 +0200
@@ -1,3 +1,12 @@
-# Executables of Android SDK uses private libraries located in /usr/lib/android
+# Executables from the Android SDK normally each staticly link in all
+# of the libs.  That means each executable includes a full copy of all
+# the libs, which is not how Debian works.  These libs need to be
+# dynamically linlked in so that just the library can be updated when
+# there is a security fix, instead of requiring all of the executables
+# be recompiled.  That said, these libraries do not have a stable
+# interface and were never intended to be used by any other project,
+# only with the internal, Android SDK executables.  Therefore, the
+# Android SDK executables use private libraries located in
+# /usr/lib/android
 
-binary-or-shlib-defines-rpath
\ No newline at end of file
+binary-or-shlib-defines-rpath
diff -Nru 
android-platform-system-core-7.0.0+r1/debian/append2simg.lintian-overrides 
android-platform-system-core-7.0.0+r1/debian/append2simg.lintian-overrides
--- android-platform-system-core-7.0.0+r1/debian/append2simg.lintian-overrides  
1970-01-01 01:00:00.0 +0100
+++ android-platform-system-core-7.0.0+r1/debian/append2simg.lintian-overrides  
2017-03-27 09:05:23.0 +0200
@@ -0,0 +1,12 @@
+# Executables from the Android SDK normally each staticly link in all
+# of the libs.  That means each executable includes a full copy of all
+# the libs, which is not how Debian works.  These libs need to be
+# dynamically linlked in so that just the library can be updated when
+# there is a security fix, instead of requiring all of the executables
+# be recompiled.  That said, these libraries do not have a stable
+# interface and were never intended to be used by any other project,
+# only with the internal, Android SDK executables.  Therefore, the
+# Android SDK executables use private libraries located in
+# /usr/lib/android
+
+binary-or-shlib-defines-rpath
diff -Nru android-platform-system-core-7.0.0+r1/debian/changelog 
android-platform-system-core-7.0.0+r1/debian/changelog
--- android-platform-system-core-7.0.0+r1/debian/changelog  2017-02-28 
23:45:05.0 +0100
+++ android-platform-system-core-7.0.0+r1/debian/changelog  2017-03-21 
21:24:59.0 +0100
@@ -1,3 +1,11 @@
+android-platform-system-core (1:7.0.0+r1-4) unstable; urgency=medium
+
+  * transitional dummy packages for android-tools-adb / android-tools-fastboot
+  * move adb log file to proper dir (Closes: #823792, #688280)
+  * import upstream 7.0.0_r31 fixes for CVE-2016-3861 (Closes: #858177)
+
+ -- Hans-Christoph Steiner   Wed, 15 Mar 2017 13:47:44 +0100
+
 android-platform-system-core (1:7.0.0+r1-3) unstable; urgency=medium
 
   * install bash-completion for adb and fastboot (Closes: #856418, #856419)
diff -Nru 
android-platform-system-core-7.0.0+r1/debian/fastboot.lintian-overrides 
android-platform-system-core-7.0.0+r1/debian/fastboot.lintian-overrides
--- android-platform-system-core-7.0.0+r1/debian/fastboot.lintian-overrides 
2016-01-13 23:23:40.0 +0100
+++ android-platform-system-core-7.0.0+r1/debian/fastboot.lintian-overrides 
2017-03-27 09:05:23.0 +0200
@@ -1,3 +1,12 @@
-# Executables of Android SDK uses private libraries located in /usr/lib/android
+# Executables from the Android SDK normally each staticly link in all
+# of the libs.  That means each executable includes a full copy of all
+# the libs, which is not how Debian works.  These libs need to be
+# dynamically linlked in so that just the library can be updated when
+# there is a security fix, instead of requiring all of the executables
+# be recompiled.  

Bug#858853: unblock: unifdef/2.10-1.1

2017-03-27 Thread Adrian Bunk
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package unifdef

unblock unifdef/2.10-1.1


 changelog |8 
 rules |2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff -Nru unifdef-2.10/debian/changelog unifdef-2.10/debian/changelog
--- unifdef-2.10/debian/changelog   2014-02-09 21:02:00.0 +0200
+++ unifdef-2.10/debian/changelog   2017-03-27 18:38:39.0 +0300
@@ -1,3 +1,11 @@
+unifdef (2.10-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Apply patch from Chris Lamb to fix FTBFS under some locales.
+(Closes: #841427)
+
+ -- Adrian Bunk   Mon, 27 Mar 2017 18:38:39 +0300
+
 unifdef (2.10-1) unstable; urgency=low
 
   * New upstream release.
diff -Nru unifdef-2.10/debian/rules unifdef-2.10/debian/rules
--- unifdef-2.10/debian/rules   2014-01-23 10:55:30.0 +0200
+++ unifdef-2.10/debian/rules   2017-03-27 18:38:39.0 +0300
@@ -8,7 +8,7 @@
 
 build-stamp:
$(MAKE) $(shell dpkg-buildflags --export=cmdline)
-   $(MAKE) test
+   LC_ALL=C $(MAKE) test
touch build-stamp
 
 clean:



Bug#858827: marked as done (unblock: debian-edu-doc/1.918~20170326)

2017-03-27 Thread Debian Bug Tracking System
Your message dated Mon, 27 Mar 2017 17:26:00 +
with message-id <94ce5cbe-3e0e-52e8-a1a0-f4cc7e4d0...@thykier.net>
and subject line Re: Bug#858827: unblock: debian-edu-doc/1.918~20170326
has caused the Debian Bug report #858827,
regarding unblock: debian-edu-doc/1.918~20170326
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.)


-- 
858827: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=858827
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 debian-edu-doc, it's a documentation only package and
the update only includes documentation and translation updates… 

However, this update removes the wheezy version of the Debian-Edu manual which
changes the size of the debian-edu-doc source and binary packages and as such it
would be good to have these changes in stretch now, so we can be sure they 
effect
installation media in sane ways…

(And yes, in future it's probably better to drop the manual for release-2
earlier (and maintain it in stable), this is just the first time we're in such
a situation that our release-2 is still meaningful while release is imminent.)

The next upload of debian-edu-doc to sid is scheduled for last sunday of each
month, so this will be on the 30th of April.

unblock: debian-edu-doc/1.918~20170326

debian-edu-doc (1.918~20170326) unstable; urgency=medium

  [ Stretch Manual translation updates ]
  * Dutch: Frans Spiesschaert.
  * Polish: Stanisław Krukowski.
  * German: Wolfgang Schweer.
  * Simplified Chinese: Roy Zhang, Ma Yong.
  * Japanese: Victory.
  * Italian: Claudio Carboncini.
  * Norwegian Bokmål: Ingrid Yrvin, Ole-Erik Yrvin.

  [ Jessie Manual translation updates ]
  * Polish: Stanisław Krukowski.
  * Norwegian Bokmål: Petter Reinholdtsen.

  [ ITIL Manual translation updates ]
  * Norwegian Bokmål: Ingrid Yrvin, Ole-Erik Yrvin.

  [ Holger Levsen ]
  * Update Debian Edu Stretch manual from the wiki.
  * Update debian/copyright from the wiki.
  * Drop Debian Edu Wheezy manual. Starting today, this is only(+still)
maintained in the jessie branch which gets uploaded to Debian jessie for
point releases. Many thanks to everyone contributing to it!
  * Update debian/README.
  * Update documentation/audacity/README.audacity-manual-translations.
  * Update documentation/rosegarden/README.rosegarden-manual-translations.

 -- Holger Levsen   Sun, 26 Mar 2017 18:44:42 +0200

$ debdiff debian-edu-doc_1.917~20170226.dsc 
debian-edu-doc_1.918~20170326.dsc|diffstat
 Makefile | 
   3 
 debian/README| 
  15 
 debian/changelog | 
  30 
 debian/control   | 
  42 
 debian/copyright | 
  88 
 debian/rules | 
   1 
 debian/source.lintian-overrides  | 
   5 
 documentation/audacity/README.audacity-manual-translations   | 
   9 
 documentation/audacity/audacity-manual.nb.po | 
   4 
 documentation/audacity/audacity-manual.pl.po | 
   6 
 documentation/debian-edu-itil/debian-edu-itil-manual.nb.po   | 
 896 
 documentation/debian-edu-jessie/debian-edu-jessie-manual.nb.po   | 
  24 
 documentation/debian-edu-jessie/debian-edu-jessie-manual.pl.po   | 
  53 
 documentation/debian-edu-stretch/debian-edu-stretch-manual.da.po | 
  98 
 documentation/debian-edu-stretch/debian-edu-stretch-manual.de.po | 
 145 
 documentation/debian-edu-stretch/debian-edu-stretch-manual.es.po | 
  83 
 documentation/debian-edu-stretch/debian-edu-stretch-manual.fr.po | 
  96 
 documentation/debian-edu-stretch/debian-edu-stretch-manual.it.po | 
2780 -
 documentation/debian-edu-stretch/debian-edu-stretch-manual.ja.po | 
 797 
 documentation/debian-edu-stretch/debian-edu-stretch-manual.nb.po | 
 478 
 documentation/debian-edu-stretch/debian-edu-stretch-manual.nl.po | 
2014 -
 documentation/debian-edu-stretch/debian-edu-stretch-manual.pl.po | 
 301 
 documentation/debian-edu-stretch/debian-edu-stretch-manual.pot 

Bug#858847: marked as done (unblock: libmojomojo-perl/1.11+dfsg-3)

2017-03-27 Thread Debian Bug Tracking System
Your message dated Mon, 27 Mar 2017 17:22:00 +
with message-id 
and subject line Re: Bug#858847: unblock: libmojomojo-perl/1.11+dfsg-3
has caused the Debian Bug report #858847,
regarding unblock: libmojomojo-perl/1.11+dfsg-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.)


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

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

unblock libmojomojo-perl/1.11+dfsg-3


I've uploaded a new version of libmojomojo-perl which fixes #858501.
The only change compared to the package in stretch is the fixed
target of the symlink.

Complete debdiff attached.


Thanks in advance,
gregor

-BEGIN PGP SIGNATURE-

iQKTBAEBCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAljZOeVfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgZkHxAAq4WtOMx1Jncp2fXqN9VkWV27n4tZQl2cNMds1OiW/opuaASbINjVCqKz
Hfv86Bm1efqidTYMnW78iVDgbOYrHnjGywzDDs2qDzvaqV/ob4QSLmWWPZBEPyuO
o9eJXMGXCtvB9ytw0hAoG4Xas8juxVSMcFeBmPsLvmm/LvfS5UUwFU4heZd+YnUt
D/B/73jrIrPvHSL+uhyTMuO4NWd+O/vIFX31ovNVwr1faPytbKMW+/2N+TDuNnTy
U1xvUNiMecV+RqKshxtHjjQ23u69k5pAvFXdZlACkbroKWIJjhH5sxW+R5U/pOuS
SufyKmmhWyJiC8F++yYXJRmlakT1s5stxt38nqHH/fznqkRdekhzlyGwwJksNght
QAf1VyDByyQ7KtikSHjYwuaCLvPjwUsUOtu/M5v7MqViEkOknAVGimjT0UiVM+oT
rSvbi705vIIHxQWWlXl6PQZVJ62cR4KTK+hXx9nd+ip5ckjrw1/zat68xHxntOi8
SGD1nTQwXtmWEukwexm8IX1qWxWAEVaqsni328K4DjOx/zu4VJgKn6iErJnmORNR
S6XTGWPu8TCm+s23dGXpB7cDoPt67vsr9C/zmymxXb9QS51GwkTADswyv6sHcm4J
54XRGUgTt47CosCHeYCtOzjeP3ObPk2U2NBWYLO0cwFMmpVu1s4=
=kIBz
-END PGP SIGNATURE-
diff -Nru libmojomojo-perl-1.11+dfsg/debian/changelog 
libmojomojo-perl-1.11+dfsg/debian/changelog
--- libmojomojo-perl-1.11+dfsg/debian/changelog 2015-12-26 04:13:22.0 
+0100
+++ libmojomojo-perl-1.11+dfsg/debian/changelog 2017-03-27 18:00:10.0 
+0200
@@ -1,3 +1,10 @@
+libmojomojo-perl (1.11+dfsg-3) unstable; urgency=medium
+
+  * Fix symlink to libjs-jquery-ui's autocomplete.min.js.
+Thanks to Andreas Beckmann for the bug report. (Closes: #858501)
+
+ -- gregor herrmann   Mon, 27 Mar 2017 18:00:10 +0200
+
 libmojomojo-perl (1.11+dfsg-2) unstable; urgency=medium
 
   * Add patch from upstream Git to fix deprecation warnings about
diff -Nru libmojomojo-perl-1.11+dfsg/debian/libmojomojo-perl.links 
libmojomojo-perl-1.11+dfsg/debian/libmojomojo-perl.links
--- libmojomojo-perl-1.11+dfsg/debian/libmojomojo-perl.links2015-12-26 
04:13:22.0 +0100
+++ libmojomojo-perl-1.11+dfsg/debian/libmojomojo-perl.links2017-03-27 
18:00:10.0 +0200
@@ -1,4 +1,4 @@
 /usr/share/javascript/jquery/jquery.min.js  
usr/share/perl5/MojoMojo/root/static/js/jquery.js
 /usr/share/javascript/jquery-form/jquery.form.min.js 
usr/share/perl5/MojoMojo/root/static/js/jquery.form.js
 /usr/share/javascript/jquery-livequery/jquery.livequery.min.js 
usr/share/perl5/MojoMojo/root/static/js/jquery.livequery.js
-/usr/share/javascript/jquery-ui/ui/jquery.ui.autocomplete.min.js 
usr/share/perl5/MojoMojo/root/static/js/jquery.autocomplete.js
+/usr/share/javascript/jquery-ui/ui/widgets/autocomplete.min.js 
usr/share/perl5/MojoMojo/root/static/js/jquery.autocomplete.js
--- End Message ---
--- Begin Message ---
gregor herrmann:
> Package: release.debian.org
> Severity: normal
> User: release.debian@packages.debian.org
> Usertags: unblock
> 
> unblock libmojomojo-perl/1.11+dfsg-3
> 
> 
> I've uploaded a new version of libmojomojo-perl which fixes #858501.
> The only change compared to the package in stretch is the fixed
> target of the symlink.
> 
> Complete debdiff attached.
> 
> 
> Thanks in advance,
> gregor
> 
> 

Unblocked, thanks.

~Niels--- End Message ---


Bug#858847: unblock: libmojomojo-perl/1.11+dfsg-3

2017-03-27 Thread gregor herrmann
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

unblock libmojomojo-perl/1.11+dfsg-3


I've uploaded a new version of libmojomojo-perl which fixes #858501.
The only change compared to the package in stretch is the fixed
target of the symlink.

Complete debdiff attached.


Thanks in advance,
gregor

-BEGIN PGP SIGNATURE-

iQKTBAEBCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAljZOeVfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgZkHxAAq4WtOMx1Jncp2fXqN9VkWV27n4tZQl2cNMds1OiW/opuaASbINjVCqKz
Hfv86Bm1efqidTYMnW78iVDgbOYrHnjGywzDDs2qDzvaqV/ob4QSLmWWPZBEPyuO
o9eJXMGXCtvB9ytw0hAoG4Xas8juxVSMcFeBmPsLvmm/LvfS5UUwFU4heZd+YnUt
D/B/73jrIrPvHSL+uhyTMuO4NWd+O/vIFX31ovNVwr1faPytbKMW+/2N+TDuNnTy
U1xvUNiMecV+RqKshxtHjjQ23u69k5pAvFXdZlACkbroKWIJjhH5sxW+R5U/pOuS
SufyKmmhWyJiC8F++yYXJRmlakT1s5stxt38nqHH/fznqkRdekhzlyGwwJksNght
QAf1VyDByyQ7KtikSHjYwuaCLvPjwUsUOtu/M5v7MqViEkOknAVGimjT0UiVM+oT
rSvbi705vIIHxQWWlXl6PQZVJ62cR4KTK+hXx9nd+ip5ckjrw1/zat68xHxntOi8
SGD1nTQwXtmWEukwexm8IX1qWxWAEVaqsni328K4DjOx/zu4VJgKn6iErJnmORNR
S6XTGWPu8TCm+s23dGXpB7cDoPt67vsr9C/zmymxXb9QS51GwkTADswyv6sHcm4J
54XRGUgTt47CosCHeYCtOzjeP3ObPk2U2NBWYLO0cwFMmpVu1s4=
=kIBz
-END PGP SIGNATURE-
diff -Nru libmojomojo-perl-1.11+dfsg/debian/changelog 
libmojomojo-perl-1.11+dfsg/debian/changelog
--- libmojomojo-perl-1.11+dfsg/debian/changelog 2015-12-26 04:13:22.0 
+0100
+++ libmojomojo-perl-1.11+dfsg/debian/changelog 2017-03-27 18:00:10.0 
+0200
@@ -1,3 +1,10 @@
+libmojomojo-perl (1.11+dfsg-3) unstable; urgency=medium
+
+  * Fix symlink to libjs-jquery-ui's autocomplete.min.js.
+Thanks to Andreas Beckmann for the bug report. (Closes: #858501)
+
+ -- gregor herrmann   Mon, 27 Mar 2017 18:00:10 +0200
+
 libmojomojo-perl (1.11+dfsg-2) unstable; urgency=medium
 
   * Add patch from upstream Git to fix deprecation warnings about
diff -Nru libmojomojo-perl-1.11+dfsg/debian/libmojomojo-perl.links 
libmojomojo-perl-1.11+dfsg/debian/libmojomojo-perl.links
--- libmojomojo-perl-1.11+dfsg/debian/libmojomojo-perl.links2015-12-26 
04:13:22.0 +0100
+++ libmojomojo-perl-1.11+dfsg/debian/libmojomojo-perl.links2017-03-27 
18:00:10.0 +0200
@@ -1,4 +1,4 @@
 /usr/share/javascript/jquery/jquery.min.js  
usr/share/perl5/MojoMojo/root/static/js/jquery.js
 /usr/share/javascript/jquery-form/jquery.form.min.js 
usr/share/perl5/MojoMojo/root/static/js/jquery.form.js
 /usr/share/javascript/jquery-livequery/jquery.livequery.min.js 
usr/share/perl5/MojoMojo/root/static/js/jquery.livequery.js
-/usr/share/javascript/jquery-ui/ui/jquery.ui.autocomplete.min.js 
usr/share/perl5/MojoMojo/root/static/js/jquery.autocomplete.js
+/usr/share/javascript/jquery-ui/ui/widgets/autocomplete.min.js 
usr/share/perl5/MojoMojo/root/static/js/jquery.autocomplete.js


Bug#858846: jessie-pu: package apt-cacher/1.7.10

2017-03-27 Thread Mark Hindley
Package: release.debian.org
Severity: normal
Tags: jessie
User: release.debian@packages.debian.org
Usertags: pu

Hello,

I would like to arrange update of apt-cacher 1.7.10 in Jessie to fix the HTTP
splitting issue tracked in #858739 (no CVE allocated).

I have prepared 1.7.10+deb8u1 which is available from 
http://hindley.org.uk/~mark/debian

Alternatively, as this is a native package you may prefer me to package it as
1.7.10.1. Please advise.

debdiff:

Changes from debian/1.7.10 to debian/1.7.10+deb8u1
Modified   apt-cacher
diff --git a/apt-cacher b/apt-cacher
index 668b2d8..5bde2e7 100755
--- a/apt-cacher
+++ b/apt-cacher
@@ -2093,8 +2093,8 @@ sub get_request {
$request->protocol($3||'HTTP/1.0');
 
clean_uri($request->uri);
-   if($request->uri =~ m#(?:^|/)\.{2}/#) { # Reject ../ or /../
-   sendrsp(HTTP::Response->new(403, 'Forbidden: Invalid 
URI ' . $request->uri));
+   if($request->uri =~ m#(?:^|/)\.{2}/|%0[ad]#i) { # Reject 
../, /../ or encoded new lines
+   sendrsp(HTTP::Response->new(403, 'Forbidden: Insecure 
URI ' . $request->uri));
return 1; # next REQUEST
}
return $request if $mode && $mode eq 'cgi'; # Not going to 
get anything else
Modified   debian/changelog
diff --git a/debian/changelog b/debian/changelog
index 43310cd..d8946f6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+apt-cacher (1.7.10+deb8u1) jessie-security; urgency=medium
+
+  * Prevent HTTP response splitting with encoded newlines in
+request. Backport of fix for #858739.
+
+ -- Mark Hindley   Sun, 26 Mar 2017 18:25:21 +0100
+
 apt-cacher (1.7.10) unstable; urgency=low
 
   * Internally store http_proxy as URI object which can include

Many thanks.

Mark



Bug#858845: unblock: ocfs2-tools/1.8.4-4

2017-03-27 Thread Valentin Vidic
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package ocfs2-tools

It fixes a sysfs filename mismatch between the ocfs2-tools and the
ocfs2 kernel module as reported in #858623.

The patch added in this release has been accepted upstream and makes
ocfs2-tools userspace compatible with the stretch kernel.


diff -Nru ocfs2-tools-1.8.4/debian/changelog ocfs2-tools-1.8.4/debian/changelog
--- ocfs2-tools-1.8.4/debian/changelog  2016-10-21 18:39:01.0 +0200
+++ ocfs2-tools-1.8.4/debian/changelog  2017-03-27 11:13:06.0 +0200
@@ -1,3 +1,9 @@
+ocfs2-tools (1.8.4-4) unstable; urgency=medium
+
+  * Add fix for sysfs filename (Closes: #858623)
+
+ -- Valentin Vidic   Mon, 27 Mar 2017 11:13:06 +0200
+
 ocfs2-tools (1.8.4-3) unstable; urgency=medium
 
   * Fix debugfs segfault (Closes: #715810)
diff -Nru ocfs2-tools-1.8.4/debian/patches/dead_threshold.patch 
ocfs2-tools-1.8.4/debian/patches/dead_threshold.patch
--- ocfs2-tools-1.8.4/debian/patches/dead_threshold.patch   1970-01-01 
01:00:00.0 +0100
+++ ocfs2-tools-1.8.4/debian/patches/dead_threshold.patch   2017-03-27 
11:03:50.0 +0200
@@ -0,0 +1,39 @@
+Description: Update sysfs filename for heartbeat dead threshold
+Author: Michal Svamberg 
+Bug: https://github.com/markfasheh/ocfs2-tools/pull/9
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=858623
+Reviewed-by: Valentin Vidic 
+Last-Update: 2017-03-27
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/o2monitor/o2hbmonitor.c
 b/o2monitor/o2hbmonitor.c
+@@ -49,7 +49,7 @@
+ #define SYS_CONFIG_DIR"/sys/kernel/config"
+ #define O2HB_CLUSTER_DIR  SYS_CONFIG_DIR"/cluster"
+ #define O2HB_HEARTBEAT_DIRO2HB_CLUSTER_DIR"/%s/heartbeat"
+-#define O2HB_DEAD_THRESHOLD   O2HB_HEARTBEAT_DIR"/dead_threshold"
++#define O2HB_DEAD_THRESHOLD   O2HB_HEARTBEAT_DIR"/threshold"
+ #define O2HB_DEVICE   O2HB_HEARTBEAT_DIR"/%s/dev"
+ 
+ #define SYS_DEBUG_DIR "/sys/kernel/debug"
+--- a/vendor/common/o2cb.init.sh
 b/vendor/common/o2cb.init.sh
+@@ -224,7 +224,7 @@
+ set_timeouts_o2cb()
+ {
+ 
O2CB_HEARTBEAT_THRESHOLD_FILE_OLD=/proc/fs/ocfs2_nodemanager/hb_dead_threshold
+-
O2CB_HEARTBEAT_THRESHOLD_FILE=$(configfs_path)/cluster/${CLUSTER}/heartbeat/dead_threshold
++
O2CB_HEARTBEAT_THRESHOLD_FILE=$(configfs_path)/cluster/${CLUSTER}/heartbeat/threshold
+ if [ -n "$O2CB_HEARTBEAT_THRESHOLD" ]; then
+ if [ -f "$O2CB_HEARTBEAT_THRESHOLD_FILE" ]; then
+ echo "$O2CB_HEARTBEAT_THRESHOLD" > 
"$O2CB_HEARTBEAT_THRESHOLD_FILE"
+@@ -259,7 +259,7 @@
+ {
+ 
+ 
O2CB_HEARTBEAT_THRESHOLD_FILE_OLD=/proc/fs/ocfs2_nodemanager/hb_dead_threshold
+-
O2CB_HEARTBEAT_THRESHOLD_FILE=$(configfs_path)/cluster/${CLUSTER}/heartbeat/dead_threshold
++
O2CB_HEARTBEAT_THRESHOLD_FILE=$(configfs_path)/cluster/${CLUSTER}/heartbeat/threshold
+ if [ -f "$O2CB_HEARTBEAT_THRESHOLD_FILE" ]; then
+ VAL=`cat "$O2CB_HEARTBEAT_THRESHOLD_FILE"`
+ echo "  Heartbeat dead threshold: ${VAL}"
diff -Nru ocfs2-tools-1.8.4/debian/patches/series 
ocfs2-tools-1.8.4/debian/patches/series
--- ocfs2-tools-1.8.4/debian/patches/series 2016-10-21 18:39:01.0 
+0200
+++ ocfs2-tools-1.8.4/debian/patches/series 2017-03-24 20:32:52.0 
+0100
@@ -5,3 +5,4 @@
 o2cb-ctl-virtio.patch
 debugfs-segfault.patch
 mkfs-segfault.patch
+dead_threshold.patch

unblock ocfs2-tools/1.8.4-4

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

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



Re: 8.8 planning

2017-03-27 Thread Ansgar Burchardt
On Tue, 2017-03-14 at 12:00 +0100, Julien Cristau wrote:
> It's time to start thinking about our next stable point
> release.  Here
> are some dates, please let us know which ones would work.
> 
> * April 8-9

Not ideal, but should work.

> * April 15-16

Only on 16th.

> * April 22-23
> * April 29-30
> * May 6-7

These should all be okay.

Ansgar



Bug#858841: unblock: spyder/3.1.3+dfsg1-3 (pre-approval)

2017-03-27 Thread Ghislain Antony Vaillant
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package spyder

Since the migration of spyder version 3.1.2 in Stretch, upstream has
released a newer bugfix release (3.1.3) which they consider should be
the one supported long term [1]. The list of changes are comprehensively
recorded in the change log [2] and include a large list of fixes for
various crashes and segfaults.

Another issue is the broken code completion feature due to the update of
jedi from 0.9.x to 0.10.x in the archive. Code completion was working in
Jessie and is no longer working in Stretch, so I consider this important
for our users. I was able to cherry-pick the upstream fix on top of
3.1.3 [3], but the latter does not apply cleanly on top of 3.1.2.

To sum-up, I am requesting your approval for updating spyder to version
3.1.3 by migrating the package currently sitting in experimental to
unstable and then Stretch.

[1] https://github.com/spyder-ide/spyder/pull/4121#issuecomment-288244364
[2] 
https://github.com/spyder-ide/spyder/blob/master/CHANGELOG.md#version-313-2017-02-20
[3] 
https://anonscm.debian.org/cgit/debian-science/packages/spyder.git/commit/?h=experimental=8ef2a2db2040bfd6eabed96a02f90cad0a34ef71

Best regards,
Ghis

unblock spyder/3.1.3+dfsg1-3

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

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



Bug#858838: unblock: python-qtawesome/0.4.4+ds1-1 (pre-approval)

2017-03-27 Thread Ghislain Antony Vaillant
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package python-qtawesome

An important bug was found on the QtAwesome Python library but was
wrongly assigned to spyder at the time of the freeze (#844601). Upstream
then released version 0.4.4, which only contains the fix for the said
bug.

I have prepared an update including the new upstream release fixing this
bug, also merged a downstream fix from Ubuntu and improved the DEP-8
tests to cover all supported Python versions. The corresponding debdiff
is attached with this email. I would like to request your approval for
pushing this update to unstable and letting it migrate to Stretch.

Best regards,
Ghis

unblock python-qtawesome/0.4.4+ds1-1

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

Kernel: Linux 4.9.0-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru python-qtawesome-0.4.3/CHANGELOG.md 
python-qtawesome-0.4.4+ds1/CHANGELOG.md
--- python-qtawesome-0.4.3/CHANGELOG.md 2017-01-22 13:13:15.0 +
+++ python-qtawesome-0.4.4+ds1/CHANGELOG.md 2017-01-28 22:03:42.0 
+
@@ -1,5 +1,19 @@
 # History of changes
 
+## Version 0.4.4 (2017-01-28)
+
+### Bugs fixed
+
+**Pull requests**
+
+* [PR 70](https://github.com/spyder-ide/qtawesome/pull/70) - PR: Prevent 
segfaults when importing QtAwesome out of a of QApplication
+
+In this release 1 pull request was merged
+
+
+
+
+
 ## Version 0.4.3 (2017-01-22)
 
 ### Bugs fixed
diff -Nru python-qtawesome-0.4.3/debian/changelog 
python-qtawesome-0.4.4+ds1/debian/changelog
--- python-qtawesome-0.4.3/debian/changelog 2017-01-24 00:47:22.0 
+
+++ python-qtawesome-0.4.4+ds1/debian/changelog 2017-03-27 14:50:02.0 
+0100
@@ -1,3 +1,14 @@
+python-qtawesome (0.4.4+ds1-1) unstable; urgency=medium
+
+  * Filter spurious bytecode files from tarball
+  * New upstream release (Closes: #844601)
+  * Call xvfb-run with -a -s "-screen 0 1024x768x24 +extension GLX" to fix
+segfaults on Ubuntu.
+Thanks to Dmitry Shachnev
+  * Run autopkgtests for all supported Python versions
+
+ -- Ghislain Antony Vaillant   Mon, 27 Mar 2017 14:50:02 
+0100
+
 python-qtawesome (0.4.3-1) unstable; urgency=medium
 
   * Switch to git-dpm
diff -Nru python-qtawesome-0.4.3/debian/copyright 
python-qtawesome-0.4.4+ds1/debian/copyright
--- python-qtawesome-0.4.3/debian/copyright 2017-01-24 00:47:22.0 
+
+++ python-qtawesome-0.4.4+ds1/debian/copyright 2017-03-27 14:50:02.0 
+0100
@@ -1,6 +1,8 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: qtawesome
 Source: https://github.com/spyder-ide/qtawesome
+Comment: Spurious bytecode files are excluded.
+Files-Excluded: qtawesome/tests/__pycache__/*
 
 Files: *
 Copyright: 2015 The Spyder Development Team
diff -Nru python-qtawesome-0.4.3/debian/.git-dpm 
python-qtawesome-0.4.4+ds1/debian/.git-dpm
--- python-qtawesome-0.4.3/debian/.git-dpm  2017-01-24 00:47:22.0 
+
+++ python-qtawesome-0.4.4+ds1/debian/.git-dpm  2017-03-27 14:50:02.0 
+0100
@@ -1,11 +1,11 @@
 # see git-dpm(1) from git-dpm package
-a699b9288646c00802eaaa95c0d1e353decd6364
-a699b9288646c00802eaaa95c0d1e353decd6364
-503eba56b88b7cb3cd3930dbb13ccc91ce5057ff
-503eba56b88b7cb3cd3930dbb13ccc91ce5057ff
-python-qtawesome_0.4.3.orig.tar.gz
-c03d11d444a1c8ce704c40720e36125d01a3cf6b
-158547
+bd70c9f1881f0a3bede47757db183a7a2ddc7cff
+bd70c9f1881f0a3bede47757db183a7a2ddc7cff
+1852c97f07a08c89330741387f9ea36dee74a8bf
+1852c97f07a08c89330741387f9ea36dee74a8bf
+python-qtawesome_0.4.4+ds1.orig.tar.gz
+528605f1d2ba0e760508b73153d9bd45da88283e
+158896
 debianTag="debian/%e%v"
 patchedTag="patched/%e%v"
 upstreamTag="upstream/%e%u"
diff -Nru 
python-qtawesome-0.4.3/debian/patches/0001-Make-intersphinx-link-with-system-documentation.patch
 
python-qtawesome-0.4.4+ds1/debian/patches/0001-Make-intersphinx-link-with-system-documentation.patch
--- 
python-qtawesome-0.4.3/debian/patches/0001-Make-intersphinx-link-with-system-documentation.patch
2017-01-24 00:47:22.0 +
+++ 
python-qtawesome-0.4.4+ds1/debian/patches/0001-Make-intersphinx-link-with-system-documentation.patch
2017-03-27 14:50:02.0 +0100
@@ -1,4 +1,4 @@
-From 797dd345de78a16bd7cf50b38cbabc4f494554d4 Mon Sep 17 00:00:00 2001
+From f63f0017409f13b480f535e07be54671f2a15048 Mon Sep 17 00:00:00 2001
 From: Ghislain Antony Vaillant 
 Date: Mon, 11 Jul 2016 15:12:19 +0100
 Subject: Make intersphinx link with system documentation
diff -Nru python-qtawesome-0.4.3/debian/patches/0002-Use-system-fonts.patch 
python-qtawesome-0.4.4+ds1/debian/patches/0002-Use-system-fonts.patch
--- 

Bug#858836: unblock: h5py/2.7.0~rc3-2 or h5py/2.7.0-1 (pre-approval)

2017-03-27 Thread Ghislain Antony Vaillant
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package h5py

Whilst improving the DEP-8 tests of h5py to cover all supported Python
versions, I discovered that the -dbg packages were missing an install
dependency on Numpy (#858727). Without this fix, using python-h5py-dbg
or python3-h5py-dbg would result in an ImportError.

I have prepared an update providing the more comprehensive DEP-8 tests
and solving the issue with the missing numpy-dbg install dependencies.
The corresponding debdiff is attached with this email. I would like to
request your approval for pushing this update to unstable and letting it
migrate to Stretch.

On a closing note, upstream recently released h5py version 2.7.0. This
version does not differ much from 2.7.0~rc3, and providing it would
allow us to drop the last two patches from the patch queue that had to
be cherry-picked in order to get rc3 to work. Therefore, perhaps
shipping 2.7.0 instead of rc3 would be better from a maintenance
perspective.

Best regards,
Ghis

unblock h5py/2.7.0~rc3-2

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

Kernel: Linux 4.9.0-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru h5py-2.7.0~rc3/debian/changelog h5py-2.7.0~rc3/debian/changelog
--- h5py-2.7.0~rc3/debian/changelog 2017-01-25 14:13:35.0 +
+++ h5py-2.7.0~rc3/debian/changelog 2017-03-25 15:55:00.0 +
@@ -1,3 +1,10 @@
+h5py (2.7.0~rc3-2) unstable; urgency=medium
+
+  * Run DEP-8 tests for all supported Python versions
+  * Add missing i-deps on python{,3}-numpy-dbg (Closes: #858727)
+
+ -- Ghislain Antony Vaillant   Sat, 25 Mar 2017 15:55:00 
+
+
 h5py (2.7.0~rc3-1) unstable; urgency=medium
 
   * New upstream release (Closes: #851162)
diff -Nru h5py-2.7.0~rc3/debian/control h5py-2.7.0~rc3/debian/control
--- h5py-2.7.0~rc3/debian/control   2017-01-25 14:13:35.0 +
+++ h5py-2.7.0~rc3/debian/control   2017-03-25 15:55:00.0 +
@@ -69,7 +69,8 @@
 Depends: ${misc:Depends},
  ${python:Depends},
  ${shlibs:Depends},
- python-h5py (= ${binary:Version})
+ python-h5py (= ${binary:Version}),
+ python-numpy-dbg
 Description: debug extension for h5py (Python 2)
  HDF5 for Python (h5py) is a general-purpose Python interface to the
  Hierarchical Data Format library, version 5. HDF5 is a versatile, mature
@@ -125,7 +126,8 @@
 Depends: ${misc:Depends},
  ${python3:Depends},
  ${shlibs:Depends},
- python3-h5py (= ${binary:Version})
+ python3-h5py (= ${binary:Version}),
+ python3-numpy-dbg
 Description: debug extension for h5py (Python 3)
  HDF5 for Python (h5py) is a general-purpose Python interface to the
  Hierarchical Data Format library, version 5. HDF5 is a versatile, mature
diff -Nru h5py-2.7.0~rc3/debian/tests/control 
h5py-2.7.0~rc3/debian/tests/control
--- h5py-2.7.0~rc3/debian/tests/control 2017-01-25 14:13:35.0 +
+++ h5py-2.7.0~rc3/debian/tests/control 2017-03-25 15:55:00.0 +
@@ -1,9 +1,27 @@
-Test-Command: cd $AUTOPKGTEST_TMP
- ; python -c "import h5py; h5py.run_tests()"
-Depends: python-h5py
+Test-Command: set -e
+ ; for py in $(pyversions -r 2>/dev/null)
+ ; do cd "$AUTOPKGTEST_TMP"
+ ; echo "Testing with $py:"
+ ; $py -c "import h5py; h5py.run_tests()"
+ ; echo "Testing with $py-dbg:"
+ ; $py-dbg -c "import h5py; h5py.run_tests()"
+ ; done
+Depends: python-all,
+ python-all-dbg,
+ python-h5py,
+ python-h5py-dbg
 Restrictions: allow-stderr
 
-Test-Command: cd $AUTOPKGTEST_TMP
- ; python3 -c "import h5py; h5py.run_tests()"
-Depends: python3-h5py
+Test-Command: set -e
+ ; for py in $(py3versions -r 2>/dev/null)
+ ; do cd "$AUTOPKGTEST_TMP"
+ ; echo "Testing with $py:"
+ ; $py -c "import h5py; h5py.run_tests()"
+ ; echo "Testing with $py-dbg:"
+ ; $py-dbg -c "import h5py; h5py.run_tests()"
+ ; done
+Depends: python3-all,
+ python3-all-dbg,
+ python3-h5py,
+ python3-h5py-dbg
 Restrictions: allow-stderr


Bug#858831: unblock: qpxtool/0.7.2-4.1

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

Hi!

qpxtool_0.7.2-4.1 contains a small patch which fixes the
signedness of char attributes inside the wr_mode struct.

This fixes the FTBFS of qpxtool on architectures where
char is unsigned by default.

unblock qpxtool/0.7.2-4.1

-- 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.10.0-trunk-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 qpxtool-0.7.2/debian/changelog qpxtool-0.7.2/debian/changelog
--- qpxtool-0.7.2/debian/changelog  2014-04-12 22:19:40.0 +0200
+++ qpxtool-0.7.2/debian/changelog  2017-02-27 14:04:55.0 +0100
@@ -1,3 +1,11 @@
+qpxtool (0.7.2-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add patch 07-fix-wr-mode-declarations.patch:
+- Fix declaration of char attributes in wr_mode. (Closes: #856231)
+
+ -- John Paul Adrian Glaubitz   Mon, 27 Feb 2017 
14:04:55 +0100
+
 qpxtool (0.7.2-4) unstable; urgency=medium
 
   * Update debian/rules: delete option --parallel from dh command because it
diff -Nru qpxtool-0.7.2/debian/patches/07-fix-wr-mode-declarations.patch 
qpxtool-0.7.2/debian/patches/07-fix-wr-mode-declarations.patch
--- qpxtool-0.7.2/debian/patches/07-fix-wr-mode-declarations.patch  
1970-01-01 01:00:00.0 +0100
+++ qpxtool-0.7.2/debian/patches/07-fix-wr-mode-declarations.patch  
2017-02-27 14:04:53.0 +0100
@@ -0,0 +1,17 @@
+Description: Fix declarations of unsigned char in wr_mode
+Author: John Paul Adrian Glaubitz 
+Last-Update: 2017-02-27
+
+--- qpxtool-0.7.2.orig/lib/qpxtransport/include/qpx_mmc_defs.h
 qpxtool-0.7.2/lib/qpxtransport/include/qpx_mmc_defs.h
+@@ -581,8 +581,8 @@ static const   dev_desc _devtbl[]= {
+ #define WTYPE_LJ  4
+ 
+ typedef struct {
+-  char wtype;
+-  char dtype;
++  signed char wtype;
++  signed char dtype;
+   uint32_tid;
+   charname[32];
+ } wr_mode;
diff -Nru qpxtool-0.7.2/debian/patches/series 
qpxtool-0.7.2/debian/patches/series
--- qpxtool-0.7.2/debian/patches/series 2014-04-12 22:19:40.0 +0200
+++ qpxtool-0.7.2/debian/patches/series 2017-02-27 14:04:55.0 +0100
@@ -4,3 +4,4 @@
 04-fix-build-with-libpng15.patch
 05-add-hardening-flags-in-compiler-options.patch
 06-make-port-for-hurd-i386.patch
+07-fix-wr-mode-declarations.patch


Re: [SECURITY] [DSA 3817-1] jbig2dec security update

2017-03-27 Thread Chris Boot
On 24/03/17 22:32, Moritz Muehlenhoff wrote:
> -
> Debian Security Advisory DSA-3817-1   secur...@debian.org
> https://www.debian.org/security/   Moritz Muehlenhoff
> March 24, 2017https://www.debian.org/security/faq
> -
> 
> Package: jbig2dec
> CVE ID : CVE-2016-9601
> 
> Multiple security issues have been found in the JBIG2 decoder library,
> which may lead to lead to denial of service or the execution of arbitrary
> code if a malformed image file (usually embedded in a PDF document) is
> opened.
> 
> For the stable distribution (jessie), this problem has been fixed in
> version 0.13-4~deb8u1.

Hi Security, Release folks,

This security update is in the form of a new upstream release, going
from 0.11+20120125-1 in stable to 0.13-4~deb8u1. I was rather alarmed to
find the following entry in the NEWS.Debian file that appears to pertain
to this update:

> jbig2dec (0.12-1) unstable; urgency=medium
> 
>   * Licensing has changed to GNU Affero General Public License (AGPL).
> Please ensure that all use complies with this new license.
> 
>  -- Jonas Smedegaard   Fri, 31 Jul 2015 11:45:03 +0200

Was this expected? Has any thought been paid to people who use
libjbig2dec in jessie currently that may fall foul of this license change?

Thanks,
Chris

-- 
Chris Boot
bo...@debian.org
GPG: 8467 53CB 1921 3142 C56D  C918 F5C8 3C05 D9CE 



Bug#858827: unblock: debian-edu-doc/1.918~20170326

2017-03-27 Thread Holger Levsen
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package debian-edu-doc, it's a documentation only package and
the update only includes documentation and translation updates… 

However, this update removes the wheezy version of the Debian-Edu manual which
changes the size of the debian-edu-doc source and binary packages and as such it
would be good to have these changes in stretch now, so we can be sure they 
effect
installation media in sane ways…

(And yes, in future it's probably better to drop the manual for release-2
earlier (and maintain it in stable), this is just the first time we're in such
a situation that our release-2 is still meaningful while release is imminent.)

The next upload of debian-edu-doc to sid is scheduled for last sunday of each
month, so this will be on the 30th of April.

unblock: debian-edu-doc/1.918~20170326

debian-edu-doc (1.918~20170326) unstable; urgency=medium

  [ Stretch Manual translation updates ]
  * Dutch: Frans Spiesschaert.
  * Polish: Stanisław Krukowski.
  * German: Wolfgang Schweer.
  * Simplified Chinese: Roy Zhang, Ma Yong.
  * Japanese: Victory.
  * Italian: Claudio Carboncini.
  * Norwegian Bokmål: Ingrid Yrvin, Ole-Erik Yrvin.

  [ Jessie Manual translation updates ]
  * Polish: Stanisław Krukowski.
  * Norwegian Bokmål: Petter Reinholdtsen.

  [ ITIL Manual translation updates ]
  * Norwegian Bokmål: Ingrid Yrvin, Ole-Erik Yrvin.

  [ Holger Levsen ]
  * Update Debian Edu Stretch manual from the wiki.
  * Update debian/copyright from the wiki.
  * Drop Debian Edu Wheezy manual. Starting today, this is only(+still)
maintained in the jessie branch which gets uploaded to Debian jessie for
point releases. Many thanks to everyone contributing to it!
  * Update debian/README.
  * Update documentation/audacity/README.audacity-manual-translations.
  * Update documentation/rosegarden/README.rosegarden-manual-translations.

 -- Holger Levsen   Sun, 26 Mar 2017 18:44:42 +0200

$ debdiff debian-edu-doc_1.917~20170226.dsc 
debian-edu-doc_1.918~20170326.dsc|diffstat
 Makefile | 
   3 
 debian/README| 
  15 
 debian/changelog | 
  30 
 debian/control   | 
  42 
 debian/copyright | 
  88 
 debian/rules | 
   1 
 debian/source.lintian-overrides  | 
   5 
 documentation/audacity/README.audacity-manual-translations   | 
   9 
 documentation/audacity/audacity-manual.nb.po | 
   4 
 documentation/audacity/audacity-manual.pl.po | 
   6 
 documentation/debian-edu-itil/debian-edu-itil-manual.nb.po   | 
 896 
 documentation/debian-edu-jessie/debian-edu-jessie-manual.nb.po   | 
  24 
 documentation/debian-edu-jessie/debian-edu-jessie-manual.pl.po   | 
  53 
 documentation/debian-edu-stretch/debian-edu-stretch-manual.da.po | 
  98 
 documentation/debian-edu-stretch/debian-edu-stretch-manual.de.po | 
 145 
 documentation/debian-edu-stretch/debian-edu-stretch-manual.es.po | 
  83 
 documentation/debian-edu-stretch/debian-edu-stretch-manual.fr.po | 
  96 
 documentation/debian-edu-stretch/debian-edu-stretch-manual.it.po | 
2780 -
 documentation/debian-edu-stretch/debian-edu-stretch-manual.ja.po | 
 797 
 documentation/debian-edu-stretch/debian-edu-stretch-manual.nb.po | 
 478 
 documentation/debian-edu-stretch/debian-edu-stretch-manual.nl.po | 
2014 -
 documentation/debian-edu-stretch/debian-edu-stretch-manual.pl.po | 
 301 
 documentation/debian-edu-stretch/debian-edu-stretch-manual.pot   | 
  72 
 documentation/debian-edu-stretch/debian-edu-stretch-manual.xml   | 
  31 
 documentation/debian-edu-stretch/debian-edu-stretch-manual.zh.po | 
 230 
 documentation/debian-edu-wheezy/Makefile | 
  12 
 documentation/debian-edu-wheezy/README.debian-edu-wheezy-manual-translations | 
 103 
 documentation/debian-edu-wheezy/debian-edu-wheezy-manual.da.po   
|11847 --
 documentation/debian-edu-wheezy/debian-edu-wheezy-manual.de.po   
|11985 --
 documentation/debian-edu-wheezy/debian-edu-wheezy-manual.es.po   
|15144 
 documentation/debian-edu-wheezy/debian-edu-wheezy-manual.fr.po   
|12857 ---
 documentation/debian-edu-wheezy/debian-edu-wheezy-manual.it.po   
|17605 --
 

Bug#858820: unblock: djangorestframework/3.4.0-2

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

Please unblock package djangorestframework

The grid.png file was being installed in the wrong place, and only with
the python3 package. This was bug #858811. Now fixed.

diff -Nru djangorestframework-3.4.0/debian/changelog 
djangorestframework-3.4.0/debian/changelog
--- djangorestframework-3.4.0/debian/changelog  2016-07-15 19:44:23.0 
+1000
+++ djangorestframework-3.4.0/debian/changelog  2017-03-27 18:15:43.0 
+1100
@@ -1,3 +1,9 @@
+djangorestframework (3.4.0-2) unstable; urgency=medium
+
+  * Don't move grid.png to wrong spot in python3 package. Closes: #858811.
+
+ -- Brian May   Mon, 27 Mar 2017 18:15:43 +1100
+
 djangorestframework (3.4.0-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru djangorestframework-3.4.0/debian/rules 
djangorestframework-3.4.0/debian/rules
--- djangorestframework-3.4.0/debian/rules  2016-07-15 20:10:08.0 
+1000
+++ djangorestframework-3.4.0/debian/rules  2017-03-27 18:01:14.0 
+1100
@@ -15,13 +15,6 @@
mkdir $(CURDIR)/docs.debian
LC_ALL=C.UTF-8 PYTHONPATH=/usr/share/mkdocs/themes mkdocs build && mv 
site docs.debian/html
 
-override_dh_python3:
-   dh_python3
-   set -e 
-   install -d 
$(CURDIR)/debian/python3-djangorestframework/usr/share/doc/python3-djangorestframework/img/
-   mv -f 
$(CURDIR)/debian/python3-djangorestframework/usr/lib/python3/dist-packages/rest_framework/static/rest_framework/img/grid.png
 \
-   
$(CURDIR)/debian/python3-djangorestframework/usr/share/doc/python3-djangorestframework/img/
-
 override_dh_auto_test:
PYBUILD_SYSTEM=custom \
PYBUILD_TEST_ARGS="{interpreter} $(CURDIR)/runtests.py --nolint" \

unblock djangorestframework/3.4.0-2

-- 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#858817: unblock: user-manager/4:5.8.5-2

2017-03-27 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 release that I consider fit to be updated in stretch. 
This particular request is for user-manager 5.8.5.

The fixes included in the user-manager 5.8.5 release are: 
 translation updates
 2 bug fixes:
  + Hide "automatic login" button in UserAccounts since is does absolutely
nothing (4761ae3) KDE#363058
This is fixed in 5.9
  + Revert "Do not ask for root permissions when it's unnecessary" (f2c69db)
KDE#373276
This broke adding new users when not setting realname or adminflag (i.e.
at present there is no way to create a !admin user at all).

On the Debian side there are no changes worth mentioning.

I'm attaching the full debdiff, the gitlogs of the upstream changes.

Currently the version 4:5.8.5-1 is in experimental, and I'll upload the
4:5.8.5-2 version to unstable if this gets approved.

Please unblock package user-manager

Happy hacking,

unblock user-manager/4:5.8.5-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)



Bug#858814: unblock: vdirsyncer/0.14.1-1

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

Please unblock package vdirsyncer

Hello,

Version 0.14.1 is bugfixing version which fixes mainly documentation and
2 bugs in code. For list of changes please refer to comparison of 0.14.0
and 0.14.1 git tags:

https://github.com/pimutils/vdirsyncer/compare/0.14.0...0.14.1

Debdiff is attached.

Thank you

unblock vdirsyncer/0.14.1-1

-- 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.9.0-2-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)
diff -Nru vdirsyncer-0.14.0/CHANGELOG.rst vdirsyncer-0.14.1/CHANGELOG.rst
--- vdirsyncer-0.14.0/CHANGELOG.rst 2016-10-26 16:35:37.0 +0200
+++ vdirsyncer-0.14.1/CHANGELOG.rst 2017-01-05 17:48:30.0 +0100
@@ -9,6 +9,15 @@
 may want to subscribe to `GitHub's tag feed
 `_.
 
+Version 0.14.1
+==
+
+*released on 05 January 2017*
+
+- ``vdirsyncer repair`` no longer changes "unsafe" UIDs by default, an extra
+  option has to be specified. See :gh:`527`.
+- A lot of important documentation updates.
+
 Version 0.14.0
 ==
 
diff -Nru vdirsyncer-0.14.0/debian/changelog vdirsyncer-0.14.1/debian/changelog
--- vdirsyncer-0.14.0/debian/changelog  2017-01-05 10:31:08.0 +0100
+++ vdirsyncer-0.14.1/debian/changelog  2017-03-27 09:41:21.0 +0200
@@ -1,3 +1,11 @@
+vdirsyncer (0.14.1-1) unstable; urgency=medium
+
+  * New upstream release
+  * d/patches: drop 0005-Direct-users-to-Debian-BTS.patch as upstream docs
+already covers Debian packages
+
+ -- Filip Pytloun   Mon, 27 Mar 2017 09:41:21 +0200
+
 vdirsyncer (0.14.0-3) unstable; urgency=medium
 
   * d/patches: Direct users to Debian BTS to avoid bothering upstream with
diff -Nru vdirsyncer-0.14.0/debian/files vdirsyncer-0.14.1/debian/files
--- vdirsyncer-0.14.0/debian/files  1970-01-01 01:00:00.0 +0100
+++ vdirsyncer-0.14.1/debian/files  2017-03-27 09:41:21.0 +0200
@@ -0,0 +1 @@
+vdirsyncer_0.14.1-1_source.buildinfo utils optional
diff -Nru vdirsyncer-0.14.0/debian/patches/0001-Don-t-use-subtest.patch 
vdirsyncer-0.14.1/debian/patches/0001-Don-t-use-subtest.patch
--- vdirsyncer-0.14.0/debian/patches/0001-Don-t-use-subtest.patch   
2016-10-31 14:52:10.0 +0100
+++ vdirsyncer-0.14.1/debian/patches/0001-Don-t-use-subtest.patch   
2017-03-27 09:40:40.0 +0200
@@ -1,4 +1,4 @@
-From 0c7227f42c25525f3029da0086b94597b318361c Mon Sep 17 00:00:00 2001
+From e952d015f28441a703edbee4b26051145047ef0f Mon Sep 17 00:00:00 2001
 From: Filip Pytloun 
 Date: Mon, 31 Oct 2016 14:40:47 +0100
 Subject: [PATCH 1/4] Don't use subtest
@@ -94,5 +94,5 @@
  runner.write_with_general(dedent('''
  [pair foobar]
 -- 
-2.1.4
+2.11.0
 
diff -Nru 
vdirsyncer-0.14.0/debian/patches/0002-Include-license-from-copyright-file.patch 
vdirsyncer-0.14.1/debian/patches/0002-Include-license-from-copyright-file.patch
--- 
vdirsyncer-0.14.0/debian/patches/0002-Include-license-from-copyright-file.patch 
2016-10-31 14:52:10.0 +0100
+++ 
vdirsyncer-0.14.1/debian/patches/0002-Include-license-from-copyright-file.patch 
2017-03-27 09:40:40.0 +0200
@@ -1,4 +1,4 @@
-From 76db0343cbdd6b48dabcaecee255b28d30c838a6 Mon Sep 17 00:00:00 2001
+From 82598e72b021eab12ba2e7fb0918788bf96052f7 Mon Sep 17 00:00:00 2001
 From: Filip Pytloun 
 Date: Thu, 11 Aug 2016 14:35:29 +0200
 Subject: [PATCH 2/4] Include license from copyright file
@@ -18,5 +18,5 @@
 -.. include:: ../LICENSE
 +.. literalinclude:: /usr/share/doc/vdirsyncer-doc/copyright
 -- 
-2.1.4
+2.11.0
 
diff -Nru vdirsyncer-0.14.0/debian/patches/0003-Skip-SSL-tests.patch 
vdirsyncer-0.14.1/debian/patches/0003-Skip-SSL-tests.patch
--- vdirsyncer-0.14.0/debian/patches/0003-Skip-SSL-tests.patch  2016-10-31 
14:52:10.0 +0100
+++ vdirsyncer-0.14.1/debian/patches/0003-Skip-SSL-tests.patch  2017-03-27 
09:40:40.0 +0200
@@ -1,4 +1,4 @@
-From c758b0d86679aecfcd58750fe22c49696023cab2 Mon Sep 17 00:00:00 2001
+From a341ff03f0dcecead442e174b5d1a89775e68097 Mon Sep 17 00:00:00 2001
 From: Filip Pytloun 
 Date: Mon, 31 Oct 2016 14:42:00 +0100
 Subject: [PATCH 3/4] Skip SSL tests
@@ -28,5 +28,5 @@
  reason='https://github.com/shazow/urllib3/issues/529')
  @pytest.mark.parametrize('fingerprint', [
 -- 
-2.1.4
+2.11.0
 
diff -Nru 
vdirsyncer-0.14.0/debian/patches/0004-Suppress-HealthCheck.too_slow-to-fix-build-on-slow-p.patch
 
vdirsyncer-0.14.1/debian/patches/0004-Suppress-HealthCheck.too_slow-to-fix-build-on-slow-p.patch
--- 

Processed: Re: unblock: iptraf-ng/1:1.1.4-5

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

> retitle -1 unblock: iptraf-ng/1:1.1.4-6
Bug #858813 [release.debian.org] unblock: iptraf-ng/1:1.1.4-5
Changed Bug title to 'unblock: iptraf-ng/1:1.1.4-6' from 'unblock: 
iptraf-ng/1:1.1.4-5'.

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



Bug#858813: unblock: iptraf-ng/1:1.1.4-5

2017-03-27 Thread Aron Xu
Control: retitle -1 unblock: iptraf-ng/1:1.1.4-6

Apparently dak wants to have the version number bumped as well, not
only adding an epoch number.



Bug#858813: unblock: iptraf-ng/1:1.1.4-5

2017-03-27 Thread Aron Xu
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock iptraf-ng/1:1.1.4-5, this update introduces a dummy
transition package for iptraf, which is removed by ROM request in Bug
#842355[1]. Also an epoch is added because iptraf is 3.0.0 but
iptraf-ng is only at version 1.1.4


[1]http://bugs.debian.org/842355

Cheers,
Aron



Bug#858812: unblock: ksysguard/4:5.8.6-1

2017-03-27 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 release that I consider fit to be updated in stretch. 
This particular request is for ksysguard 5.8.6.

The fixes included in the ksysguard 5.8.6 release are: 
 translation updates
 2 bug fixes:
   + Fix array allocation for non-continuous cpu numbers (e4c58c2) KDE#376537
   + Use unicode codepoint instead of UTF-8 literal (01a231b)

On the Debian side there are no changes worth mentioning.

The full debdiff is rather large (3.6M), mostly due to the automatic updates 
in the po files, I'm publishing the full debdiff in: 
 https://freak.gnuservers.com.ar/~maxy/debian/ksysguard_5.8.6_unblock/
and I'm attaching a debdiff without the po changes (debdiff --exclude 'po') 
instead. Also, I'm attaching the full upstream gitlog between the 5.8.4 
version currently in stretch and the requested 5.8.6 version.

I haven't uploaded 4:5.8.6-1 to unstable, as I would like to receive a pre 
approval before hand.

Please unblock package ksysguard

Happy hacking,

unblock ksysguard/4:5.8.6-1

-- 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 --exclude po ksysguard-5.8.4/CMakeLists.txt 
ksysguard-5.8.6/CMakeLists.txt
--- ksysguard-5.8.4/CMakeLists.txt  2016-11-22 11:16:01.0 +0100
+++ ksysguard-5.8.6/CMakeLists.txt  2017-02-21 13:04:13.0 +0100
@@ -1,5 +1,5 @@
 project(ksysguard)
-set(PROJECT_VERSION "5.8.4")
+set(PROJECT_VERSION "5.8.6")
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 set(QT_MIN_VERSION "5.4.0")
 
diff -Nru --exclude po ksysguard-5.8.4/debian/changelog 
ksysguard-5.8.6/debian/changelog
--- ksysguard-5.8.4/debian/changelog2016-11-23 18:36:34.0 +0100
+++ ksysguard-5.8.6/debian/changelog2017-03-27 09:01:42.0 +0200
@@ -1,3 +1,15 @@
+ksysguard (4:5.8.6-1) unstable; urgency=medium
+
+  * New upstream release (5.8.6)
+
+ -- Maximiliano Curia   Mon, 27 Mar 2017 09:01:42 +0200
+
+ksysguard (4:5.8.5-1) experimental; urgency=medium
+
+  * New upstream release (5.8.5).
+
+ -- Maximiliano Curia   Fri, 30 Dec 2016 18:46:17 +0100
+
 ksysguard (4:5.8.4-1) unstable; urgency=medium
 
   * New upstream release (5.8.4)
diff -Nru --exclude po ksysguard-5.8.4/doc/CMakeLists.txt 
ksysguard-5.8.6/doc/CMakeLists.txt
--- ksysguard-5.8.4/doc/CMakeLists.txt  2016-11-22 11:16:01.0 +0100
+++ ksysguard-5.8.6/doc/CMakeLists.txt  2017-02-21 13:04:13.0 +0100
@@ -1,9 +1,9 @@
-add_subdirectory(en)
-add_subdirectory(de)
-add_subdirectory(it)
-add_subdirectory(sv)
-add_subdirectory(nl)
-add_subdirectory(pt_BR)
 add_subdirectory(uk)
+add_subdirectory(pt_BR)
 add_subdirectory(ca)
+add_subdirectory(sv)
+add_subdirectory(de)
 add_subdirectory(et)
+add_subdirectory(nl)
+add_subdirectory(it)
+add_subdirectory(en)
diff -Nru --exclude po ksysguard-5.8.4/gui/ksysguard.cpp 
ksysguard-5.8.6/gui/ksysguard.cpp
--- ksysguard-5.8.4/gui/ksysguard.cpp   2016-11-22 11:15:40.0 +0100
+++ ksysguard-5.8.6/gui/ksysguard.cpp   2017-02-21 13:03:51.0 +0100
@@ -363,7 +363,7 @@
 }
 
 void TopLevel::updateProcessCount()  {
-const QString s = i18np( "1 process" "\xc2\x9c" "1", "%1 processes" 
"\xc2\x9c" "%1", 
mLocalProcessController->processList()->visibleProcessesCount() );
+const QString s = i18np( "1 process" "\u009C" "1", "%1 processes" "\u009C" 
"%1", mLocalProcessController->processList()->visibleProcessesCount() );
 sbProcessCount->setText( s );
 }
 void TopLevel::changeEvent( QEvent * event )
diff -Nru --exclude po ksysguard-5.8.4/gui/ksysguard.knsrc 
ksysguard-5.8.6/gui/ksysguard.knsrc
--- ksysguard-5.8.4/gui/ksysguard.knsrc 2016-11-22 11:15:40.0 +0100
+++ ksysguard-5.8.6/gui/ksysguard.knsrc 2017-02-21 13:03:51.0 +0100
@@ -15,7 +15,7 @@
 # How to name the files?
 # doesn't use payload file name
 
-CustomName=true 
+CustomName=true
 
 # What to do after installation? Any number of the lines below
 # unpack the downloaded archive
diff -Nru --exclude po ksysguard-5.8.4/gui/org.kde.ksysguard.desktop 
ksysguard-5.8.6/gui/org.kde.ksysguard.desktop
--- ksysguard-5.8.4/gui/org.kde.ksysguard.desktop   2016-11-22 
11:15:40.0 +0100
+++ ksysguard-5.8.6/gui/org.kde.ksysguard.desktop   2017-02-21 
13:03:51.0 +0100
@@ -179,6 +179,7 @@
 Comment[et]=Töötavate protsesside ja süsteemi jõudluse jälgimine
 Comment[fa]=پایشگر فرآیندهای در حال اجرا و کارایی سیستم
 Comment[fi]=Tarkkaile käynnissä olevia prosesseja ja järjestelmän suorituskykyä

Bug#858180: unblock: diaspora-installer/0.6.3.0+debian2

2017-03-27 Thread Pirate Praveen
On Saturday 25 March 2017 10:46 PM, Ivo De Decker wrote:
> Hi,
> 
> On Fri, Mar 24, 2017 at 10:52:44AM +0530, Pirate Praveen wrote:
>> I don't understand why diaspora-installer was removed from testing. #858521 
>> was
>> only affecting unstable.
> 
> There are serious doubts whether this package is suitable for a stable
> release. The version that was in testing clearly wasn't (#856720 was the
> trigger for the original request in this unblock bug). Previous attempts to
> fix the issues weren't successful, and a review of the latest changes,
> combined with the filing of #858521 (which was found by piuparts testing),
> raises serious concerns about the quality of the package. For it to be allowed
> back into testing, a thorough review of the entire packaging would be needed,
> and I don't know it that's realistic for stretch.

I believe this is arbitrary, unfair and de-motivating. I can understand
packages getting removed when it has long standing rc bugs and there was
no activity from the maintainer. Here I have always responded quickly to
any rc bugs and currently it has no pending rc bugs.

#856720 caused marking for auto-removal, but it was already fixed (its
auto removal date was not reached). #858521 was also fixed quickly. I
agree it was a big mistake, it happened because I was focusing on
diaspora-installer binary package for testing and purging of
diaspora-common binary was slipped. It was indeed a regression, but
having a single critical regression which was fixed soon does not
qualify (is not enough) for a removal.

I hope you'll reconsider your decision.

> Cheers,
> 
> Ivo
> 
> 




signature.asc
Description: OpenPGP digital signature