Processed: Re: perlpanel: Removal of debhelper compat 4

2016-07-25 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 patch
Bug #817616 [src:perlpanel] perlpanel: Removal of debhelper compat 4
Added tag(s) patch.

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



Bug#817616: perlpanel: Removal of debhelper compat 4

2016-07-25 Thread Logan Rosen
Control: tags -1 patch

Dear Maintainer,

In Ubuntu, the attached patch was applied to achieve the following:

  * debian/compat: Bump to 9.
  * debian/control:
- Build-depend on debhelper (>= 9).
- Depend on ${misc:Depends}.
  * debian/rules:
- Add recommended build-arch and build-indep targets.
- Use dh_prep instead of dh_clean -k.

Thanks for considering the patch.

Logan Rosen
diff -u perlpanel-0.9.1+cvs20051225/debian/rules perlpanel-0.9.1+cvs20051225/debian/rules
--- perlpanel-0.9.1+cvs20051225/debian/rules
+++ perlpanel-0.9.1+cvs20051225/debian/rules
@@ -2,7 +2,9 @@
 
 TMP=$(CURDIR)/debian/perlpanel
 
-build: patch build-stamp
+build: build-arch build-indep
+build-arch: patch build-stamp
+build-indep: patch build-stamp
 build-stamp:
 	dh_testdir
 	$(MAKE) PREFIX=/usr LIBDIR=/usr/share/perlpanel/
@@ -20,7 +22,7 @@
 install-stamp: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr LIBDIR=/usr/share/perlpanel/
 	#Fix b0rken permissions in the upstream tarball:
 	find $(TMP)/usr/share/icons/hicolor/48x48/ -name '*png' -exec chmod 644 \{\} \;
@@ -65 +67 @@
-.PHONY: build clean binary-indep binary-arch binary patch unpatch
+.PHONY: build build-arch build-indep clean binary-indep binary-arch binary patch unpatch
diff -u perlpanel-0.9.1+cvs20051225/debian/control perlpanel-0.9.1+cvs20051225/debian/control
--- perlpanel-0.9.1+cvs20051225/debian/control
+++ perlpanel-0.9.1+cvs20051225/debian/control
@@ -1,13 +1,13 @@
 Source: perlpanel
 Section: x11
 Priority: optional
 Maintainer: Marc 'HE' Brockschmidt 
-Build-Depends: debhelper (>= 4), dpatch, gettext, libgtk2-perl, libgtk2-gladexml-perl, libgnome2-wnck-perl, libxml-simple-perl, liblocale-gettext-perl
+Build-Depends: debhelper (>= 9), dpatch, gettext, libgtk2-perl, libgtk2-gladexml-perl, libgnome2-wnck-perl, libxml-simple-perl, liblocale-gettext-perl
 Standards-Version: 3.7.3
 
 Package: perlpanel
 Architecture: all
-Depends: perl (>= 5.8.0), libglib-perl, libgtk2-perl (>= 1:1.042-2), libgtk2.0-0 (>= 2.4), libgnome2-wnck-perl, libxml-simple-perl, libxml-parser-perl, libgtk2-gladexml-perl, liblocale-gettext-perl, libdate-manip-perl, libx11-freedesktop-desktopentry-perl, hicolor-icon-theme
+Depends: ${misc:Depends}, perl (>= 5.8.0), libglib-perl, libgtk2-perl (>= 1:1.042-2), libgtk2.0-0 (>= 2.4), libgnome2-wnck-perl, libxml-simple-perl, libxml-parser-perl, libgtk2-gladexml-perl, liblocale-gettext-perl, libdate-manip-perl, libx11-freedesktop-desktopentry-perl, hicolor-icon-theme
 Recommends: libaudio-mixer-perl, libgnome2-vfs-perl, libgtk2-traymanager-perl, liburi-perl, libxmms-perl
 Suggests: vorbis-tools, fortune-mod, ssh
 Description: lean menu and launcher panel written in Perl and Gtk2
diff -u perlpanel-0.9.1+cvs20051225/debian/compat perlpanel-0.9.1+cvs20051225/debian/compat
--- perlpanel-0.9.1+cvs20051225/debian/compat
+++ perlpanel-0.9.1+cvs20051225/debian/compat
@@ -1 +1 @@
-4
+9


Bug#832454: marked as done (virt-manager doesn't open)

2016-07-25 Thread Debian Bug Tracking System
Your message dated Tue, 26 Jul 2016 08:50:29 +0200
with message-id <20160726065029.ga4...@bogon.m.sigxcpu.org>
and subject line Re: [Pkg-libvirt-maintainers] Bug#832454: virt-manager doesn't 
open
has caused the Debian Bug report #832454,
regarding virt-manager doesn't open
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.)


-- 
832454: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=832454
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: virt-manager
Version: 1:1.4.0-2
Severity: grave
Justification: renders package unusable

When I run virt-manager or virt-manager --debug --no-fork, virt-manager doesn't
open and I get that output in the terminal:

Traceback (most recent call last):
  File "/usr/share/virt-manager/virt-manager", line 33, in 
from virtinst import util as util
  File "/usr/share/virt-manager/virtinst/__init__.py", line 89, in 
from virtinst.distroinstaller import DistroInstaller
  File "/usr/share/virt-manager/virtinst/distroinstaller.py", line 23, in

from . import urlfetcher
  File "/usr/share/virt-manager/virtinst/urlfetcher.py", line 34, in 
import requests
  File "/usr/lib/python2.7/dist-packages/requests/__init__.py", line 61, in

from .packages.urllib3.exceptions import DependencyWarning
ImportError: cannot import name DependencyWarning

This issue is also present in the package in testing (1:1.3.2-4)



-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (700, 'testing'), (650, 'unstable'), (600, 'experimental'), (500, 
'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages virt-manager depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.26.0-1
ii  gconf2   3.2.6-3
ii  gir1.2-gtk-3.0   3.20.6-2
ii  gir1.2-gtk-vnc-2.0   0.5.3-1.3+b1
ii  gir1.2-libosinfo-1.0 0.3.0-2
ii  gir1.2-libvirt-glib-1.0  0.2.3-2
ii  gir1.2-vte-2.91  0.44.2-1
ii  librsvg2-common  2.40.16-1
ii  python-dbus  1.2.4-1
ii  python-gi3.20.1-1
ii  python-gi-cairo  3.20.1-1
ii  python-libvirt   2.0.0-1
ii  python-requests  2.10.0-2
pn  python2.7:any
pn  python:any   
ii  virtinst 1:1.4.0-2

Versions of packages virt-manager recommends:
ii  gir1.2-spice-client-gtk-3.0  0.30-1
ii  gnome-icon-theme 3.12.0-2
ii  libvirt-daemon-system2.0.0-1

Versions of packages virt-manager suggests:
ii  gnome-keyring  3.20.0-1
ii  ksshaskpass [ssh-askpass]  4:5.7.0-1
pn  python-gnomekeyring
pn  python-guestfs 
ii  virt-viewer3.1-1

-- no debconf information
--- End Message ---
--- Begin Message ---
On Mon, Jul 25, 2016 at 07:25:40PM +0200, Michel Le Bihan wrote:
> Package: virt-manager
> Version: 1:1.4.0-2
> Severity: grave
> Justification: renders package unusable
> 
> When I run virt-manager or virt-manager --debug --no-fork, virt-manager 
> doesn't
> open and I get that output in the terminal:
> 
> Traceback (most recent call last):
>   File "/usr/share/virt-manager/virt-manager", line 33, in 
> from virtinst import util as util
>   File "/usr/share/virt-manager/virtinst/__init__.py", line 89, in 
> from virtinst.distroinstaller import DistroInstaller
>   File "/usr/share/virt-manager/virtinst/distroinstaller.py", line 23, in
> 
> from . import urlfetcher
>   File "/usr/share/virt-manager/virtinst/urlfetcher.py", line 34, in 
> import requests
>   File "/usr/lib/python2.7/dist-packages/requests/__init__.py", line 61, in
> 
> from .packages.urllib3.exceptions import DependencyWarning
> ImportError: cannot import name DependencyWarning
> 
> This issue is also present in the package in testing (1:1.3.2-4)

For whatever reason your python-requests lacks DependencyWarning. Either
you're not picking up the one installed via apt/dpkg or the file is
broken on Disk. Try:

python -c from requests import DependencyWarning

This is not a bug in virt-manager.
Cheers,
 -- Guido

> 
> 
> 
> -- System Information:
> Debian Release

Bug#832299: marked as done (python-ruffus: FTBFS: sphinx.ext.mathjax: other math package is already loaded)

2016-07-25 Thread Debian Bug Tracking System
Your message dated Tue, 26 Jul 2016 06:48:45 +
with message-id 
and subject line Bug#832299: fixed in python-ruffus 2.6.3+dfsg-4
has caused the Debian Bug report #832299,
regarding python-ruffus: FTBFS: sphinx.ext.mathjax: other math package is 
already loaded
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.)


-- 
832299: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=832299
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-ruffus
Version: 2.6.3+dfsg-3
Severity: serious
Justification: fails to build from source
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

python-ruffus fails to build from source in unstable/amd64:

  [..]

  Selecting previously unselected package libjpeg62-turbo:amd64.
  Preparing to unpack .../libjpeg62-turbo_1%3a1.5.0-1_amd64.deb ...
  Unpacking libjpeg62-turbo:amd64 (1:1.5.0-1) ...
  Selecting previously unselected package libjbig0:amd64.
  Preparing to unpack .../libjbig0_2.1-3.1_amd64.deb ...
  Unpacking libjbig0:amd64 (2.1-3.1) ...
  Selecting previously unselected package libtiff5:amd64.
  Preparing to unpack .../libtiff5_4.0.6-2_amd64.deb ...
  Unpacking libtiff5:amd64 (4.0.6-2) ...
  Selecting previously unselected package libwebp5:amd64.
  Preparing to unpack .../libwebp5_0.4.4-1.1_amd64.deb ...
  Unpacking libwebp5:amd64 (0.4.4-1.1) ...
  Selecting previously unselected package libxpm4:amd64.
  Preparing to unpack .../libxpm4_1%3a3.5.11-1+b1_amd64.deb ...
  Unpacking libxpm4:amd64 (1:3.5.11-1+b1) ...
  Selecting previously unselected package libgd3:amd64.
  Preparing to unpack .../libgd3_2.2.2-43-g22cba39-1_amd64.deb ...
  Unpacking libgd3:amd64 (2.2.2-43-g22cba39-1) ...
  Selecting previously unselected package libltdl7:amd64.
  Preparing to unpack .../libltdl7_2.4.6-0.1_amd64.deb ...
  Unpacking libltdl7:amd64 (2.4.6-0.1) ...
  Selecting previously unselected package fontconfig.
  Preparing to unpack .../fontconfig_2.11.0-6.4_amd64.deb ...
  Unpacking fontconfig (2.11.0-6.4) ...
  Selecting previously unselected package libthai-data.
  Preparing to unpack .../libthai-data_0.1.25-1_all.deb ...
  Unpacking libthai-data (0.1.25-1) ...
  Selecting previously unselected package libdatrie1:amd64.
  Preparing to unpack .../libdatrie1_0.2.10-2_amd64.deb ...
  Unpacking libdatrie1:amd64 (0.2.10-2) ...
  Selecting previously unselected package libthai0:amd64.
  Preparing to unpack .../libthai0_0.1.25-1_amd64.deb ...
  Unpacking libthai0:amd64 (0.1.25-1) ...
  Selecting previously unselected package libpango-1.0-0:amd64.
  Preparing to unpack .../libpango-1.0-0_1.40.1-1_amd64.deb ...
  Unpacking libpango-1.0-0:amd64 (1.40.1-1) ...
  Selecting previously unselected package libgraphite2-3:amd64.
  Preparing to unpack .../libgraphite2-3_1.3.8-1_amd64.deb ...
  Unpacking libgraphite2-3:amd64 (1.3.8-1) ...
  Selecting previously unselected package libharfbuzz0b:amd64.
  Preparing to unpack .../libharfbuzz0b_1.2.7-1_amd64.deb ...
  Unpacking libharfbuzz0b:amd64 (1.2.7-1) ...
  Selecting previously unselected package libpangoft2-1.0-0:amd64.
  Preparing to unpack .../libpangoft2-1.0-0_1.40.1-1_amd64.deb ...
  Unpacking libpangoft2-1.0-0:amd64 (1.40.1-1) ...
  Selecting previously unselected package libpangocairo-1.0-0:amd64.
  Preparing to unpack .../libpangocairo-1.0-0_1.40.1-1_amd64.deb ...
  Unpacking libpangocairo-1.0-0:amd64 (1.40.1-1) ...
  Selecting previously unselected package libpathplan4.
  Preparing to unpack .../libpathplan4_2.38.0-14_amd64.deb ...
  Unpacking libpathplan4 (2.38.0-14) ...
  Selecting previously unselected package libxdot4.
  Preparing to unpack .../libxdot4_2.38.0-14_amd64.deb ...
  Unpacking libxdot4 (2.38.0-14) ...
  Selecting previously unselected package libgvc6.
  Preparing to unpack .../libgvc6_2.38.0-14_amd64.deb ...
  Unpacking libgvc6 (2.38.0-14) ...
  Selecting previously unselected package libgvpr2.
  Preparing to unpack .../libgvpr2_2.38.0-14_amd64.deb ...
  Unpacking libgvpr2 (2.38.0-14) ...
  Selecting previously unselected package x11-common.
  Preparing to unpack .../x11-common_1%3a7.7+16_all.deb ...
  Unpacking x11-common (1:7.7+16) ...
  Selecting previously unselected package libice6:amd64.
  Preparing to unpack .../libice6_2%3a1.0.9-1+b1_amd64.deb ...
  Unpacking libice6:amd64 (2:1.0.9-1+b1) ...
  Selecting previously unselected package libsm6:amd64.
  Preparing to unpack .../libsm6_2%3a1.2.2-1+b1_amd64.deb ...
  Unpacking libsm6:amd64 (2:1.2.2-1+b1) ...
  Selecting previously unselected package libxt6:amd64.
  Prep

Bug#832062:

2016-07-25 Thread Jacob's PC Tune-up
I don't think it came from modarchive in the first place, it was added 
to the media repo in 2002. 
(https://sourceforge.net/p/supertuxkart/code/492/log/?path=/trunk/tuxkart/mods/Boom_boom_boom.mod)
 
If it was, the terms might have been different 13 years ago, the terms 
from back then should be checked. 
(http://wayback.archive.org/web/2002*/http://www.modarchive.com/)


Processed: closing 826684

2016-07-25 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> package spin
Limiting to bugs with field 'package' containing at least one of 'spin'
Limit currently set to 'package':'spin'

> close 826684 6.4.5-1
Bug #826684 {Done: Andreas Tille } [staden,spin] staden,spin: 
error when trying to install together
There is no source info for the package 'staden' at version '6.4.5-1' with 
architecture ''
Marked as fixed in versions spin/6.4.5-1.
Bug #826684 {Done: Andreas Tille } [staden,spin] staden,spin: 
error when trying to install together
Bug 826684 is already marked as done; not doing anything.
> thanks
Stopping processing here.

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



Bug#826684: closing 826684

2016-07-25 Thread tony mancill
package spin
close 826684 6.4.5-1
thanks

The upload of staden/2.0.0+b10-5 resolves this bug for both the staden
and spin packages.



Bug#817632: ptex-base: Removal of debhelper compat 4

2016-07-25 Thread Logan Rosen
Control: tags -1 patch

Dear Maintainer,

In Ubuntu, the attached patch was applied to achieve the following:

  * debian/compat: Bump to 9.
  * debian/control: Build-depend on debhelper (>= 9).
  * debian/rules:
- Use dh_prep instead of dh_clean -k.
- Add recommended build-arch and build-indep targets.

Thanks for considering the patch.

Logan Rosen
diff -u ptex-base-2.5/debian/rules ptex-base-2.5/debian/rules
--- ptex-base-2.5/debian/rules
+++ ptex-base-2.5/debian/rules
@@ -22,7 +22,9 @@
 
 	touch configure-stamp
 
-build: configure-stamp build-stamp
+build: build-arch build-indep
+build-arch: configure-stamp build-stamp
+build-indep: configure-stamp build-stamp
 build-stamp:
 	dh_testdir
 
@@ -42,7 +44,7 @@
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs
 
 	# Add here commands to install the package into debian/ptex-base.
@@ -120 +122 @@
-.PHONY: build clean binary-indep binary-arch binary install configure
+.PHONY: build build-arch build-indep clean binary-indep binary-arch binary install configure
diff -u ptex-base-2.5/debian/control ptex-base-2.5/debian/control
--- ptex-base-2.5/debian/control
+++ ptex-base-2.5/debian/control
@@ -2,7 +2,7 @@
 Section: tex
 Priority: optional
 Maintainer: Masayuki Hatta (mhatta) 
-Build-Depends: debhelper (>> 4.0.0), tex-common
+Build-Depends: debhelper (>= 9), tex-common
 Standards-Version: 3.7.3
 
 Package: ptex-base
diff -u ptex-base-2.5/debian/compat ptex-base-2.5/debian/compat
--- ptex-base-2.5/debian/compat
+++ ptex-base-2.5/debian/compat
@@ -1 +1 @@
-4
+9


Processed: Re: ptex-base: Removal of debhelper compat 4

2016-07-25 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 patch
Bug #817632 [src:ptex-base] ptex-base: Removal of debhelper compat 4
Added tag(s) patch.

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



Bug#817631: psignifit: Removal of debhelper compat 4

2016-07-25 Thread Logan Rosen
Control: tags -1 patch

Dear Maintainer,

In Ubuntu, the attached patch was applied to achieve the following:

  * debian/compat: Bump to 9.
  * debian/control:
- Build-depend on debhelper (>= 9).
- Depend on ${misc:Depends}.
  * debian/rules: Switch to dh sequencer.

Thanks for considering the patch.

Logan Rosen
diff -u psignifit-2.5.6/debian/compat psignifit-2.5.6/debian/compat
--- psignifit-2.5.6/debian/compat
+++ psignifit-2.5.6/debian/compat
@@ -1 +1 @@
-4
+9
diff -u psignifit-2.5.6/debian/rules psignifit-2.5.6/debian/rules
--- psignifit-2.5.6/debian/rules
+++ psignifit-2.5.6/debian/rules
@@ -2,66 +2,2 @@
-
-#export DH_VERBOSE=1
-
-CFLAGS = -Wall -g
-
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-	CFLAGS += -O0
-else
-	CFLAGS += -O2
-endif
-
-configure: configure-stamp
-configure-stamp:
-	dh_testdir
-	touch configure-stamp
-
-
-build: build-stamp
-
-build-stamp: configure-stamp
-	dh_testdir
-
-	cd psig-src && $(MAKE)
-	cd ..
-	touch build-stamp
-
-clean:
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp configure-stamp
-	-cd psig-src && $(MAKE) clean
-	cd ..
-	dh_clean
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	dh_installdirs
-	cd psig-src && $(MAKE) install DESTDIR=$(CURDIR)/debian/psignifit
-	cd ..
-
-
-binary-indep: build install
-# We have nothing to do by default.
-
-binary-arch: build install
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs
-	dh_installdocs
-	dh_installexamples
-	dh_installman
-	dh_install runexampledata usr/share/doc/psignifit/tests
-	dh_link
-	dh_strip
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+%:
+	dh $@ --sourcedirectory=psig-src
diff -u psignifit-2.5.6/debian/control psignifit-2.5.6/debian/control
--- psignifit-2.5.6/debian/control
+++ psignifit-2.5.6/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Experimental Psychology Maintainers 
 Uploaders: Michael Hanke 
-Build-Depends: debhelper (>= 4.0.0)
+Build-Depends: debhelper (>= 9)
 Standards-Version: 3.7.2
 Homepage: http://www.bootstrap-software.org
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-exppsy/psignifit/?rev=0&sc=0
@@ -11,7 +11,7 @@
 
 Package: psignifit
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: Fitting and testing hypotheses about psychometric functions
  Psignifit allows fitting of psychometric functions to datasets while
  maintaining full control over a large number of parameters. Data
only in patch2:
unchanged:
--- psignifit-2.5.6.orig/debian/install
+++ psignifit-2.5.6/debian/install
@@ -0,0 +1 @@
+runexampledata usr/share/doc/psignifit/tests


Processed: Re: psignifit: Removal of debhelper compat 4

2016-07-25 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 patch
Bug #817631 [src:psignifit] psignifit: Removal of debhelper compat 4
Added tag(s) patch.

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



Processed: Re: nemiver: FTBFS: error: cannot convert 'const sigc::slot_base' to 'bool' in return

2016-07-25 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 patch
Bug #822502 [nemiver] nemiver: FTBFS: error: cannot convert 'const 
sigc::slot_base' to 'bool' in return
Added tag(s) patch.

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



Bug#822502: nemiver: FTBFS: error: cannot convert 'const sigc::slot_base' to 'bool' in return

2016-07-25 Thread Logan Rosen
Control: tags -1 patch

Dear Maintainer,

In Ubuntu, the attached patch was applied to achieve the following:

  * debian/patches/bool-conversion.patch: Grab patch from upstream Git to fix
FTBFS due to bool conversion.

Thanks for considering the patch.

Logan Rosen
diff -Nru nemiver-0.9.6/debian/patches/bool-conversion.patch nemiver-0.9.6/debian/patches/bool-conversion.patch
--- nemiver-0.9.6/debian/patches/bool-conversion.patch	1969-12-31 19:00:00.0 -0500
+++ nemiver-0.9.6/debian/patches/bool-conversion.patch	2016-07-25 21:29:11.0 -0400
@@ -0,0 +1,26 @@
+From e0e42221ceb77d88be64fac1c09792dc5c9e2f43 Mon Sep 17 00:00:00 2001
+From: Ben Iofel 
+Date: Thu, 17 Mar 2016 18:28:02 -0400
+Subject: Fix compiliation warnings & errors
+
+---
+ src/dbgengine/nmv-dbg-common.h| 2 +-
+ src/dbgengine/nmv-i-var-list-walker.h | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/dbgengine/nmv-dbg-common.h b/src/dbgengine/nmv-dbg-common.h
+index ad3cc00..0edac7c 100644
+--- a/src/dbgengine/nmv-dbg-common.h
 b/src/dbgengine/nmv-dbg-common.h
+@@ -171,7 +171,7 @@ public:
+ 
+ bool has_slot () const
+ {
+-return m_slot;
++return static_cast (m_slot);
+ }
+ 
+ template
+-- 
+cgit v0.12
+
diff -Nru nemiver-0.9.6/debian/patches/series nemiver-0.9.6/debian/patches/series
--- nemiver-0.9.6/debian/patches/series	2015-10-03 15:16:43.0 -0400
+++ nemiver-0.9.6/debian/patches/series	2016-07-25 21:29:16.0 -0400
@@ -1,2 +1,3 @@
 # List of currently applied Debian patches
 missing-files.patch
+bool-conversion.patch


Bug#832493: flashplugin-nonfree: update-flashplugin-nonfree detect upstream version as 22.0.0.209

2016-07-25 Thread sharuzzaman
Package: flashplugin-nonfree
Version: 1:3.6.1+b1
Severity: grave
Tags: security
Justification: renders package unusable

Dear Maintainer,

When running the update-flashplugin-nonfree script, the upstream version 
detected is 22.0.0.209

This is wrong and will cause the update to fail to get the update package for 
Linux.

The correct version should be 11.2.202.632 from 
http://www.adobe.com/software/flash/about/


root@debian:~# update-flashplugin-nonfree --verbose --install
options :  --verbose --install --
temporary directory: /tmp/flashplugin-nonfree.sAvyN55r6l
importing public key ...
selected action = --install
installed version = 11.2.202.626
upstream version = 22.0.0.209







-- Package-specific info:
Debian version: stretch/sid
Architecture: i386
Package version: 1:3.6.1+b1
Adobe Flash Player version: LNX 11,2,202,626
MD5 checksums:
160a01dd00527304e5291e65eb0c65e2  
/var/cache/flashplugin-nonfree/get-upstream-version.pl
ddbcf9e06f499a3bc77dad72e90d8dd7  
/var/cache/flashplugin-nonfree/install_flash_player_11_linux.i386.tar.gz
fac0b6ad795d519487b642f4552a8665  
/usr/lib/flashplugin-nonfree/libflashplayer.so
Alternatives:
flash-mozilla.so - auto mode
  link best version is /usr/lib/flashplugin-nonfree/libflashplayer.so
  link currently points to 
/usr/lib/flashplugin-nonfree/libflashplayer.so
  link flash-mozilla.so is /usr/lib/mozilla/plugins/flash-mozilla.so
/usr/lib/flashplugin-nonfree/libflashplayer.so - priority 50
lrwxrwxrwx 1 root root 34 Aug 25  2015 
/usr/lib/mozilla/plugins/flash-mozilla.so -> /etc/alternatives/flash-mozilla.so
/usr/lib/mozilla/plugins/flash-mozilla.so: symbolic link to 
/etc/alternatives/flash-mozilla.so

-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 4.6.0-1-686 (SMP w/1 CPU core)
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)

Versions of packages flashplugin-nonfree depends on:
ii  binutils   2.26.1-1
ii  ca-certificates20160104
ii  debconf [debconf-2.0]  1.5.59
ii  gnupg  1.4.20-6
ii  libatk1.0-02.20.0-1
ii  libcairo2  1.14.6-1+b1
ii  libcurl3-gnutls7.47.0-1
ii  libfontconfig1 2.11.0-6.4
ii  libfreetype6   2.6.3-3+b1
ii  libgcc11:6.1.1-9
ii  libglib2.0-0   2.48.1-2
ii  libgtk2.0-02.24.30-4
ii  libnspr4   2:4.12-2
ii  libnss32:3.23-2
ii  libpango1.0-0  1.40.1-1
ii  libstdc++6 6.1.1-9
ii  libx11-6   2:1.6.3-1
ii  libxext6   2:1.3.3-1
ii  libxt6 1:1.1.5-1
ii  wget   1.18-2

flashplugin-nonfree recommends no packages.

Versions of packages flashplugin-nonfree suggests:
pn  flashplugin-nonfree-extrasound  
ii  fonts-dejavu2.36-1
pn  hal 
ii  iceweasel   45.2.0esr-1
pn  konqueror-nsplugins 
ii  ttf-mscorefonts-installer   3.6
pn  ttf-xfree86-nonfree 

-- no debconf information



Processed: Re: libdshconfig: Removal of debhelper compat 4

2016-07-25 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 patch
Bug #817526 [src:libdshconfig] libdshconfig: Removal of debhelper compat 4
Added tag(s) patch.

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



Bug#817526: libdshconfig: Removal of debhelper compat 4

2016-07-25 Thread Logan Rosen
Control: tags -1 patch

Dear Maintainer,

In Ubuntu, the attached patch was applied to achieve the following:

  * debian/rules:
- Remove legacy DH_COMPAT export.
- Don't allow distclean to ignore errors.
  * debian/compat: Indicate compatibility level of 9.
  * debian/control:
- Build-depend on debhelper (>= 9).
- Depend on ${misc:Depends}.
  * debian/copyright: Don't point to symlink GPL.

Thanks for considering the patch.

Logan Rosen
diff -u libdshconfig-0.20.13/debian/control libdshconfig-0.20.13/debian/control
--- libdshconfig-0.20.13/debian/control
+++ libdshconfig-0.20.13/debian/control
@@ -2,13 +2,13 @@
 Section: libs
 Priority: optional
 Maintainer: Junichi Uekawa 
-Build-Depends: debhelper (>> 4.0.0), dh-autoreconf, d-shlibs (>= 0.4), doxygen
+Build-Depends: debhelper (>= 9), dh-autoreconf, d-shlibs (>= 0.4), doxygen
 Standards-Version: 3.7.2
 
 Package: libdshconfig1
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: configuration file parser library for dsh - runtime
  Runtime library for configuration file parser,
  required for running programs with dsh config file support.
@@ -18,7 +18,7 @@
 Package: libdshconfig1-dev
 Architecture: any
 Section: libdevel
-Depends: libdshconfig1 (= ${binary:Version}), ${devlibs:Depends}
+Depends: ${misc:Depends}, libdshconfig1 (= ${binary:Version}), ${devlibs:Depends}
 Provides: libdshconfig-dev
 Conflicts: libdshconfig-dev
 Description: configuration file parser library for dsh - development
diff -u libdshconfig-0.20.13/debian/copyright libdshconfig-0.20.13/debian/copyright
--- libdshconfig-0.20.13/debian/copyright
+++ libdshconfig-0.20.13/debian/copyright
@@ -14 +14 @@
-Please see /usr/share/common-licenses/GPL on Debian systems.
+Please see /usr/share/common-licenses/GPL-2 on Debian systems.
diff -u libdshconfig-0.20.13/debian/rules libdshconfig-0.20.13/debian/rules
--- libdshconfig-0.20.13/debian/rules
+++ libdshconfig-0.20.13/debian/rules
@@ -5,9 +5,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# This is the debhelper compatability version to use.
-export DH_COMPAT=4
-
 DSH=$(CURDIR)/debian/dsh
 
 configure: configure-stamp
@@ -31,14 +28,14 @@
 	dh_testroot
 	rm -f build-stamp configure-stamp
 	rm -rf $(DSH)
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 	dh_autoreconf_clean
 	dh_clean
 
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs
 
 	# Add here commands to install the package into debian/dsh.
only in patch2:
unchanged:
--- libdshconfig-0.20.13.orig/debian/compat
+++ libdshconfig-0.20.13/debian/compat
@@ -0,0 +1 @@
+9


Bug#832490: gitlab: fails to install if it was previously installed

2016-07-25 Thread Dmitry Smirnov
Package: gitlab
Version: 8.9.0+dfsg-7
Severity: serious


Creating runtime directories for gitlab...
mkdir: cannot create directory ‘/var/lib/gitlab/.ssh’: File exists


Obviously problem was introduced by the following commit:

https://anonscm.debian.org/cgit/pkg-ruby-extras/gitlab.git/commit/?id=184238ef63376049452d7f86107659f511cb2a85

Could we please avoid introducing new problems with every GitLab upload?
At least until it is stabilised and becomes installable...

-- 
Cheers,
 Dmitry Smirnov
 GPG key : 4096R/52B6BBD953968D1B

---

Lies are the social equivalent of toxic waste: Everyone is potentially
harmed by their spread.
-- Sam Harris


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


Bug#800168: funny-manpages: Please migrate a supported debhelper compat level

2016-07-25 Thread Logan Rosen
My apologies, here's an updated patch that removes a command in debian/rules
to copy the Lintian overrides.

Logan
diff -u funny-manpages-1.3/debian/control funny-manpages-1.3/debian/control
--- funny-manpages-1.3/debian/control
+++ funny-manpages-1.3/debian/control
@@ -2,11 +2,12 @@
 Section: doc
 Priority: optional
 Maintainer: Pawel Wiecek 
-Build-Depends-Indep: debhelper (>> 3.0.0)
+Build-Depends: debhelper (>= 9)
 Standards-Version: 3.6.1
 
 Package: funny-manpages
 Architecture: all
+Depends: ${misc:Depends}
 Suggests: asr-manpages (>=1.3-4)
 Description: more funny manpages
  A set of miscellaneous humorous manpages (don't take them too seriously!).
reverted:
--- funny-manpages-1.3/debian/lintian
+++ funny-manpages-1.3.orig/debian/lintian
@@ -1 +0,0 @@
-funny-manpages: link-to-undocumented-manpage usr/share/man/man6/woman.6fun.gz
diff -u funny-manpages-1.3/debian/rules funny-manpages-1.3/debian/rules
--- funny-manpages-1.3/debian/rules
+++ funny-manpages-1.3/debian/rules
@@ -5,9 +5,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# This is the debhelper compatability version to use.
-export DH_COMPAT=3
-
 configure: configure-stamp
 configure-stamp:
 	dh_testdir
@@ -39,7 +36,7 @@
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs
 
 	# Add here commands to install the package into debian/tmp.
@@ -67,7 +64,6 @@
 #	dh_installcron
 	dh_installmanpages
 #	dh_installinfo
-	dh_undocumented woman.6fun
 	dh_installchangelogs 
 #	dh_link
 	dh_strip
only in patch2:
unchanged:
--- funny-manpages-1.3.orig/debian/compat
+++ funny-manpages-1.3/debian/compat
@@ -0,0 +1 @@
+9


Bug#800168: funny-manpages: Please migrate a supported debhelper compat level

2016-07-25 Thread Logan Rosen
Control: tags -1 patch

Dear Maintainer,

In Ubuntu, the attached patch was applied to achieve the following:

  * debian/rules:
- Remove legacy DH_COMPAT export.
- Use dh_prep instead of dh_clean -k.
- Remove obsolete dh_undocumented.
  * debian/compat: Indicate compatibility level of 9.
  * debian/control:
- Build-depend on debhelper (>= 9).
- Depend on ${misc:Depends}.
  * debian/lintian: Remove, since override is no longer used.

Thanks for considering the patch.

Logan Rosen
diff -u funny-manpages-1.3/debian/control funny-manpages-1.3/debian/control
--- funny-manpages-1.3/debian/control
+++ funny-manpages-1.3/debian/control
@@ -2,11 +2,12 @@
 Section: doc
 Priority: optional
 Maintainer: Pawel Wiecek 
-Build-Depends-Indep: debhelper (>> 3.0.0)
+Build-Depends: debhelper (>= 9)
 Standards-Version: 3.6.1
 
 Package: funny-manpages
 Architecture: all
+Depends: ${misc:Depends}
 Suggests: asr-manpages (>=1.3-4)
 Description: more funny manpages
  A set of miscellaneous humorous manpages (don't take them too seriously!).
reverted:
--- funny-manpages-1.3/debian/lintian
+++ funny-manpages-1.3.orig/debian/lintian
@@ -1 +0,0 @@
-funny-manpages: link-to-undocumented-manpage usr/share/man/man6/woman.6fun.gz
diff -u funny-manpages-1.3/debian/rules funny-manpages-1.3/debian/rules
--- funny-manpages-1.3/debian/rules
+++ funny-manpages-1.3/debian/rules
@@ -5,9 +5,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# This is the debhelper compatability version to use.
-export DH_COMPAT=3
-
 configure: configure-stamp
 configure-stamp:
 	dh_testdir
@@ -39,7 +36,7 @@
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs
 
 	# Add here commands to install the package into debian/tmp.
@@ -67,7 +64,6 @@
 #	dh_installcron
 	dh_installmanpages
 #	dh_installinfo
-	dh_undocumented woman.6fun
 	dh_installchangelogs 
 #	dh_link
 	dh_strip
only in patch2:
unchanged:
--- funny-manpages-1.3.orig/debian/compat
+++ funny-manpages-1.3/debian/compat
@@ -0,0 +1 @@
+9


Processed: Re: funny-manpages: Please migrate a supported debhelper compat level

2016-07-25 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 patch
Bug #800168 [src:funny-manpages] funny-manpages: Please migrate a supported 
debhelper compat level
Bug #813979 [src:funny-manpages] funny-manpages: FTBFS: dh_clean: Compatibility 
levels before 4 are no longer supported (level 3 requested)
Bug #817332 [src:funny-manpages] funny-manpages: Mandatory debian/compat for 
debhelper
Added tag(s) patch.
Added tag(s) patch.
Added tag(s) patch.

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



Processed: your mail

2016-07-25 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> merge 800168 813979 817332
Bug #800168 [src:funny-manpages] funny-manpages: Please migrate a supported 
debhelper compat level
Bug #813979 [src:funny-manpages] funny-manpages: FTBFS: dh_clean: Compatibility 
levels before 4 are no longer supported (level 3 requested)
Added tag(s) stretch and sid.
Bug #800168 [src:funny-manpages] funny-manpages: Please migrate a supported 
debhelper compat level
Marked as found in versions funny-manpages/1.3-5.1.
Bug #817332 [src:funny-manpages] funny-manpages: Mandatory debian/compat for 
debhelper
Marked as found in versions funny-manpages/1.3-5.1.
Merged 800168 813979 817332
> thanks
Stopping processing here.

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



Bug#832155: New ssh-session-cleanup.service kills ssh user session during upgrade

2016-07-25 Thread Michael Biebl
Am 24.07.2016 um 17:47 schrieb Colin Watson:
> Compromise proposal: how about I make it do nothing if libpam-systemd is
> installed (e.g. "ConditionPathExists=!/usr/share/pam-configs/systemd",
> which is probably the simplest available check without needing to deal
> with multiarch paths), in which case presumably the hack isn't needed?
> (For backports to jessie, such a check would need to be deleted, unless
> you plan to backport the ordering fix as requested above.)

Counter-proposal: Add libpam-systemd as recommends and ship
ssh-session-cleanup.service only as an example file.
Add a section to README.Debian mentioning that libpam-systemd + UsePAM
yes is highly recommended (for the reasons I mentioned). If people want
to opt out of this proposed default configuration, they should enable
the ssh-session-cleanup.service unit by copying it to
/etc/systemd/system and running systemctl enable
ssh-session-cleanup.service.

This is something I could be ok with, as this would only affect users
which explicitly decide to use a non-default configuration.

Cheers,
Michael

P.S: I'm curious how this was supposed to work under sysvinit? I don't
see any special code which kills SSH user sessions on shutdown, am I
missing something?
-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Processed: Re: maloc: Removal of debhelper compat 4

2016-07-25 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 patch
Bug #817574 [src:maloc] maloc: Removal of debhelper compat 4
Added tag(s) patch.

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



Bug#817574: maloc: Removal of debhelper compat 4

2016-07-25 Thread Logan Rosen
Control: tags -1 patch

Dear Maintainer,

In Ubuntu, the attached patch was applied to achieve the following:

  * debian/compat: Bump to 9.
  * debian/control:
- Build-depend on debhelper (>= 9).
- Add Homepage field.
  * debian/watch: Add.
  * debian/copyright: Don't point to symlink GPL.

Thanks for considering the patch.

Logan Rosen
diff -u maloc-0.2/debian/compat maloc-0.2/debian/compat
--- maloc-0.2/debian/compat
+++ maloc-0.2/debian/compat
@@ -1 +1 @@
-4
+9
diff -u maloc-0.2/debian/control maloc-0.2/debian/control
--- maloc-0.2/debian/control
+++ maloc-0.2/debian/control
@@ -2,9 +2,10 @@
 Section: devel
 Priority: optional
 Maintainer: Michael Banck 
-Build-Depends: debhelper (>> 4.1.0), cdbs, doxygen, dh-autoreconf
+Build-Depends: debhelper (>= 9), cdbs, doxygen, dh-autoreconf
 Build-Conflicts: libreadline6-dev
 Standards-Version: 3.7.3
+Homepage: http://fetk.org/codes/maloc/
 
 Package: libmaloc1
 Section: libs
diff -u maloc-0.2/debian/copyright maloc-0.2/debian/copyright
--- maloc-0.2/debian/copyright
+++ maloc-0.2/debian/copyright
@@ -28,7 +28,7 @@
Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 
 On Debian systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
+Public License can be found in `/usr/share/common-licenses/GPL-2'.
 
 These files have a different copyright notice:
 
only in patch2:
unchanged:
--- maloc-0.2.orig/debian/watch
+++ maloc-0.2/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://www.fetk.org/codes/download/maloc-(.+).tar.gz


Bug#832062: supertuxkart: source for GPL song Boom_boom_boom.ogg missing

2016-07-25 Thread James Cowgill
Hi,

On Mon, 2016-07-25 at 22:44 +, Jacob's PC Tune-up wrote:
>  > The source of the .ogg file is missing.
> 
> The mod is actually in the media repo: 
> https://svn.code.sf.net/p/supertuxkart/code/media/trunk/music/mods/Boom_boom_boom.mod

It's still a bug - the source has to be in the archive somewhere so
that it can't disappear.

> 
> The license of modarchive modules prohibits modification, so the file
> would be non-free for Debian anyway (even if the "source" was
> included).
> 
> modarchive licensing should not be an issue, since it is in the media
> repo.

I disagree:

[This all assumes the mod was downloaded from the modarchive and you
didn't get any extra permission from the module author]

If the OGG is under the GPL, then Debian has to redistribute the source
somewhere - which it can't because the source is non-free.

The original license ONLY permits unmodified redistribution. Converting
the mod to another format isn't covered and is therefore a license
violation (so the OGG can't be redistributed period).

James

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


Bug#832062: supertuxkart: source for GPL song Boom_boom_boom.ogg missing

2016-07-25 Thread Jacob's PC Tune-up
 > The source of the .ogg file is missing.

The mod is actually in the media repo: 
https://svn.code.sf.net/p/supertuxkart/code/media/trunk/music/mods/Boom_boom_boom.mod

 > The license
of modarchive modules prohibits modification, so the file would be non-
free for Debian anyway (even if the "source" was included).

modarchive licensing should not be an issue, since it is in the media repo.


Bug#831867: marked as done (python-rows: ships /usr/lib/python2.7/dist-packages/.coverage)

2016-07-25 Thread Debian Bug Tracking System
Your message dated Mon, 25 Jul 2016 22:30:02 +
with message-id 
and subject line Bug#831867: fixed in rows 0.2.0-2
has caused the Debian Bug report #831867,
regarding python-rows: ships /usr/lib/python2.7/dist-packages/.coverage
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.)


-- 
831867: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=831867
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python-rows
Version: 0.2.0-1
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts
Control: clone -1 -2
Control: reassign -2 python-jwt 1.4.0-1
Control: retitle -2 python-jwt: ships /usr/lib/python2.7/dist-packages/.coverage

Hi,

during a test with piuparts I noticed your package failed to install
because it tries to overwrite other packages files.

I do not know what this file is about, but it clearly does not belong
into a package, at least at this location.

(Maybe a bug against the python packaging helpers would be appropriate
to exclude it automatically?)

>From the attached log (scroll to the bottom...):

  Selecting previously unselected package python-rows.
  Preparing to unpack .../python-rows_0.2.0-1_all.deb ...
  Unpacking python-rows (0.2.0-1) ...
  dpkg: error processing archive 
/var/cache/apt/archives/python-rows_0.2.0-1_all.deb (--unpack):
   trying to overwrite '/usr/lib/python2.7/dist-packages/.coverage', which is 
also in package python-jwt 1.4.0-1
  Errors were encountered while processing:
   /var/cache/apt/archives/python-rows_0.2.0-1_all.deb


cheers,

Andreas


python-jwt=1.4.0-1_python-rows=0.2.0-1.log.gz
Description: application/gzip
--- End Message ---
--- Begin Message ---
Source: rows
Source-Version: 0.2.0-2

We believe that the bug you reported is fixed in the latest version of
rows, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 831...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Paulo Roberto Alves de Oliveira (aka kretcheu)  (supplier 
of updated rows package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 25 Jul 2016 16:54:00 -0300
Source: rows
Binary: rows python-rows
Architecture: source all
Version: 0.2.0-2
Distribution: unstable
Urgency: medium
Maintainer: Paulo Roberto Alves de Oliveira (aka kretcheu) 
Changed-By: Paulo Roberto Alves de Oliveira (aka kretcheu) 
Description:
 python-rows - library to tabular data, no matter the format
 rows   - common, beautiful interface to tabular data, no matter the format
Closes: 831867
Changes:
 rows (0.2.0-2) unstable; urgency=medium
 .
   * debian/rules:
   - Added override_dh_install to remove unecessary file:
 .coverage (Closes: #831867).
Checksums-Sha1:
 6c4a7e43507fd4304da59a11f6a2a4e12522bac0 2011 rows_0.2.0-2.dsc
 ad25403f15a21afb87442b8b538121b4c944f447 8296 rows_0.2.0-2.debian.tar.xz
 e68319ff47c36006201eee05eb2a84093efdb0e2 29406 python-rows_0.2.0-2_all.deb
 583c8d8c576a3d7be7e57ef77deaedef6142d5fb 13368 rows_0.2.0-2_all.deb
Checksums-Sha256:
 de8c1150c996bca863209ab64aa0f26634cebee618198c4452f74b94c0924b1f 2011 
rows_0.2.0-2.dsc
 be6cd41a69b27881dbc5306adae6491a8676f0f152e0718c619e2ad70b043035 8296 
rows_0.2.0-2.debian.tar.xz
 08ca97ba0a1f3959654c8e79f91c257792c7083dad58ad88ac94970d313440fc 29406 
python-rows_0.2.0-2_all.deb
 c7244258e81edaf2c29100ce556ae21bbb13671fd81c47ac92e64f5358411af3 13368 
rows_0.2.0-2_all.deb
Files:
 611af4616d407fcabf9851e98ff6d916 2011 utils optional rows_0.2.0-2.dsc
 f79b504e2abbdfc818d93d1dacef5440 8296 utils optional rows_0.2.0-2.debian.tar.xz
 3e68a12483ef7c9be7d322494ae0fbe1 29406 python optional 
python-rows_0.2.0-2_all.deb
 c27b7f163854797bf0ea930847ee160c 13368 utils optional rows_0.2.0-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJXlnPgAAoJEDnxel9a775zVpkQAJ796KMuHnrB3hHl3uxOcswI
5Q6kkthOKcqtm+5KkSHRKyHWFY5B+mlVAhefz/08OXtC5AHqu+0G2QEPFnt2nAEh
CHyTm8v/OX8sZsndqAMxxV5/i0MuuoRwI796kstXEEPaFDptHVgFe9d9BbJJ3Yxz
cM/MJYaPqzK/HCFaiH17vZx+Ko7FtIJPKj5svWePYyXHLP7AW2JWMeIYwvqaBy7Z
JZ9y7FVhZnhPKVvVEVl+OoFU09LUb5sjG84ni0ZCWbiOoNzRjsNyD6yJKN6hDOUi
6Z7ol1PuNaKNrVgL7Wzel6rgON9B2cWExERtOofHle30m0rr+F3tXnkAPuIFsls9
q6SGaL123SHFSECBk

Bug#829430: marked as done (sfepy: FTBFS in testing (LaTeX Error: File `iftex.sty' not found))

2016-07-25 Thread Debian Bug Tracking System
Your message dated Mon, 25 Jul 2016 22:30:18 +
with message-id 
and subject line Bug#829430: fixed in sfepy 2016.2-2
has caused the Debian Bug report #829430,
regarding sfepy: FTBFS in testing (LaTeX Error: File `iftex.sty' not found)
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.)


-- 
829430: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=829430
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:sfepy
Version: 2016.2-1
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
Severity: serious

Dear maintainer:

This package currently fails to build in stretch:


[...]
make[3]: Entering directory '/build/sfepy-2016.2/doc/_build/latex'
pdflatex  'SfePy.tex'
This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016/Debian) 
(preloaded format=pdflatex)
 restricted \write18 enabled.
entering extended mode
(./SfePy.tex
LaTeX2e <2016/03/31> patch level 1
Babel <3.9r> and hyphenation patterns for 3 language(s) loaded.
(./sphinxmanual.cls
Document Class: sphinxmanual 2009/06/02 Document class (Sphinx manual)
(/usr/share/texlive/texmf-dist/tex/latex/base/report.cls
Document Class: report 2014/09/29 v1.4h Standard LaTeX document class
(/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo)))

! LaTeX Error: File `iftex.sty' not found.


A full build log is available here:

https://tests.reproducible-builds.org/debian/rbuild/testing/amd64/sfepy_2016.2-1.rbuild.log

Thanks.
--- End Message ---
--- Begin Message ---
Source: sfepy
Source-Version: 2016.2-2

We believe that the bug you reported is fixed in the latest version of
sfepy, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 829...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Anton Gladky  (supplier of updated sfepy package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 25 Jul 2016 23:26:08 +0200
Source: sfepy
Binary: python-sfepy python-sfepy-doc
Architecture: source
Version: 2016.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Anton Gladky 
Description:
 python-sfepy - Simple Finite Elements in Python
 python-sfepy-doc - Simple Finite Elements in Python. Docs
Closes: 829430
Changes:
 sfepy (2016.2-2) unstable; urgency=medium
 .
   * [e716159] Add texlive-generic-extra to Build-Depends. (Closes: #829430)
   * [6d9d87f] Apply cme fix dpkg.
Checksums-Sha1:
 e3f581c0dbfefc19c4de27b11c6c17b9962c2411 2387 sfepy_2016.2-2.dsc
 0f1bbef947f47aeacadbd4b3ff9d0520e183245c 10536 sfepy_2016.2-2.debian.tar.xz
Checksums-Sha256:
 7eaa543f49c3610bdeb882dd19db310f70f1b736acdadfd2e9d1e2ad8f62ea44 2387 
sfepy_2016.2-2.dsc
 91b534fe3b5d0b4d7ca63dc33f2ed2b6f63b596197210e4e43739f606ca336ba 10536 
sfepy_2016.2-2.debian.tar.xz
Files:
 506326a528caa777abfec9d3afa1c017 2387 python optional sfepy_2016.2-2.dsc
 1683c53082a05c3de6c4ac619cb8c2dd 10536 python optional 
sfepy_2016.2-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJXloRYAAoJENPhc4PPp/8GHRcP/3HMXGUPDZ0dHZgIGGPqJaFh
1OP6dTAQyIVXInOBt6TG+1+SbNx+mewxkyGSuRYd9oIFjzyW4YfYhybO6FCyZ/Ra
jBBv4QzeiMgOBf/3aj0Krisyhk2Iqb1X4YWP5NCrfBtZVA7R8Sd61+eGvQ2AwuSJ
Qtbmpnfdf6oogFeGjNx6N9BwZrn++fEOW2URCA2nYYWKsqrDthqqqVrmUThYmYSk
4Gy4eKtZyCjx79Zddvn1tHslZrq1ez8j8nRdc3NtsG8qlYmWY+l9VjVPnTiqubJu
GRMmV21LkdoUVU0fLqPDX7H7Egh2yXC3CaNm3OLRZ5AkBtLwPxul7DYL/aTfZoKP
uB3usyF45g+Fw7hYkCXhoGSknOAkpwn9QFD0hk5F22DuyXWvSvZVS143ZWPVI+NB
Ii7GubHR/KXMTyrBaA/a6JFAZf4V9NP1gsJNO6y1hgxpa5KJFvDIOtsM6wUoF0TC
P75t17S6tEZPfc1r2qP/yWv7Lg7dp77mrgsY6GleBhX4BGyV7PVUtqVaT11KgxWG
g5vciS4CzVv81VlOTKDOqi4LSd/wmUrwlx1lhWt3ZccyqQssnMKnhwAZzYpUHlIO
b4rK+IPLS+2nA5hlyX0ecossyYvIFBm5E1gs2Oz6S7S4AtJQ3xLB9KqWcMKuyOGL
W3gjWsm8ZpGeSE+b7L8J
=RnV0
-END PGP SIGNATURE End Message ---


Bug#812031: marked as done (prime-phylo: FTBFS with GCC 6: needed for in-class initialization)

2016-07-25 Thread Debian Bug Tracking System
Your message dated Mon, 25 Jul 2016 22:29:20 +
with message-id 
and subject line Bug#812031: fixed in prime-phylo 1.0.11-3
has caused the Debian Bug report #812031,
regarding prime-phylo: FTBFS with GCC 6: needed for in-class initialization
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.)


-- 
812031: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812031
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: prime-phylo
Version: 1.0.11-2
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6

This package fails to build with GCC 6.  GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.

Note that only the first error is reported; there might be more.  You
can find a snapshot of GCC 6 in experimental.  To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.

You may be able to find out more about this issue at
https://gcc.gnu.org/gcc-6/changes.html

> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> cd /<>/obj-x86_64-linux-gnu/src/cxx/libraries/prime && 
> /usr/bin/c++   -DONLY_ONE_TIMESAMPLE -DPERTURBED_NODE -Dprime_phylo_EXPORTS 
> -I/<>/obj-x86_64-linux-gnu/src/cxx/libraries/prime 
> -I/<>/src/cxx/libraries/prime -I/usr/lib/openmpi/include 
> -I/usr/lib/openmpi/include/openmpi 
> -I/usr/lib/openmpi/include/openmpi/ompi/mpi/cxx -I/usr/include/libxml2 
> -I/<>/src/cxx/libraries 
> -I/usr/lib/openmpi/include/openmpi/openmpi/ompi/mpi/cxx  -g -O2 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2  -Wreorder -Wall -fexceptions -g -fPIC   -o 
> CMakeFiles/prime-phylo.dir/TreePerturbationEvent.cc.o -c 
> /<>/src/cxx/libraries/prime/TreePerturbationEvent.cc
> In file included from 
> /<>/src/cxx/libraries/prime/ODESolver.cc:4:0:
> /<>/src/cxx/libraries/prime/ODESolver.hh:359:42: error: 
> 'constexpr' needed for in-class initialization of static data member 'const 
> Real beep::ODESolver::C2' of non-integral type [-fpermissive]
>   static const Real C2 =   1.0 /  5.0;
>   ^~~
> 
> /<>/src/cxx/libraries/prime/ODESolver.hh:360:41: error: 
> 'constexpr' needed for in-class initialization of static data member 'const 
> Real beep::ODESolver::C3' of non-integral type [-fpermissive]
>   static const Real C3 =   3.0 / 10.0;
>  ^~~~
> 
> /<>/src/cxx/libraries/prime/ODESolver.hh:361:42: error: 
> 'constexpr' needed for in-class initialization of static data member 'const 
> Real beep::ODESolver::C4' of non-integral type [-fpermissive]
>   static const Real C4 =   4.0 /  5.0;
>   ^~~
> 
> /<>/src/cxx/libraries/prime/ODESolver.hh:362:42: error: 
> 'constexpr' needed for in-class initialization of static data member 'const 
> Real beep::ODESolver::C5' of non-integral type [-fpermissive]
>   static const Real C5 =   8.0 /  9.0;
>   ^~~
> 
> /<>/src/cxx/libraries/prime/ODESolver.hh:363:42: error: 
> 'constexpr' needed for in-class initialization of static data member 'const 
> Real beep::ODESolver::A21' of non-integral type [-fpermissive]
>   static const Real A21 =  1.0 /  5.0;
>   ^~~
> 
> /<>/src/cxx/libraries/prime/ODESolver.hh:364:41: error: 
> 'constexpr' needed for in-class initialization of static data member 'const 
> Real beep::ODESolver::A31' of non-integral type [-fpermissive]
>   static const Real A31 =  3.0 / 40.0;
>  ^~~~
> 
> /<>/src/cxx/libraries/prime/ODESolver.hh:365:41: error: 
> 'constexpr' needed for in-class initialization of static data member 'const 
> Real beep::ODESolver::A32' of non-integral type [-fpermissive]
>   static const Real A32 =  9.0 / 40.0;
>  ^~~~
> 
> /<>/src/cxx/libraries/prime/ODESolver.hh:366:41: error: 
> 'constexpr' needed for in-class initialization of static data member 'const 
> Real beep::ODESolver::A41' of non-integral type [-fpermissive]
>   static const Real A41 = 44.0 / 45.0;
>  ^~~~
> 
> /<>/src/cxx/libraries/prime/ODESolver.hh:367:41: error: 
> 'constexpr' needed for in-class initialization of static data member 'const 
> Real beep::ODESolver::A42' of non-integral type [-fpermissive]
>   static const Real A42 =-56.0 / 15.0;
>  ^~~~
> 
> /<>/src/cxx/libraries/prime/ODESolver.hh:

Bug#831123: marked as done (isc-kea: FTBFS with GCC 6: ../../../../../src/lib/util/threads/sync.cc:85:5: error: 'template class std::auto_ptr' is deprecated [-Werror=deprecated-declarations])

2016-07-25 Thread Debian Bug Tracking System
Your message dated Mon, 25 Jul 2016 22:26:39 +
with message-id 
and subject line Bug#831123: fixed in isc-kea 1.0.0-4
has caused the Debian Bug report #831123,
regarding isc-kea: FTBFS with GCC 6: 
../../../../../src/lib/util/threads/sync.cc:85:5: error: 'template class 
std::auto_ptr' is deprecated [-Werror=deprecated-declarations]
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.)


-- 
831123: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=831123
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: isc-kea
Version: 1.0.0-3
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20160713 qa-ftbfs
Justification: FTBFS with GCC 6 on amd64

Hi,

During a rebuild of all packages in sid using the gcc-defaults package
available in experimental to make GCC default to version 6, your package failed
to build on amd64. For more information about GCC 6 and Stretch, see:
- https://wiki.debian.org/GCC6
- https://lists.debian.org/debian-devel-announce/2016/06/msg7.html

Relevant part (hopefully):
> /bin/bash ../../../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H 
> -I. -I../../../../../src/lib/util/threads -I../../../..  
> -I../../../../../src/lib -I../../../../src/lib  -Wdate-time 
> -D_FORTIFY_SOURCE=2 -DOS_LINUX  -I../../../../../ext/coroutine 
> -DBOOST_ASIO_HEADER_ONLY -DBOOST_ASIO_DISABLE_THREADS=1 -Wall -Wextra 
> -Wnon-virtual-dtor -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare 
> -pthread -Werror -fPIC -g -fPIE -fstack-protector-strong -Wformat 
> -Werror=format-security -c -o sync.lo 
> ../../../../../src/lib/util/threads/sync.cc
> libtool: compile:  g++ -DHAVE_CONFIG_H -I. 
> -I../../../../../src/lib/util/threads -I../../../.. -I../../../../../src/lib 
> -I../../../../src/lib -Wdate-time -D_FORTIFY_SOURCE=2 -DOS_LINUX 
> -I../../../../../ext/coroutine -DBOOST_ASIO_HEADER_ONLY 
> -DBOOST_ASIO_DISABLE_THREADS=1 -Wall -Wextra -Wnon-virtual-dtor 
> -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -pthread -Werror -fPIC 
> -g -fstack-protector-strong -Wformat -Werror=format-security -c 
> ../../../../../src/lib/util/threads/sync.cc  -fPIC -DPIC -o .libs/sync.o
> ../../../../../src/lib/util/threads/sync.cc: In constructor 
> 'isc::util::thread::Mutex::Mutex()':
> ../../../../../src/lib/util/threads/sync.cc:85:5: error: 'template 
> class std::auto_ptr' is deprecated [-Werror=deprecated-declarations]
>  auto_ptr impl(new Impl);
>  ^~~~
> In file included from /usr/include/c++/6/memory:81:0,
>  from ../../../../../src/lib/util/threads/sync.cc:14:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
>template class auto_ptr;
> ^~~~
> cc1plus: all warnings being treated as errors
> make[7]: *** [sync.lo] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2016/07/13/isc-kea_1.0.0-3_unstable_gcc6.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Source: isc-kea
Source-Version: 1.0.0-4

We believe that the bug you reported is fixed in the latest version of
isc-kea, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 831...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Adam Majer  (supplier of updated isc-kea package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 25 Jul 2016 22:23:36 +0200
Source: isc-kea
Binary: kea-dhcp4-server kea-dhcp6-server kea-dhcp-ddns-server kea-doc 
kea-admin kea-dev kea-common
Architecture: source
Version: 1.0.0-4
Distribution: unstable
Urgency: medium
Maintainer: Adam Majer 
Changed-By: Adam Majer 
Description:
 kea-admin  - Administration utilities for ISC KEA DHCP server
 kea-common - Common libraries for the ISC KEA DHCP server
 kea-dev- Development headers 

Bug#831071: marked as done (mixxx: FTBFS with GCC 6: src/util/fpclassify.h:22:20: error: 'std::util_fpclassify' has not been declared)

2016-07-25 Thread Debian Bug Tracking System
Your message dated Mon, 25 Jul 2016 22:28:00 +
with message-id 
and subject line Bug#831071: fixed in mixxx 2.0.0~dfsg-5
has caused the Debian Bug report #831071,
regarding mixxx: FTBFS with GCC 6: src/util/fpclassify.h:22:20: error: 
'std::util_fpclassify' has not been declared
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.)


-- 
831071: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=831071
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: mixxx
Version: 2.0.0~dfsg-4
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20160713 qa-ftbfs
Justification: FTBFS with GCC 6 on amd64

Hi,

During a rebuild of all packages in sid using the gcc-defaults package
available in experimental to make GCC default to version 6, your package failed
to build on amd64. For more information about GCC 6 and Stretch, see:
- https://wiki.debian.org/GCC6
- https://lists.debian.org/debian-devel-announce/2016/06/msg7.html

Relevant part (hopefully):
> g++ -o lin64_build/analyserqueue.o -c -g -O2 -fstack-protector-strong 
> -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -pipe -Wall 
> -Wextra -g -pthread -O3 -ffast-math -funroll-loops -fomit-frame-pointer 
> -mtune=generic -Damd64 -DMIXXX_BUILD_RELEASE -D'Q_ASSERT(x)=qt_noop()' 
> -D__LINUX__ -D__UNIX__ -DSETTINGS_PATH=\".mixxx/\" 
> -DSETTINGS_FILE=\"mixxx.cfg\" -DUNIX_SHARE_PATH=\"/usr/share/mixxx\" 
> -DUNIX_LIB_PATH=\"/usr/lib/mixxx\" -D__PORTAUDIO__ -DQT_SHARED 
> -DQT_TABLET_SUPPORT -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_XML_LIB 
> -DQT_SVG_LIB -DQT_SQL_LIB -DQT_SCRIPT_LIB -DQT_NETWORK_LIB -DQT_SHARED 
> -D__SNDFILE__ -D__MAD__ -D__HID__ -D__BULK__ -D__VINYLCONTROL__ 
> -D__SHOUTCAST__ -D__OPUS__ -DDISABLE_BUILDTIME -DHAVE_FFTW3 
> -D__AUTODJCRATES__ -D__SQLITE3__ -Ilin64_build -Isrc 
> -I/usr/include/soundtouch -Ilib/replaygain -I/usr/include/qt4 
> -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSvg 
> -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtXmlPatterns 
> -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtTest 
> -I/usr/include/qt4/QtScriptTools -I/usr/include/qt4/QtGui 
> -I/usr/include/qt4/QtScript -I/usr/include/qt4/QtCore 
> -Ilib/gtest-1.7.0/include -Ilib/fidlib-0.9.10 -I/usr/include/taglib 
> -I/usr/include/libusb-1.0 -Ilib/xwax -Ilib/scratchlib -I/usr/include/opus 
> src/analyserqueue.cpp
> In file included from src/util/math.h:11:0,
>  from src/util/types.h:4,
>  from src/analyser.h:4,
>  from src/analyserqueue.h:11,
>  from src/analyserqueue.cpp:8:
> src/util/fpclassify.h:22:20: error: 'std::util_fpclassify' has not been 
> declared
>  #define fpclassify util_fpclassify
> ^
> src/util/fpclassify.h:23:18: error: 'std::util_isfinite' has not been declared
>  #define isfinite util_isfinite
>   ^
> src/util/fpclassify.h:20:15: error: 'std::util_isinf' has not been declared
>  #define isinf util_isinf
>^
> src/util/fpclassify.h:19:15: error: 'std::util_isnan' has not been declared
>  #define isnan util_isnan
>^
> src/util/fpclassify.h:21:18: error: 'std::util_isnormal' has not been declared
>  #define isnormal util_isnormal
>   ^
> scons: *** [lin64_build/analyserqueue.o] Error 1
> scons: building terminated because of errors.
> make[1]: *** [override_dh_auto_build] Error 2

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2016/07/13/mixxx_2.0.0~dfsg-4_unstable_gcc6.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Source: mixxx
Source-Version: 2.0.0~dfsg-5

We believe that the bug you reported is fixed in the latest version of
mixxx, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 831...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matteo F. Vescovi  (supplier of updated mixxx package)

(This message was generated automatically at their request; if y

Bug#830555: marked as done (foolscap: accesses the internet during build)

2016-07-25 Thread Debian Bug Tracking System
Your message dated Mon, 25 Jul 2016 22:24:37 +
with message-id 
and subject line Bug#830555: fixed in foolscap 0.12.0-1
has caused the Debian Bug report #830555,
regarding foolscap: accesses the internet during build
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.)


-- 
830555: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=830555
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: foolscap
Version: 0.10.1-2
Severity: serious
Justification: Policy 4.9
User: la...@debian.org
Usertags: network-access

Dear Maintainer,

Whilst foolscap builds successfully on unstable/amd64, according to
Debian Policy 4.9 packages may not attempt network access during
a build.

  00:00:00.00 IP 30ade0dc2f8b.53053 > dnscache.uct.ac.za.domain: 28825+ A? 
A.ROOT-SERVERS.NET. (36)
  00:00:00.612359 IP dnscache.uct.ac.za.domain > 30ade0dc2f8b.53053: 28825 
1/13/11 A 198.41.0.4 (494)
  00:00:00.02 IP 30ade0dc2f8b.37865 > dnscache.uct.ac.za.domain: 2745+ A? 
A.ROOT-SERVERS.NET. (36)
  00:00:00.779368 IP dnscache.uct.ac.za.domain > 30ade0dc2f8b.37865: 2745 
1/13/11 A 198.41.0.4 (494)
  00:00:00.900230 IP 30ade0dc2f8b.47641 > dnscache.uct.ac.za.domain: 61561+ A? 
A.ROOT-SERVERS.NET. (36)
  00:00:00.901922 IP dnscache.uct.ac.za.domain > 30ade0dc2f8b.47641: 61561 
1/13/11 A 198.41.0.4 (494)

  [..]

The full build log (including tcpdump output) is attached.


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-


foolscap.0.10.1-2.unstable.amd64.log.txt.gz
Description: Binary data
--- End Message ---
--- Begin Message ---
Source: foolscap
Source-Version: 0.12.0-1

We believe that the bug you reported is fixed in the latest version of
foolscap, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 830...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julian Taylor  (supplier of updated foolscap 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 21 Jul 2016 19:16:05 +0200
Source: foolscap
Binary: python-foolscap
Architecture: source all
Version: 0.12.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Julian Taylor 
Description:
 python-foolscap - object-capability-based RPC system for Twisted Python
Closes: 830555
Changes:
 foolscap (0.12.0-1) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * Fixed VCS URL (https)
 .
   [ Julian Taylor ]
   * New ustream release (Closes: #830555)
   * debian/rules: update to test module after install target
Checksums-Sha1:
 8f7ca106e8ddeef11792e6ab7482a0506bb711a0 2257 foolscap_0.12.0-1.dsc
 0d194001ba801ba8578fec21a70fefae20fdc58e 496045 foolscap_0.12.0.orig.tar.gz
 c865b90a5f76d596ff97c490776ebc54e07e7e14 5452 foolscap_0.12.0-1.debian.tar.xz
 e32b7e77f144292f94bee2fd55e6970e35d0f898 382302 
python-foolscap_0.12.0-1_all.deb
Checksums-Sha256:
 83fa81b4ce7e35bd06cff7d42865b96d422a33711534bf7f3f4ae2c01d2df890 2257 
foolscap_0.12.0-1.dsc
 919c9ed73519d0aff592940dcb8e1ffdc65ca501b098a1c88814ffb951302725 496045 
foolscap_0.12.0.orig.tar.gz
 41ad3e2b47a0365b917bc2836e1099ab6ac014ee05ee257fb1a340f563791d07 5452 
foolscap_0.12.0-1.debian.tar.xz
 3f3b1a2a9ed55a6f908dbe474ddc6eeda1127c888cd16e1805f204027cc8e406 382302 
python-foolscap_0.12.0-1_all.deb
Files:
 764ad215688840fca240e72d221a7e3f 2257 python optional foolscap_0.12.0-1.dsc
 dba2e6e5cd3d74a796b2548f9b70b150 496045 python optional 
foolscap_0.12.0.orig.tar.gz
 2c224681fedfe547cbc298fe9a889ae8 5452 python optional 
foolscap_0.12.0-1.debian.tar.xz
 83930d3fef1c1d5fcd09ceb5f66248f4 382302 python optional 
python-foolscap_0.12.0-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJXlnd4AAoJEDLMSqwCh1b/KpEP/iAH+epFz27O8JJfYcOIJM2p
6ulpsGMtrMveIh6jxEW7JjowIF3AcWE6XtUUkKDQpWTZB/xYRZ1Dlz+TVKugBhOO
JfE7+wmyIWcE4vtPh1Fw26OmkRZcsFTgiI6/Alxwo1FkiUaXS/vhQiutnzLiVTRW
BoUnFWb8uRf9ExG/nq5Z05mVyZLhYKyDV2ua/FKkEmJ5Dw4LxEYPgJMjS8ZPvpHB
9sWy/c286JLYJ+zjncprjUqwNYCP7stg25PcCl3kO7HBOxhcwXJYxO1S7Zvnfrwc
nzjUYQuytQt14jK/tqocUfWrE+35U/383oWx65dPVJV8/WvGK6i+oWq+YMvexQ47
p3jUDyy8nFHj6WqagZsifSeWjx5lhG8JmISSe0T2ikKuQsUbPfY3pVzXLGq

Bug#832460: World readable .rediscli_history

2016-07-25 Thread kpcyrd
> > Another bug report by @denisvm, this time on the linenoise library:
> > https://github.com/antirez/linenoise/issues/121
> 
> Indeed this looks like it might affect some other packages in Debian:
> 
>  https://codesearch.debian.net/search?q=int+linenoiseHistorySave&perpkg=1
> 
> Can you check these? I'm about to get on a flight and won't be able to
> work on this for perhaps 24h.

I can confirm the same bug is present in mongodb:

cat /home/*/.dbshell

I'm looking into the other packages tomorrow.



Bug#832482: WPG file security bug

2016-07-25 Thread Bastien ROUCARIES
commit 4042a65de0e0bc4402bdb63538bbb54587cbfb7a
Author: dirk 
Date:   Sat Feb 6 12:10:10 2016 +0100

Out of bound in wpg file

This is a partial fix

bug: https://github.com/ImageMagick/ImageMagick/issues/102
origin: upstream,
https://github.com/ImageMagick/ImageMagick/commit/d9b2209a69ee90d8df81fb124eb66f593eb9f599
bug-ubuntu:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1539050
bug-debian: https://bugs.debian.org/832482

commit db0df3cb39c6df6c779f65670cd3e67a0bf4f715
Author: Cristy 
Date:   Fri Feb 5 21:07:12 2016 -0500

Out of bound in wpg file

This is a partial fix

bug: https://github.com/ImageMagick/ImageMagick/issues/102
bug: https://github.com/ImageMagick/ImageMagick/issues/122
origin: upstream,
https://github.com/ImageMagick/ImageMagick/commit/a251039393f423c7858e63cab6aa98d17b8b7a41
bug-ubuntu:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1539050
bug-ubuntu:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1542115
bug-debian: https://bugs.debian.org/832482



Bug#832483: Fix out of bound for viff file

2016-07-25 Thread Bastien ROUCARIES
Package: imagemagick
Version: 8:6.7.7.10-5
Severity: grave
Tags: patch security
X-Debbugs-CC: secure-testing-t...@lists.alioth.debian.org


Bug: https://github.com/ImageMagick/ImageMagick/issues/99
Origin: upstream,
https://github.com/ImageMagick/ImageMagick/commit/ca0c886abd6d3ef335eb74150cd23b89ebd17135
bug-ubuntu:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1537425
bug-debian: https://bugs.debian.org/823750



Bug#832482: WPG file security bug

2016-07-25 Thread Bastien ROUCARIES
Package: imagemagick
Version: 8:6.7.7.10-5
Severity: grave
Tags: patch security
X-Debbugs-CC: secure-testing-t...@lists.alioth.debian.org

 Out of bound in wpg file

This is a partial fix

bug: https://github.com/ImageMagick/ImageMagick/issues/102
origin: upstream,
https://github.com/ImageMagick/ImageMagick/commit/b6ae2f9e0ab13343c0281732d479757a8e8979c7
bug-ubuntu:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1539050
bug-debian: https://bugs.debian.org/823750



Bug#832480: Fix head buffer overflow in psd file

2016-07-25 Thread Bastien ROUCARIES
Package: imagemagick
Version: 8:6.7.7.10-5
Severity: grave
Tags: patch security
X-Debbugs-CC: secure-testing-t...@lists.alioth.debian.org


bug: https://github.com/ImageMagick/ImageMagick/issues/98
origin: upstream,
https://github.com/ImageMagick/ImageMagick/commit/5f16640725b1225e6337c62526e6577f0f88edb8
bug-ubuntu:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1537424
bug-debian: https://bugs.debian.org/823750



Bug#832478: [Pkg-gmagick-im-team] Bug#832478: Fix meta file outofbound access

2016-07-25 Thread Bastien ROUCARIES



outofbound-LP1537420.meta
Description: Binary data


Bug#832478: [Pkg-gmagick-im-team] Bug#832478: Fix meta file outofbound access

2016-07-25 Thread Bastien ROUCARIES
   Fix meta file outofbound access

This is a partial fix

bug: https://github.com/ImageMagick/ImageMagick/issues/96
origin: upstream,
https://github.com/ImageMagick/ImageMagick/commit/5a34d7ac889bd6645f6cfd164636e3efb56dbb2f
bug-ubuntu:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1537420
bug-debian: https://bugs.debian.org/823750

On Mon, Jul 25, 2016 at 11:30 PM, Bastien ROUCARIES
 wrote:
> Package: imagemagick
> Version: 8:6.7.7.10-5
> Severity: grave
> Tags: patch security
> X-Debbugs-CC: secure-testing-t...@lists.alioth.debian.org
>
>
>
> This is a partial fix
>
>
>
> bug: https://github.com/ImageMagick/ImageMagick/issues/96
>
> origin: upstream,
> https://github.com/ImageMagick/ImageMagick/commit/f8c318d462270b03e77f082e2a3a32867cacd3c6
>
> bug-ubuntu:
> https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1537420
>
> bug-debian: https://bugs.debian.org/823750
>
> ___
> Pkg-gmagick-im-team mailing list
> pkg-gmagick-im-t...@lists.alioth.debian.org
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-gmagick-im-team



Bug#832478: Fix meta file outofbound access

2016-07-25 Thread Bastien ROUCARIES
Package: imagemagick
Version: 8:6.7.7.10-5
Severity: grave
Tags: patch security
X-Debbugs-CC: secure-testing-t...@lists.alioth.debian.org



This is a partial fix



bug: https://github.com/ImageMagick/ImageMagick/issues/96

origin: upstream,
https://github.com/ImageMagick/ImageMagick/commit/f8c318d462270b03e77f082e2a3a32867cacd3c6

bug-ubuntu:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1537420

bug-debian: https://bugs.debian.org/823750



Processed: tagging 830454

2016-07-25 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 830454 + pending
Bug #830454 [src:labplot] labplot: FTBFS: CartesianCoordinateSystem.cpp:560:27: 
error: 'isnan' was not declared in this scope
Added tag(s) pending.
> thanks
Stopping processing here.

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



Bug#832475: Fix a outofbound access for psd file

2016-07-25 Thread Bastien ROUCARIES
Package: imagemagick
Version: 8:6.7.7.10-5
Severity: grave
Tags: patch security
X-Debbugs-CC: secure-testing-t...@lists.alioth.debian.org

Split of 823750
Fix a outofbound access for psd file

Added extra check to fix
https://github.com/ImageMagick/ImageMagick/issues/93

origin: upstream,
https://github.com/ImageMagick/ImageMagick/commit/4b1b9c0522628887195bad3a6723f7000b0c9a58
bug: https://github.com/ImageMagick/ImageMagick/issues/93
bug-ubuntu:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1537419



Bug#832460: World readable .rediscli_history

2016-07-25 Thread Chris Lamb
> Another bug report by @denisvm, this time on the linenoise library:
> https://github.com/antirez/linenoise/issues/121

Indeed this looks like it might affect some other packages in Debian:

 https://codesearch.debian.net/search?q=int+linenoiseHistorySave&perpkg=1

Can you check these? I'm about to get on a flight and won't be able to
work on this for perhaps 24h.


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-



Bug#832474: Fix a heap buffer overflow in psd file handling

2016-07-25 Thread Bastien ROUCARIES
Package: imagemagick
Version: 8:6.7.7.10-5
Severity: grave
Tags: patch security
X-Debbugs-CC: secure-testing-t...@lists.alioth.debian.org

Split of 823750

  Fix a heap buffer overflow in psd file handling

Bug: https://github.com/ImageMagick/ImageMagick/issues/92.
Origin: 
https://github.com/ImageMagick/ImageMagick/commit/30eec879c8b446b0ea9a3bb0da1a441cc8482bc4
Bug-ubuntu:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1537418



Bug#831529: gstreamer1.0-libav: segfault when trying to play h264 video

2016-07-25 Thread Philip Rinn
Hi,

I was hit by the same bug (which is not restricted to h264 video for me). I can
fix it if I set LANG to C, so

LANG=C gst-launch-1.0 -v playbin uri=file:///path/to/video.mp4

works for me.Is this the same bug or should I file a new bug?

Hope that helps,
Philip



signature.asc
Description: OpenPGP digital signature


Bug#831071: marked as pending

2016-07-25 Thread Matteo F . Vescovi
tag 831071 pending
thanks

Hello,

Bug #831071 reported by you has been fixed in the Git repository. You can
see the changelog below, and you can check the diff of the fix at:

http://git.debian.org/?p=pkg-multimedia/mixxx.git;a=commitdiff;h=f95d0b6

---
commit f95d0b6beeb2ded1cf7f230e7b0590aafc650d95
Author: Matteo F. Vescovi 
Date:   Mon Jul 25 22:49:32 2016 +0200

debian/changelog: new revision entry added

Gbp-Dch: Ignore

diff --git a/debian/changelog b/debian/changelog
index ae8b7c4..d4d918e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+mixxx (2.0.0~dfsg-5) UNRELEASED; urgency=medium
+
+  * debian/patches/: patchset updated
+- 0007-fix_gcc6_issue.patch added (Closes: #831071)
+  * debian/control: S-V bump 3.9.7 -> 3.9.8 (no changes needed)
+
+ -- Matteo F. Vescovi   Mon, 25 Jul 2016 22:49:01 +0200
+
 mixxx (2.0.0~dfsg-4) unstable; urgency=medium
 
   [ Sebastian Ramacher ]



Processed: Bug#831071 marked as pending

2016-07-25 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tag 831071 pending
Bug #831071 [src:mixxx] mixxx: FTBFS with GCC 6: src/util/fpclassify.h:22:20: 
error: 'std::util_fpclassify' has not been declared
Added tag(s) pending.
> thanks
Stopping processing here.

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



Bug#832469: HDR file overflow

2016-07-25 Thread Bastien ROUCARIES
Package: imagemagick
Version: 8:6.7.7.10-5
Severity: grave
Tags: patch security
X-Debbugs-CC: secure-testing-t...@lists.alioth.debian.org

Split of 823750



bug: https://github.com/ImageMagick/ImageMagick/issues/90
bug-ubuntu: https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1537213
origin: upstream,
https://github.com/ImageMagick/ImageMagick/commit/14e606db148d6ebcaae20f1e1d6d71903ca4a556
Bug-debian: https://bugs.debian.org/823750



Bug#832469: HDR file overflow

2016-07-25 Thread Bastien ROUCARIES
Test case


Bug#820583: flashplugin-nonfree: should notify when an update is not yet available, not just reinstall current version

2016-07-25 Thread Peter Gervai
Package: flashplugin-nonfree
Version: 1:3.6.1+b1
Followup-For: Bug #820583

And again. This time, however, this is a major update, which may or may not 
justify some delay,
but still the install re-downloads the same version happily and makes no noise 
about it. 

This should be fixed; either don't do this or do complain about it. (I have 
tried to check your script
but your detailed comments in the code aren't always clear. :-P)
Thanks.

~# update-flashplugin-nonfree --status
Flash Player version installed on this system  : 11.2.202.626
Flash Player version available on upstream site: 22.0.0.209



Bug#832467: Fix multiple out of bound problem

2016-07-25 Thread Bastien ROUCARIES
commit 033c060a1ec8bf8df6b863208a08eaa8edc0656e
Author: Cristy 
Date:   Thu Jan 14 19:55:03 2016 -0500

Fix out of bound access in sun file

This is a partial fix for sun file.

Bug: https://github.com/ImageMagick/ImageMagick/issues/81
Bug-ubuntu:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1533447
Bug-debian: https://bugs.debian.org/832467
Origin: upstream,
https://github.com/ImageMagick/ImageMagick/commit/27174368653c698f0ae16119b56fa14ce5994893



Bug#832460: World readable .rediscli_history

2016-07-25 Thread kpcyrd
> > I've contacted upstream on 2016-05-30 without any reaction at all and
> > discovered this bug was first reported 3 years ago, still unfixed.
> > @RedisLabs keeps referring to their paid support on twitter.
> 
> Boo. Is there an upstream bug# for this or was this reported privately?

My report:
https://github.com/antirez/redis/issues/3284

Patch by @denisvm:
https://github.com/antirez/redis/pull/3322

Another bug report by @denisvm, this time on the linenoise library:
https://github.com/antirez/linenoise/issues/121

Another patch by @denisvm:
https://github.com/antirez/linenoise/pull/122

Report + patch by @georgenicolaou, 2013 (discovered that today):
https://github.com/antirez/redis/pull/1418



Bug#832467: Fix multiple out of bound problem

2016-07-25 Thread Bastien ROUCARIES
Package: imagemagick
Version: 8:6.7.7.10-5
Severity: grave
Tags: patch security
X-Debbugs-CC: secure-testing-t...@lists.alioth.debian.org


Split 823750

Fix an out of bound access in rle file.

Fix an out of bound access in pict file.

Fix an out of bound access in viff file.

This is a partial fix for sun file.

Adapted 
https://github.com/ImageMagick/ImageMagick/commit/2174484dfa68a594e2f9ad17f46217b6120db18d

Origin: upstream, https://github.com/ImageMagick/ImageMagick/issues/82
Bug-ubuntu:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1533445
Origin: upstream, https://github.com/ImageMagick/ImageMagick/issues/81
Bug-ubuntu:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1533447
Origin: upstream, https://github.com/ImageMagick/ImageMagick/issues/80
Bug-ubuntu:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1533449
Origin: upstream, https://github.com/ImageMagick/ImageMagick/issues/77
Bug-ubuntu:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1533452
Bug-debian: https://bugs.debian.org/823750



Bug#832465: SUN file ABRT signal

2016-07-25 Thread Bastien ROUCARIES
Test case


Bug#832465: SUN file ABRT signal

2016-07-25 Thread Bastien ROUCARIES
Avoid a SIGABRT in sun file handling

This is a partial fix for malformed sun file

Bug: http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26857
Bug-debian: https://bugs.debian.org/832465
Origin: upstream,
https://github.com/ImageMagick/ImageMagick/commit/8ea44b48a182dd46d018f4b4f09a5e2ee9638105



Bug#832465: SUN file ABRT signal

2016-07-25 Thread Bastien ROUCARIES
Avoid a SIGABRT in sun file handling

This is a partial fix for malformed sun file

Bug: http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26857
Bug-debian: https://bugs.debian.org/832465
Origin: upstream,
https://github.com/ImageMagick/ImageMagick/commit/6b4aff0f117b978502ee5bcd6e753c17aec5a961



Bug#832465: SUN file ABRT signal

2016-07-25 Thread Bastien ROUCARIES
Avoid a SIGABRT in sun file handling

This is a partial fix for malformed sun file

Bug: http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26857
Bug-debian: https://bugs.debian.org/823750
Origin: upstream,
https://github.com/ImageMagick/ImageMagick/commit/1aa0c6dab6dcef4d9bc3571866ae1c1ddbec7d8f



Bug#832465: SUN file ABRT signal

2016-07-25 Thread Bastien ROUCARIES
Package: imagemagick
Version: 8:6.7.7.10-5
Severity: grave
Tags: patch security
X-Debbugs-CC: secure-testing-t...@lists.alioth.debian.org

Split of 823750


 Avoid a SIGABRT in sun file handling

This is a partial fix for malformed sun file

Bug: http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26857
Bug-debian: https://bugs.debian.org/823750
Origin: upstream,
https://github.com/ImageMagick/ImageMagick/commit/b8f17d08b7418204bf8a05a5c24e87b2fc395b75



Bug#832464: [Pkg-gmagick-im-team] Bug#832464: SUN file handling

2016-07-25 Thread Bastien ROUCARIES
Fix an SEGV in sun file handling

This is from two upstream patches.

Bug: http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26848
Bug-debian: https://bugs.debian.org/832464
Origin: upstream,
https://github.com/ImageMagick/ImageMagick/commit/bd96074b254c6607a0f7731e59f923ad19d5a46d,
https://github.com/ImageMagick/ImageMagick/commit/450bd716ed3b9186dd10f9e60f630a3d9eeea2a4


On Mon, Jul 25, 2016 at 10:09 PM, Bastien ROUCARIES
 wrote:
> Package: imagemagick
> Version: 8:6.7.7.10-5
> Severity: grave
> Tags: patch security
> X-Debbugs-CC: secure-testing-t...@lists.alioth.debian.org
>
>
> Split of 823750
>
> Fix a buffer overflow in sun file handling
>
> Bug: http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26838
> Origin: Upstream,
> https://github.com/ImageMagick/ImageMagick/commit/78f82d9d1c2944725a279acd573a22168dc6e22a
>
> ___
> Pkg-gmagick-im-team mailing list
> pkg-gmagick-im-t...@lists.alioth.debian.org
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-gmagick-im-team



Bug#832464: [Pkg-gmagick-im-team] Bug#832464: SUN file handling

2016-07-25 Thread Bastien ROUCARIES
Test cases


Bug#832464: SUN file handling

2016-07-25 Thread Bastien ROUCARIES
Package: imagemagick
Version: 8:6.7.7.10-5
Severity: grave
Tags: patch security
X-Debbugs-CC: secure-testing-t...@lists.alioth.debian.org


Split of 823750

Fix a buffer overflow in sun file handling

Bug: http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26838
Origin: Upstream,
https://github.com/ImageMagick/ImageMagick/commit/78f82d9d1c2944725a279acd573a22168dc6e22a



Bug#832460: World readable .rediscli_history

2016-07-25 Thread Chris Lamb
> I've contacted upstream on 2016-05-30 without any reaction at all and
> discovered this bug was first reported 3 years ago, still unfixed.
> @RedisLabs keeps referring to their paid support on twitter.

Boo. Is there an upstream bug# for this or was this reported privately?


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-



Bug#832461: Fixed check for the number of pixels that will be allocated.

2016-07-25 Thread Bastien ROUCARIES
Package: imagemagick
Version: 8:6.7.7.10-5
Severity: grave
Tags: patch security
X-Debbugs-CC: secure-testing-t...@lists.alioth.debian.org


Split of 823750



Fix rle file handling for corrupted file.

Origin: upstream,
https://github.com/ImageMagick/ImageMagick/commit/2ad6d33493750a28a5a655d319a8e0b16c392de1
Bug-ubuntu:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1533445
Bug: https://github.com/ImageMagick/ImageMagick/issues/82



Bug#832299: python-ruffus: FTBFS: sphinx.ext.mathjax: other math package is already loaded

2016-07-25 Thread Christian Seiler
Control: block 832299 by 827806

On 07/25/2016 02:02 PM, Andreas Tille wrote:
> Format: "jpg" not recognized. Use one of: canon cmap cmapx cmapx_np dot eps 
> fig gd gd2 gv imap imap_np ismap pdf pic plain plain-ext png pov ps ps2 svg 
> svgz tk vml vmlz x11 xdot xdot1.2 xdot1.4 xlib
> ' returned non-zero exit status 1

This is bug #827806:

https://bugs.debian.org/827806

I've done some investigation and added a comment to that bug report
that will hopefully help in fixing it.

Since your package does nothing wrong here, I don't think you should
do anything. If you really want your package to build _now_ for some
other reason, you could try to switch the dot format to png instead
of jpg (I would recommend png instead of jpg anyway for graphviz,
because jpg is more suitable for photos and not diagrams).

Regards,
Christian



Processed: Re: Bug#832299: python-ruffus: FTBFS: sphinx.ext.mathjax: other math package is already loaded

2016-07-25 Thread Debian Bug Tracking System
Processing control commands:

> block 832299 by 827806
Bug #832299 [src:python-ruffus] python-ruffus: FTBFS: sphinx.ext.mathjax: other 
math package is already loaded
832299 was not blocked by any bugs.
832299 was not blocking any bugs.
Added blocking bug(s) of 832299: 830380 and 827806

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



Processed: Re: [Pkg-gmagick-im-team] Bug#832457: Bug#832457: Out-of-bounds read in coders/psd.c:797 ReadPSDChannelPixels

2016-07-25 Thread Debian Bug Tracking System
Processing control commands:

> retitle -1 Fix psd file handling
Bug #832457 [imagemagick] Out-of-bounds read in coders/psd.c:797 
ReadPSDChannelPixels
Changed Bug title to 'Fix psd file handling' from 'Out-of-bounds read in 
coders/psd.c:797 ReadPSDChannelPixels'.

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



Bug#832457: [Pkg-gmagick-im-team] Bug#832457: Bug#832457: Out-of-bounds read in coders/psd.c:797 ReadPSDChannelPixels

2016-07-25 Thread Bastien ROUCARIES
control: retitle -1 Fix psd file handling

Rewrite reading pixel values for psd file



 It fix psd file handling for corrupted file. This is partial fix.



Origin: upstream,
https://github.com/ImageMagick/ImageMagick/commit/280215b9936d145dd5ee91403738ccce1333cab1

Bug-ubuntu:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1533442

Bug: https://github.com/ImageMagick/ImageMagick/issues/83



Bug#827806: pyevolve: FTBFS: Program terminated with status: 1. stderr follows: Format: "jpeg" not recognized

2016-07-25 Thread Christian Seiler
Control: tags -1 + upstream

On Mon, 4 Jul 2016 09:36:08 +0200 
=?UTF-8?B?TMOhc3psw7MgQsO2c3rDtnJtw6lueWkgKEdDUyk=?=  wrote:
> On Sun, Jul 3, 2016 at 1:46 PM, Christian Kastner  wrote:
> > On 2016-07-03 12:30, László Böszörményi (GCS) wrote:
> >> In that clean chroot, may you rebuild -13 from source? Then install
> >> it still in that chroot and see the output of 'dot'.
> >
> > You were right: with a rebuilt -13, jpeg is no longer present in
> > 'device', either:
>  Checked the build logs and -13 was built with libjpeg-turbo 1.4.2 and
> -14 with 1.5.0 which is a new upstream release and rearranged at least
> one pkg-config file. Tried to downgrade libjpeg-turbo 1.4.2 and
> rebuilt -13, but the jpeg is still missing from 'devices'. Give me
> some days to further look into it until I have a network setup which
> likes me. Now it's hard. :(

I've also stumbled over this problem and the issue is that the
standard check for libgd in configure.ac still tries to use
the obsolete gdlib-config, which has been dropped from libgd in
2.2.1-1 (May 23rd, 2016). Instead, one should use pkg-config.
However, gdlib-config --features (which is used by graphviz to
detect libgd's supported formats) does not have a proper
equivalent in pkg-config. (You should probably ask the libgd2
people what to use instead. Note that custom variables in
pkg-config are allowed, so maybe they could add that.)

graphviz still finds libgd in another way, but then doesn't think
any of it's features are enabled, so HAVE_GD_JPEG etc. are not
defined.

Regards,
Christian



Processed: Re: Bug#827806: pyevolve: FTBFS: Program terminated with status: 1. stderr follows: Format: "jpeg" not recognized

2016-07-25 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + upstream
Bug #827806 [graphviz] pyevolve: FTBFS: Program terminated with status: 1. 
stderr follows: Format: "jpeg" not recognized
Bug #830380 [graphviz] pyevolve: FTBFS: Tests failures
Added tag(s) upstream.
Added tag(s) upstream.

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



Bug#832460: World readable .rediscli_history

2016-07-25 Thread kpcyrd
Package: redis-tools
Version: 2.8.17-1+deb8u3
Severity: grave
Tags: security

redis-cli stores its history in ~/.rediscli_history, this file is
created with permissions 0644. Home folders are world readable as well
in debian, so any user can access other users redis history, including
AUTH commands, which include credentials.

I've contacted upstream on 2016-05-30 without any reaction at all and
discovered this bug was first reported 3 years ago, still unfixed.
@RedisLabs keeps referring to their paid support on twitter.

Demo: `cat /home/*/.rediscli_history`



Bug#829352: marked as done (yade: FTBFS in testing (LaTeX Error: File `iftex.sty' not found))

2016-07-25 Thread Debian Bug Tracking System
Your message dated Mon, 25 Jul 2016 19:34:52 +
with message-id 
and subject line Bug#829352: fixed in yade 2016.06a-2
has caused the Debian Bug report #829352,
regarding yade: FTBFS in testing (LaTeX Error: File `iftex.sty' not found)
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.)


-- 
829352: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=829352
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:yade
Version: 1.20.0-10
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
Severity: serious

Dear maintainer:

This package currently fails to build in stretch:


[...]
writing toc.ncx file...
writing Yade.epub file...
build succeeded, 72 warnings.
This is XeTeX, Version 3.14159265-2.6-0.6 (TeX Live 2016/Debian) (preloaded 
format=xelatex)
 restricted \write18 enabled.
entering extended mode
(./Yade.tex
LaTeX2e <2016/03/31> patch level 1
Babel <3.9r> and hyphenation patterns for 3 language(s) loaded.
(./sphinxmanual.cls
Document Class: sphinxmanual 2009/06/02 Document class (Sphinx manual)
(/usr/share/texlive/texmf-dist/tex/latex/base/report.cls
Document Class: report 2014/09/29 v1.4h Standard LaTeX document class
(/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo)))

! LaTeX Error: File `iftex.sty' not found.


A full build log is available here:

https://tests.reproducible-builds.org/debian/rbuild/testing/amd64/yade_1.20.0-10.rbuild.log

Thanks.
--- End Message ---
--- Begin Message ---
Source: yade
Source-Version: 2016.06a-2

We believe that the bug you reported is fixed in the latest version of
yade, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 829...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Anton Gladky  (supplier of updated yade package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 25 Jul 2016 21:17:53 +0200
Source: yade
Binary: yade libyade python-yade yade-doc
Architecture: source
Version: 2016.06a-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Anton Gladky 
Description:
 libyade- Platform for discrete element modeling. Libraries
 python-yade - Platform for discrete element modeling. Python bindings
 yade   - Platform for discrete element modeling
 yade-doc   - Platform for discrete element modeling. Documentation
Closes: 829352
Changes:
 yade (2016.06a-2) unstable; urgency=medium
 .
   * [0713e25] Add texlive-generic-extra to build-depends. (Closes: #829352)
Checksums-Sha1:
 e454c4e0842bee2f19b293fd5ac8dc541d0156cd 2808 yade_2016.06a-2.dsc
 e3226d57712b1e270a275214535cb316ee4350df 21108 yade_2016.06a-2.debian.tar.xz
Checksums-Sha256:
 6dc0d8a4a773b7f596a616b464f1a7d4568ac57b8ba2f7ba61babdcb0bcd2e2b 2808 
yade_2016.06a-2.dsc
 d5a84763aad5952fcc41257a0b4470d16688e72d239c19cd826c9de2390474c8 21108 
yade_2016.06a-2.debian.tar.xz
Files:
 b650d6c0f368cb2ffa7d4cf98b9b42b0 2808 science extra yade_2016.06a-2.dsc
 9762cf00e144ce3b9c6dc28bb9617f8b 21108 science extra 
yade_2016.06a-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJXlmZNAAoJENPhc4PPp/8G5EAP/R0pKUWm2boWkarCruNLiB18
MtPDvTHEuOycoTGqpskywRhF5LfmPzr6sKsLpS18F4uYwdcjMkJIq4yqWLcfBn0I
6iEcrMS8UVTjv1WOj779U0hYXGYibx1vw0uohd6g9qbfQyI7m+jSXrjd0ag4qSbT
v3GctJqMS4ZKbnqOpmvDKnvUGK0Ww/b8PNib0ZS0bdxWEXIYkvHWvyn7+doe/99w
QOadz41lEAeO3Y2WyLs6oQyov0YU0y1tQCJesm1/fftwcsMTkRvqIs+k+1pbiWpX
4Zf251F21NMN9eBF2sz7uiAOqmVpZN8y0yqQrx4HJR3mYzSAhE/4fnHPcr7Y4+ay
EDqeVHXxcttIQLrKN4nBjkSaNinHH50MOnFxAN/khbmp8D07Zlbq3absr6iHboCr
dCl7mbo3YhTBEP+btmuc/neysbMv4UIwOsHAgPygPGSPQ8S0d8ReqpiKrD1DNtTG
RfFSF2MsyOhJwZL6e4L32mJg3BsvoorW3mQ84kANpO3pz9jrXi9eIhN/FxF6V0F+
ajcHaOXXccjXvZA50GV5wPk+ulst2gcoUlxOwoIhKXAijd8h5R+Knfjj+iPHa/RI
CSy6HmRdhvUpEcoEf5Csyt+b+c4Wol7RCrumyPBBPNn3snuLQWOW7a+GltpT5IC+
+u7WfqbYlvReACbHruZQ
=ImQF
-END PGP SIGNATURE End Message ---


Bug#832457: [Pkg-gmagick-im-team] Bug#832457: Out-of-bounds read in coders/psd.c:797 ReadPSDChannelPixels

2016-07-25 Thread Bastien ROUCARIES
Add test cases


outofbound-1-LP1533442.psd
Description: application/photoshop


outofbound-2-LP1533442.psd
Description: application/photoshop


outofbound-3-LP1533442.psd
Description: application/photoshop


outofbound-4-LP1533442.psd
Description: application/photoshop


Bug#832457: [Pkg-gmagick-im-team] Bug#832457: Out-of-bounds read in coders/psd.c:797 ReadPSDChannelPixels

2016-07-25 Thread Bastien ROUCARIES
Added missing call to ConstrainColormapIndex avoiding a overflow in
case of corrupted file

It fix psd file handling for corrupted file. This is partial fix.

Origin: upstream,
https://github.com/ImageMagick/ImageMagick/commit/e14fd0a2801f73bdc123baf4fbab97dec55919eb
Bug-ubuntu: https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1533442
Bug: https://github.com/ImageMagick/ImageMagick/issues/83
Bug-debian: https://bugs.debian.org/832457

On Mon, Jul 25, 2016 at 9:37 PM, Bastien ROUCARIES
 wrote:
> Fixed overflow in psd file handling
>
>
> It fix psd file handling for corrupted file. This is partial fix.
>
>
>
> Origin: upstream,
> https://github.com/ImageMagick/ImageMagick/commit/6f1879d498bcc5cce12fe0c5decb8dbc0f608e5d
> Bug-ubuntu: https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1533442
> Bug: https://github.com/ImageMagick/ImageMagick/issues/83



Bug#832457: [Pkg-gmagick-im-team] Bug#832457: Out-of-bounds read in coders/psd.c:797 ReadPSDChannelPixels

2016-07-25 Thread Bastien ROUCARIES
Fixed overflow in psd file handling


It fix psd file handling for corrupted file. This is partial fix.



Origin: upstream,
https://github.com/ImageMagick/ImageMagick/commit/6f1879d498bcc5cce12fe0c5decb8dbc0f608e5d
Bug-ubuntu: https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1533442
Bug: https://github.com/ImageMagick/ImageMagick/issues/83



Bug#830448: marked as done (hamradio-maintguide: FTBFS: ! LaTeX Error: File `iftex.sty' not found.)

2016-07-25 Thread Debian Bug Tracking System
Your message dated Mon, 25 Jul 2016 19:04:22 +
with message-id 
and subject line Bug#830448: fixed in hamradio-maintguide 0.3
has caused the Debian Bug report #830448,
regarding hamradio-maintguide: FTBFS: ! LaTeX Error: File `iftex.sty' not found.
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.)


-- 
830448: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=830448
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: hamradio-maintguide
Version: 0.2
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20160707 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> make[3]: Entering directory '/«PKGBUILDDIR»/_build/latex'
> pdflatex  'DebianHamradio.tex'
> This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016/Debian) 
> (preloaded format=pdflatex)
>  restricted \write18 enabled.
> entering extended mode
> (./DebianHamradio.tex
> LaTeX2e <2016/03/31> patch level 1
> Babel <3.9r> and hyphenation patterns for 3 language(s) loaded.
> (./sphinxmanual.cls
> Document Class: sphinxmanual 2009/06/02 Document class (Sphinx manual)
> (/usr/share/texlive/texmf-dist/tex/latex/base/report.cls
> Document Class: report 2014/09/29 v1.4h Standard LaTeX document class
> (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo)))
> 
> ! LaTeX Error: File `iftex.sty' not found.
> 
> Type X to quit or  to proceed,
> or enter new name. (Default extension: sty)
> 
> Enter file name: 
> ! Emergency stop.
>  
>  
> l.5 ^^M
>
> !  ==> Fatal error occurred, no output PDF file produced!
> Transcript written on DebianHamradio.log.
> make[3]: *** [DebianHamradio.pdf] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2016/07/07/hamradio-maintguide_0.2_unstable_reb.normal.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Source: hamradio-maintguide
Source-Version: 0.3

We believe that the bug you reported is fixed in the latest version of
hamradio-maintguide, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 830...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Iain R. Learmonth  (supplier of updated hamradio-maintguide 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 25 Jul 2016 19:45:23 +0100
Source: hamradio-maintguide
Binary: hamradio-maintguide
Architecture: source all
Version: 0.3
Distribution: unstable
Urgency: medium
Maintainer: Debian Hamradio Maintainers 
Changed-By: Iain R. Learmonth 
Description:
 hamradio-maintguide - Debian Hamradio Maintainers Guide
Closes: 830448
Changes:
 hamradio-maintguide (0.3) unstable; urgency=medium
 .
   * Add build dependency on texlive-generic-extra for iftex.sty (Closes:
 #830448)
Checksums-Sha1:
 031607d206f3d484fce04c9672c4b9f4595be621 1447 hamradio-maintguide_0.3.dsc
 c720db0b9a058a9ef8f46cb7dcd96db70b0e87cc 13036 hamradio-maintguide_0.3.tar.xz
 ce7b0b944137683b9022af0a62e147609fc2e45d 193532 hamradio-maintguide_0.3_all.deb
Checksums-Sha256:
 2f83777b635764214ee6645029082fda1f9a51656b859724de9f73fc350cdef6 1447 
hamradio-maintguide_0.3.dsc
 10191ddab558a6ae8058e3a1ce85cfa237a0efe9fd3ce32921c42869dfa8b9a8 13036 
hamradio-maintguide_0.3.tar.xz
 6021aeb01caf81a1c8af2748370415475c0943c239fa2f536b9e7f75a57e135a 193532 
hamradio-maintguide_0.3_all.deb
Files:
 7b637da7814cf6c77f714adb950a3141 1447 doc optional hamradio-maintguide_0.3.dsc
 4da1ef5c3af29cefefe9ab2bcd245d43 13036 doc optional 
hamradio-maintguide_0.3.tar.xz
 06725e867364c085cae865fbc451aaab 193532 doc optional 
hamradio-maintguide_0.3_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBAgAGBQJXll+LAAoJEMx+J398PcNNehQH+wVajUvTJmedvjAKx8aRyASL
sTg8EMrttq9ER7AhTDBMoyb

Bug#825818: marked as done (gnome-terminal crash when dragging tab to another terminal)

2016-07-25 Thread Debian Bug Tracking System
Your message dated Mon, 25 Jul 2016 19:04:16 +
with message-id 
and subject line Bug#825818: fixed in gnome-terminal 3.20.2-2
has caused the Debian Bug report #825818,
regarding gnome-terminal crash when dragging tab to another terminal
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.)


-- 
825818: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=825818
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gnome-terminal
Version: 3.20.2-1
Severity: important

When dragging a tab to another gnome-terminal instance, gnome-terminal crashes
with the
attached backtrace.

Thanks in advance


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

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

Versions of packages gnome-terminal depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.26.0-1
ii  gconf-service3.2.6-3
ii  gnome-terminal-data  3.20.2-1
ii  gsettings-desktop-schemas3.20.0-3
ii  libatk1.0-0  2.20.0-1
ii  libc62.22-7
ii  libcairo-gobject21.14.6-1+b1
ii  libcairo21.14.6-1+b1
ii  libdconf10.26.0-1
ii  libgconf-2-4 3.2.6-3
ii  libgdk-pixbuf2.0-0   2.34.0-1
ii  libglib2.0-0 2.48.1-1
ii  libgtk-3-0   3.20.5-4
ii  libnautilus-extension1a  3.20.1-2
ii  libpango-1.0-0   1.40.1-1
ii  libpangocairo-1.0-0  1.40.1-1
ii  libuuid1 2.28-5
ii  libvte-2.91-00.44.2-1
ii  libx11-6 2:1.6.3-1

Versions of packages gnome-terminal recommends:
ii  dbus-x11  1.10.8-1
ii  gvfs  1.28.2-1
ii  yelp  3.20.1-1

gnome-terminal suggests no packages.
#0  0x7fd990a31478 in __GI_raise (sig=sig@entry=6) at 
../sysdeps/unix/sysv/linux/raise.c:55
resultvar = 0
pid = 28496
selftid = 28496
#1  0x7fd990a328fa in __GI_abort () at abort.c:89
save_stage = 2
act = 
  {__sigaction_handler = {sa_handler = 0x23fe130, sa_sigaction = 
0x23fe130}, sa_mask = {__val = {133, 140572422390496, 140572450193520, 
140732230515520, 72057594037927936, 16777216, 9511602413006487552, 
140572601876480, 140572442725768, 37740848, 140569984630785, 0, 37740981, 
140572414823288, 0, 140572414823200}}, sa_flags = 0, sa_restorer = 0x90}
sigs = {__val = {32, 0 }}
#2  0x7fd991233d75 in g_assertion_message 
(domain=domain@entry=0x7fd9927ba2c7 "Gtk", file=file@entry=0x7fd992838d88 
"/build/gtk+3.0-29jmON/gtk+3.0-3.20.5/./gtk/gtkwidget.c", line=line@entry=5804, 
func=func@entry=0x7fd99283ca10 <__func__.63114> "gtk_widget_get_frame_clock", 
message=message@entry=0x1e7bee0 "assertion failed: (window != NULL)") at 
/build/glib2.0-wnDt2X/glib2.0-2.48.1/./glib/gtestutils.c:2429
lstr = 
"5804\000\177\000\000\000\257\203\340?_\366\215\032.Q\221\331\177\000\000r\034\203\222\331\177\000"
s = 0x23fe130 
"Gtk:ERROR:/build/gtk+3.0-29jmON/gtk+3.0-3.20.5/./gtk/gtkwidget.c:5804:gtk_widget_get_frame_clock:
 assertion failed: (window != NULL)"
#3  0x7fd991233e0a in g_assertion_message_expr 
(domain=domain@entry=0x7fd9927ba2c7 "Gtk", file=file@entry=0x7fd992838d88 
"/build/gtk+3.0-29jmON/gtk+3.0-3.20.5/./gtk/gtkwidget.c", line=line@entry=5804, 
func=func@entry=0x7fd99283ca10 <__func__.63114> "gtk_widget_get_frame_clock", 
expr=expr@entry=0x7fd992831c72 "window != NULL") at 
/build/glib2.0-wnDt2X/glib2.0-2.48.1/./glib/gtestutils.c:2452
s = 0x1e7bee0 "assertion failed: (window != NULL)"
#4  0x7fd99276f00e in gtk_widget_get_frame_clock 
(widget=widget@entry=0x21068c0 [TerminalTabLabel]) at 
/build/gtk+3.0-29jmON/gtk+3.0-3.20.5/./gtk/gtkwidget.c:5804
__func__ = "gtk_widget_get_frame_clock"
#5  0x7fd992774977 in gtk_widget_unrealize (widget=0x21068c0 
[TerminalTabLabel]) at 
/build/gtk+3.0-29jmON/gtk+3.0-3.20.5/./gtk/gtkwidget.c:5511
__func__ = "gtk_widget_unrealize"
#6  0x7fd99278032d in gtk_widget_unparent (widget=0x21068c0 
[TerminalTabLabel])

Bug#829494: marked as done (chirpw phones home without informed consent)

2016-07-25 Thread Debian Bug Tracking System
Your message dated Mon, 25 Jul 2016 18:48:46 +
with message-id 
and subject line Bug#829494: fixed in chirp 1:20160717-1
has caused the Debian Bug report #829494,
regarding chirpw phones home without informed consent
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.)


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

Package: chirp
Version: 0.4.0-1
Severity: serious

A pop-up dialog from the "chirpw" program says that it reports some kind 
of usage information to some external party, and describes how to 
opt-out of this.  There are at least two privacy problems:


1. It appears that some phoning home happens before the user has given 
informed consent.  For example, when I received the pop-up dialogue, I 
immediately disabled reporting, but I found that "chirpw" had already 
contacted some server and informed me that I was not using the latest 
version.  Therefore, the suggestion that one can opt-out of phoning-home 
is misleading, since some phoning-home has already occurred.


2. Also, the text suggests that this is anonymous, but that is 
misleading (due, e.g., to IP address traceability), so any consent would 
not be informed, even were it given prior to phoning-home occurring.


Note that I have not looked at what information is transmitted, so there 
might be a third problem, but I believe these two identified problems 
alone require action.


I recommend and request that this reporting and any other "phoning home" 
either be disabled completely in the Debian "chirp" package, or changed 
to be an express *opt-in* (like opt-in is long used elsewhere in Debian, 
such as for package "popularity contest"). Thank you.
--- End Message ---
--- Begin Message ---
Source: chirp
Source-Version: 1:20160717-1

We believe that the bug you reported is fixed in the latest version of
chirp, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 829...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Iain R. Learmonth  (supplier of updated chirp package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 25 Jul 2016 19:38:03 +0100
Source: chirp
Binary: chirp
Architecture: source amd64
Version: 1:20160717-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Hamradio Maintainers 
Changed-By: Iain R. Learmonth 
Description:
 chirp  - Configuration tool for amateur radios
Closes: 817237 829494
Changes:
 chirp (1:20160717-1) unstable; urgency=medium
 .
   * New upstream version (Closes: #817237)
   * Phoning home has been disabled (Closes: #829494)
Checksums-Sha1:
 7bdd6c4022af2555c4c3dec7b809ab8062e92359 1635 chirp_20160717-1.dsc
 bf20f60e63fb91158528bdea5a919be49da450a1 595641 chirp_20160717.orig.tar.gz
 aaa8e840bb99cf327fad619e0314243c9299b5bf 5452 chirp_20160717-1.debian.tar.xz
 331faf8988e42d3b100692e6c8aa2e58501135fe 373112 chirp_20160717-1_amd64.deb
Checksums-Sha256:
 44958df89367e38a80607b72ef1d0fee6d19f157f085a8016de78c306855da52 1635 
chirp_20160717-1.dsc
 de7e89d554cd88bcf754a4c7ccb9e3fcde25cd90bc06317889dbda05e1f5ad56 595641 
chirp_20160717.orig.tar.gz
 19721ba71ee01bb352fec84c063b05633c20d4db54829b2d5e017a63958caded 5452 
chirp_20160717-1.debian.tar.xz
 fdee07712a3f1537df60af9935e25e2006c771d74e4889b3e68dfa5451d106a7 373112 
chirp_20160717-1_amd64.deb
Files:
 b3aa6d19f7e388831d4941d5202a28e5 1635 hamradio optional chirp_20160717-1.dsc
 a6026338ae301995666fa4bd54ce5517 595641 hamradio optional 
chirp_20160717.orig.tar.gz
 f1a2574cb2e6dbb3955538b0a41c7800 5452 hamradio optional 
chirp_20160717-1.debian.tar.xz
 37b4fc71130da79aa1ca29b19589baca 373112 hamradio optional 
chirp_20160717-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBAgAGBQJXll00AAoJEMx+J398PcNNkhIH/iGLewpoWbkYT8x/hd/TfjFS
NIwxZkMF3T6J8labultRwzscXHKyfkIUi8v8ayd5CRjl9HEdyLQrkaE17mbrhq7j
gkkJZST/sc3/LGtwU5U3MwK6GNz7Yd842s3IDXbKFc4gQ6A+TRyBF4d8ifUcFVfy
INYVYUP75iyv0MhDiMgR6/JwAZRXogz3Rv3k6YVN++SQ7rY3SYiPyyIne0PE/NF1
04XlBL2Ta1G0UQblJj37liayWKhdVjNLZAHcxwzzgasGWa1amT9DOgLLvVsma2o1
6RC2iqj43S+K9QrL88CsEy9MC3VbtXO53pn+unKWDNHxM+42+DiISX7uzWtzhUY=
=F5k7
-END 

Processed: affects totem

2016-07-25 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> affects 831529 totem
Bug #831529 [libavcodec57] gstreamer1.0-libav: segfault when trying to play 
h264 video
Bug #831909 [libavcodec57] gstreamer coredumps when playing wavs since the 
libavcodec upgrade
Added indication that 831529 affects totem
Added indication that 831909 affects totem
> thanks
Stopping processing here.

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



Bug#831909: gstreamer coredumps when playing wavs since the libavcodec upgrade

2016-07-25 Thread Faidon Liambotis
reopen 831529
reassign 831529 libavcodec57 7:3.1.1-2
forcemerge 831909 831529
thanks

Hi,

On Sun, Jul 24, 2016 at 02:53:57PM +0200, Sebastian Ramacher wrote:
> On 2016-07-24 14:19:36, Sebastian Ramacher wrote:
> > On 2016-07-22 13:27:09, Faidon Liambotis wrote:
> > > On Fri, Jul 22, 2016 at 10:21:05AM +0200, Sebastian Ramacher wrote:
> > > > Unfortunately I am unable to reproduce the issue. Since there are some 
> > > > accounts
> > > > of random crashes when building ffmpeg with tree vectorization enabled, 
> > > > I've
> > > > uploaded 7:3.1.1-3 with vectorization disabled. Could you please check 
> > > > if the
> > > > issue disappears with -3?
> > > 
> > > I upgraded all ffmpeg packages to 7:3.1.1-3 but I'm still experiencing
> > > crashes.

I followed what the reporter of #831529 suggested: I first tried to "apt
install --reinstall gstreamer1.0-libav", which had no effect. I then
upgraded to the version from experimental, ran gst-launch again, then
downgraded to the version from unstable, which also seem to not crash
now(!).

I'm not very familiar with the gstreamer/libav/libva stack and thus
would like some help to get to the bottom of this. Frankly, I still
don't understand why x264 and VA-API is even at play here, when it's
just a pipeline of parsing a wav into a fakesink.

Regardless, I'm keeping this as an ffmpeg bug though (and at grave), as
the crashes started with the recent ffmpeg upgrade and the backtraces
seem to suggest that the abort() is coming from ffmpeg.

Thanks,
Faidon



Processed: Re: Bug#831909: gstreamer coredumps when playing wavs since the libavcodec upgrade

2016-07-25 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reopen 831529
Bug #831529 {Done: Tim Dengel } 
[gstreamer1.0-libav] gstreamer1.0-libav: segfault when trying to play h264 video
Bug reopened
Ignoring request to alter fixed versions of bug #831529 to the same values 
previously set
> reassign 831529 libavcodec57 7:3.1.1-2
Bug #831529 [gstreamer1.0-libav] gstreamer1.0-libav: segfault when trying to 
play h264 video
Bug reassigned from package 'gstreamer1.0-libav' to 'libavcodec57'.
No longer marked as found in versions gst-libav1.0/1.8.2-1.
Ignoring request to alter fixed versions of bug #831529 to the same values 
previously set
Bug #831529 [libavcodec57] gstreamer1.0-libav: segfault when trying to play 
h264 video
Marked as found in versions ffmpeg/7:3.1.1-2.
> forcemerge 831909 831529
Bug #831909 [libavcodec57] gstreamer coredumps when playing wavs since the 
libavcodec upgrade
Bug #831529 [libavcodec57] gstreamer1.0-libav: segfault when trying to play 
h264 video
Severity set to 'grave' from 'important'
Merged 831529 831909
> thanks
Stopping processing here.

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



Bug#832457: Out-of-bounds read in coders/psd.c:797 ReadPSDChannelPixels

2016-07-25 Thread Bastien ROUCARIES
Package: imagemagick
Version: 8:6.7.7.10-5
Severity: grave
Tags: patch security
X-Debbugs-CC: secure-testing-t...@lists.alioth.debian.org


Split of 823750

 Added check for bit depth 1 for PSD file

 This is a partial fix of out-of-bounds read in coders/psd.c:797
ReadPSDChannelPixels

 It fix psd file handling for corrupted file.

Origin: upstream,
https://github.com/ImageMagick/ImageMagick/commit/198fffab4daf8aea88badd9c629350e5b26ec32f
Bug-ubuntu: https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1533442
Bug: https://github.com/ImageMagick/ImageMagick/issues/83



Bug#832449: jed: FTBFS on arm64: machine `aarch64' not recognized

2016-07-25 Thread Sven Joachim
On 2016-07-25 18:08 +0100, Wookey wrote:

> On 2016-07-25 17:49 +0200, Sven Joachim wrote:
>> Source: jed
>> Version: 1:0.99.19-5
>> Severity: serious
>> Tags: patch
>> 
>> The latest version of jed FTBFS on arm64[1] because config.sub is too
>> old:
>> 
>> ,
>> | checking build system type... Invalid configuration `aarch64-linux-gnu': 
>> machine `aarch64' not recognized
>> | configure: error: /bin/bash autoconf/config.sub aarch64-linux-gnu failed
>> `
>> 
>> This should be fixed by replacing config.{sub,guess} with the files from
>> autotools-dev at build time.  I have attached a possible patch which
>> does that via dh_update_autotools_config (included in debhelper since
>> version 9.20160114), but since I don't have an arm64 system, it's not
>> really tested.
>
> Doh!. I carefully updated to use dh_autoreconf to avoid exactly this
> sort of issue, but it's true that I only tested on x86.
>
> I do have an arm64 system now (as of last week!), and it's easy to
> test on the porter boxes too.
>
> When did "dh_update_autotools_config" appear?

In debhelper 9.20160114, my patch bumped the build dependency
accordingly.

> I've always used 
> dh_autotools-dev_updateconfig
> and
> dh_autotools-dev_restoreconfig
> or is that what you meant? 
> When might one use one or the other?

I don't really know, I guess dh_autotools-dev_{update,restore}config
might be a little bit friendlier to backporters, but there's also a
newer debhelper in backports.  Essentially they do the same thing as
dh_update_autotools_config, though.

Cheers,
   Sven



Processed: [bts-link] source package src:urweb

2016-07-25 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> #
> # bts-link upstream status pull for source package src:urweb
> # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
> #
> user bts-link-upstr...@lists.alioth.debian.org
Setting user to bts-link-upstr...@lists.alioth.debian.org (was 
bts-link-de...@lists.alioth.debian.org).
> # remote status report for #828587 (http://bugs.debian.org/828587)
> # Bug title: urweb: FTBFS with openssl 1.1.0
> #  * https://github.com/urweb/urweb/issues/35
> #  * remote status changed: (?) -> closed
> #  * closed upstream
> tags 828587 + fixed-upstream
Bug #828587 [src:urweb] urweb: FTBFS with openssl 1.1.0
Added tag(s) fixed-upstream.
> usertags 828587 + status-closed
There were no usertags set.
Usertags are now: status-closed.
> # remote status report for #831088 (http://bugs.debian.org/831088)
> # Bug title: urweb: FTBFS with GCC 6: memmem.c:77:17: error: this 'if' clause 
> does not guard... [-Werror=misleading-indentation]
> #  * https://github.com/urweb/urweb/issues/36
> #  * remote status changed: (?) -> closed
> #  * closed upstream
> tags 831088 + fixed-upstream
Bug #831088 [src:urweb] urweb: FTBFS with GCC 6: memmem.c:77:17: error: this 
'if' clause does not guard... [-Werror=misleading-indentation]
Added tag(s) fixed-upstream.
> usertags 831088 + status-closed
There were no usertags set.
Usertags are now: status-closed.
> thanks
Stopping processing here.

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



Bug#825818: gnome-terminal crash when dragging tab to another terminal

2016-07-25 Thread Andreas Henriksson
Control: tags -1 + upstream
Control: forwarded -1 https://bugzilla.gnome.org/show_bug.cgi?id=769161

Hello Riccardo Magliocchetti.

Thanks for your bug report.

On Mon, May 30, 2016 at 12:10:04PM +0200, Riccardo Magliocchetti wrote:
> Package: gnome-terminal
[...]
> When dragging a tab to another gnome-terminal instance, gnome-terminal
> crashes with the attached backtrace.
[...]

I've opened a bug report in the upstream bug tracker with a patch
that fixes the issue for me, see above.

Regards,
Andreas Henriksson



Processed: Re: gnome-terminal crash when dragging tab to another terminal

2016-07-25 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + upstream
Bug #825818 [gnome-terminal] gnome-terminal crash when dragging tab to another 
terminal
Added tag(s) upstream.
> forwarded -1 https://bugzilla.gnome.org/show_bug.cgi?id=769161
Bug #825818 [gnome-terminal] gnome-terminal crash when dragging tab to another 
terminal
Set Bug forwarded-to-address to 
'https://bugzilla.gnome.org/show_bug.cgi?id=769161'.

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



Bug#832454: virt-manager doesn't open

2016-07-25 Thread Michel Le Bihan
Package: virt-manager
Version: 1:1.4.0-2
Severity: grave
Justification: renders package unusable

When I run virt-manager or virt-manager --debug --no-fork, virt-manager doesn't
open and I get that output in the terminal:

Traceback (most recent call last):
  File "/usr/share/virt-manager/virt-manager", line 33, in 
from virtinst import util as util
  File "/usr/share/virt-manager/virtinst/__init__.py", line 89, in 
from virtinst.distroinstaller import DistroInstaller
  File "/usr/share/virt-manager/virtinst/distroinstaller.py", line 23, in

from . import urlfetcher
  File "/usr/share/virt-manager/virtinst/urlfetcher.py", line 34, in 
import requests
  File "/usr/lib/python2.7/dist-packages/requests/__init__.py", line 61, in

from .packages.urllib3.exceptions import DependencyWarning
ImportError: cannot import name DependencyWarning

This issue is also present in the package in testing (1:1.3.2-4)



-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (700, 'testing'), (650, 'unstable'), (600, 'experimental'), (500, 
'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages virt-manager depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.26.0-1
ii  gconf2   3.2.6-3
ii  gir1.2-gtk-3.0   3.20.6-2
ii  gir1.2-gtk-vnc-2.0   0.5.3-1.3+b1
ii  gir1.2-libosinfo-1.0 0.3.0-2
ii  gir1.2-libvirt-glib-1.0  0.2.3-2
ii  gir1.2-vte-2.91  0.44.2-1
ii  librsvg2-common  2.40.16-1
ii  python-dbus  1.2.4-1
ii  python-gi3.20.1-1
ii  python-gi-cairo  3.20.1-1
ii  python-libvirt   2.0.0-1
ii  python-requests  2.10.0-2
pn  python2.7:any
pn  python:any   
ii  virtinst 1:1.4.0-2

Versions of packages virt-manager recommends:
ii  gir1.2-spice-client-gtk-3.0  0.30-1
ii  gnome-icon-theme 3.12.0-2
ii  libvirt-daemon-system2.0.0-1

Versions of packages virt-manager suggests:
ii  gnome-keyring  3.20.0-1
ii  ksshaskpass [ssh-askpass]  4:5.7.0-1
pn  python-gnomekeyring
pn  python-guestfs 
ii  virt-viewer3.1-1

-- no debconf information



Bug#818203: imagemagick: diff for NMU version 8:6.8.9.9-7.2

2016-07-25 Thread Bastien ROUCARIES
Thanks baby take time.

Will incorporate

On Mon, Jun 27, 2016 at 3:25 PM, Mattia Rizzolo  wrote:

> Control: tags 818203 + patch
> Control: tags 818203 + pending
>
> Dear maintainer,
>
> I've prepared an NMU for imagemagick (versioned as 8:6.8.9.9-7.2) and
> uploaded it to DELAYED/2. Please feel free to tell me if I
> should delay it longer.
>
> I tried to figure out how the git repository is structured, but HEAD
> doesn't point to the packaging branch, and trying to look at the usual
> suspects I haven't found it, so, no git used.
>
> Regards.
>
> --
> 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  `-
>


Bug#832449: jed: FTBFS on arm64: machine `aarch64' not recognized

2016-07-25 Thread Wookey
On 2016-07-25 17:49 +0200, Sven Joachim wrote:
> Source: jed
> Version: 1:0.99.19-5
> Severity: serious
> Tags: patch
> 
> The latest version of jed FTBFS on arm64[1] because config.sub is too
> old:
> 
> ,
> | checking build system type... Invalid configuration `aarch64-linux-gnu': 
> machine `aarch64' not recognized
> | configure: error: /bin/bash autoconf/config.sub aarch64-linux-gnu failed
> `
> 
> This should be fixed by replacing config.{sub,guess} with the files from
> autotools-dev at build time.  I have attached a possible patch which
> does that via dh_update_autotools_config (included in debhelper since
> version 9.20160114), but since I don't have an arm64 system, it's not
> really tested.

Doh!. I carefully updated to use dh_autoreconf to avoid exactly this
sort of issue, but it's true that I only tested on x86.

I do have an arm64 system now (as of last week!), and it's easy to
test on the porter boxes too.

When did "dh_update_autotools_config" appear? I've always used 
dh_autotools-dev_updateconfig
and
dh_autotools-dev_restoreconfig
or is that what you meant? 
When might one use one or the other?

Should I adjust the advice on https://wiki.debian.org/Autoreconf ?

Guess I'd better read the man page. 

Anyway thanks for the report. I'll fix, test and reupload.


Wookey
-- 
Principal hats:  Linaro, Debian, Wookware, ARM
http://wookware.org/


signature.asc
Description: Digital signature


Bug#832415: Further information: upstream software works fine

2016-07-25 Thread Eric S Fraga
Just a quick update: building the latest upstream version of octave
along with the parallel package results in a system that works as it
should.  No errors at all.

Thanks,
eric

-- 
This signature purposely left blank.



Processed: your mail

2016-07-25 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> close 831183
Bug #831183 [src:giada] giada: FTBFS with GCC 6: src/core/recorder.cpp:654:2: 
error: this 'if' clause does not guard... [-Werror=misleading-indentation]
Marked Bug as done
> # fixed in new upload 0.12.2~dfsg1-3
> thanks
Stopping processing here.

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



Bug#826807: marked as done (blender: OpenJPEG removal)

2016-07-25 Thread Debian Bug Tracking System
Your message dated Mon, 25 Jul 2016 16:19:58 +
with message-id 
and subject line Bug#826807: fixed in blender 2.77.a+dfsg0-6
has caused the Debian Bug report #826807,
regarding blender: OpenJPEG removal
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.)


-- 
826807: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=826807
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: blender
Severity: important
User: ma...@debian.org
Usertags: stretch2000

This is a continued operation since src:jasper removal for stretch
release.

src:openjpeg will be removed from Debian for the stretch release (and
following that, the archive in general). For more information see:
http://bugs.debian.org/826805

It has been superseeded by src:openjpeg2

Your package uses src:openjpeg, so please either remove the JPEG2000
functionality or move to the new API.

This bug will be bumped to release-critical status in a few weeks.

Cheers,

Mathieu 
--- End Message ---
--- Begin Message ---
Source: blender
Source-Version: 2.77.a+dfsg0-6

We believe that the bug you reported is fixed in the latest version of
blender, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 826...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matteo F. Vescovi  (supplier of updated blender package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 25 Jul 2016 17:06:28 +0200
Source: blender
Binary: blender blender-data blender-dbg
Architecture: source
Version: 2.77.a+dfsg0-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 

Changed-By: Matteo F. Vescovi 
Description:
 blender- Very fast and versatile 3D modeller/renderer
 blender-data - Very fast and versatile 3D modeller/renderer - data package
 blender-dbg - Very fast and versatile 3D modeller/renderer - debug package
Closes: 826807
Changes:
 blender (2.77.a+dfsg0-6) unstable; urgency=medium
 .
   * debian/patches/: patchset updated
 - 0009-fix_OpenJPEG2_build.patch added (Closes: #826807)
 - 0010-fix_manpage_creation.patch added
   Thanks to Campbell Burton and Sergey Sharybin (upstream).
   * debian/control: b-dep libopenjpeg-dev -> libopenjp2-7-dev
Checksums-Sha1:
 6d1aa2b6d84aded029189305ea04cbcc186cb08d 3032 blender_2.77.a+dfsg0-6.dsc
 1164607e9fea8b006affd11d3b3ca44f2d27731d 221624 
blender_2.77.a+dfsg0-6.debian.tar.xz
Checksums-Sha256:
 da7d2d1ab8678ad8484b7425919713fd4c63d32e01397a95e9f92826bee5214f 3032 
blender_2.77.a+dfsg0-6.dsc
 5a03fb1b0b75e0f986d204d775cd405a2ea449684a44652066c0d37ed36def14 221624 
blender_2.77.a+dfsg0-6.debian.tar.xz
Files:
 0192eaa9501d4168d8b0c11f5998ef28 3032 graphics optional 
blender_2.77.a+dfsg0-6.dsc
 5de889640336a2ad0b10777bb023812a 221624 graphics optional 
blender_2.77.a+dfsg0-6.debian.tar.xz

-BEGIN PGP SIGNATURE-
Comment: Debian powered!

iQJ8BAEBCgBmBQJXljZNXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRGM0REMDlGOERBODdEMURGNTA0NkM5OUIw
NjEyRjQ5NDRFQ0RDRDVBAAoJEAYS9JROzc1abzwP/3TSxOVkozj2Mzk3tzVicdQx
aiihMXbvwU6XayXRU0iyyVJawHKm2Sh7FMTWu6YTgOElv2eR7MSeW2Cqxg83w4CJ
BauMSLOnExEIY8DtEQ87AgBUsEFAbvGfGsVFV5alZK4STmDzTlRXLNjw2kqOoVMh
5SqIfMSDYRtKby5lDvN4dNSNZvXJpx8m6BQzxx/jaRj5g/fZuS5MPZfI173yKnNc
Njsh2GbAXpJDbJhjczfrg4q9KggGVntI3MPTbZ++NnTTS4S05tLFLlT4OsBzCZYO
FVrYZP67y79Up1W8N2ekc+p9qcvN3QYUXzIizNvE+9PZY0uvCDSjv8x6EYJaCARm
bp9TRhisVhig7DYh4vCWMxjl7M6imraAMxKOWnVEcqPXKWIJQP8jbCjqYOy3jQz0
topSVqRZ2OMD4sd5saM8hb/2s4l4ZcK/wXK2zC+5cZvNZRQU6ZVzOVv0cuVmgOdN
XgeWklOdyp5dfz5oTJGfPFMLu3sMgWj5ANNK1Gxa2mUzlVJVhWBnxjesHgCQ1K+a
Xc7Yw2x5LvSgKMb+JTB5lpMBSVHh2KBygUHjtxMc+KaWQVIV72rIBR5SAAMkh+XH
hMa6osdoeR3/bA/9Ce41y8GfmNDQFhlCno3rUJXhAFBstREnJns9feea98WUiq8/
8DHO/tp+csyq3tjySyXo
=qCsz
-END PGP SIGNATURE End Message ---


Bug#812048: marked as done (aqemu: FTBFS with GCC 6: invalid initialization)

2016-07-25 Thread Debian Bug Tracking System
Your message dated Mon, 25 Jul 2016 16:19:35 +
with message-id 
and subject line Bug#812048: fixed in aqemu 0.9.2-1
has caused the Debian Bug report #812048,
regarding aqemu: FTBFS with GCC 6: invalid initialization
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.)


-- 
812048: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812048
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: aqemu
Version: 0.8.2-2
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6

This package fails to build with GCC 6.  GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.

Note that only the first error is reported; there might be more.  You
can find a snapshot of GCC 6 in experimental.  To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.

You may be able to find out more about this issue at
https://gcc.gnu.org/gcc-6/changes.html

> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> /usr/bin/c++   -DQTONLY -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG 
> -DVNC_DISPLAY -isystem /usr/include/qt4 -isystem /usr/include/qt4/QtGui 
> -isystem /usr/include/qt4/QtCore -I/usr/include/qt4/QtDesigner 
> -I/usr/include/qt4/QtDeclarative -I/usr/include/qt4/QtScriptTools 
> -I/usr/include/qt4/QtDBus -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql 
> -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtXmlPatterns 
> -I/usr/include/qt4/QtHelp -I/usr/include/qt4/QtUiTools 
> -I/usr/include/qt4/QtTest -I/usr/include/qt4/QtScript 
> -I/usr/include/qt4/QtSvg -I/usr/include/qt4/Qt3Support 
> -I/usr/share/qt4/mkspecs/default -I/<>/obj-x86_64-linux-gnu 
> -I/<>   -o CMakeFiles/aqemu.dir/Main_Window.o -c 
> /<>/Main_Window.cpp
> /<>/Main_Window.cpp: In member function 'virtual void 
> Main_Window::closeEvent(QCloseEvent*)':
> /<>/Main_Window.cpp:216:43: error: invalid initialization of 
> reference of type 'const QString&' from expression of type 'bool'
> tr("Cannot Save Settings!"), false );
>^
> 

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise
--- End Message ---
--- Begin Message ---
Source: aqemu
Source-Version: 0.9.2-1

We believe that the bug you reported is fixed in the latest version of
aqemu, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 812...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ignace Mouzannar  (supplier of updated aqemu package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 24 Jul 2016 22:44:42 -0400
Source: aqemu
Binary: aqemu
Architecture: source amd64
Version: 0.9.2-1
Distribution: unstable
Urgency: medium
Maintainer: Ignace Mouzannar 
Changed-By: Ignace Mouzannar 
Description:
 aqemu  - Qt4 front-end for QEMU and KVM
Closes: 607947 680779 725920 779022 793780 812048
Changes:
 aqemu (0.9.2-1) unstable; urgency=medium
 .
   * New upstream release (Closes: 812048, 607947, 680779).
   * debian/control:
 - Updated dependency from qt4 to qt5.
 - Removed deprecated DM-Upload-Allowed field.
 - Bumped Standards-Version to 3.9.8.
 - Updated debhelper dependency version to follow new compat version.
 - Updated Architectures list to reflect all qemu supported architectures.
   (Closes: 793780, 725920).
 - Removed Vcs-{Svn,Browser} fields.
 - Added explicit dependency on libqt5dbus5.
   * debian/compat:
 - Bumped compat from 7 to 9.
   * debian/copyright:
 - Moved all license text to bottom of the copyright file, as defined in the
   "recurrent license" section of the Debian copyright format v1.0.
 - Updated path to Machine_View.{cpp,h} files.
 - Updated Format version to point to Debian copyright format v1.0.
   * debian/menu:
 - Removed file as recommended here:
   https://lists.debian.org/debian-devel-announce/2015/09/msg0.html
   * debian/aqemu.desktop:
 - Added Keywords field.
   * debian/patches/01_qemu_parallel_typo.diff:
 - Fix type when LPT parallel option is selected. (Closes: 779022)
   Thank you Andrey Skvortsov  for the patch!
   * debian/rules:
   

Processed: Bug#826807 marked as pending

2016-07-25 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tag 826807 pending
Bug #826807 [src:blender] blender: OpenJPEG removal
Ignoring request to alter tags of bug #826807 to the same tags previously set
> thanks
Stopping processing here.

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



Bug#826807: marked as pending

2016-07-25 Thread Matteo F . Vescovi
tag 826807 pending
thanks

Hello,

Bug #826807 reported by you has been fixed in the Git repository. You can
see the changelog below, and you can check the diff of the fix at:

http://git.debian.org/?p=pkg-multimedia/blender.git;a=commitdiff;h=d122b8c

---
commit d122b8c08646526b5572fb8665ef72fbb5db17e7
Author: Matteo F. Vescovi 
Date:   Mon Jul 25 17:06:05 2016 +0200

debian/changelog: new revision entry added

Gbp-Dch: Ignore

diff --git a/debian/changelog b/debian/changelog
index 56894a1..e2b85c5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+blender (2.77.a+dfsg0-6) UNRELEASED; urgency=medium
+
+  * debian/patches/: patchset updated
+- 0009-fix_OpenJPEG2_build.patch added (Closes: #826807)
+- 0010-fix_manpage_creation.patch added
+  Thanks to Campbell Burton and Sergey Sharybin (upstream).
+  * debian/control: b-dep libopenjpeg-dev -> libopenjp2-7-dev
+
+ -- Matteo F. Vescovi   Mon, 25 Jul 2016 17:05:32 +0200
+
 blender (2.77.a+dfsg0-5) unstable; urgency=medium
 
   * debian/rules: fix a typo in conditional statement on OpenVDB



Processed: Re: buildbot: FTBFS: 4 column based index found

2016-07-25 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 827622 +patch
Bug #827622 [src:buildbot] buildbot: FTBFS: 4 column based index found
Added tag(s) patch.
> thanks
Stopping processing here.

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



Bug#827622: buildbot: FTBFS: 4 column based index found

2016-07-25 Thread W. Martin Borgert

tags 827622 +patch
thanks

To solve the index structure problem, changed with Sphinx 1.4:


--- buildbot-0.8.12.orig/docs/bbdocs/ext.py
+++ buildbot-0.8.12/docs/bbdocs/ext.py
@@ -15,6 +15,7 @@

 from docutils import nodes
 from sphinx import addnodes
+from sphinx import version_info
 from sphinx.domains import Domain
 from sphinx.domains import Index
 from sphinx.domains import ObjType
@@ -66,7 +67,10 @@ class BBRefTargetDirective(Directive):
 else:
 indextype = 'single'
 indexentry = tpl % (fullname,)
-entries.append((indextype, indexentry, targetname, targetname))
+if version_info >= (1, 4, 0, '', 0):
+entries.append((indextype, indexentry, targetname,  
targetname, None))

+else:
+entries.append((indextype, indexentry, targetname,  
targetname))


 if entries:
 inode = addnodes.index(entries=entries)


But we also cannot allow warnings to be errors:


--- buildbot-0.8.12.orig/docs/Makefile
+++ buildbot-0.8.12/docs/Makefile
@@ -22,7 +22,7 @@ images-eps:
 # -- Makefile for Sphinx documentation --

 # You can set these variables from the command line.
-SPHINXOPTS= -q -W
+SPHINXOPTS= -q
 SPHINXBUILD   = sphinx-build
 PAPER =
 BUILDDIR  = _build


Not nice, but works. With buildbot nine, the bbdocs extension
is hopefully up to date with Debians sphinx version, again.



Bug#832449: jed: FTBFS on arm64: machine `aarch64' not recognized

2016-07-25 Thread Sven Joachim
Source: jed
Version: 1:0.99.19-5
Severity: serious
Tags: patch

The latest version of jed FTBFS on arm64[1] because config.sub is too
old:

,
| checking build system type... Invalid configuration `aarch64-linux-gnu': 
machine `aarch64' not recognized
| configure: error: /bin/bash autoconf/config.sub aarch64-linux-gnu failed
`

This should be fixed by replacing config.{sub,guess} with the files from
autotools-dev at build time.  I have attached a possible patch which
does that via dh_update_autotools_config (included in debhelper since
version 9.20160114), but since I don't have an arm64 system, it's not
really tested.

Alternatively, dh_autotools-dev_updateconfig and
dh_autotools-dev_restoreconfig could be used (you should build-depend on
autotools-dev then).


-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (101, 'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 4.6.4-nouveau (SMP w/2 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)


1. 
https://buildd.debian.org/status/fetch.php?pkg=jed&arch=arm64&ver=1%3A0.99.19-5&stamp=1469420374

diff -Nru jed-0.99.19/debian/control jed-0.99.19/debian/control
--- jed-0.99.19/debian/control	2016-07-25 03:15:10.0 +0200
+++ jed-0.99.19/debian/control	2016-07-25 10:07:00.0 +0200
@@ -4,7 +4,7 @@
 Maintainer: Wookey 
 Standards-Version: 3.9.8
 Build-Depends-Indep: hevea
-Build-Depends: debhelper (>= 7), dh-autoreconf,
+Build-Depends: debhelper (>= 9.20160114), dh-autoreconf,
  libxft-dev, libgpm-dev [linux-any],
  libxt-dev, pkg-config, autotools-dev, slsh,
  libslang2-dev, chrpath
diff -Nru jed-0.99.19/debian/rules jed-0.99.19/debian/rules
--- jed-0.99.19/debian/rules	2016-07-25 01:22:06.0 +0200
+++ jed-0.99.19/debian/rules	2016-07-25 10:09:01.0 +0200
@@ -53,12 +53,14 @@
 clean:
 	dh_testdir
 	dh_autoreconf_clean
+	dh_update_autotools_config
 	dh_clean
 	[ ! -f Makefile ] || $(MAKE) distclean
 	rm -f build-stamp
 
 config.status:
 	dh_testdir
+	dh_update_autotools_config
 	dh_autoreconf
 	./configure $(configure_flags) || \
 	  { rc=$$?; cat config.log; exit $$rc; }


Bug#832447: perl: apply CVE-2016-1238 fixes to 5.24

2016-07-25 Thread Dominic Hargreaves
Source: perl
Version: 5.24.0-1
Severity: critical

As a reminder, fixes equivalent to those applied to jessie and sid today
should also be applied to experimental.



Bug#788546: nfs4 mount.nfs does not respect option "user" in fstab in Jessie

2016-07-25 Thread Ingo
Some additional Information which probably helps to find the root cause:

The very same beheaviour (as in Jessie) is still shown in Stretch.

I already tried to assign that bug to package "mount", but this was not
accepted. The corresponding bug report demonstrates some more
possibilities of "how you can workaroung" this faulty beheaviour.

See here:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=788547#12



Processed: closing 832316

2016-07-25 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> close 832316
Bug #832316 [src:cakephp] cakephp: CVE-2015-8379
Marked Bug as done
> thanks
Stopping processing here.

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



  1   2   >