Bug#854338: unblock: petsc/3.7.5+dfsg1-4

2017-02-05 Thread Drew Parsons
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package petsc

A late bug report came in (#852514) noting that libpetsc3.7-dev was
leaving stray alternatives behind. Release 3.7.5+dfsg1-4 fixes the
problem. The bug was marked important, but I would actually treat it
as serious for violating policy.  This release should go into stretch,
or upgrades from stretch later on will be messier than they should be.

This release also tidies up recommended packages.

petsc 3.7.5+dfsg1-4 is built on all tier 1 architectures.

Bugs fixed:   #852514  important ("serious")

debdiff attached

unblock petsc/3.7.5+dfsg1-4

-- System Information:
Debian Release: 9.0
  APT prefers unstable
  APT policy: (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_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)
diff -Nru petsc-3.7.5+dfsg1/debian/changelog petsc-3.7.5+dfsg1/debian/changelog
--- petsc-3.7.5+dfsg1/debian/changelog  2017-01-22 12:13:55.0 +0800
+++ petsc-3.7.5+dfsg1/debian/changelog  2017-02-06 05:03:51.0 +0800
@@ -1,3 +1,15 @@
+petsc (3.7.5+dfsg1-4) unstable; urgency=medium
+
+  * Don't duplicate -dev dependencies. -lhdf5 and -lsuperlu are
+invoked in PETSc.pc, so we Depend on their dev packages, we don't
+simply Recommend them.
+  * Move petsc3.7 and petsc3.7-real alternatives handling from
+libpetsc3.7-dev to libpetsc3.7.5-dev. Similarly petsc3.7-complex. 
+Otherwise alternatives for older patch versions are left unowned. 
+Closes: #852514.
+
+ -- Drew Parsons   Mon, 06 Feb 2017 05:03:51 +0800
+
 petsc (3.7.5+dfsg1-3) unstable; urgency=medium
 
   * Update libgfortran-5-dev dependency to gfortran to ensure 
diff -Nru petsc-3.7.5+dfsg1/debian/control petsc-3.7.5+dfsg1/debian/control
--- petsc-3.7.5+dfsg1/debian/control2017-01-22 12:13:55.0 +0800
+++ petsc-3.7.5+dfsg1/debian/control2017-02-06 05:03:51.0 +0800
@@ -45,12 +45,11 @@
 Depends: libpetsc3.7.5 (= ${binary:Version}), ${MPI:Depends}, 
libsuitesparse-dev, libspooles-dev,
  libhypre-dev (>= 2.0.0.dfsg-7), libptscotch-dev, libblacs-mpi-dev, 
libscalapack-mpi-dev,
  libmumps-dev, libfftw3-dev, libfftw3-mpi-dev, libssl-dev, gfortran,
- libhdf5-mpi-dev,
+ libhdf5-mpi-dev (>= 1.8.8), libsuperlu-dev (>= 5.2),
  ${misc:Depends}, ${python:Depends}
 Conflicts: libpetsc3.6.3-dev (<< 3.6.3.dfsg2-2), libpetsc-complex-3.6.3-dev 
(<< 3.6.3.dfsg2-2),
  libpetsc3.6.2-dev (<= 3.6.2.dfsg1-3), libpetsc-complex-3.6.2-dev (<= 
3.6.2.dfsg1-3)
-Recommends: libhdf5-mpi-dev (>= 1.8.8), libsuperlu-dev (>= 5.2),
- tcsh | csh | c-shell, ksh | mksh | pdksh | zsh
+Recommends: tcsh | csh | c-shell, ksh | mksh | pdksh | zsh
 Suggests: petsc-dev (= ${binary:Version}), libpetsc3.7.5-dbg (= 
${binary:Version}), petsc3.7.5-doc (= ${binary:Version}), libluminate-dev
 Description: Static libraries, shared links, header files for PETSc
  PETSc is the "Portable Extensible Toolkit for Scientific Computation", a suite
@@ -168,12 +167,11 @@
 Depends: libpetsc-complex-3.7.5 (= ${binary:Version}), ${MPI:Depends}, 
libsuitesparse-dev, libspooles-dev,
  libhypre-dev (>= 2.0.0.dfsg-7), libptscotch-dev, libblacs-mpi-dev, 
libscalapack-mpi-dev,
  libmumps-dev, libfftw3-dev, libfftw3-mpi-dev, libssl-dev, gfortran,
- libhdf5-mpi-dev,
+ libhdf5-mpi-dev (>= 1.8.8), libsuperlu-dev (>= 5.2),
  ${misc:Depends}, ${python:Depends}
 Conflicts: libpetsc-complex-3.6.3-dev (<< 3.6.3.dfsg2-2), libpetsc3.6.3-dev 
(<< 3.6.3.dfsg2-2),
  libpetsc3.6.2-dev (<= 3.6.2.dfsg1-3), libpetsc-complex-3.6.2-dev (<= 
3.6.2.dfsg1-3)
-Recommends: libhdf5-mpi-dev (>= 1.8.8), libsuperlu-dev (>= 5.2),
- tcsh | csh | c-shell, ksh | mksh | pdksh | zsh
+Recommends: tcsh | csh | c-shell, ksh | mksh | pdksh | zsh
 Suggests: petsc-dev (= ${binary:Version}), libpetsc-complex-3.7.5-dbg (= 
${binary:Version}), petsc3.7.5-doc (= ${binary:Version}), libluminate-dev
 Description: Static libraries, shared links, header files for PETSc
  PETSc is the "Portable Extensible Toolkit for Scientific Computation", a suite
diff -Nru petsc-3.7.5+dfsg1/debian/libpetsc3.7.5-dev.postinst 
petsc-3.7.5+dfsg1/debian/libpetsc3.7.5-dev.postinst
--- petsc-3.7.5+dfsg1/debian/libpetsc3.7.5-dev.postinst 2017-01-22 
12:13:55.0 +0800
+++ petsc-3.7.5+dfsg1/debian/libpetsc3.7.5-dev.postinst 2017-02-06 
05:03:51.0 +0800
@@ -2,6 +2,8 @@
 
 DEB_HOST_MULTIARCH=__DEB_HOST_MULTIARCH__
 
+SONAME=__PETSC_SONAME_VERSION__
+
 PETSC_VERSION=__PETSC_VERSION__
 PETSC_ARCH=${DEB_HOST_MULTIARCH}
 PETSC_REAL_ARCH=${PETSC_ARCH}-real
@@ -35,6 +37,13 @@
 # alternative base version of petsc real
 update-alternatives --install /usr/lib/${DEB_HOST_MULTIARCH}/libpetsc_real.so 
libpetsc_real.so 
/usr/lib/${DEB_HOST_MULTIARCH}/libpetsc_real.so.${PETSC_VERSION} 

Bug#854337: unblock: git-buildpackage/0.8.12.1

2017-02-05 Thread Guido Günther
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package git-buildpackage

This is basically an "I'm 1 day late" request:

  $ grep-excuses git-buildpackage
  git-buildpackage (0.8.10 to 0.8.12.1)
  Maintainer: Guido Günther
  Too young, only 9 of 10 days old
  Piuparts tested OK - 
https://piuparts.debian.org/sid/source/g/git-buildpackage.html
  Not considered

It would be great if gbp could be unblocked (and just handled as if it
would have been uploaded 1 day earlier). This would make it possible for
me to fix #854333 and other things coming up during the freeze as
targeted fixes (otherwise I'd have to somehow revert to 0.8.10 in sid).

unblock git-buildpackage/0.8.12.1

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

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



Re: [debian-www] Please add mips64el to stretch and add pages for buster

2017-02-05 Thread Paul Wise
On Mon, Feb 6, 2017 at 5:45 AM, Niels Thykier wrote:

> Here are two updated patches.

Committed.

Removed some trailing whitespace and moved your name to Patch-by.

-- 
bye,
pabs

https://wiki.debian.org/PaulWise



Bug#854319: unblock: jackson-jaxrs-providers/2.8.5-2

2017-02-05 Thread tony mancill
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Dear Release Team,

Please consider an unblock for the package jackson-jaxrs-providers.

The upstream build system for this package is coupled to the version of
src:jackson-core and related, which were updated from 2.8.5 -> 2.8.6 via
this [1] and related uploads.  This patch updates the version and
build-dependencies for 2.8.6.  The debdiff is attached.

unblock jackson-jaxrs-providers/2.8.5-2

Thank you for taking the time to look at this.
Cheers,
tony

[1] https://tracker.debian.org/news/835725
diff -Nru jackson-jaxrs-providers-2.8.5/debian/changelog jackson-jaxrs-providers-2.8.5/debian/changelog
--- jackson-jaxrs-providers-2.8.5/debian/changelog	2016-12-21 06:01:56.0 -0800
+++ jackson-jaxrs-providers-2.8.5/debian/changelog	2017-02-05 14:39:06.0 -0800
@@ -1,3 +1,11 @@
+jackson-jaxrs-providers (2.8.5-2) unstable; urgency=medium
+
+  * Team upload.
+  * Modify buildsystem patch for jackson-core 2.8.6 and build-depend
+on this version in debian/control.  Addresses FTBFS (Closes: #852919).
+
+ -- tony mancill   Sun, 05 Feb 2017 14:39:06 -0800
+
 jackson-jaxrs-providers (2.8.5-1) unstable; urgency=medium
 
   * Team upload.
diff -Nru jackson-jaxrs-providers-2.8.5/debian/control jackson-jaxrs-providers-2.8.5/debian/control
--- jackson-jaxrs-providers-2.8.5/debian/control	2016-12-21 06:01:12.0 -0800
+++ jackson-jaxrs-providers-2.8.5/debian/control	2017-02-05 14:39:06.0 -0800
@@ -7,12 +7,12 @@
  debhelper (>= 10),
  default-jdk,
  libbuild-helper-maven-plugin-java,
- libjackson2-core-java (>= 2.8.5),
- libjackson2-databind-java (>= 2.8.5),
+ libjackson2-core-java (>= 2.8.6),
+ libjackson2-databind-java (>= 2.8.6),
  libjackson2-dataformat-cbor (>= 2.7.3),
  libjackson2-dataformat-smile (>= 2.7.3),
- libjackson2-dataformat-xml-java (>= 2.8.5),
- libjackson2-dataformat-yaml (>= 2.8.5),
+ libjackson2-dataformat-xml-java (>= 2.8.6),
+ libjackson2-dataformat-yaml (>= 2.8.6),
  libjackson2-module-jaxb-annotations-java (>= 2.4),
  libjaxrs-api-java,
  libjsr311-api-java,
diff -Nru jackson-jaxrs-providers-2.8.5/debian/patches/fix-bundle-dependencies.patch jackson-jaxrs-providers-2.8.5/debian/patches/fix-bundle-dependencies.patch
--- jackson-jaxrs-providers-2.8.5/debian/patches/fix-bundle-dependencies.patch	2016-12-21 06:01:12.0 -0800
+++ jackson-jaxrs-providers-2.8.5/debian/patches/fix-bundle-dependencies.patch	2017-02-05 14:39:06.0 -0800
@@ -77,3 +77,14 @@
test
  

+--- a/pom.xml
 b/pom.xml
+@@ -33,7 +33,7 @@
+   
+ UTF-8 
+ 
+-2.8.5
++2.8.6
+ ${version.jackson.core}
+ 
+ ${version.dataformats}


signature.asc
Description: PGP signature


Bug#854316: unblock: pgplot5/5.2.2-19.3

2017-02-05 Thread Andreas Beckmann
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package pgplot5

fixes a FTBFS recently introduced by zlib1g-dev moving around zconf.h,
again.

unblock pgplot5/5.2.2-19.3


Andreas
diff -Nru pgplot5-5.2.2/debian/changelog pgplot5-5.2.2/debian/changelog
--- pgplot5-5.2.2/debian/changelog	2016-01-07 13:47:52.0 +0100
+++ pgplot5-5.2.2/debian/changelog	2017-02-03 15:07:35.0 +0100
@@ -1,3 +1,12 @@
+pgplot5 (5.2.2-19.3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Search zconf.h in non-multiarch and multiarch locations. (Closes: #853898)
+  * Drop obsolete override for lintian false-positive.
+  * Drop superfluous prerm and postinst script.
+
+ -- Andreas Beckmann   Fri, 03 Feb 2017 15:07:35 +0100
+
 pgplot5 (5.2.2-19.2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru pgplot5-5.2.2/debian/dirs pgplot5-5.2.2/debian/dirs
--- pgplot5-5.2.2/debian/dirs	2007-04-21 20:24:55.0 +0200
+++ pgplot5-5.2.2/debian/dirs	2017-02-01 21:43:12.0 +0100
@@ -3,5 +3,3 @@
 usr/bin
 usr/include
 usr/share/doc/pgplot5
-usr/share/lintian/overrides/
-
diff -Nru pgplot5-5.2.2/debian/overrides pgplot5-5.2.2/debian/overrides
--- pgplot5-5.2.2/debian/overrides	2007-04-21 20:20:49.0 +0200
+++ pgplot5-5.2.2/debian/overrides	1970-01-01 01:00:00.0 +0100
@@ -1,4 +0,0 @@
-# The name PGPLOT in the debian/copyright file causes lintian to assume that
-# this package has a GPL license.
-pgplot5 binary: copyright-should-refer-to-common-license-file-for-gpl
-
diff -Nru pgplot5-5.2.2/debian/patches/linker-specific-changes pgplot5-5.2.2/debian/patches/linker-specific-changes
--- pgplot5-5.2.2/debian/patches/linker-specific-changes	2015-09-10 18:36:43.0 +0200
+++ pgplot5-5.2.2/debian/patches/linker-specific-changes	2017-02-01 21:31:05.0 +0100
@@ -75,7 +75,7 @@
  grtv00.o : $(DRVDIR)/imdef.h
  pgxwin.o : $(DRVDIR)/pgxwin.h
 -pndriv.o : ./png.h ./pngconf.h ./zlib.h ./zconf.h
-+pndriv.o : /usr/include/png.h /usr/include/pngconf.h /usr/include/zlib.h /usr/include/$(DEB_HOST_MULTIARCH)/zconf.h
++pndriv.o : /usr/include/png.h /usr/include/pngconf.h /usr/include/zlib.h $(or $(wildcard /usr/include/zconf.h),/usr/include/$(DEB_HOST_MULTIARCH)/zconf.h)
  
  x2driv.o figdisp_comm.o: $(DRVDIR)/commands.h
  
diff -Nru pgplot5-5.2.2/debian/postinst pgplot5-5.2.2/debian/postinst
--- pgplot5-5.2.2/debian/postinst	2006-07-15 20:18:19.0 +0200
+++ pgplot5-5.2.2/debian/postinst	1970-01-01 01:00:00.0 +0100
@@ -1,18 +0,0 @@
-#!/bin/sh
-set -e
-
-#DEBHELPER#
-
-# Automatically added by dh_installdocs
-if [ "$1" = "configure" ]; then
-#if [ -d /usr/doc -a ! -e /usr/doc/pgplot5 -a -d /usr/share/doc/pgplot5 ]; then
-#ln -sf ../share/doc/pgplot5 /usr/doc/pgplot5
-#	fi
-ldconfig	
-fi
-# End automatically added section
-# Automatically added by dh_installmenu
-#if test -x /usr/bin/update-menus ; then update-menus ; fi
-# End automatically added section
-
-
diff -Nru pgplot5-5.2.2/debian/prerm pgplot5-5.2.2/debian/prerm
--- pgplot5-5.2.2/debian/prerm	2006-07-15 20:18:19.0 +0200
+++ pgplot5-5.2.2/debian/prerm	1970-01-01 01:00:00.0 +0100
@@ -1,10 +0,0 @@
-#!/bin/sh
-set -e
-
-#DEBHELPER#
-
-# Automatically added by dh_installdocs
-if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/pgplot5 ]; then
-rm -f /usr/doc/pgplot5
-fi
-# End automatically added section
diff -Nru pgplot5-5.2.2/debian/rules pgplot5-5.2.2/debian/rules
--- pgplot5-5.2.2/debian/rules	2011-11-19 07:30:49.0 +0100
+++ pgplot5-5.2.2/debian/rules	2017-02-01 21:43:27.0 +0100
@@ -89,7 +89,7 @@
 install-stamp: build-stamp $(64-BIT_CLEAN_STAMP)
 	dh_testdir	
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs
 	$(INSTALL_DATA) $(bdir)/libpgplot.a  $(packagedir)/usr/lib/
 	$(INSTALL_DATA) $(bdir)/libcpgplot.a  $(packagedir)/usr/lib/
@@ -112,8 +112,6 @@
 	$(INSTALL_DATA) $(bdir)/grexec.f $(packagedir)/usr/lib/$(npackage)
 	$(INSTALL_DATA) $(bdir)/rgb.txt $(packagedir)/usr/lib/$(npackage)
 	$(INSTALL_DATA) $(bdir)/grpckg1.inc $(packagedir)/usr/lib/$(npackage)
-# Install the overrides file for lintian
-	cp -a debian/overrides $(packagedir)/usr/share/lintian/overrides/pgplot5
 
 	#dh_movefiles
 	touch install-stamp


Bug#854309: marked as done (unblock: lcas-lcmaps-gt4-interface/0.3.0-3)

2017-02-05 Thread Debian Bug Tracking System
Your message dated Sun, 05 Feb 2017 22:06:00 +
with message-id <025e2a83-b646-a13b-b073-d9982258e...@thykier.net>
and subject line Re: Bug#854309: unblock: lcas-lcmaps-gt4-interface/0.3.0-3
has caused the Debian Bug report #854309,
regarding unblock: lcas-lcmaps-gt4-interface/0.3.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.)


-- 
854309: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=854309
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 lcas-lcmaps-gt4-interface

The package no longer FTBFS with the fixing of #828374.

diff -Nru lcas-lcmaps-gt4-interface-0.3.0/debian/changelog 
lcas-lcmaps-gt4-interface-0.3.0/debian/changelog
--- lcas-lcmaps-gt4-interface-0.3.0/debian/changelog2014-01-20 
16:02:08.0 +0100
+++ lcas-lcmaps-gt4-interface-0.3.0/debian/changelog2017-01-27 
14:01:07.0 +0100
@@ -1,3 +1,9 @@
+lcas-lcmaps-gt4-interface (0.3.0-3) unstable; urgency=medium
+
+  * Fix for OpenSSL 1.1 compatibility. (Closes: 828374)
+
+ -- Dennis van Dok   Fri, 27 Jan 2017 14:01:07 +0100
+
 lcas-lcmaps-gt4-interface (0.3.0-2) unstable; urgency=low
 
   [ Logan Rosen ]
diff -Nru lcas-lcmaps-gt4-interface-0.3.0/debian/control 
lcas-lcmaps-gt4-interface-0.3.0/debian/control
--- lcas-lcmaps-gt4-interface-0.3.0/debian/control  2014-01-14 
16:33:10.0 +0100
+++ lcas-lcmaps-gt4-interface-0.3.0/debian/control  2017-01-27 
13:57:11.0 +0100
@@ -6,7 +6,7 @@
  lcmaps-globus-interface, lcas-interface,
  libglobus-gridmap-callout-error-dev,
  pkg-config
-Standards-Version: 3.9.5
+Standards-Version: 3.9.8
 Section: libs
 Homepage:  https://wiki.nikhef.nl/grid/Site_Access_Control
 Vcs-Svn: 
https://ndpfsvn.nikhef.nl/repos/mwsec/packaging/debian/trunk/lcas-lcmaps-gt4-interface
diff -Nru lcas-lcmaps-gt4-interface-0.3.0/debian/patches/openssl1.1.patch 
lcas-lcmaps-gt4-interface-0.3.0/debian/patches/openssl1.1.patch
--- lcas-lcmaps-gt4-interface-0.3.0/debian/patches/openssl1.1.patch 
1970-01-01 01:00:00.0 +0100
+++ lcas-lcmaps-gt4-interface-0.3.0/debian/patches/openssl1.1.patch 
2017-01-27 14:01:07.0 +0100
@@ -0,0 +1,25 @@
+From: Micha Sallé 
+Subject: Fix for compatibility with OpenSSL 1.1
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=828374
+--- a/src/llgt_globus_internal.h
 b/src/llgt_globus_internal.h
+@@ -83,6 +83,19 @@
+ OM_uint32   req_flags;
+ OM_uint32   ctx_flags;
+ int cred_obtained;
++#if OPENSSL_VERSION_NUMBER >= 0x1100L
++/** For GCM ciphers, sequence number of next read MAC token */
++uint64_tmac_read_sequence;
++/** For GCM ciphers, sequence number of next write MAC token */
++uint64_tmac_write_sequence;
++/** For GCM ciphers, key for MAC token generation/validation */
++unsigned char * mac_key;
++/**
++ * For GCM ciphers, fixed part of the IV for MAC token
++ * generation/validation
++ */
++unsigned char * mac_iv_fixed;
++#endif
+ SSL *   gss_ssl; 
+ BIO *   gss_rbio;
+ BIO *   gss_wbio;
diff -Nru lcas-lcmaps-gt4-interface-0.3.0/debian/patches/series 
lcas-lcmaps-gt4-interface-0.3.0/debian/patches/series
--- lcas-lcmaps-gt4-interface-0.3.0/debian/patches/series   2014-01-14 
13:40:21.0 +0100
+++ lcas-lcmaps-gt4-interface-0.3.0/debian/patches/series   2017-01-27 
13:54:02.0 +0100
@@ -1,2 +1,3 @@
 setup-plugin-subdir.patch
 setup-no-flavor.patch
+openssl1.1.patch


unblock lcas-lcmaps-gt4-interface/0.3.0-3

-- System Information:
Debian Release: 8.7
  APT prefers stable
  APT policy: (990, 'stable'), (50, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-dvdrt-amd64 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=nl_NL.utf8, LC_CTYPE=nl_NL.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
--- End Message ---
--- Begin Message ---
Dennis van Dok:
> Package: release.debian.org
> Severity: normal
> User: release.debian@packages.debian.org
> Usertags: unblock
> 
> Please unblock package lcas-lcmaps-gt4-interface
> 
> The package no longer FTBFS with the fixing of #828374.
> 
> [...]
> 
> 
> unblock 

Bug#854311: unblock: lcmaps-plugins-jobrep/1.5.3-4

2017-02-05 Thread Dennis van Dok
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package lcmaps-plugins-jobrep

Package no longer FTBFS with the introduction of OpenSSL 1.1.


diff -Nru lcmaps-plugins-jobrep-1.5.3/debian/changelog 
lcmaps-plugins-jobrep-1.5.3/debian/changelog
--- lcmaps-plugins-jobrep-1.5.3/debian/changelog2016-12-19 
12:12:50.0 +0100
+++ lcmaps-plugins-jobrep-1.5.3/debian/changelog2017-01-27 
12:33:38.0 +0100
@@ -1,3 +1,9 @@
+lcmaps-plugins-jobrep (1.5.3-4) unstable; urgency=medium
+
+  * Update to build against OpenSSL 1.1
+
+ -- Dennis van Dok   Fri, 27 Jan 2017 12:33:38 +0100
+
 lcmaps-plugins-jobrep (1.5.3-3) unstable; urgency=medium
 
   * Update dependency of lcmaps-plugins-jobrep-admin to
diff -Nru lcmaps-plugins-jobrep-1.5.3/debian/control 
lcmaps-plugins-jobrep-1.5.3/debian/control
--- lcmaps-plugins-jobrep-1.5.3/debian/control  2016-12-19 12:11:24.0 
+0100
+++ lcmaps-plugins-jobrep-1.5.3/debian/control  2017-01-27 12:33:38.0 
+0100
@@ -5,7 +5,7 @@
 Uploaders: Mischa Salle 
 Build-Depends: cdbs, debhelper (>= 7.0.50~), dh-autoreconf, autotools-dev,
  lcmaps-basic-interface, unixodbc-dev, libssl-dev, pkg-config
-Standards-Version: 3.9.5
+Standards-Version: 3.9.8
 Homepage: https://wiki.nikhef.nl/grid/LCMAPS
 Vcs-Svn: 
https://ndpfsvn.nikhef.nl/repos/mwsec/packaging/debian/trunk/lcmaps-plugins-jobrep
 Vcs-Browser: 
http://ndpfsvn.nikhef.nl/viewvc/mwsec/packaging/debian/trunk/lcmaps-plugins-jobrep
diff -Nru lcmaps-plugins-jobrep-1.5.3/debian/patches/openssl1.1.patch 
lcmaps-plugins-jobrep-1.5.3/debian/patches/openssl1.1.patch
--- lcmaps-plugins-jobrep-1.5.3/debian/patches/openssl1.1.patch 1970-01-01 
01:00:00.0 +0100
+++ lcmaps-plugins-jobrep-1.5.3/debian/patches/openssl1.1.patch 2017-01-27 
12:33:38.0 +0100
@@ -0,0 +1,111 @@
+From: Micha Sallé 
+Subject: Fixes for compatibility with OpenSSL 1.1
+
+--- a/src/jobrep/jobrep_data_handling.c
 b/src/jobrep/jobrep_data_handling.c
+@@ -1134,7 +1134,7 @@
+ char*subject_DN = NULL, *issuer_DN = NULL, *not_before_str = NULL, 
*not_after_str = NULL;
+ time_t   not_before = 0, not_after = 0;
+ X509*cert = NULL;
+-unsigned char *serialnr = NULL;
++char *serialnr = NULL;
+ 
+ if ((db_handle == NULL) || (px509_chain == NULL)) {
+ return -1;
+@@ -1231,27 +1231,25 @@
+ return -1;
+ }
+ 
+-unsigned char *
++char *
+ jobrep_get_serialnumber_as_string(X509 *cert) {
+-ASN1_INTEGER   *cert_Serial = NULL;
+-unsigned char  *serialNumberDER = NULL, *temp = NULL, *serialStr = NULL;
++ASN1_INTEGER   *serial = NULL;
+ char   *subject_DN = NULL;
+-size_t  len;
+-int j,serialLen;
++BIGNUM *bn_serial;
++char   *serialStr = NULL;
+ 
+ if (cert == NULL)
+ return NULL;
+ 
+-cert_Serial = X509_get_serialNumber(cert);
+-if (cert_Serial == NULL) {
++if ( (serial = X509_get_serialNumber(cert)) == NULL) {
+ /* For debugging purposes extract the Subject DN */
+ subject_DN = X509_NAME_oneline(X509_get_subject_name(cert),NULL,0);
+ if (subject_DN) {
+-lcmaps_log(LOG_DEBUG, "%s: certificate passed with subject DN 
\"%s\" didn't contain a serial number.\n",
++lcmaps_log(LOG_WARNING, "%s: certificate passed with subject DN 
\"%s\" didn't contain a serial number.\n",
+__func__, subject_DN);
+ free(subject_DN);
+ } else {
+-lcmaps_log(LOG_DEBUG, "%s: certificate passed doesn't have a 
serialnumber and also lacks a subject DN. " \
++lcmaps_log(LOG_WARNING, "%s: certificate passed doesn't have a 
serialnumber and also lacks a subject DN. " \
+   "This is completely weird and doesn't even 
look like a certificate. " \
+   "Are you a waiter because you seem to be 
feeding me soup?\n",
+   __func__);
+@@ -1259,44 +1257,15 @@
+ return NULL;
+ }
+ 
+-serialLen = i2c_ASN1_INTEGER(cert_Serial, NULL);
+-if (serialLen <= 0) {
+-lcmaps_log(LOG_INFO, "%s: Conversion of a certificate serial number 
from ASN1_INTEGER to DER failed\n",
+- __func__);
+-return NULL;
+-}
+-
+-/* Note: serialLen is int and >0 */
+-temp = serialNumberDER = malloc((size_t)serialLen);
+-if (serialNumberDER == NULL) {
+-lcmaps_log(LOG_DEBUG, "%s: Could not allocate %d bytes\n", serialLen);
+-return NULL;
+-}
+-/* Warning, the temp variable will be displaced, use the serialNumberDER 
instead. */
+-serialLen = i2c_ASN1_INTEGER(cert_Serial, );
+-
+-/* Allocate as a Hex decimal + null-terminator */
+-len = (size_t)serialLen * 2 + 1;
+-serialStr = malloc(len);
+-if (serialStr == NULL) {
+- 

Bug#854309: unblock: lcas-lcmaps-gt4-interface/0.3.0-3

2017-02-05 Thread Dennis van Dok
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package lcas-lcmaps-gt4-interface

The package no longer FTBFS with the fixing of #828374.

diff -Nru lcas-lcmaps-gt4-interface-0.3.0/debian/changelog 
lcas-lcmaps-gt4-interface-0.3.0/debian/changelog
--- lcas-lcmaps-gt4-interface-0.3.0/debian/changelog2014-01-20 
16:02:08.0 +0100
+++ lcas-lcmaps-gt4-interface-0.3.0/debian/changelog2017-01-27 
14:01:07.0 +0100
@@ -1,3 +1,9 @@
+lcas-lcmaps-gt4-interface (0.3.0-3) unstable; urgency=medium
+
+  * Fix for OpenSSL 1.1 compatibility. (Closes: 828374)
+
+ -- Dennis van Dok   Fri, 27 Jan 2017 14:01:07 +0100
+
 lcas-lcmaps-gt4-interface (0.3.0-2) unstable; urgency=low
 
   [ Logan Rosen ]
diff -Nru lcas-lcmaps-gt4-interface-0.3.0/debian/control 
lcas-lcmaps-gt4-interface-0.3.0/debian/control
--- lcas-lcmaps-gt4-interface-0.3.0/debian/control  2014-01-14 
16:33:10.0 +0100
+++ lcas-lcmaps-gt4-interface-0.3.0/debian/control  2017-01-27 
13:57:11.0 +0100
@@ -6,7 +6,7 @@
  lcmaps-globus-interface, lcas-interface,
  libglobus-gridmap-callout-error-dev,
  pkg-config
-Standards-Version: 3.9.5
+Standards-Version: 3.9.8
 Section: libs
 Homepage:  https://wiki.nikhef.nl/grid/Site_Access_Control
 Vcs-Svn: 
https://ndpfsvn.nikhef.nl/repos/mwsec/packaging/debian/trunk/lcas-lcmaps-gt4-interface
diff -Nru lcas-lcmaps-gt4-interface-0.3.0/debian/patches/openssl1.1.patch 
lcas-lcmaps-gt4-interface-0.3.0/debian/patches/openssl1.1.patch
--- lcas-lcmaps-gt4-interface-0.3.0/debian/patches/openssl1.1.patch 
1970-01-01 01:00:00.0 +0100
+++ lcas-lcmaps-gt4-interface-0.3.0/debian/patches/openssl1.1.patch 
2017-01-27 14:01:07.0 +0100
@@ -0,0 +1,25 @@
+From: Micha Sallé 
+Subject: Fix for compatibility with OpenSSL 1.1
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=828374
+--- a/src/llgt_globus_internal.h
 b/src/llgt_globus_internal.h
+@@ -83,6 +83,19 @@
+ OM_uint32   req_flags;
+ OM_uint32   ctx_flags;
+ int cred_obtained;
++#if OPENSSL_VERSION_NUMBER >= 0x1100L
++/** For GCM ciphers, sequence number of next read MAC token */
++uint64_tmac_read_sequence;
++/** For GCM ciphers, sequence number of next write MAC token */
++uint64_tmac_write_sequence;
++/** For GCM ciphers, key for MAC token generation/validation */
++unsigned char * mac_key;
++/**
++ * For GCM ciphers, fixed part of the IV for MAC token
++ * generation/validation
++ */
++unsigned char * mac_iv_fixed;
++#endif
+ SSL *   gss_ssl; 
+ BIO *   gss_rbio;
+ BIO *   gss_wbio;
diff -Nru lcas-lcmaps-gt4-interface-0.3.0/debian/patches/series 
lcas-lcmaps-gt4-interface-0.3.0/debian/patches/series
--- lcas-lcmaps-gt4-interface-0.3.0/debian/patches/series   2014-01-14 
13:40:21.0 +0100
+++ lcas-lcmaps-gt4-interface-0.3.0/debian/patches/series   2017-01-27 
13:54:02.0 +0100
@@ -1,2 +1,3 @@
 setup-plugin-subdir.patch
 setup-no-flavor.patch
+openssl1.1.patch


unblock lcas-lcmaps-gt4-interface/0.3.0-3

-- System Information:
Debian Release: 8.7
  APT prefers stable
  APT policy: (990, 'stable'), (50, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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



Re: [debian-www] Please add mips64el to stretch and add pages for buster

2017-02-05 Thread Niels Thykier
Emilio Pozuelo Monfort:
> On 05/02/17 20:47, Niels Thykier wrote:
>> Hi,
>>
>> I have made two patches for:
>>  * Adding mips64el as a release architecture for stretch
> 
> powerpc needs to be commented out.
> 
> Cheers,
> Emilio
> 
>

Indeed, thanks for catching that.

Here are two updated patches.

Thanks,
~Niels

>From b798fead55a2c20a1850700e7f3f845d0de46bb2 Mon Sep 17 00:00:00 2001
From: Niels Thykier 
Date: Sun, 5 Feb 2017 18:33:24 +
Subject: [PATCH 1/2] release.data: Add mips64el and remove powerpc

Signed-off-by: Niels Thykier 
---
 english/releases/stretch/release.data | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/english/releases/stretch/release.data b/english/releases/stretch/release.data
index b38609155..cbdd31256 100644
--- a/english/releases/stretch/release.data
+++ b/english/releases/stretch/release.data
@@ -5,7 +5,7 @@
 	amd64,
 	i386,
 	armel,
-	powerpc,
+#	powerpc,
 	armhf,
 #	sparc,
 #	'kfreebsd-amd64',
@@ -25,6 +25,7 @@
 	arm64,
 	ppc64el,
 #	ppc64,
+	mips64el,
 );
 
 # list of languages install manual is translated to
-- 
2.11.0

>From dc7d73ec9f7089d1768b034bf091e1fca22218b8 Mon Sep 17 00:00:00 2001
From: Niels Thykier 
Date: Sun, 5 Feb 2017 18:48:51 +
Subject: [PATCH 2/2] Add releases/buster to the website

There are forward links in the releases/stretch websites that activate
when stretch is marked as the stable release.

Signed-off-by: Niels Thykier 
---
 english/releases/Makefile  |   2 +-
 english/releases/buster/Makefile   |  21 +++
 english/releases/buster/credits.wml|  13 ++
 english/releases/buster/debian-installer/Makefile  |  13 ++
 english/releases/buster/debian-installer/index.wml | 191 +
 english/releases/buster/errata.wml |  74 
 english/releases/buster/index.wml  |  92 ++
 english/releases/buster/installmanual.wml  |  44 +
 english/releases/buster/release.data   |  89 ++
 english/releases/buster/releasenotes.wml   |  41 +
 english/releases/buster/reportingbugs.wml  |  49 ++
 english/template/debian/release_info.wml   |   4 +
 12 files changed, 632 insertions(+), 1 deletion(-)
 create mode 100644 english/releases/buster/Makefile
 create mode 100644 english/releases/buster/credits.wml
 create mode 100644 english/releases/buster/debian-installer/Makefile
 create mode 100644 english/releases/buster/debian-installer/index.wml
 create mode 100644 english/releases/buster/errata.wml
 create mode 100644 english/releases/buster/index.wml
 create mode 100644 english/releases/buster/installmanual.wml
 create mode 100644 english/releases/buster/release.data
 create mode 100644 english/releases/buster/releasenotes.wml
 create mode 100644 english/releases/buster/reportingbugs.wml

diff --git a/english/releases/Makefile b/english/releases/Makefile
index 1fb554361..cf022077f 100644
--- a/english/releases/Makefile
+++ b/english/releases/Makefile
@@ -3,7 +3,7 @@
 
 WMLBASE=..
 CUR_DIR=releases
-SUBS=hamm slink potato woody sarge etch lenny squeeze wheezy jessie stretch sid
+SUBS=hamm slink potato woody sarge etch lenny squeeze wheezy jessie stretch buster sid
 
 include $(WMLBASE)/Make.lang
 
diff --git a/english/releases/buster/Makefile b/english/releases/buster/Makefile
new file mode 100644
index 0..744ff3b4d
--- /dev/null
+++ b/english/releases/buster/Makefile
@@ -0,0 +1,21 @@
+# If this makefile is not generic enough to support a translation,
+# please contact debian-www.
+
+WMLBASE=../..
+CUR_DIR=releases/buster
+SUBS=debian-installer
+
+include $(WMLBASE)/Make.lang
+
+index.$(LANGUAGE).html: index.wml $(TEMPLDIR)/release.wml \
+  $(ENGLISHDIR)/releases/buster/release.data $(TEMPLDIR)/release_info.wml
+
+releasenotes.$(LANGUAGE).html: releasenotes.wml $(TEMPLDIR)/release.wml \
+  $(ENGLISHDIR)/releases/buster/release.data $(TEMPLDIR)/release_info.wml \
+  $(ENGLISHDIR)/releases/arches.data \
+  $(wildcard $(HTMLDIR)/*/release-notes*)
+
+installmanual.$(LANGUAGE).html: installmanual.wml $(TEMPLDIR)/release.wml \
+  $(ENGLISHDIR)/releases/buster/release.data $(TEMPLDIR)/release_info.wml \
+  $(ENGLISHDIR)/releases/arches.data \
+  $(wildcard $(HTMLDIR)/*/install*)
diff --git a/english/releases/buster/credits.wml b/english/releases/buster/credits.wml
new file mode 100644
index 0..aca17b4ac
--- /dev/null
+++ b/english/releases/buster/credits.wml
@@ -0,0 +1,13 @@
+#use wml::debian::template title="Debian 10 -- Credits (or Blame)" BARETITLE=true
+
+Release management
+
+This release of Debian was managed by Emilio Pozuelo Monfort and
+Niels Thykier, with the assistance of Adam D. Barratt, Cyril
+Brulebois, Julien Cristau, Mehdi Dogguy, Philipp Kern, Ivo De Decker
+and Jonathan Wiltshire.
+
+The rest of Debian
+
+The developers and everyone else
+who contributed.
diff --git 

Re: [debian-www] Please add mips64el to stretch and add pages for buster

2017-02-05 Thread Emilio Pozuelo Monfort
On 05/02/17 20:47, Niels Thykier wrote:
> Hi,
> 
> I have made two patches for:
>  * Adding mips64el as a release architecture for stretch

powerpc needs to be commented out.

Cheers,
Emilio

>  * Adding pages for buster under www.d.o/releases/buster
>(also adds a version for stretch to fix a minor visual
> glitch in some pages)
> 
> Please review and commit these patches. :)
> 
> Thanks,
> ~Niels
> 



Bug#854285: marked as done (unblock: ruby-rabl/0.13.0-2)

2017-02-05 Thread Debian Bug Tracking System
Your message dated Sun, 05 Feb 2017 21:23:00 +
with message-id <82013e0c-4a41-bc28-0344-23fee59bb...@thykier.net>
and subject line Re: Bug#854285: unblock: ruby-rabl/0.13.0-2
has caused the Debian Bug report #854285,
regarding unblock: ruby-rabl/0.13.0-2
to be marked as done.

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

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


-- 
854285: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=854285
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 ruby-rabl, version 0.13.0-2.

This version adds a patch from Gilles Filippini to fix FTBFS bug
#849315.
While globally patching BSON to expose the removed 'serialize'
method again might not be the nicest thing to do, I agree it's the
best thing to do for stretch. (Effect limited to users importing
ruby-rabl, very tiny change, no other packages appear to care about
the specifics.)

debdiff below.

Thanks,
-ch


unblock ruby-rabl/0.13.0-2



diff -Nru ruby-rabl-0.13.0/debian/changelog ruby-rabl-0.13.0/debian/changelog
--- ruby-rabl-0.13.0/debian/changelog   2016-08-24 10:43:46.0 +
+++ ruby-rabl-0.13.0/debian/changelog   2017-02-05 17:37:31.0 +
@@ -1,3 +1,13 @@
+ruby-rabl (0.13.0-2) unstable; urgency=medium
+
+  * Team upload.
+
+  [ Gilles Filippini ]
+  * def-bson-serialize.patch: reintroduce BSON.serialize method dropped
+from ruby-bson since release 2.0.0 (Closes: #849315)
+
+ -- Christian Hofstaedtler   Sun, 05 Feb 2017 17:37:31 +
+
 ruby-rabl (0.13.0-1) unstable; urgency=medium
 
   * Imported Upstream version 0.13.0
diff -Nru ruby-rabl-0.13.0/debian/patches/def-bson-serialize.patch 
ruby-rabl-0.13.0/debian/patches/def-bson-serialize.patch
--- ruby-rabl-0.13.0/debian/patches/def-bson-serialize.patch1970-01-01 
00:00:00.0 +
+++ ruby-rabl-0.13.0/debian/patches/def-bson-serialize.patch2017-02-05 
17:37:31.0 +
@@ -0,0 +1,36 @@
+Description: From ruby-bson upstream changelog [1]:
+ 2.0.0
+ Backwards Incompatible Changes
+ ...
+ BSON.serialize is no longer the entry point to serialize a BSON
+ document into its raw bytes.
+ For Ruby runtimes that support ordered hashes, you may simply call
+ `to_bson` on the hash instance (Alternatively a `BSON::Document` is
+ also a hash:
+  { key: "value" }.to_bson
+  BSON::Document[:key, "value"].to_bson
+ For Ruby runtimes that do not support ordered hashes, then you must
+ instantiate an instance of a `BSON::Document` (which is a subclass of
+ hash) and call `to_bson` on that, since the BSON specification
+ guarantees order of the fields:
+  BSON::Document[:key, "value"].to_bson
+ .
+ [1] https://github.com/mongodb/bson-ruby/blob/master/CHANGELOG.md
+ .
+ This patch re-introduces BSON.serialize.
+Author: Gilles Filippini 
+Bug-Debian: https://bugs.debian.org/849315
+Index: ruby-rabl-0.13.0/lib/rabl/configuration.rb
+===
+--- ruby-rabl-0.13.0.orig/lib/rabl/configuration.rb
 ruby-rabl-0.13.0/lib/rabl/configuration.rb
+@@ -7,6 +7,9 @@ end
+ # We load the bson library if it is available.
+ begin
+   require 'bson'
++  def BSON.serialize data
++data.to_bson
++  end
+   rescue LoadError
+ end
+ 
diff -Nru ruby-rabl-0.13.0/debian/patches/series 
ruby-rabl-0.13.0/debian/patches/series
--- ruby-rabl-0.13.0/debian/patches/series  1970-01-01 00:00:00.0 
+
+++ ruby-rabl-0.13.0/debian/patches/series  2017-02-05 17:37:31.0 
+
@@ -0,0 +1 @@
+def-bson-serialize.patch
--- End Message ---
--- Begin Message ---
Christian Hofstaedtler:
> Package: release.debian.org
> Severity: normal
> User: release.debian@packages.debian.org
> Usertags: unblock
> 
> Please unblock package ruby-rabl, version 0.13.0-2.
> 
> This version adds a patch from Gilles Filippini to fix FTBFS bug
> #849315.
> While globally patching BSON to expose the removed 'serialize'
> method again might not be the nicest thing to do, I agree it's the
> best thing to do for stretch. (Effect limited to users importing
> ruby-rabl, very tiny change, no other packages appear to care about
> the specifics.)
> 
> debdiff below.
> 
> Thanks,
> -ch
> 
> 
> unblock ruby-rabl/0.13.0-2
> 
> [...]
> 

Unblocked, thanks.

~Niels--- End Message ---


Bug#854296: marked as done (unblock: python-whoosh/2.7.0-2)

2017-02-05 Thread Debian Bug Tracking System
Your message dated Sun, 05 Feb 2017 20:56:00 +
with message-id 
and subject line Re: Bug#854296: unblock: python-whoosh/2.7.0-2
has caused the Debian Bug report #854296,
regarding unblock: python-whoosh/2.7.0-2
to be marked as done.

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

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


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

Please unblock package python-whoosh. This is a QA upload fixing test
failures that caused FTBFS; the maintainer replied to my -1.1 NMU
and asked to orphan the package.

python-whoosh is a key package via sphinx's Build-Depends, although it could
be dropped from there at the cost of reduced test coverage.

(I know the Standards-Version bump and Vcs-* update are normally frowned
upon in unblock requests, but they were done before the hard freeze,
and are harmless. I can revert them if you really want me to.)

unblock python-whoosh/2.7.0-2

Thanks,
S
diffstat for python-whoosh-2.7.0 python-whoosh-2.7.0

 changelog   |   41 
 control |   10 -
 missing/english-words.10.gz |binary
 patches/Fix-the-analyzer-in-test_vector_unicode-to-not-lowercase-.patch |   25 ++
 patches/Handle-an-empty-queue-exception-in-mpwriter.patch   |   95 ++
 patches/series  |2 
 rules   |4 
 source/include-binaries |1 
 8 files changed, 173 insertions(+), 5 deletions(-)

diff -Nru python-whoosh-2.7.0/debian/changelog python-whoosh-2.7.0/debian/changelog
--- python-whoosh-2.7.0/debian/changelog	2015-05-07 12:26:13.0 +0100
+++ python-whoosh-2.7.0/debian/changelog	2017-01-30 09:36:00.0 +
@@ -1,3 +1,44 @@
+python-whoosh (2.7.0-2) unstable; urgency=medium
+
+  * QA upload.
+  * Mark package as orphaned as requested on #812768
+  * d/p/Handle-an-empty-queue-exception-in-mpwriter.patch:
+Add patch from upstream release 2.7.1 to cope with empty queue exception
+(Closes: #853115)
+  * d/p/Fix-the-analyzer-in-test_vector_unicode-to-not-lowercase-.patch:
+Use the upstream solution for the test involving Cherokee text
+- d/p/test_vector_unicode-Cope-with-updated-Python-unicode-data.patch:
+  drop, no longer needed
+
+ -- Simon McVittie   Mon, 30 Jan 2017 09:36:00 +
+
+python-whoosh (2.7.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload, incorporating changes from collab-maint git.
+
+  [ Tobias Frost ]
+  * Team upload (collab-maint)
+  * d/control:
+- Replace VCS-* with https:// ones.
+- d/control: Bump S-V to 3.9.8 -- no changes required
+
+  [ Simon McVittie ]
+  * Add sphinxdoc-common to Build-Depends. The sphinxdoc debhelper
+addon is required for the 'clean' target, so installing it in
+Build-Depends-Indep is not enough.
+  * debian/missing/english-words.10.gz: Add missing file from upstream
+2.7.0 tag. The unit tests require this file. (Closes: #812768)
+- debian/source/include-binaries: Include it in the tarball.
+- debian/rules: Copy the missing file into tests/ before building.
+  Delete it during clean.
+  * d/p/test_vector_unicode-Cope-with-updated-Python-unicode-data.patch:
+Add patch to make a test pass under Python 3.5. It makes outdated
+assumptions about how Python maps Cherokee text to lower-case.
+  * debian/rules: Disable HTTP network access to avoid Sphinx contacting
+docs.python.org (Policy §4.9)
+
+ -- Simon McVittie   Sun, 22 Jan 2017 18:57:02 +
+
 python-whoosh (2.7.0-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru python-whoosh-2.7.0/debian/control python-whoosh-2.7.0/debian/control
--- python-whoosh-2.7.0/debian/control	2015-05-07 12:26:13.0 +0100
+++ python-whoosh-2.7.0/debian/control	2017-01-30 09:36:00.0 +
@@ -1,15 +1,15 @@
 Source: python-whoosh
 Section: python
 Priority: optional
-Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) 
-Build-Depends: debhelper (>= 9), dh-python, python-setuptools, python3-setuptools
+Maintainer: Debian QA Group 
+Build-Depends: debhelper (>= 9), 

Bug#854298: marked as done (unblock: gnome-logs/3.22.1-2)

2017-02-05 Thread Debian Bug Tracking System
Your message dated Sun, 05 Feb 2017 20:55:00 +
with message-id 
and subject line Re: Bug#854298: unblock: gnome-logs/3.22.1-2
has caused the Debian Bug report #854298,
regarding unblock: gnome-logs/3.22.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.)


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

Please unblock package gnome-logs. It currently crashes when the user
doesn't have access to the journal (which is the default configuration
afaik).

unblock gnome-logs/3.22.1-2

-- System Information:
Debian Release: 9.0
  APT prefers unstable
  APT policy: (800, 'unstable'), (700, 'experimental'), (650, 'testing'), (500, 
'unstable-debug'), (500, 'testing-debug')
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)
--- End Message ---
--- Begin Message ---
Emilio Pozuelo Monfort:
> Package: release.debian.org
> Severity: normal
> User: release.debian@packages.debian.org
> Usertags: unblock
> 
> Please unblock package gnome-logs. It currently crashes when the user
> doesn't have access to the journal (which is the default configuration
> afaik).
> 
> unblock gnome-logs/3.22.1-2
> 
> [...]

Unblocked, thanks.

~Niels--- End Message ---


Bug#854298: unblock: gnome-logs/3.22.1-2

2017-02-05 Thread Emilio Pozuelo Monfort
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package gnome-logs. It currently crashes when the user
doesn't have access to the journal (which is the default configuration
afaik).

unblock gnome-logs/3.22.1-2

-- System Information:
Debian Release: 9.0
  APT prefers unstable
  APT policy: (800, 'unstable'), (700, 'experimental'), (650, 'testing'), (500, 
'unstable-debug'), (500, 'testing-debug')
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)



Bug#854296: unblock: python-whoosh/2.7.0-2

2017-02-05 Thread Simon McVittie
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package python-whoosh. This is a QA upload fixing test
failures that caused FTBFS; the maintainer replied to my -1.1 NMU
and asked to orphan the package.

python-whoosh is a key package via sphinx's Build-Depends, although it could
be dropped from there at the cost of reduced test coverage.

(I know the Standards-Version bump and Vcs-* update are normally frowned
upon in unblock requests, but they were done before the hard freeze,
and are harmless. I can revert them if you really want me to.)

unblock python-whoosh/2.7.0-2

Thanks,
S
diffstat for python-whoosh-2.7.0 python-whoosh-2.7.0

 changelog   |   41 
 control |   10 -
 missing/english-words.10.gz |binary
 patches/Fix-the-analyzer-in-test_vector_unicode-to-not-lowercase-.patch |   25 ++
 patches/Handle-an-empty-queue-exception-in-mpwriter.patch   |   95 ++
 patches/series  |2 
 rules   |4 
 source/include-binaries |1 
 8 files changed, 173 insertions(+), 5 deletions(-)

diff -Nru python-whoosh-2.7.0/debian/changelog python-whoosh-2.7.0/debian/changelog
--- python-whoosh-2.7.0/debian/changelog	2015-05-07 12:26:13.0 +0100
+++ python-whoosh-2.7.0/debian/changelog	2017-01-30 09:36:00.0 +
@@ -1,3 +1,44 @@
+python-whoosh (2.7.0-2) unstable; urgency=medium
+
+  * QA upload.
+  * Mark package as orphaned as requested on #812768
+  * d/p/Handle-an-empty-queue-exception-in-mpwriter.patch:
+Add patch from upstream release 2.7.1 to cope with empty queue exception
+(Closes: #853115)
+  * d/p/Fix-the-analyzer-in-test_vector_unicode-to-not-lowercase-.patch:
+Use the upstream solution for the test involving Cherokee text
+- d/p/test_vector_unicode-Cope-with-updated-Python-unicode-data.patch:
+  drop, no longer needed
+
+ -- Simon McVittie   Mon, 30 Jan 2017 09:36:00 +
+
+python-whoosh (2.7.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload, incorporating changes from collab-maint git.
+
+  [ Tobias Frost ]
+  * Team upload (collab-maint)
+  * d/control:
+- Replace VCS-* with https:// ones.
+- d/control: Bump S-V to 3.9.8 -- no changes required
+
+  [ Simon McVittie ]
+  * Add sphinxdoc-common to Build-Depends. The sphinxdoc debhelper
+addon is required for the 'clean' target, so installing it in
+Build-Depends-Indep is not enough.
+  * debian/missing/english-words.10.gz: Add missing file from upstream
+2.7.0 tag. The unit tests require this file. (Closes: #812768)
+- debian/source/include-binaries: Include it in the tarball.
+- debian/rules: Copy the missing file into tests/ before building.
+  Delete it during clean.
+  * d/p/test_vector_unicode-Cope-with-updated-Python-unicode-data.patch:
+Add patch to make a test pass under Python 3.5. It makes outdated
+assumptions about how Python maps Cherokee text to lower-case.
+  * debian/rules: Disable HTTP network access to avoid Sphinx contacting
+docs.python.org (Policy §4.9)
+
+ -- Simon McVittie   Sun, 22 Jan 2017 18:57:02 +
+
 python-whoosh (2.7.0-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru python-whoosh-2.7.0/debian/control python-whoosh-2.7.0/debian/control
--- python-whoosh-2.7.0/debian/control	2015-05-07 12:26:13.0 +0100
+++ python-whoosh-2.7.0/debian/control	2017-01-30 09:36:00.0 +
@@ -1,15 +1,15 @@
 Source: python-whoosh
 Section: python
 Priority: optional
-Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) 
-Build-Depends: debhelper (>= 9), dh-python, python-setuptools, python3-setuptools
+Maintainer: Debian QA Group 
+Build-Depends: debhelper (>= 9), dh-python, python-setuptools, python3-setuptools, sphinx-common
 Build-Depends-Indep: python3-sphinx (>= 1.0.7+dfsg), python-all (>= 2.6.6-2), python3-all, python-pytest, python3-pytest
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
 Homepage: http://bitbucket.org/mchaput/whoosh/
 X-Python-Version: >= 2.5
 X-Python3-Version: >= 3.2
-Vcs-Git: git://anonscm.debian.org/collab-maint/python-whoosh.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/python-whoosh.git
+Vcs-Git: https://anonscm.debian.org/git/collab-maint/python-whoosh.git
+Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/python-whoosh.git
 
 Package: python-whoosh
 Architecture: all
Binary files /tmp/tLOQrYZBkE/python-whoosh-2.7.0/debian/missing/english-words.10.gz and /tmp/5Q0GGXhv4V/python-whoosh-2.7.0/debian/missing/english-words.10.gz differ
diff 

Bug#854248: marked as done (unblock: ejabberd/16.09-4)

2017-02-05 Thread Debian Bug Tracking System
Your message dated Sun, 05 Feb 2017 19:57:00 +
with message-id 
and subject line Re: Bug#854248: unblock: ejabberd/16.09-4
has caused the Debian Bug report #854248,
regarding unblock: ejabberd/16.09-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.)


-- 
854248: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=854248
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 ejabberd 16.09-4 (not uploaded yet).

There are 3 small changes:
 - add missing ImageMagick paths to apparmor profile
   (needed for captcha and thumbnail generation)
 - enable roster versioning by default (#851212)
   (saves bandwidth, especially for mobile clients)
 - extend README.Debian with information on how to configure the systemd
   unit file when using pam authentication (#854178)

Full diff attached.

Best wishes,
Philipp


unblock ejabberd/16.09-4
diff --git a/debian/README.Debian b/debian/README.Debian
index dcf6f26..e823a24 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -138,6 +138,34 @@ and to make epam setuid root you can do:
 (Note that we set o-x there so that only users in the ejabberd group
 are able to elevate their privileges by executing this program.)
 
+When ejabberd is started via systemd, you will have to edit the
+ejabberd.service file and set the following:
+
+ [Service]
+ PrivateDevices=false
+ NoNewPrivileges=false
+
+Otherwise it will be impossible for the epam helper program to gain the
+configured setuid and/or setgid privileges.
+
+With systemd >= 218 you can simply create an override with
+`systemctl edit ejabberd.service` and put
+ [Service]
+ PrivateDevices=
+ PrivateDevices=false
+ NoNewPrivileges=
+ NoNewPrivileges=false
+in there.
+
+With systemd < 218 the changes must be made manually.
+In order to not loose the changes upon upgrades,
+remove the symlink
+ /etc/systemd/system/multi-user.target.wants/ejabberd.service
+and replace it with a copy of
+ /lib/systemd/system/ejabberd.service
+before making the changes.
+Remember to do a `systemctl daemon-reload` afterwards.
+
 
 4. Using DBMS for data storage
 ===
diff --git a/debian/changelog b/debian/changelog
index 7acd34b..6728f59 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+ejabberd (16.09-4) unstable; urgency=medium
+
+  * Added missing ImageMagick paths to apparmor profile
+  * Enabled versioning in mod_roster by default (Closes: #851212)
+  * Extended README.Debian with information regarding pam + systemd
+(Closes: #854178)
+
+ -- Philipp Huebner   Sun, 05 Feb 2017 13:19:29 +0100
+
 ejabberd (16.09-3) unstable; urgency=medium
 
   * Added lsb-base (>= 3.0-6) to Depends
diff --git a/debian/patches/ejabberd.yml.example.diff 
b/debian/patches/ejabberd.yml.example.diff
index 65be78c..d8f823d 100644
--- a/debian/patches/ejabberd.yml.example.diff
+++ b/debian/patches/ejabberd.yml.example.diff
@@ -161,3 +161,13 @@ Index: ejabberd/ejabberd.yml.example
## mod_multicast: {}
mod_offline: 
  access_max_user_messages: max_user_offline_messages
+@@ -661,7 +660,8 @@ modules:
+ ##
+ ##   access_from: deny
+ ##   access: register
+-  mod_roster: {}
++  mod_roster:
++versioning: true
+   mod_shared_roster: {}
+   mod_stats: {}
+   mod_time: {}
diff --git a/debian/usr.sbin.ejabberdctl b/debian/usr.sbin.ejabberdctl
index e8eaa01..edf6c99 100644
--- a/debian/usr.sbin.ejabberdctl
+++ b/debian/usr.sbin.ejabberdctl
@@ -44,8 +44,9 @@
}
 
 
-   /etc/ejabberd** r,
/etc/default/ejabberd   r,
+   /etc/ejabberd** r,
+   /etc/ImageMagick**  r,
 
/run/ejabberd** rw,
 
@@ -76,6 +77,8 @@
 
/usr/sbin/ejabberdctl   r,
 
+   /usr/share/ImageMagick-*/** rix,
+
/var/backups/   rw,
/var/backups/ejabberd** rwlk,
/var/lib/ejabberd** rw,
--- End Message ---
--- Begin Message ---
Niels Thykier:
> Control: tags -1 confirmed
> 
> [...]
>>
> 
> Please go ahead and notify us once the upload has been accepted plus
> built on all relevant release architectures.
> 
> ~Niels
> 

The upload occurred and I noticed the built went through, so I 

Bug#854290: marked as done (unblock: ruby-pdf-reader/1.4.0-2)

2017-02-05 Thread Debian Bug Tracking System
Your message dated Sun, 05 Feb 2017 19:53:00 +
with message-id <2bde7e25-f7d2-6019-3a90-d6900e137...@thykier.net>
and subject line Re: Bug#854290: unblock: ruby-pdf-reader/1.4.0-2
has caused the Debian Bug report #854290,
regarding unblock: ruby-pdf-reader/1.4.0-2
to be marked as done.

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

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


-- 
854290: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=854290
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 ruby-pdf-reader version 1.4.0-2

#850688 explains that the copies of the Type1 font files are not
actually distributed under a DFSG-free license when the MustRead.html
file is missing. This revision of the package just adds that file
and updates d/copyright, which also was neglected in the past.

debdiff below.

Thanks,
-ch


unblock ruby-pdf-reader/1.4.0-2


diff -Nru ruby-pdf-reader-1.4.0/debian/changelog 
ruby-pdf-reader-1.4.0/debian/changelog
--- ruby-pdf-reader-1.4.0/debian/changelog  2016-03-03 13:07:16.0 
+
+++ ruby-pdf-reader-1.4.0/debian/changelog  2017-02-05 19:10:44.0 
+
@@ -1,3 +1,11 @@
+ruby-pdf-reader (1.4.0-2) unstable; urgency=medium
+
+  * Team upload.
+  * Include missing file for Type1 fonts license compliance,
+and update debian/copyright. (Closes: #850688)
+
+ -- Christian Hofstaedtler   Sun, 05 Feb 2017 19:10:44 +
+
 ruby-pdf-reader (1.4.0-1) unstable; urgency=medium
 
   * Team upload.
diff -Nru ruby-pdf-reader-1.4.0/debian/copyright 
ruby-pdf-reader-1.4.0/debian/copyright
--- ruby-pdf-reader-1.4.0/debian/copyright  2016-03-03 12:52:32.0 
+
+++ ruby-pdf-reader-1.4.0/debian/copyright  2017-02-05 19:10:44.0 
+
@@ -11,6 +11,18 @@
 Copyright: Copyright 2011 Cédric Boutillier 
 License: Expat
 
+Files: lib/pdf/reader/afm/*
+Copyright: © 1985-1997, Adobe Systems Incorporated
+License: other
+ Core 14 AFM Files - ReadMe
+ This file and the 14 PostScript(R) AFM files it accompanies may be used,
+ copied, and distributed for any purpose and without charge, with or without
+ modification, provided that all copyright notices are retained; that the AFM
+ files are not distributed without this file; that all modifications to this
+ file or any of the AFM files are prominently noted in the modified file(s);
+ and that this paragraph is not modified. Adobe Systems has no responsibility
+ or obligation to support the use of the AFM files.
+
 License: Expat
  Permission is hereby granted, free of charge, to any person obtaining
  a copy of this software and associated documentation files (the
diff -Nru ruby-pdf-reader-1.4.0/debian/patches/0001-add-licensefile.patch 
ruby-pdf-reader-1.4.0/debian/patches/0001-add-licensefile.patch
--- ruby-pdf-reader-1.4.0/debian/patches/0001-add-licensefile.patch 
1970-01-01 00:00:00.0 +
+++ ruby-pdf-reader-1.4.0/debian/patches/0001-add-licensefile.patch 
2017-02-05 19:10:44.0 +
@@ -0,0 +1,7 @@
+Index: ruby-pdf-reader/lib/pdf/reader/afm/MustRead.html
+===
+--- /dev/null
 ruby-pdf-reader/lib/pdf/reader/afm/MustRead.html
+@@ -0,0 +1 @@
++




Core 14 AFM Files - ReadMe



or



This file and the 14 
PostScript(R) AFM files it accompanies may be used, copied, and distributed for 
any purpose and without charge, with or without modification, provided that all 
copyright notices are retained; that the AFM files are not distributed without 
this file; that all modifications to this file or any of the AFM files are 
prominently noted in the modified file(s); and that this paragraph is not 
modified. Adobe Systems has no responsibility or obligation to support the use 
of the AFM files. Col





+\ No newline at end of file
diff -Nru ruby-pdf-reader-1.4.0/debian/patches/series 
ruby-pdf-reader-1.4.0/debian/patches/series
--- ruby-pdf-reader-1.4.0/debian/patches/series 2015-12-17 21:27:00.0 
+
+++ ruby-pdf-reader-1.4.0/debian/patches/series 2017-02-05 19:10:44.0 
+
@@ -1,3 +1,4 @@
+0001-add-licensefile.patch
 0002-examples_rubygems.patch
 0004-spec_fix_requires.patch
 0006-spec_add_require_yaml.patch
--- End Message ---
--- Begin 

[debian-www] Please add mips64el to stretch and add pages for buster

2017-02-05 Thread Niels Thykier
Hi,

I have made two patches for:
 * Adding mips64el as a release architecture for stretch
 * Adding pages for buster under www.d.o/releases/buster
   (also adds a version for stretch to fix a minor visual
glitch in some pages)

Please review and commit these patches. :)

Thanks,
~Niels

From 7650d11dbd08bacef4ba0be5c8e7f88648d70c2f Mon Sep 17 00:00:00 2001
From: Niels Thykier 
Date: Sun, 5 Feb 2017 18:33:24 +
Subject: [PATCH 1/2] release.data: Add mips64el

Signed-off-by: Niels Thykier 
---
 english/releases/stretch/release.data | 1 +
 1 file changed, 1 insertion(+)

diff --git a/english/releases/stretch/release.data b/english/releases/stretch/release.data
index b38609155..3ba53b16b 100644
--- a/english/releases/stretch/release.data
+++ b/english/releases/stretch/release.data
@@ -25,6 +25,7 @@
 	arm64,
 	ppc64el,
 #	ppc64,
+	mips64el,
 );
 
 # list of languages install manual is translated to
-- 
2.11.0

From c6c3b814df1182f1c523fe11653e2fdc5b94c834 Mon Sep 17 00:00:00 2001
From: Niels Thykier 
Date: Sun, 5 Feb 2017 18:48:51 +
Subject: [PATCH 2/2] Add releases/buster to the website

There are forward links in the releases/stretch websites that activate
when stretch is marked as the stable release.

Signed-off-by: Niels Thykier 
---
 english/releases/Makefile  |   2 +-
 english/releases/buster/Makefile   |  21 +++
 english/releases/buster/credits.wml|  13 ++
 english/releases/buster/debian-installer/Makefile  |  13 ++
 english/releases/buster/debian-installer/index.wml | 191 +
 english/releases/buster/errata.wml |  74 
 english/releases/buster/index.wml  |  92 ++
 english/releases/buster/installmanual.wml  |  44 +
 english/releases/buster/release.data   |  89 ++
 english/releases/buster/releasenotes.wml   |  41 +
 english/releases/buster/reportingbugs.wml  |  49 ++
 english/template/debian/release_info.wml   |   4 +
 12 files changed, 632 insertions(+), 1 deletion(-)
 create mode 100644 english/releases/buster/Makefile
 create mode 100644 english/releases/buster/credits.wml
 create mode 100644 english/releases/buster/debian-installer/Makefile
 create mode 100644 english/releases/buster/debian-installer/index.wml
 create mode 100644 english/releases/buster/errata.wml
 create mode 100644 english/releases/buster/index.wml
 create mode 100644 english/releases/buster/installmanual.wml
 create mode 100644 english/releases/buster/release.data
 create mode 100644 english/releases/buster/releasenotes.wml
 create mode 100644 english/releases/buster/reportingbugs.wml

diff --git a/english/releases/Makefile b/english/releases/Makefile
index 1fb554361..cf022077f 100644
--- a/english/releases/Makefile
+++ b/english/releases/Makefile
@@ -3,7 +3,7 @@
 
 WMLBASE=..
 CUR_DIR=releases
-SUBS=hamm slink potato woody sarge etch lenny squeeze wheezy jessie stretch sid
+SUBS=hamm slink potato woody sarge etch lenny squeeze wheezy jessie stretch buster sid
 
 include $(WMLBASE)/Make.lang
 
diff --git a/english/releases/buster/Makefile b/english/releases/buster/Makefile
new file mode 100644
index 0..744ff3b4d
--- /dev/null
+++ b/english/releases/buster/Makefile
@@ -0,0 +1,21 @@
+# If this makefile is not generic enough to support a translation,
+# please contact debian-www.
+
+WMLBASE=../..
+CUR_DIR=releases/buster
+SUBS=debian-installer
+
+include $(WMLBASE)/Make.lang
+
+index.$(LANGUAGE).html: index.wml $(TEMPLDIR)/release.wml \
+  $(ENGLISHDIR)/releases/buster/release.data $(TEMPLDIR)/release_info.wml
+
+releasenotes.$(LANGUAGE).html: releasenotes.wml $(TEMPLDIR)/release.wml \
+  $(ENGLISHDIR)/releases/buster/release.data $(TEMPLDIR)/release_info.wml \
+  $(ENGLISHDIR)/releases/arches.data \
+  $(wildcard $(HTMLDIR)/*/release-notes*)
+
+installmanual.$(LANGUAGE).html: installmanual.wml $(TEMPLDIR)/release.wml \
+  $(ENGLISHDIR)/releases/buster/release.data $(TEMPLDIR)/release_info.wml \
+  $(ENGLISHDIR)/releases/arches.data \
+  $(wildcard $(HTMLDIR)/*/install*)
diff --git a/english/releases/buster/credits.wml b/english/releases/buster/credits.wml
new file mode 100644
index 0..aca17b4ac
--- /dev/null
+++ b/english/releases/buster/credits.wml
@@ -0,0 +1,13 @@
+#use wml::debian::template title="Debian 10 -- Credits (or Blame)" BARETITLE=true
+
+Release management
+
+This release of Debian was managed by Emilio Pozuelo Monfort and
+Niels Thykier, with the assistance of Adam D. Barratt, Cyril
+Brulebois, Julien Cristau, Mehdi Dogguy, Philipp Kern, Ivo De Decker
+and Jonathan Wiltshire.
+
+The rest of Debian
+
+The developers and everyone else
+who contributed.
diff --git a/english/releases/buster/debian-installer/Makefile b/english/releases/buster/debian-installer/Makefile
new file mode 100644
index 0..3c0678b00
--- /dev/null
+++ 

Bug#854290: unblock: ruby-pdf-reader/1.4.0-2

2017-02-05 Thread Christian Hofstaedtler
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package ruby-pdf-reader version 1.4.0-2

#850688 explains that the copies of the Type1 font files are not
actually distributed under a DFSG-free license when the MustRead.html
file is missing. This revision of the package just adds that file
and updates d/copyright, which also was neglected in the past.

debdiff below.

Thanks,
-ch


unblock ruby-pdf-reader/1.4.0-2


diff -Nru ruby-pdf-reader-1.4.0/debian/changelog 
ruby-pdf-reader-1.4.0/debian/changelog
--- ruby-pdf-reader-1.4.0/debian/changelog  2016-03-03 13:07:16.0 
+
+++ ruby-pdf-reader-1.4.0/debian/changelog  2017-02-05 19:10:44.0 
+
@@ -1,3 +1,11 @@
+ruby-pdf-reader (1.4.0-2) unstable; urgency=medium
+
+  * Team upload.
+  * Include missing file for Type1 fonts license compliance,
+and update debian/copyright. (Closes: #850688)
+
+ -- Christian Hofstaedtler   Sun, 05 Feb 2017 19:10:44 +
+
 ruby-pdf-reader (1.4.0-1) unstable; urgency=medium
 
   * Team upload.
diff -Nru ruby-pdf-reader-1.4.0/debian/copyright 
ruby-pdf-reader-1.4.0/debian/copyright
--- ruby-pdf-reader-1.4.0/debian/copyright  2016-03-03 12:52:32.0 
+
+++ ruby-pdf-reader-1.4.0/debian/copyright  2017-02-05 19:10:44.0 
+
@@ -11,6 +11,18 @@
 Copyright: Copyright 2011 Cédric Boutillier 
 License: Expat
 
+Files: lib/pdf/reader/afm/*
+Copyright: © 1985-1997, Adobe Systems Incorporated
+License: other
+ Core 14 AFM Files - ReadMe
+ This file and the 14 PostScript(R) AFM files it accompanies may be used,
+ copied, and distributed for any purpose and without charge, with or without
+ modification, provided that all copyright notices are retained; that the AFM
+ files are not distributed without this file; that all modifications to this
+ file or any of the AFM files are prominently noted in the modified file(s);
+ and that this paragraph is not modified. Adobe Systems has no responsibility
+ or obligation to support the use of the AFM files.
+
 License: Expat
  Permission is hereby granted, free of charge, to any person obtaining
  a copy of this software and associated documentation files (the
diff -Nru ruby-pdf-reader-1.4.0/debian/patches/0001-add-licensefile.patch 
ruby-pdf-reader-1.4.0/debian/patches/0001-add-licensefile.patch
--- ruby-pdf-reader-1.4.0/debian/patches/0001-add-licensefile.patch 
1970-01-01 00:00:00.0 +
+++ ruby-pdf-reader-1.4.0/debian/patches/0001-add-licensefile.patch 
2017-02-05 19:10:44.0 +
@@ -0,0 +1,7 @@
+Index: ruby-pdf-reader/lib/pdf/reader/afm/MustRead.html
+===
+--- /dev/null
 ruby-pdf-reader/lib/pdf/reader/afm/MustRead.html
+@@ -0,0 +1 @@
++




Core 14 AFM Files - ReadMe



or



This file and the 14 
PostScript(R) AFM files it accompanies may be used, copied, and distributed for 
any purpose and without charge, with or without modification, provided that all 
copyright notices are retained; that the AFM files are not distributed without 
this file; that all modifications to this file or any of the AFM files are 
prominently noted in the modified file(s); and that this paragraph is not 
modified. Adobe Systems has no responsibility or obligation to support the use 
of the AFM files. Col





+\ No newline at end of file
diff -Nru ruby-pdf-reader-1.4.0/debian/patches/series 
ruby-pdf-reader-1.4.0/debian/patches/series
--- ruby-pdf-reader-1.4.0/debian/patches/series 2015-12-17 21:27:00.0 
+
+++ ruby-pdf-reader-1.4.0/debian/patches/series 2017-02-05 19:10:44.0 
+
@@ -1,3 +1,4 @@
+0001-add-licensefile.patch
 0002-examples_rubygems.patch
 0004-spec_fix_requires.patch
 0006-spec_add_require_yaml.patch



Bug#854285: unblock: ruby-rabl/0.13.0-2

2017-02-05 Thread Christian Hofstaedtler
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package ruby-rabl, version 0.13.0-2.

This version adds a patch from Gilles Filippini to fix FTBFS bug
#849315.
While globally patching BSON to expose the removed 'serialize'
method again might not be the nicest thing to do, I agree it's the
best thing to do for stretch. (Effect limited to users importing
ruby-rabl, very tiny change, no other packages appear to care about
the specifics.)

debdiff below.

Thanks,
-ch


unblock ruby-rabl/0.13.0-2



diff -Nru ruby-rabl-0.13.0/debian/changelog ruby-rabl-0.13.0/debian/changelog
--- ruby-rabl-0.13.0/debian/changelog   2016-08-24 10:43:46.0 +
+++ ruby-rabl-0.13.0/debian/changelog   2017-02-05 17:37:31.0 +
@@ -1,3 +1,13 @@
+ruby-rabl (0.13.0-2) unstable; urgency=medium
+
+  * Team upload.
+
+  [ Gilles Filippini ]
+  * def-bson-serialize.patch: reintroduce BSON.serialize method dropped
+from ruby-bson since release 2.0.0 (Closes: #849315)
+
+ -- Christian Hofstaedtler   Sun, 05 Feb 2017 17:37:31 +
+
 ruby-rabl (0.13.0-1) unstable; urgency=medium
 
   * Imported Upstream version 0.13.0
diff -Nru ruby-rabl-0.13.0/debian/patches/def-bson-serialize.patch 
ruby-rabl-0.13.0/debian/patches/def-bson-serialize.patch
--- ruby-rabl-0.13.0/debian/patches/def-bson-serialize.patch1970-01-01 
00:00:00.0 +
+++ ruby-rabl-0.13.0/debian/patches/def-bson-serialize.patch2017-02-05 
17:37:31.0 +
@@ -0,0 +1,36 @@
+Description: From ruby-bson upstream changelog [1]:
+ 2.0.0
+ Backwards Incompatible Changes
+ ...
+ BSON.serialize is no longer the entry point to serialize a BSON
+ document into its raw bytes.
+ For Ruby runtimes that support ordered hashes, you may simply call
+ `to_bson` on the hash instance (Alternatively a `BSON::Document` is
+ also a hash:
+  { key: "value" }.to_bson
+  BSON::Document[:key, "value"].to_bson
+ For Ruby runtimes that do not support ordered hashes, then you must
+ instantiate an instance of a `BSON::Document` (which is a subclass of
+ hash) and call `to_bson` on that, since the BSON specification
+ guarantees order of the fields:
+  BSON::Document[:key, "value"].to_bson
+ .
+ [1] https://github.com/mongodb/bson-ruby/blob/master/CHANGELOG.md
+ .
+ This patch re-introduces BSON.serialize.
+Author: Gilles Filippini 
+Bug-Debian: https://bugs.debian.org/849315
+Index: ruby-rabl-0.13.0/lib/rabl/configuration.rb
+===
+--- ruby-rabl-0.13.0.orig/lib/rabl/configuration.rb
 ruby-rabl-0.13.0/lib/rabl/configuration.rb
+@@ -7,6 +7,9 @@ end
+ # We load the bson library if it is available.
+ begin
+   require 'bson'
++  def BSON.serialize data
++data.to_bson
++  end
+   rescue LoadError
+ end
+ 
diff -Nru ruby-rabl-0.13.0/debian/patches/series 
ruby-rabl-0.13.0/debian/patches/series
--- ruby-rabl-0.13.0/debian/patches/series  1970-01-01 00:00:00.0 
+
+++ ruby-rabl-0.13.0/debian/patches/series  2017-02-05 17:37:31.0 
+
@@ -0,0 +1 @@
+def-bson-serialize.patch



Processed: design-desktop-animation: please drop dependency on pencil2d

2017-02-05 Thread Debian Bug Tracking System
Processing control commands:

> block 854268 by -1
Bug #854268 [release.debian.org] RM: pencil2d/0.5.4~git20161126.963f87c+dfsg-1
854268 was not blocked by any bugs.
854268 was not blocking any bugs.
Added blocking bug(s) of 854268: 854277

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



Bug#854269: marked as done (unblock: ruby-gettext/3.2.2-2)

2017-02-05 Thread Debian Bug Tracking System
Your message dated Sun, 05 Feb 2017 17:21:00 +
with message-id <2d17fc5f-93f6-5e3a-8786-9843dd1b6...@thykier.net>
and subject line Re: Bug#854269: unblock: ruby-gettext/3.2.2-2
has caused the Debian Bug report #854269,
regarding unblock: ruby-gettext/3.2.2-2
to be marked as done.

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

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


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

I have no idea what happened, but -2 apparently never made it into
unstable, even though it was prepared in November 2016.

I can confirm that it fixes the FTBFS bug (#840789) and the problems
under autopkgtest.

debdiff below.


Thanks for considering,
-ch


unblock ruby-gettext/3.2.2-2


diff -Nru ruby-gettext-3.2.2/debian/changelog 
ruby-gettext-3.2.2/debian/changelog
--- ruby-gettext-3.2.2/debian/changelog 2016-08-08 15:56:05.0 +
+++ ruby-gettext-3.2.2/debian/changelog 2016-11-03 08:57:28.0 +
@@ -1,3 +1,17 @@
+ruby-gettext (3.2.2-2) unstable; urgency=medium
+
+  [ Antonio Terceiro ]
+  * Avoid calling rake in debian/ruby-tests.rb; instead, just load
+test/run-test.rb; that is the same as what the Rakefile would do, but the
+Rakefile would also try to write to lib/gettext/po_parser.rb under
+autopkgtest because lib/ is moved away. This fixes the test suite under
+autopkgtest
+  [ Hleb Valoshka ]
+  *  Set external encoding in tests with Encoding.default_external not LC_ALL
+  *  Use ruby-test-unit-rr instead of -rr and -test-unit (Closes: #840789)
+
+ -- Hleb Valoshka <375...@gmail.com>  Thu, 03 Nov 2016 11:57:28 +0300
+
 ruby-gettext (3.2.2-1) unstable; urgency=medium
 
   [ Cédric Boutillier ]
diff -Nru ruby-gettext-3.2.2/debian/control ruby-gettext-3.2.2/debian/control
--- ruby-gettext-3.2.2/debian/control   2016-08-08 15:56:05.0 +
+++ ruby-gettext-3.2.2/debian/control   2016-11-03 08:57:28.0 +
@@ -8,8 +8,7 @@
racc,
rake,
ruby-locale (>= 2.0.5),
-   ruby-rr,
-   ruby-test-unit (>= 2.5.4),
+   ruby-test-unit-rr,
ruby-text (>= 1.3.0),
yard
 Standards-Version: 3.9.8
diff -Nru ruby-gettext-3.2.2/debian/ruby-tests.rb 
ruby-gettext-3.2.2/debian/ruby-tests.rb
--- ruby-gettext-3.2.2/debian/ruby-tests.rb 2016-08-08 15:56:05.0 
+
+++ ruby-gettext-3.2.2/debian/ruby-tests.rb 2016-11-03 08:57:28.0 
+
@@ -1,7 +1,3 @@
-ENV['LC_ALL'] = 'C.UTF-8'
+Encoding.default_external = 'UTF-8'
 
-require 'rake'
-app = Rake.application
-app.init
-app.load_rakefile
-app['test'].invoke
+load 'test/run-test.rb'
--- End Message ---
--- Begin Message ---
Christian Hofstaedtler:
> Package: release.debian.org
> Severity: normal
> User: release.debian@packages.debian.org
> Usertags: unblock
> 
> Please unblock package ruby-gettext.
> 
> I have no idea what happened, but -2 apparently never made it into
> unstable, even though it was prepared in November 2016.
> 
> I can confirm that it fixes the FTBFS bug (#840789) and the problems
> under autopkgtest.
> 
> debdiff below.
> 
> 
> Thanks for considering,
> -ch
> 
> 
> unblock ruby-gettext/3.2.2-2
> 
> 
> [...]

Unblocked, thanks.

~Niels--- End Message ---


Processed: Re: Bug#854268: RM: pencil2d/0.5.4~git20161126.963f87c+dfsg-1

2017-02-05 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 moreinfo
Bug #854268 [release.debian.org] RM: pencil2d/0.5.4~git20161126.963f87c+dfsg-1
Added tag(s) moreinfo.

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



Bug#854268: RM: pencil2d/0.5.4~git20161126.963f87c+dfsg-1

2017-02-05 Thread Niels Thykier
Control: tags -1 moreinfo

Mattia Rizzolo:
> package: release.debian.org
> user: release.debian@packages.debian.org
> usertags: rm
> 
> As for the jessie release I still don't think pencil2d is ready to land
> in a Debian stable release.
> It's really waiting on a new upstream version declared stable, which was
> scheduled for Spring 2016 but after all has yet to happen.
> 
> Please kick it out of stretch.
> 

It has reverse dependencies!

""
$ dak rm -nR -s testing pencil2d
[...]
Checking reverse dependencies...
# Broken Depends:
debian-design: design-desktop-animation

Dependency problem found.

"""

Please file an RC bug against debian-design, asking the maintainer to
remove the dependency along with related features (if any).

Thanks
~Niels



Bug#845819: nmu all revers build depends of eigen3

2017-02-05 Thread Anton Gladky
Hi Niels,

2017-02-05 17:52 GMT+01:00 Niels Thykier :
> We don't plan to rebuild for the sake of rebuilding, so I am closing
> this request with no action.
>
> Please do reopen it if there are requirements (i.e. something breaks) if
> we do not recompile the reverse dependencies.  But from what I can tell
> so far, this is not the case here.

Sure, no problem with the bug closing.

it is probably the question for the longer discussion in the future, how should
we proceed with header-only libraries. Usually I do not ask for the
rebuilding after an upload of this package. But there was a discussion
last August [1] regarding this topic. And sometimes it makes really
sense to rebuild all rdeps.

[1] https://lists.debian.org/debian-science/2016/08/msg00032.html

Best regards

Anton



Bug#854270: marked as done (unblock: calcurse/4.2.1-1.1)

2017-02-05 Thread Debian Bug Tracking System
Your message dated Sun, 05 Feb 2017 17:19:00 +
with message-id <65020f6a-0d1d-1507-f123-2f548f034...@thykier.net>
and subject line Re: Bug#854270: unblock: calcurse/4.2.1-1.1
has caused the Debian Bug report #854270,
regarding unblock: calcurse/4.2.1-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.)


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

It fixes a FTBFS #851031

diff -Nru calcurse-4.2.1/debian/changelog calcurse-4.2.1/debian/changelog
--- calcurse-4.2.1/debian/changelog 2016-12-30 14:35:30.0 +0500
+++ calcurse-4.2.1/debian/changelog 2017-02-05 13:42:21.0 +0500
@@ -1,3 +1,11 @@
+calcurse (4.2.1-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add B-D: tzdata to fix a FTBFS, investigated by Reiner Herrmann (Closes:
+#851031).
+
+ -- Andrey Rahmatullin   Sun, 05 Feb 2017 13:42:21 +0500
+
 calcurse (4.2.1-1) unstable; urgency=low

   * The Akamai Technologies paid volunteer days release.
diff -Nru calcurse-4.2.1/debian/control calcurse-4.2.1/debian/control
--- calcurse-4.2.1/debian/control   2016-12-30 14:35:30.0 +0500
+++ calcurse-4.2.1/debian/control   2017-02-05 13:41:41.0 +0500
@@ -2,7 +2,7 @@
 Section: utils
 Priority: optional
 Maintainer: Bartosz Fenski 
-Build-Depends: debhelper (>= 9.0.0), dh-autoreconf, libncursesw5-dev,
autotools-dev
+Build-Depends: debhelper (>= 9.0.0), dh-autoreconf, libncursesw5-dev,
autotools-dev, tzdata
 Standards-Version: 3.9.8
 Homepage: http://calcurse.org
 Vcs-Git: git://git.calcurse.org/calcurse.git

unblock calcurse/4.2.1-1.1

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

Kernel: Linux 4.9.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
--- End Message ---
--- Begin Message ---
Andrey Rahmatullin:
> Package: release.debian.org
> Severity: normal
> User: release.debian@packages.debian.org
> Usertags: unblock
> 
> Please unblock package calcurse
> 
> It fixes a FTBFS #851031
> 
> [...]
> 
> unblock calcurse/4.2.1-1.1
> 
> [...]

Unblocked, thanks.

~Niels--- End Message ---


Bug#854270: unblock: calcurse/4.2.1-1.1

2017-02-05 Thread Andrey Rahmatullin
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package calcurse

It fixes a FTBFS #851031

diff -Nru calcurse-4.2.1/debian/changelog calcurse-4.2.1/debian/changelog
--- calcurse-4.2.1/debian/changelog 2016-12-30 14:35:30.0 +0500
+++ calcurse-4.2.1/debian/changelog 2017-02-05 13:42:21.0 +0500
@@ -1,3 +1,11 @@
+calcurse (4.2.1-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add B-D: tzdata to fix a FTBFS, investigated by Reiner Herrmann (Closes:
+#851031).
+
+ -- Andrey Rahmatullin   Sun, 05 Feb 2017 13:42:21 +0500
+
 calcurse (4.2.1-1) unstable; urgency=low

   * The Akamai Technologies paid volunteer days release.
diff -Nru calcurse-4.2.1/debian/control calcurse-4.2.1/debian/control
--- calcurse-4.2.1/debian/control   2016-12-30 14:35:30.0 +0500
+++ calcurse-4.2.1/debian/control   2017-02-05 13:41:41.0 +0500
@@ -2,7 +2,7 @@
 Section: utils
 Priority: optional
 Maintainer: Bartosz Fenski 
-Build-Depends: debhelper (>= 9.0.0), dh-autoreconf, libncursesw5-dev,
autotools-dev
+Build-Depends: debhelper (>= 9.0.0), dh-autoreconf, libncursesw5-dev,
autotools-dev, tzdata
 Standards-Version: 3.9.8
 Homepage: http://calcurse.org
 Vcs-Git: git://git.calcurse.org/calcurse.git

unblock calcurse/4.2.1-1.1

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

Kernel: Linux 4.9.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)



Bug#854269: unblock: ruby-gettext/3.2.2-2

2017-02-05 Thread Christian Hofstaedtler
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package ruby-gettext.

I have no idea what happened, but -2 apparently never made it into
unstable, even though it was prepared in November 2016.

I can confirm that it fixes the FTBFS bug (#840789) and the problems
under autopkgtest.

debdiff below.


Thanks for considering,
-ch


unblock ruby-gettext/3.2.2-2


diff -Nru ruby-gettext-3.2.2/debian/changelog 
ruby-gettext-3.2.2/debian/changelog
--- ruby-gettext-3.2.2/debian/changelog 2016-08-08 15:56:05.0 +
+++ ruby-gettext-3.2.2/debian/changelog 2016-11-03 08:57:28.0 +
@@ -1,3 +1,17 @@
+ruby-gettext (3.2.2-2) unstable; urgency=medium
+
+  [ Antonio Terceiro ]
+  * Avoid calling rake in debian/ruby-tests.rb; instead, just load
+test/run-test.rb; that is the same as what the Rakefile would do, but the
+Rakefile would also try to write to lib/gettext/po_parser.rb under
+autopkgtest because lib/ is moved away. This fixes the test suite under
+autopkgtest
+  [ Hleb Valoshka ]
+  *  Set external encoding in tests with Encoding.default_external not LC_ALL
+  *  Use ruby-test-unit-rr instead of -rr and -test-unit (Closes: #840789)
+
+ -- Hleb Valoshka <375...@gmail.com>  Thu, 03 Nov 2016 11:57:28 +0300
+
 ruby-gettext (3.2.2-1) unstable; urgency=medium
 
   [ Cédric Boutillier ]
diff -Nru ruby-gettext-3.2.2/debian/control ruby-gettext-3.2.2/debian/control
--- ruby-gettext-3.2.2/debian/control   2016-08-08 15:56:05.0 +
+++ ruby-gettext-3.2.2/debian/control   2016-11-03 08:57:28.0 +
@@ -8,8 +8,7 @@
racc,
rake,
ruby-locale (>= 2.0.5),
-   ruby-rr,
-   ruby-test-unit (>= 2.5.4),
+   ruby-test-unit-rr,
ruby-text (>= 1.3.0),
yard
 Standards-Version: 3.9.8
diff -Nru ruby-gettext-3.2.2/debian/ruby-tests.rb 
ruby-gettext-3.2.2/debian/ruby-tests.rb
--- ruby-gettext-3.2.2/debian/ruby-tests.rb 2016-08-08 15:56:05.0 
+
+++ ruby-gettext-3.2.2/debian/ruby-tests.rb 2016-11-03 08:57:28.0 
+
@@ -1,7 +1,3 @@
-ENV['LC_ALL'] = 'C.UTF-8'
+Encoding.default_external = 'UTF-8'
 
-require 'rake'
-app = Rake.application
-app.init
-app.load_rakefile
-app['test'].invoke
+load 'test/run-test.rb'



Bug#854268: RM: pencil2d/0.5.4~git20161126.963f87c+dfsg-1

2017-02-05 Thread Mattia Rizzolo
package: release.debian.org
user: release.debian@packages.debian.org
usertags: rm

As for the jessie release I still don't think pencil2d is ready to land
in a Debian stable release.
It's really waiting on a new upstream version declared stable, which was
scheduled for Spring 2016 but after all has yet to happen.

Please kick it out of stretch.

-- 
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#845819: marked as done (nmu all revers build depends of eigen3)

2017-02-05 Thread Debian Bug Tracking System
Your message dated Sun, 05 Feb 2017 16:52:00 +
with message-id 
and subject line Re: Bug#845819: nmu all revers build depends of eigen3
has caused the Debian Bug report #845819,
regarding nmu all revers build depends of  eigen3
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.)


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

Dear release team,

the new version of header only library eigen3 has recently
been released and uploaded into the Debian. Thus it would
be good to rebuild all reverse dependencies of this package
in the archive.

The arrached list contains all possible reverse-debendencies,
which need to be binNMUed.

If there is a better mechanism to ask for such request, please
let me know.

Thank you

Anton
analitza
avogadro
cain
calligra
ceres-solver
csound
digikam
dolfin
fastqtl
freecad
gnudatalanguage
guitarix
iqtree
kalzium
kido
kstars
lammps
liggghts
mia
minieigen
movit
mpqc3
mrpt
nanopolish
openbabel
opencv
openscad
opensurgsim
orocos-kdl
palabos
paraview
pcl
probabel
purify
ros-eigen-stl-containers
ros-geometric-shapes
ros-geometry
ros-geometry-experimental
ros-laser-geometry
ros-pcl-conversions
ros-rviz
salmon
sopt
step
tiledarray
woo
yade
cufflinks
--- End Message ---
--- Begin Message ---
On Wed, 18 Jan 2017 20:27:58 +0100 Anton Gladky  wrote:
> It is a header-only library. There is no ABI. But it would be
> good to build all deps against new eigen3.
> 
> Regards
> 
> Anton
> 
> 
> [...]

Hi Anton,

We don't plan to rebuild for the sake of rebuilding, so I am closing
this request with no action.

Please do reopen it if there are requirements (i.e. something breaks) if
we do not recompile the reverse dependencies.  But from what I can tell
so far, this is not the case here.

Thanks,
~Niels--- End Message ---


Bug#854259: marked as done (unblock: appstream-glib/0.6.8-1)

2017-02-05 Thread Debian Bug Tracking System
Your message dated Sun, 05 Feb 2017 16:29:00 +
with message-id <791d09fe-4a3e-c366-7275-9ec962b0b...@thykier.net>
and subject line Re: Bug#854259: unblock: appstream-glib/0.6.8-1
has caused the Debian Bug report #854259,
regarding unblock: appstream-glib/0.6.8-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.)


-- 
854259: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=854259
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
User: release.debian@packages.debian.org
Usertags: unblock
Severity: normal
Please unblock appstream-glib 0.6.8-1. This is a new upstream bugfix
release, which was unfortunately released after the freeze deadline
and resolves a pretty large amount of issues, which primarily benefit
Flatpak in Debian.

Upstream changelog with explanations on a few issues:

Version 0.6.8
~
Released: 2017-02-01
New Features:
- Make gperf a hard dep (Kalev Lember)

=> We already had this in Debian for a while, so that's a no-brainer

- Read and write the  tag (Richard Hughes)

=> This was patched in in Debian with the previous package already.

- Support AppData components with no desktop files (Alexander Larsson)

=> This is required for Flatpak to build certain types of bundles, so
we really want this in Stretch for future compatibility.

Bugfixes:
- Add a destructor for AsRefString (Kalev Lember)
- Add a dummy update_contact to appdata-from-desktop (Kalev Lember)
- Do not ignore type=replace merge components (Richard Hughes)
- Fix the build with gperf 3.1 (Kalev Lember)
- Fix use after free with hash table keys (Kalev Lember)
- Hold a ref in the store to avoid use-after-free (Simon McVittie)
- Ignore -Wconversion and -Wsign-conversion warnings from generated
file (Kalev Lember)

=> Regular bugfixes which are useful to have.

- Require name and summary for validate-relax (Kalev Lember)

=> Makes appstream-glib compliant with the newest revision of the
AppStream spec.

- Support reading metainfo.xml files when using appstream-compose
(Richard Hughes)

=> Fixes an issue which made appstream-glib not compliant with the
spec, fixes issues when building Flatpak bundles. This is the thing
which originally made me upload a new version of this package, since
people from KDE reported to me that they need to implement workarounds
to build their Flatpak bundles without proper metainfo support.

- Tighten a rule that classifies apps as web-apps (Kalev Lember)

=> Another nice bugfix.

Aside from the upstream changes, the package contains no other
changes. The libappstream-glib library contains no new symbols, no
symbols have been removed too.

This should be very safe for Stretch.
If you want to take a look at the individual changes, see
https://github.com/hughsie/appstream-glib/compare/appstream_glib_0_6_7...appstream_glib_0_6_8

Kind regards,
Matthias

unblock appstream-glib/0.6.8-1
--- End Message ---
--- Begin Message ---
Matthias Klumpp:
> Package: release.debian.org
> User: release.debian@packages.debian.org
> Usertags: unblock
> Severity: normal
>
> Please unblock appstream-glib 0.6.8-1. This is a new upstream bugfix
> release, which was unfortunately released after the freeze deadline
> and resolves a pretty large amount of issues, which primarily benefit
> Flatpak in Debian.
> 
> Upstream changelog with explanations on a few issues:
> 
> [...]
> 
> Kind regards,
> Matthias
> 
> unblock appstream-glib/0.6.8-1
> 

Unblocked, thanks.

~Niels--- End Message ---


Bug#854263: marked as done (unblock: voms/2.1.0~rc0-2)

2017-02-05 Thread Debian Bug Tracking System
Your message dated Sun, 05 Feb 2017 16:14:00 +
with message-id 
and subject line Re: Bug#854263: unblock: voms/2.1.0~rc0-2
has caused the Debian Bug report #854263,
regarding unblock: voms/2.1.0~rc0-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.)


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

voms/2.1.0~rc0-2 closes #854211.

When the voms library is used together with the globus libraries a
assertion was triggered in the previous version (voms/2.1.0~rc0-1). The
updated version (voms/2.1.0~rc0-2) resolves this issue.

This restores e.g. the the voms support in the myproxy package.

Mattias


signature.asc
Description: This is a digitally signed message part
--- End Message ---
--- Begin Message ---
Mattias Ellert:
> Package: release.debian.org
> User: release.debian@packages.debian.org
> Usertags: unblock
> Severity: normal
> 
> voms/2.1.0~rc0-2 closes #854211.
> 
> When the voms library is used together with the globus libraries a
> assertion was triggered in the previous version (voms/2.1.0~rc0-1). The
> updated version (voms/2.1.0~rc0-2) resolves this issue.
> 
> This restores e.g. the the voms support in the myproxy package.
> 
>   Mattias
> 

Unblocked, thanks.

~Niels--- End Message ---


Bug#854263: unblock: voms/2.1.0~rc0-2

2017-02-05 Thread Mattias Ellert
Package: release.debian.org
User: release.debian@packages.debian.org
Usertags: unblock
Severity: normal

voms/2.1.0~rc0-2 closes #854211.

When the voms library is used together with the globus libraries a
assertion was triggered in the previous version (voms/2.1.0~rc0-1). The
updated version (voms/2.1.0~rc0-2) resolves this issue.

This restores e.g. the the voms support in the myproxy package.

Mattias


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


Bug#854259: unblock: appstream-glib/0.6.8-1

2017-02-05 Thread Matthias Klumpp
Package: release.debian.org
User: release.debian@packages.debian.org
Usertags: unblock
Severity: normal
Please unblock appstream-glib 0.6.8-1. This is a new upstream bugfix
release, which was unfortunately released after the freeze deadline
and resolves a pretty large amount of issues, which primarily benefit
Flatpak in Debian.

Upstream changelog with explanations on a few issues:

Version 0.6.8
~
Released: 2017-02-01
New Features:
- Make gperf a hard dep (Kalev Lember)

=> We already had this in Debian for a while, so that's a no-brainer

- Read and write the  tag (Richard Hughes)

=> This was patched in in Debian with the previous package already.

- Support AppData components with no desktop files (Alexander Larsson)

=> This is required for Flatpak to build certain types of bundles, so
we really want this in Stretch for future compatibility.

Bugfixes:
- Add a destructor for AsRefString (Kalev Lember)
- Add a dummy update_contact to appdata-from-desktop (Kalev Lember)
- Do not ignore type=replace merge components (Richard Hughes)
- Fix the build with gperf 3.1 (Kalev Lember)
- Fix use after free with hash table keys (Kalev Lember)
- Hold a ref in the store to avoid use-after-free (Simon McVittie)
- Ignore -Wconversion and -Wsign-conversion warnings from generated
file (Kalev Lember)

=> Regular bugfixes which are useful to have.

- Require name and summary for validate-relax (Kalev Lember)

=> Makes appstream-glib compliant with the newest revision of the
AppStream spec.

- Support reading metainfo.xml files when using appstream-compose
(Richard Hughes)

=> Fixes an issue which made appstream-glib not compliant with the
spec, fixes issues when building Flatpak bundles. This is the thing
which originally made me upload a new version of this package, since
people from KDE reported to me that they need to implement workarounds
to build their Flatpak bundles without proper metainfo support.

- Tighten a rule that classifies apps as web-apps (Kalev Lember)

=> Another nice bugfix.

Aside from the upstream changes, the package contains no other
changes. The libappstream-glib library contains no new symbols, no
symbols have been removed too.

This should be very safe for Stretch.
If you want to take a look at the individual changes, see
https://github.com/hughsie/appstream-glib/compare/appstream_glib_0_6_7...appstream_glib_0_6_8

Kind regards,
Matthias

unblock appstream-glib/0.6.8-1



Processed: merging 854236 854247

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

> merge 854236 854247
Bug #854236 [release.debian.org] unblock: inkscape 0.92.1
Bug #854247 [release.debian.org] unblock: inkscape 0.92.1
Merged 854236 854247
> thanks
Stopping processing here.

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



Bug#854177: marked as done (unblock: libvirt-python/3.0.0-2)

2017-02-05 Thread Debian Bug Tracking System
Your message dated Sun, 5 Feb 2017 15:16:23 +
with message-id <20170205151623.ioktin3dmkhha...@powdarrmonkey.net>
and subject line Re: Bug#854177: unblock: libvirt-python/3.0.0-2
has caused the Debian Bug report #854177,
regarding unblock: libvirt-python/3.0.0-2
to be marked as done.

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

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


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

This version matches the libvirt version in testing and fixes the FTBFS
which is caused by the version currently in stretch not knowing about
all of libvirts symbols.

unblock libvirt-python/3.0.0-2

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

Kernel: Linux 4.9.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
--- End Message ---
--- Begin Message ---
On Sat, Feb 04, 2017 at 06:25:50PM +0100, Guido Günther wrote:
> Please unblock package libvirt-python
> 
> This version matches the libvirt version in testing and fixes the FTBFS
> which is caused by the version currently in stretch not knowing about
> all of libvirts symbols.

Unblocked.

Thanks,

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

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


Processed: netsurf must use OpenSSL 1.0.2 in stretch

2017-02-05 Thread Debian Bug Tracking System
Processing control commands:

> block 827061 by -1
Bug #827061 [release.debian.org] transition: openssl
827061 was blocked by: 828531 828340 828252 828615 828385 843988 828526 835785 
828377 828303 828585 828232 828421 828581 844234 828435 828388 828549 828246 
828307 828267 844948 845016 828602 844800 828280 828554 828542 828334 850881 
828355 828392 828234 828501 828331 844503 828346 828351 828394 828275 828613 
828609 828567 844916 828568 828506 828289 828540 846769 828521 828588 828541 
828590 828426 828309 828538 828283 844907 844870 844906 835790 828345 828302 
828314 828459 828578 814600 844947 828591 828349 844534 835794 828507 828348 
828304 828589 844926 844345 828239 828325 828292 828259 828230 828533 828317 
828371 828404 828321 828297 828561 828544 828592 828500 828359 828603 844949 
828249 835797 844838 828333 845030 843532 828460 828380 828284 844904 828614 
828254 828491 828502 828465 828287 828490 828493 828366 828457 828488 828330 
828397 828504 828384 828269 808669 846113 828605 828524 828558 828593 828390 
828495 828296 828550 828258 828260 828482 828573 835799 828466 828396 828383 
828235 828271 828547 828439 828510 828231 828574 844347 828434 828430 828264 
828352 828455 828326 828512 828343 828518 828489 828420 828462 841635 828347 
828339 828418 828576 844663 828407 836419 828298 828564 828403 828276 828570 
828268 844951 845729 828127 828360 844936 828599 828277 835549 828411 835811 
828228 828310 828607 828316 828417 828619 828551 828415 828376 828543 828282 
844928 828373 835793 828375 828382 828328 835798 827068 828525 828527 828405 
844833 828336 828358 828596 828611 828575 828598 828374 828286 828563 850882 
844877 828306 828369 828243 843852 828285 828262 828368 828577 828242 828584 
835796 828378 828447 828428 828443 828461 828393 828487 843871 828497 828422 
828272 828579 828432 828610 835786 828238 828536 828523 828265 822380 828514 
828600 828270 829452 828499 828293 835789 828399 828370 828537 828335 828261 
828565 844271 828580 844920 828364 828546 828479 828357 844945 828618 828442 
835804 828509 828320 828424 828606 828229 844213 828539 828553 828365 828437 
828398 828597 828511 845106 828427 828548 828414 828586 828452 828545 828446 
828470 844301 828472 828436 844254 828083 828484 828608 828318 828379 828356 
828559 828300 828244 844836 828508 828566 828401 828423 828456 850883 828372 
828467 828617 828257 828496 828233 828562 828492 828294 828620 828251 844664 
828308 828582 828503 828338 828458 828367 828354 828450 828535 828604 828480 
828517 828476 828305 828281 828433 828406 835800 828322 837960 854253 828454 
828274 828419 844018 828595 828395 828341 828344 828429 828412 828444 843682 
828381 828391 828311 828248 828445 828516 828342 828237 828569 828552 828530 
828485 828350 828301 844311 828362 828319 828255 828469 828313 828241 828256 
828448 828263 828528 828278 828594 828363 809271 828463 850880 828534 828416 
828515 828279 828323 828250 828494 828290 828337 828431 835585 828587 844909 
828555 828616 828601 828468 844845 828529 828410 828240 828139 828464 828361 
828474 828478 828440 828402 828295 828082 828387 828519 828324 828409 844815 
828612 828400 828583 828315 828291 828389 828438 844931 844706 829465 828571 
828453 828532 828473 828556 828386 844975 828505 828253 828288 844366
827061 was not blocking any bugs.
Added blocking bug(s) of 827061: 854257

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



Processed: m2ext: need to depend on libssl1.0 due to m2crypto

2017-02-05 Thread Debian Bug Tracking System
Processing control commands:

> block 827061 by -1
Bug #827061 [release.debian.org] transition: openssl
827061 was blocked by: 828563 828317 828139 828507 828361 828414 828376 828264 
828249 828324 828366 828532 828342 828369 828549 828354 844916 828586 828609 
828494 828501 828567 828346 828460 828540 844947 828541 844931 835804 828328 
850883 828455 844870 828525 828618 828473 828343 828517 844836 828595 844906 
828461 828340 828337 828512 844815 835585 828538 828244 828584 828260 828499 
828279 844663 828297 828607 843532 828319 828325 828383 828336 828240 828395 
828352 828488 844534 828307 828377 844904 809271 828347 828253 828440 828302 
828577 828608 828580 828497 828604 828422 828256 828556 828535 828235 828290 
828418 828295 845106 844213 828243 828083 835789 828261 828594 835799 828617 
828323 828487 828400 828082 828558 828502 828384 828454 828287 828428 828430 
828544 828589 844833 828491 828380 828419 828578 828394 828268 844706 828478 
828338 844800 828320 828546 828357 828433 828275 828615 828482 828536 828466 
814600 828282 828519 828602 828537 828427 828313 828527 828305 828463 828270 
828523 844948 844975 828547 828230 828381 835796 844928 828322 828588 828280 
836419 828526 828585 828281 828311 828291 844949 828304 828559 828368 828241 
828308 828239 828370 828534 828438 844926 835800 828390 828412 835793 828389 
828524 828286 828385 828250 828348 828614 828424 828442 828410 828374 828388 
828421 828620 828316 828510 828468 828232 828258 828528 846769 828610 843871 
827068 828274 828333 828127 844018 828372 845030 844345 828398 828543 828500 
843852 844838 828531 828529 844936 828467 828277 828515 828437 828446 828331 
841635 828469 829465 844271 828404 828464 828555 828237 828401 828341 835786 
828552 828382 828330 828619 828284 828539 828444 828345 828462 828521 828285 
828415 828269 828476 828367 835794 828470 850880 844347 828242 828344 828432 
828565 828355 850881 828514 828334 828262 828350 828321 828575 828611 828579 
828373 828362 828581 828570 828450 828582 828254 828423 828613 844845 835790 
828391 828459 828457 828485 828480 828592 828402 828616 828551 844301 828378 
828278 828411 835549 828573 828246 828587 844951 828566 828503 828359 828612 
828259 828365 828375 828479 828493 844366 846113 828431 828363 828484 828265 
828263 828393 828315 844664 828568 828255 828600 828436 828518 828571 828386 
828403 837960 828326 828309 828407 828310 828458 828439 828548 828228 828349 
828496 828397 828298 828448 828248 828429 828490 844877 828416 828590 828231 
828409 828569 828292 843988 828472 844234 844311 844909 828339 844945 845016 
828605 828452 828288 844503 828492 828252 828435 828301 828294 828598 828420 
828456 828495 828542 828426 828356 828545 828583 828371 828554 828447 828576 
843682 828505 828574 828289 828257 828272 845729 835811 828606 829452 828561 
828314 808669 828233 828392 828417 828533 828508 828379 828396 828445 828603 
828351 828601 844920 828283 828599 828474 828405 828335 828358 828516 844254 
828399 828293 828489 828553 828267 828434 850882 835797 828509 835798 828300 
828276 828530 828360 828387 828591 828318 828465 822380 844907 828406 828562 
828504 828238 828443 828511 828596 828453 835785 828564 828306 828593 828364 
828251 828271 828229 828506 828303 828296 828550 828234 828597
827061 was not blocking any bugs.
Added blocking bug(s) of 827061: 854253

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



Bug#854189: marked as done (unblock: jqueryui/1.12.1+dfsg-4)

2017-02-05 Thread Debian Bug Tracking System
Your message dated Sun, 05 Feb 2017 13:04:00 +
with message-id 
and subject line Re: Bug#854189: unblock: jqueryui/1.12.1+dfsg-4
has caused the Debian Bug report #854189,
regarding unblock: jqueryui/1.12.1+dfsg-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.)


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

Please unblock package jqueryui

In the latest upstream version of jquery, that I packaged as a new maintainer,
the file layout was severly altered. To facilitate packages that link to files
owned by libjs-jquery-ui, I provide a symlink from a removed directory to the
new location. However, I forgot that dpkg doesn't replace directories with
symlinks, so systems that upgrade don't get the new symlink. At least one
source package relies on the old location (matplotlib), there may be more.

Can I upload jqueryui with the attached delta to fix this issue?

unblock jqueryui/1.12.1+dfsg-4

- -- System Information:
Debian Release: 9.0
  APT prefers testing-debug
  APT policy: (500, 'testing-debug'), (500, 'testing'), (200, 'testing'), (50, 
'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 4.9.0-1-amd64 (SMP w/2 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)

-BEGIN PGP SIGNATURE-

iQEzBAEBCAAdFiEEWLZtSHNr6TsFLeZynFyZ6wW9dQoFAliWMeoACgkQnFyZ6wW9
dQqb/Qf7Bjmr6vjqVixky6xpy7BcZgTSKdKJ5iXO9qUDo4PjEX5aaF+HnjDLUDdM
1KdYh9ngy2Dnbsn+PuJoxJBsaMdk+eB03hudsLsKZEnqSkK2QSsDH+pgrgiR8rOn
TWAhg4qoeA8WIeSgTGkGkXShz6jh9nBT9voCu7CRIQo/ZrbKrbImnBEYTJTwz1Xi
jpzMHLcIET8/RTcG70ReWyW6VqIIeI6pCrlAgSwaEknEIugtC6sMDe/gE4NtzJD9
O0Br+jITgl4NSWlOsOA9oc1+hMJ9WqZopOQLlnssPIMwycj/K3vhww2DkpcjbPSd
KsFc7ymXrm+MkPs4AqLiw8IIl14x7A==
=U4M/
-END PGP SIGNATURE-
diff -Nru jqueryui-1.12.1+dfsg/debian/changelog 
jqueryui-1.12.1+dfsg/debian/changelog
--- jqueryui-1.12.1+dfsg/debian/changelog   2016-12-08 08:59:28.0 
+0100
+++ jqueryui-1.12.1+dfsg/debian/changelog   2017-02-04 08:34:49.0 
+0100
@@ -1,3 +1,11 @@
+jqueryui (1.12.1+dfsg-4) unstable; urgency=medium
+
+  [ Ryan Tandy ]
+  * Convert /usr/share/javascript/jquery-ui/css/smoothness to a symlink upon
+upgrade from older versions. (Closes: #849684)
+
+ -- Paul Gevers   Sat, 04 Feb 2017 08:34:49 +0100
+
 jqueryui (1.12.1+dfsg-3) unstable; urgency=medium
 
   * Provide node-jquery-ui (Closes: #847353)
diff -Nru jqueryui-1.12.1+dfsg/debian/libjs-jquery-ui.maintscript 
jqueryui-1.12.1+dfsg/debian/libjs-jquery-ui.maintscript
--- jqueryui-1.12.1+dfsg/debian/libjs-jquery-ui.maintscript 1970-01-01 
01:00:00.0 +0100
+++ jqueryui-1.12.1+dfsg/debian/libjs-jquery-ui.maintscript 2017-02-04 
08:33:37.0 +0100
@@ -0,0 +1 @@
+dir_to_symlink /usr/share/javascript/jquery-ui/css/smoothness ../themes/base 
1.12.1+dfsg-4~
--- End Message ---
--- Begin Message ---
Paul Gevers:
> Hi Niels,
> 
> On 05-02-17 08:49, Niels Thykier wrote:
>> Please upload jqueryui/1.12.1+dfsg-4 with that change and let us know
>> once it has been ACCEPT'ed and built on all relevant architectures.
> 
> Done, -4 is build and installed on the "all" architecture.
> 
> Paul
> 

Unblocked, thanks.

~Niels--- End Message ---


Bug#854248: unblock: ejabberd/16.09-4

2017-02-05 Thread Niels Thykier
Control: tags -1 confirmed

Philipp Huebner:
> Package: release.debian.org
> Severity: normal
> User: release.debian@packages.debian.org
> Usertags: unblock
> 
> Please unblock package ejabberd 16.09-4 (not uploaded yet).
> 
> There are 3 small changes:
>  - add missing ImageMagick paths to apparmor profile
>(needed for captcha and thumbnail generation)
>  - enable roster versioning by default (#851212)
>(saves bandwidth, especially for mobile clients)
>  - extend README.Debian with information on how to configure the systemd
>unit file when using pam authentication (#854178)
> 
> Full diff attached.
> 
> Best wishes,
> Philipp
> 
> 
> unblock ejabberd/16.09-4
> 

Please go ahead and notify us once the upload has been accepted plus
built on all relevant release architectures.

~Niels



Processed: Re: Bug#854248: unblock: ejabberd/16.09-4

2017-02-05 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 confirmed
Bug #854248 [release.debian.org] unblock: ejabberd/16.09-4
Added tag(s) confirmed.

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



Bug#854248: unblock: ejabberd/16.09-4

2017-02-05 Thread Philipp Huebner
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package ejabberd 16.09-4 (not uploaded yet).

There are 3 small changes:
 - add missing ImageMagick paths to apparmor profile
   (needed for captcha and thumbnail generation)
 - enable roster versioning by default (#851212)
   (saves bandwidth, especially for mobile clients)
 - extend README.Debian with information on how to configure the systemd
   unit file when using pam authentication (#854178)

Full diff attached.

Best wishes,
Philipp


unblock ejabberd/16.09-4
diff --git a/debian/README.Debian b/debian/README.Debian
index dcf6f26..e823a24 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -138,6 +138,34 @@ and to make epam setuid root you can do:
 (Note that we set o-x there so that only users in the ejabberd group
 are able to elevate their privileges by executing this program.)
 
+When ejabberd is started via systemd, you will have to edit the
+ejabberd.service file and set the following:
+
+ [Service]
+ PrivateDevices=false
+ NoNewPrivileges=false
+
+Otherwise it will be impossible for the epam helper program to gain the
+configured setuid and/or setgid privileges.
+
+With systemd >= 218 you can simply create an override with
+`systemctl edit ejabberd.service` and put
+ [Service]
+ PrivateDevices=
+ PrivateDevices=false
+ NoNewPrivileges=
+ NoNewPrivileges=false
+in there.
+
+With systemd < 218 the changes must be made manually.
+In order to not loose the changes upon upgrades,
+remove the symlink
+ /etc/systemd/system/multi-user.target.wants/ejabberd.service
+and replace it with a copy of
+ /lib/systemd/system/ejabberd.service
+before making the changes.
+Remember to do a `systemctl daemon-reload` afterwards.
+
 
 4. Using DBMS for data storage
 ===
diff --git a/debian/changelog b/debian/changelog
index 7acd34b..6728f59 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+ejabberd (16.09-4) unstable; urgency=medium
+
+  * Added missing ImageMagick paths to apparmor profile
+  * Enabled versioning in mod_roster by default (Closes: #851212)
+  * Extended README.Debian with information regarding pam + systemd
+(Closes: #854178)
+
+ -- Philipp Huebner   Sun, 05 Feb 2017 13:19:29 +0100
+
 ejabberd (16.09-3) unstable; urgency=medium
 
   * Added lsb-base (>= 3.0-6) to Depends
diff --git a/debian/patches/ejabberd.yml.example.diff 
b/debian/patches/ejabberd.yml.example.diff
index 65be78c..d8f823d 100644
--- a/debian/patches/ejabberd.yml.example.diff
+++ b/debian/patches/ejabberd.yml.example.diff
@@ -161,3 +161,13 @@ Index: ejabberd/ejabberd.yml.example
## mod_multicast: {}
mod_offline: 
  access_max_user_messages: max_user_offline_messages
+@@ -661,7 +660,8 @@ modules:
+ ##
+ ##   access_from: deny
+ ##   access: register
+-  mod_roster: {}
++  mod_roster:
++versioning: true
+   mod_shared_roster: {}
+   mod_stats: {}
+   mod_time: {}
diff --git a/debian/usr.sbin.ejabberdctl b/debian/usr.sbin.ejabberdctl
index e8eaa01..edf6c99 100644
--- a/debian/usr.sbin.ejabberdctl
+++ b/debian/usr.sbin.ejabberdctl
@@ -44,8 +44,9 @@
}
 
 
-   /etc/ejabberd** r,
/etc/default/ejabberd   r,
+   /etc/ejabberd** r,
+   /etc/ImageMagick**  r,
 
/run/ejabberd** rw,
 
@@ -76,6 +77,8 @@
 
/usr/sbin/ejabberdctl   r,
 
+   /usr/share/ImageMagick-*/** rix,
+
/var/backups/   rw,
/var/backups/ejabberd** rwlk,
/var/lib/ejabberd** rw,


Bug#854189: unblock: jqueryui/1.12.1+dfsg-4

2017-02-05 Thread Paul Gevers
Hi Niels,

On 05-02-17 08:49, Niels Thykier wrote:
> Please upload jqueryui/1.12.1+dfsg-4 with that change and let us know
> once it has been ACCEPT'ed and built on all relevant architectures.

Done, -4 is build and installed on the "all" architecture.

Paul



signature.asc
Description: OpenPGP digital signature


Bug#854247: unblock: inkscape 0.92.1

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

Hi!

This is a preapproval request.

Currently stretch has inkscape version 0.92.0 + a bunch of patches
backported from their stable branch.  I'd like to eventually ship
0.92.1, which is due in about 2 weeks if they keep the current schedule.
For avoidance of doubt, their stable branch only carries bugfixes and
i18n updates.

Yesterday they made a 0.92.1~pre1 release, which I tried to package, the
changes which will occur after this will only be l10n updates and very
important bug fixes.
You can see the full debdiff at (uncompressed ~30MB, ~500k lines)
https://volatile.mapreri.org/2017-02-05/e67ccfb026998f4d1a35b353992e669f/full_debdiff.diff.gz
whereas attached there is a filtered debdiff made by
$ filterdiff -x '*/po/*' -x '*/share/tutorials/*' -x '*/share/examples/*' -x 
'*/doc/*' -x '*/packaging/*'
We are not shipping anything from ./doc, and we have no use in what's
inside ./packaging (mostly Windows stuff); also the tutorials and the
examples take the biggest part of the diff because upstream re-scaled
all the .svg's: https://bugs.launchpad.net/inkscape/+bug/1651815
http://bazaar.launchpad.net/~inkscape.dev/inkscape/0.92.x/revision/15302


In particular there is one bugfix which I'm interested, which is causing
malformed rendering of text boxes.  This random blog post can give you
an idea of the problem (upstream is not good at bug triaging, so there
is no real trackable bug…):
http://peppercarrot.com/en/article396/new-inkscape-0-92-breaks-your-previous-works-done-with-inkscape
It has been mostly fixed by
http://bazaar.launchpad.net/~inkscape.dev/inkscape/0.92.x/revision/15338
http://bazaar.launchpad.net/~inkscape.dev/inkscape/0.92.x/revision/15350
http://bazaar.launchpad.net/~inkscape.dev/inkscape/0.92.x/revision/15351
We expect some more tidying for next point release 0.92.2 but it's very
good already.


You can see all the upstream changes here:
http://bazaar.launchpad.net/~inkscape.dev/inkscape/0.92.x/changes



Thank you for considering.


-- 
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  `-
(filtered) diffstat for inkscape-0.92.0 inkscape-0.92.1~pre1

 /tmp/uf7QOdKsTV/inkscape-0.92.1~pre1/share/examples/car.svgz|binary
 /tmp/uf7QOdKsTV/inkscape-0.92.1~pre1/share/examples/gallardo.svgz   |binary
 /tmp/uf7QOdKsTV/inkscape-0.92.1~pre1/share/examples/gradient-mesh-experimental.svgz |binary
 /tmp/uf7QOdKsTV/inkscape-0.92.1~pre1/share/examples/l-systems.svgz  |binary
 /tmp/uf7QOdKsTV/inkscape-0.92.1~pre1/share/examples/stars.svgz  |binary
 /tmp/uf7QOdKsTV/inkscape-0.92.1~pre1/share/tutorials/pixelart-dialog.de.png |binary
 /tmp/uf7QOdKsTV/inkscape-0.92.1~pre1/share/tutorials/pixelart-dialog.el.png |binary
 /tmp/uf7QOdKsTV/inkscape-0.92.1~pre1/share/tutorials/pixelart-dialog.en.png |binary
 /tmp/uf7QOdKsTV/inkscape-0.92.1~pre1/share/tutorials/pixelart-dialog.fr.png |binary
 /tmp/uf7QOdKsTV/inkscape-0.92.1~pre1/share/tutorials/pixelart-dialog.nl.png |binary
 /tmp/uf7QOdKsTV/inkscape-0.92.1~pre1/share/tutorials/pixelart-dialog.png|binary
 /tmp/uf7QOdKsTV/inkscape-0.92.1~pre1/share/tutorials/pixelart-dialog.pt.png |binary
 /tmp/uf7QOdKsTV/inkscape-0.92.1~pre1/share/tutorials/pixelart-dialog.ru.png |binary
 /tmp/uf7QOdKsTV/inkscape-0.92.1~pre1/share/tutorials/pixelart-dialog.sk.png |binary
 /tmp/uf7QOdKsTV/inkscape-0.92.1~pre1/share/tutorials/pixelart-dialog.zh_TW.png  |binary
 inkscape-0.92.1~pre1/.snapcraft.yaml|2 
 inkscape-0.92.1~pre1/CMakeLists.txt |2 
 inkscape-0.92.1~pre1/CMakeScripts/inkscape-version.cmake|4 
 inkscape-0.92.1~pre1/NEWS   |   36 +-
 inkscape-0.92.1~pre1/configure.ac   |2 
 inkscape-0.92.1~pre1/debian/changelog   |7 
 inkscape-0.92.1~pre1/debian/patches/series  |7 
 inkscape-0.92.1~pre1/debian/patches/upstream/0.92.x/15309.patch |   24 -
 inkscape-0.92.1~pre1/debian/patches/upstream/0.92.x/15311.patch |   73 
 inkscape-0.92.1~pre1/debian/patches/upstream/0.92.x/15320.patch |   22 -
 inkscape-0.92.1~pre1/debian/patches/upstream/0.92.x/15323.patch |   38 --
 inkscape-0.92.1~pre1/debian/patches/upstream/0.92.x/15324.patch |   65 

Bug#854239: marked as done (unblock: gcr/3.20.0-5)

2017-02-05 Thread Debian Bug Tracking System
Your message dated Sun, 05 Feb 2017 11:24:00 +
with message-id 
and subject line Re: Bug#854239: unblock: gcr/3.20.0-4
has caused the Debian Bug report #854239,
regarding unblock: gcr/3.20.0-5
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.)


-- 
854239: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=854239
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 gcr. This fixes a FTBFS bug due to a low timeout in
a test.

unblock gcr/3.20.0-4

-- System Information:
Debian Release: 9.0
  APT prefers unstable
  APT policy: (800, 'unstable'), (700, 'experimental'), (650, 'testing'), (500, 
'unstable-debug'), (500, 'testing-debug')
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)
--- End Message ---
--- Begin Message ---
Niels Thykier:
> Control: tags -1 moreinfo
> 
> Emilio Pozuelo Monfort:
>> Package: release.debian.org
>> Severity: normal
>> User: release.debian@packages.debian.org
>> Usertags: unblock
>>
>> Please unblock package gcr. This fixes a FTBFS bug due to a low timeout in
>> a test.
>>
>> unblock gcr/3.20.0-4
>>
>> [...]
> 
> Looks like the patch was not included in the upload:
> 
> [...]
> 
> Thanks,
> ~Niels
> 

There was a gcr/3.20.0-5 with the patch, which has now been unblocked.

Thanks,
~Niels--- End Message ---


Bug#854238: marked as done (unblock: lintian/2.5.50.1)

2017-02-05 Thread Debian Bug Tracking System
tian-2.5.50.1/debian/copyright
--- lintian-2.5.50/debian/copyright 2016-10-08 15:19:53.0 +0200
+++ lintian-2.5.50.1/debian/copyright   2017-01-29 21:12:16.0 +0100
@@ -30,6 +30,7 @@
  AB  == Axel Beckert <a...@debian.org>
  PW  == Paul Wise <p...@debian.org>
  CL  == Chris Lamb <la...@debian.org>
+ EB  == Edward Betts <edw...@debian.org>
  .
  Lintian is maintained in git.  The current development version may
  be checked out from:
@@ -62,6 +63,7 @@
   2013-2015, Bastien ROUCARIÈS
   2014-2016, Axel Beckert
   2016, Chris Lamb
+  2017, Edward Betts
 License: GPL-2+
  This program is free software; you may redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
diff -Nru lintian-2.5.50/t/runtests lintian-2.5.50.1/t/runtests
--- lintian-2.5.50/t/runtests   2016-12-25 12:18:26.0 +0100
+++ lintian-2.5.50.1/t/runtests 2017-01-29 21:10:53.0 +0100
@@ -426,8 +426,19 @@
 
 # Run a sed-script if it exists, for tests that have slightly variable
 # output
-runsystem_ok('sed', '-ri', '-f', "$origdir/post_test", "$rundir/tags.$pkg")
-  if -e "$origdir/post_test";
+if (-f "$origdir/post_test") {
+runsystem_ok('sed', '-ri', '-f', "$origdir/post_test",
+"$rundir/tags.$pkg");
+if ($testdata->{'sort'}) {
+# Re-sort as the sed may have changed the order lines
+open(my $rfd, '<', "$rundir/tags.$pkg");
+my @lines = sort(<$rfd>);
+close($rfd);
+open(my $wfd, '>', "$rundir/tags.$pkg");
+print {$wfd} $_ for @lines;
+close($wfd);
+}
+}
 
 if (-x "$origdir/test_calibration") {
 my $calibrated = "$rundir/expected.$pkg.calibrated";
diff -Nru lintian-2.5.50/t/tests/cruft-general-upstream/pre_upstream 
lintian-2.5.50.1/t/tests/cruft-general-upstream/pre_upstream
--- lintian-2.5.50/t/tests/cruft-general-upstream/pre_upstream  2016-09-25 
20:22:00.0 +0200
+++ lintian-2.5.50.1/t/tests/cruft-general-upstream/pre_upstream
2017-01-29 21:13:45.0 +0100
@@ -38,7 +38,7 @@
 # use old magic \001\000\000\000 part is optional but needed with old file
 printf "ITSF\003\000\000\000\140\000\000\000\001\000\000\000" > 
"${dir}/fake-help-file.chm"
 
-printf "CWS\011" > "${dir}/fakeflash.swf"
+printf "CWS\011x" > "${dir}/fakeflash.swf"
 echo '//comment' > "${dir}/fake.min.js"
 # Make python generate python bytecode files
 # - more reliable than crafting them ourselves
diff -Nru lintian-2.5.50/vendors/ubuntu/main/data/changes-file/known-dists 
lintian-2.5.50.1/vendors/ubuntu/main/data/changes-file/known-dists
--- lintian-2.5.50/vendors/ubuntu/main/data/changes-file/known-dists
2016-09-25 20:22:06.0 +0200
+++ lintian-2.5.50.1/vendors/ubuntu/main/data/changes-file/known-dists  
2017-01-29 21:09:03.0 +0100
@@ -17,3 +17,4 @@
 wily
 xenial
 yakkety
+zesty
--- End Message ---
--- Begin Message ---
On 05/02/17 11:28, Niels Thykier wrote:
> Package: release.debian.org
> Severity: normal
> User: release.debian@packages.debian.org
> Usertags: unblock
> 
> Please unblock package lintian.  It fixes two FTBFS bugs and a few minor bugs.
> 
> The changelog is:
> 
> """
> lintian (2.5.50.1) unstable; urgency=medium
> 
>   * debian/copyright:
> + [EB] Add Edward Betts.
> 
>   * data/spelling/corrections:
> + [NT] Apply patches from Edward Betts to fix bugs in the correction
>   word lists.  (Closes: #852005, #852084)
> + [NT] Apply patch from Edward Betts to remove corrections for
>   "targetted" and "targetting" as they are valid alternative
>   spellings in AU.  (Closes: #852145)
> 
>   * t/runtests:
> + [NT] Re-sort test output after running the "post_test" sed script
>   on the output.  This prevent test failures caused by the order
>   changing on different architectures prior to the sed script is run
>   (assuming the sed script otherwise normalises the differences
>   correctly).
>   * t/tests/cruft-general-upstream/pre_upstream:
> + [EB] Fix failing tests by making the fake flash object more
>   convincing.  The most recent version of libmagic uses a more precise
>   definition of the data within a flash file.  (Closes: #852891)
> 
>   * vendors/ubuntu/main/data/changes-file/known-dists:
> + [CW] Add zesty.
> 
>  -- Niels Thykier <ni...@thykier.net>  Sat, 04 Feb 2017 15:05:07 +
> """
> 
> It /also/ removes a "debian/changelog.tmp" file that I had not noticed
> sneaked into the 2.5.50 upload (a dch work copy of d/changelog).  The
> debdiff is created with filterdiff -x '*/debian/changelog.tmp'
> 
> unblock lintian/2.5.50.1
> 

Hints in place:
==> ivodd
  # 20170205
  # #852891
  age-days 5 lintian/2.5.50.1
  unblock lintian/2.5.50.1

Cheers,
Emilio--- End Message ---


Processed: Re: Bug#854239: unblock: gcr/3.20.0-4

2017-02-05 Thread Debian Bug Tracking System
Processing control commands:

> retitle -1 unblock: gcr/3.20.0-5
Bug #854239 [release.debian.org] unblock: gcr/3.20.0-4
Changed Bug title to 'unblock: gcr/3.20.0-5' from 'unblock: gcr/3.20.0-4'.
> tags -1 - moreinfo
Bug #854239 [release.debian.org] unblock: gcr/3.20.0-5
Removed tag(s) moreinfo.

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



Bug#854239: unblock: gcr/3.20.0-4

2017-02-05 Thread Emilio Pozuelo Monfort
Control: retitle -1 unblock: gcr/3.20.0-5
Control: tags -1 - moreinfo

On 05/02/17 11:58, Niels Thykier wrote:
> Control: tags -1 moreinfo
> 
> Emilio Pozuelo Monfort:
>> Package: release.debian.org
>> Severity: normal
>> User: release.debian@packages.debian.org
>> Usertags: unblock
>>
>> Please unblock package gcr. This fixes a FTBFS bug due to a low timeout in
>> a test.
>>
>> unblock gcr/3.20.0-4
>>
>> [...]
> 
> Looks like the patch was not included in the upload:
> 
> """
> --- gcr-3.20.0/debian/patches/series[...]
> +++ gcr-3.20.0/debian/patches/series[...]
> @@ -1,3 +1,4 @@
>  0001-do-not-require-system-bus-for-running-test-suite.patch
>  0002-wait-longer-for-dbus-replies-in-test_watch_cancels.patch
>  tests-fix-collection-tests-to-work-with-gpg-21.patch
> +tests-collection-test-timeout.patch
> """
> 
> Plus
>   
> """
> dpkg-source: warning: diff
> 'gcr-3.20.0/debian/patches/tests-collection-test-timeout.patch' doesn't
> contain any patch
> """

/me wears the brown paper bag of shame.

Fixed package uploaded.

Cheers,
Emilio



Bug#854239: unblock: gcr/3.20.0-4

2017-02-05 Thread Niels Thykier
Control: tags -1 moreinfo

Emilio Pozuelo Monfort:
> Package: release.debian.org
> Severity: normal
> User: release.debian@packages.debian.org
> Usertags: unblock
> 
> Please unblock package gcr. This fixes a FTBFS bug due to a low timeout in
> a test.
> 
> unblock gcr/3.20.0-4
> 
> [...]

Looks like the patch was not included in the upload:

"""
--- gcr-3.20.0/debian/patches/series[...]
+++ gcr-3.20.0/debian/patches/series[...]
@@ -1,3 +1,4 @@
 0001-do-not-require-system-bus-for-running-test-suite.patch
 0002-wait-longer-for-dbus-replies-in-test_watch_cancels.patch
 tests-fix-collection-tests-to-work-with-gpg-21.patch
+tests-collection-test-timeout.patch
"""

Plus

"""
dpkg-source: warning: diff
'gcr-3.20.0/debian/patches/tests-collection-test-timeout.patch' doesn't
contain any patch
"""

https://buildd.debian.org/status/fetch.php?pkg=gcr=amd64=3.20.0-4=1486292163=0

Thanks,
~Niels



Processed: Re: Bug#854239: unblock: gcr/3.20.0-4

2017-02-05 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 moreinfo
Bug #854239 [release.debian.org] unblock: gcr/3.20.0-4
Added tag(s) moreinfo.

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



Bug#854240: marked as done (unblock: usbguard/0.6.2+ds1-2)

2017-02-05 Thread Debian Bug Tracking System
Your message dated Sun, 05 Feb 2017 10:59:00 +
with message-id <9c30d101-965c-e724-4082-8b8788ecf...@thykier.net>
and subject line Re: Bug#854240: unblock: usbguard/0.6.2+ds1-2
has caused the Debian Bug report #854240,
regarding unblock: usbguard/0.6.2+ds1-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.)


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

i've found a serious bug (#854192) in the usbguard packages
yesterday- the installation procedure was stalling on a
minimal stretch installation, because dbus was missing from the Depends:.
i've fixed the bug today and uploaded to mentors, and its
been sponsored shortly after (#854230).

debdiff is attached

unblock usbguard/0.6.2+ds1-2

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

Kernel: Linux 4.8.0-2-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 usbguard-0.6.2+ds1/debian/changelog usbguard-0.6.2+ds1/debian/changelog
--- usbguard-0.6.2+ds1/debian/changelog	2016-12-08 11:16:28.0 +0100
+++ usbguard-0.6.2+ds1/debian/changelog	2017-02-05 08:21:56.0 +0100
@@ -1,3 +1,9 @@
+usbguard (0.6.2+ds1-2) unstable; urgency=medium
+
+  * Add dbus to Depends (Closes: #854192)
+
+ -- Muri Nicanor   Sun, 05 Feb 2017 08:21:56 +0100
+
 usbguard (0.6.2+ds1-1) unstable; urgency=medium
 
   * New upstream version 0.6.2+ds1
diff -Nru usbguard-0.6.2+ds1/debian/control usbguard-0.6.2+ds1/debian/control
--- usbguard-0.6.2+ds1/debian/control	2016-12-08 11:16:28.0 +0100
+++ usbguard-0.6.2+ds1/debian/control	2017-02-04 23:39:40.0 +0100
@@ -48,7 +48,7 @@
 
 Package: usbguard
 Architecture: linux-any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}, dbus
 Description: USB device authorization policy framework
  The USBGuard software framework helps to protect your computer against rogue
  USB devices (a.k.a. BadUSB) by implementing basic whitelisting and blacklisting




signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
Muri Nicanor:
> Package: release.debian.org
> Severity: normal
> User: release.debian@packages.debian.org
> Usertags: unblock
> 
> Please unblock package usbguard
> 
> i've found a serious bug (#854192) in the usbguard packages
> yesterday- the installation procedure was stalling on a
> minimal stretch installation, because dbus was missing from the Depends:.
> i've fixed the bug today and uploaded to mentors, and its
> been sponsored shortly after (#854230).
> 
> debdiff is attached
> 
> unblock usbguard/0.6.2+ds1-2
> 
> [..]

Unblocked, thanks.

~Niels--- End Message ---


Bug#854240: unblock: usbguard/0.6.2+ds1-2

2017-02-05 Thread Muri Nicanor
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package usbguard

i've found a serious bug (#854192) in the usbguard packages
yesterday- the installation procedure was stalling on a
minimal stretch installation, because dbus was missing from the Depends:.
i've fixed the bug today and uploaded to mentors, and its
been sponsored shortly after (#854230).

debdiff is attached

unblock usbguard/0.6.2+ds1-2

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

Kernel: Linux 4.8.0-2-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 usbguard-0.6.2+ds1/debian/changelog usbguard-0.6.2+ds1/debian/changelog
--- usbguard-0.6.2+ds1/debian/changelog	2016-12-08 11:16:28.0 +0100
+++ usbguard-0.6.2+ds1/debian/changelog	2017-02-05 08:21:56.0 +0100
@@ -1,3 +1,9 @@
+usbguard (0.6.2+ds1-2) unstable; urgency=medium
+
+  * Add dbus to Depends (Closes: #854192)
+
+ -- Muri Nicanor   Sun, 05 Feb 2017 08:21:56 +0100
+
 usbguard (0.6.2+ds1-1) unstable; urgency=medium
 
   * New upstream version 0.6.2+ds1
diff -Nru usbguard-0.6.2+ds1/debian/control usbguard-0.6.2+ds1/debian/control
--- usbguard-0.6.2+ds1/debian/control	2016-12-08 11:16:28.0 +0100
+++ usbguard-0.6.2+ds1/debian/control	2017-02-04 23:39:40.0 +0100
@@ -48,7 +48,7 @@
 
 Package: usbguard
 Architecture: linux-any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}, dbus
 Description: USB device authorization policy framework
  The USBGuard software framework helps to protect your computer against rogue
  USB devices (a.k.a. BadUSB) by implementing basic whitelisting and blacklisting




signature.asc
Description: OpenPGP digital signature


Bug#854239: unblock: gcr/3.20.0-4

2017-02-05 Thread Emilio Pozuelo Monfort
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package gcr. This fixes a FTBFS bug due to a low timeout in
a test.

unblock gcr/3.20.0-4

-- System Information:
Debian Release: 9.0
  APT prefers unstable
  APT policy: (800, 'unstable'), (700, 'experimental'), (650, 'testing'), (500, 
'unstable-debug'), (500, 'testing-debug')
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)



Bug#854238: unblock: lintian/2.5.50.1

2017-02-05 Thread Niels Thykier
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package lintian.  It fixes two FTBFS bugs and a few minor bugs.

The changelog is:

"""
lintian (2.5.50.1) unstable; urgency=medium

  * debian/copyright:
+ [EB] Add Edward Betts.

  * data/spelling/corrections:
+ [NT] Apply patches from Edward Betts to fix bugs in the correction
  word lists.  (Closes: #852005, #852084)
+ [NT] Apply patch from Edward Betts to remove corrections for
  "targetted" and "targetting" as they are valid alternative
  spellings in AU.  (Closes: #852145)

  * t/runtests:
+ [NT] Re-sort test output after running the "post_test" sed script
  on the output.  This prevent test failures caused by the order
  changing on different architectures prior to the sed script is run
  (assuming the sed script otherwise normalises the differences
  correctly).
  * t/tests/cruft-general-upstream/pre_upstream:
+ [EB] Fix failing tests by making the fake flash object more
  convincing.  The most recent version of libmagic uses a more precise
  definition of the data within a flash file.  (Closes: #852891)

  * vendors/ubuntu/main/data/changes-file/known-dists:
+ [CW] Add zesty.

 -- Niels Thykier   Sat, 04 Feb 2017 15:05:07 +
"""

It /also/ removes a "debian/changelog.tmp" file that I had not noticed
sneaked into the 2.5.50 upload (a dch work copy of d/changelog).  The
debdiff is created with filterdiff -x '*/debian/changelog.tmp'

unblock lintian/2.5.50.1
diff -Nru lintian-2.5.50/data/spelling/corrections 
lintian-2.5.50.1/data/spelling/corrections
--- lintian-2.5.50/data/spelling/corrections2016-12-26 14:33:00.0 
+0100
+++ lintian-2.5.50.1/data/spelling/corrections  2017-01-29 21:17:10.0 
+0100
@@ -545,7 +545,7 @@
 calulates||calculates
 calulating||calculating
 calulation||calculation
-calulations|calculations
+calulations||calculations
 cancelation||cancellation
 canidate||candidate
 canidates||candidates
@@ -3049,8 +3049,8 @@
 sempahores||semaphores
 senario||scenario
 senarios||scenarios
-sensistive||insensitive
-sensistively||insensitively
+sensistive||sensitive
+sensistively||sensitively
 sentance||sentence
 sentances||sentences
 sentinal||sentinel
@@ -3371,8 +3371,6 @@
 sytem||system
 sythesis||synthesis
 taht||that
-targetted||targeted
-targetting||targeting
 teached||taught
 teh||the
 temorary||temporary
diff -Nru lintian-2.5.50/debian/changelog lintian-2.5.50.1/debian/changelog
--- lintian-2.5.50/debian/changelog 2016-12-26 17:07:20.0 +0100
+++ lintian-2.5.50.1/debian/changelog   2017-02-04 16:05:07.0 +0100
@@ -1,3 +1,31 @@
+lintian (2.5.50.1) unstable; urgency=medium
+
+  * debian/copyright:
++ [EB] Add Edward Betts.
+
+  * data/spelling/corrections:
++ [NT] Apply patches from Edward Betts to fix bugs in the correction
+  word lists.  (Closes: #852005, #852084)
++ [NT] Apply patch from Edward Betts to remove corrections for
+  "targetted" and "targetting" as they are valid alternative
+  spellings in AU.  (Closes: #852145)
+
+  * t/runtests:
++ [NT] Re-sort test output after running the "post_test" sed script
+  on the output.  This prevent test failures caused by the order
+  changing on different architectures prior to the sed script is run
+  (assuming the sed script otherwise normalises the differences
+  correctly).
+  * t/tests/cruft-general-upstream/pre_upstream:
++ [EB] Fix failing tests by making the fake flash object more
+  convincing.  The most recent version of libmagic uses a more precise
+  definition of the data within a flash file.  (Closes: #852891)
+
+  * vendors/ubuntu/main/data/changes-file/known-dists:
++ [CW] Add zesty.
+
+ -- Niels Thykier   Sat, 04 Feb 2017 15:05:07 +
+
 lintian (2.5.50) unstable; urgency=medium
 
   * Summary of tag changes:
diff -Nru lintian-2.5.50/debian/copyright lintian-2.5.50.1/debian/copyright
--- lintian-2.5.50/debian/copyright 2016-10-08 15:19:53.0 +0200
+++ lintian-2.5.50.1/debian/copyright   2017-01-29 21:12:16.0 +0100
@@ -30,6 +30,7 @@
  AB  == Axel Beckert 
  PW  == Paul Wise 
  CL  == Chris Lamb 
+ EB  == Edward Betts 
  .
  Lintian is maintained in git.  The current development version may
  be checked out from:
@@ -62,6 +63,7 @@
   2013-2015, Bastien ROUCARIÈS
   2014-2016, Axel Beckert
   2016, Chris Lamb
+  2017, Edward Betts
 License: GPL-2+
  This program is free software; you may redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
diff -Nru lintian-2.5.50/t/runtests lintian-2.5.50.1/t/runtests
--- lintian-2.5.50/t/runtests   2016-12-25 12:18:26.0 +0100
+++ lintian-2.5.50.1/t/runtests 2017-01-29 21:10:53.0 +0100
@@ 

Bug#854235: marked as done (unblock: weston/1.12.0-3)

2017-02-05 Thread Debian Bug Tracking System
Your message dated Sun, 05 Feb 2017 10:22:00 +
with message-id <4f2376df-6117-912d-141d-1bbfbbf32...@thykier.net>
and subject line Re: Bug#854235: unblock: weston/1.12.0-3
has caused the Debian Bug report #854235,
regarding unblock: weston/1.12.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.)


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

Hi,

weston 1.12.0-2 enabled a couple of backends, but one of them added
a dependency on freerdp2, which I didn't realise is not in testing.

I have uploaded 1.12.0-3 now, which disables that one. The diff from
the version in testing (1.12.0-1) is trivial, basically enabling that
other backend.

Please consider unblocking it.

Thanks,
Emilio

unblock weston/1.12.0-3

-- System Information:
Debian Release: 9.0
  APT prefers unstable
  APT policy: (800, 'unstable'), (700, 'experimental'), (650, 'testing'), (500, 
'unstable-debug'), (500, 'testing-debug')
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)
--- End Message ---
--- Begin Message ---
Emilio Pozuelo Monfort:
> Package: release.debian.org
> Severity: normal
> User: release.debian@packages.debian.org
> Usertags: unblock
> 
> Please unblock package weston
> 
> Hi,
> 
> weston 1.12.0-2 enabled a couple of backends, but one of them added
> a dependency on freerdp2, which I didn't realise is not in testing.
> 
> I have uploaded 1.12.0-3 now, which disables that one. The diff from
> the version in testing (1.12.0-1) is trivial, basically enabling that
> other backend.
> 
> Please consider unblocking it.
> 
> Thanks,
> Emilio
> 
> unblock weston/1.12.0-3
> 
> [...]

Unblocked, thanks.

~Niels--- End Message ---


Bug#854235: unblock: weston/1.12.0-3

2017-02-05 Thread Emilio Pozuelo Monfort
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package weston

Hi,

weston 1.12.0-2 enabled a couple of backends, but one of them added
a dependency on freerdp2, which I didn't realise is not in testing.

I have uploaded 1.12.0-3 now, which disables that one. The diff from
the version in testing (1.12.0-1) is trivial, basically enabling that
other backend.

Please consider unblocking it.

Thanks,
Emilio

unblock weston/1.12.0-3

-- System Information:
Debian Release: 9.0
  APT prefers unstable
  APT policy: (800, 'unstable'), (700, 'experimental'), (650, 'testing'), (500, 
'unstable-debug'), (500, 'testing-debug')
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)



Re: Please allow arden 1.0-3 to migrate to testing

2017-02-05 Thread Emilio Pozuelo Monfort
On 04/02/17 21:09, Adrian Bunk wrote:
> Hi,
> 
> arden was recently changed from binary-any to binary-all (#852313),
> but testing migration is blocked by:
>   arden/i386 unsatisfiable Depends: python-htseq
> 
> The root cause is #819617, which might not get fixed in time for stretch.
> 
> Please allow arden into testing despite not being installable on i386.

Added a force-hint. Should migrate in ~40min.

Emilio



Bug#854227: marked as done (unblock: python-cliapp/1.20160724-2)

2017-02-05 Thread Debian Bug Tracking System
Your message dated Sun, 05 Feb 2017 08:58:00 +
with message-id 
and subject line Re: Bug#854227: unblock: python-cliapp/1.20160724-2
has caused the Debian Bug report #854227,
regarding unblock: python-cliapp/1.20160724-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.)


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

Please unblock package python-cliapp

1.20160724-1 fails to build from source because after it was
originally uploaded, pylint was upgraded, and now has new checks,
which fail the build. In 1.20160724-2 I have disabled build-time
tests. I decided to disable the tests rather than fixing the thing
that pylint now complains about, because I think it's a smaller, safer
change than making code changes at this stage of the release cycle.

Source debdiff:

diff -Nru python-cliapp-1.20160724/debian/changelog 
python-cliapp-1.20160724/debian/changelog
--- python-cliapp-1.20160724/debian/changelog   2016-07-24 20:54:18.0 
+0200
+++ python-cliapp-1.20160724/debian/changelog   2017-02-05 09:19:14.0 
+0100
@@ -1,3 +1,17 @@
+python-cliapp (1.20160724-2) unstable; urgency=medium
+
+  * Fix "FTBFS: Test failures" by disabling build-time checks
+(Closes: #852882)
+  - when -1 was uploaded, the tests passed, but pylint is
+now a newer version with new checks
+  - Debian is in a freeze, this is the minimal change to work
+around the bug; the tests have passed in previuos uploads,
+with an older pylint, so disabling them should be sufficiently
+safe and less risky than hacking up code at the last second of
+a release cycle
+
+ -- Lars Wirzenius   Sun, 05 Feb 2017 09:19:14 +0100
+
 python-cliapp (1.20160724-1) unstable; urgency=medium
 
   * Change debian/rules to run automated tests during build.
diff -Nru python-cliapp-1.20160724/debian/rules 
python-cliapp-1.20160724/debian/rules
--- python-cliapp-1.20160724/debian/rules   2016-07-24 20:41:27.0 
+0200
+++ python-cliapp-1.20160724/debian/rules   2017-02-05 09:19:14.0 
+0100
@@ -7,12 +7,6 @@
$(MAKE)
dh_auto_build --with=python2 --buildsystem=python_distutils
 
-override_dh_auto_test:
-   $(MAKE) clean check
-   # RE-build
-   $(MAKE)
-   dh_auto_build --with=python2 --buildsystem=python_distutils
-
 override_dh_auto_clean:
$(MAKE) clean
dh_auto_clean --with=python2 --buildsystem=python_distutils
[PREVIOUS COMMAND EXIT: 1]
~/.../cliapp $ 


unblock python-cliapp/1.20160724-2

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

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/dash
Init: systemd (via /run/systemd/system)
--- End Message ---
--- Begin Message ---
Lars Wirzenius:
> Package: release.debian.org
> Severity: normal
> User: release.debian@packages.debian.org
> Usertags: unblock
> 
> Please unblock package python-cliapp
> 
> 1.20160724-1 fails to build from source because after it was
> originally uploaded, pylint was upgraded, and now has new checks,
> which fail the build. In 1.20160724-2 I have disabled build-time
> tests. I decided to disable the tests rather than fixing the thing
> that pylint now complains about, because I think it's a smaller, safer
> change than making code changes at this stage of the release cycle.
> 
> Source debdiff:
> 
> [...]

Unblocked, thanks.

~Niels--- End Message ---


Bug#854227: unblock: python-cliapp/1.20160724-2

2017-02-05 Thread Lars Wirzenius
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package python-cliapp

1.20160724-1 fails to build from source because after it was
originally uploaded, pylint was upgraded, and now has new checks,
which fail the build. In 1.20160724-2 I have disabled build-time
tests. I decided to disable the tests rather than fixing the thing
that pylint now complains about, because I think it's a smaller, safer
change than making code changes at this stage of the release cycle.

Source debdiff:

diff -Nru python-cliapp-1.20160724/debian/changelog 
python-cliapp-1.20160724/debian/changelog
--- python-cliapp-1.20160724/debian/changelog   2016-07-24 20:54:18.0 
+0200
+++ python-cliapp-1.20160724/debian/changelog   2017-02-05 09:19:14.0 
+0100
@@ -1,3 +1,17 @@
+python-cliapp (1.20160724-2) unstable; urgency=medium
+
+  * Fix "FTBFS: Test failures" by disabling build-time checks
+(Closes: #852882)
+  - when -1 was uploaded, the tests passed, but pylint is
+now a newer version with new checks
+  - Debian is in a freeze, this is the minimal change to work
+around the bug; the tests have passed in previuos uploads,
+with an older pylint, so disabling them should be sufficiently
+safe and less risky than hacking up code at the last second of
+a release cycle
+
+ -- Lars Wirzenius   Sun, 05 Feb 2017 09:19:14 +0100
+
 python-cliapp (1.20160724-1) unstable; urgency=medium
 
   * Change debian/rules to run automated tests during build.
diff -Nru python-cliapp-1.20160724/debian/rules 
python-cliapp-1.20160724/debian/rules
--- python-cliapp-1.20160724/debian/rules   2016-07-24 20:41:27.0 
+0200
+++ python-cliapp-1.20160724/debian/rules   2017-02-05 09:19:14.0 
+0100
@@ -7,12 +7,6 @@
$(MAKE)
dh_auto_build --with=python2 --buildsystem=python_distutils
 
-override_dh_auto_test:
-   $(MAKE) clean check
-   # RE-build
-   $(MAKE)
-   dh_auto_build --with=python2 --buildsystem=python_distutils
-
 override_dh_auto_clean:
$(MAKE) clean
dh_auto_clean --with=python2 --buildsystem=python_distutils
[PREVIOUS COMMAND EXIT: 1]
~/.../cliapp $ 


unblock python-cliapp/1.20160724-2

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

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/dash
Init: systemd (via /run/systemd/system)