Bug#798170: Almost done

2016-01-02 Thread Michael Hanke
FTR: I was able to build the latest upstream release (2.0.0) against the QWT package (6.1) in experimental. However, a linking problem (get's linked against Qt4 and Qt5) causes the main GUI to segfault. I contacted upstream to get this solved. Will upload to experimental once this is done.

Bug#799235: zeromq3: Patch for GNU/Hurd support

2016-01-02 Thread Luca Boccassi
On Jan 3, 2016 03:15, "Samuel Thibault" wrote: > > Samuel Thibault, on Sun 03 Jan 2016 02:57:31 +0100, wrote: > > Luca Boccassi, on Sat 10 Oct 2015 13:07:26 +0100, wrote: > > > wrote: > > > > Two tests fails causing ssh to hang and crashes a translator in a > > > > hurd terminal: test_pair_ipc an

Bug#809707: sprockets 3.3 cannot find favico.js

2016-01-02 Thread Pirate Praveen
package: ruby-sprockets version: 3.3.0-1 severity: grave justification: fails to find assets previously found by 2.12 Sprockets::FileNotFound: couldn't find file 'favico.js' with type 'application/javascript' It was noticed by autopkgtest in ruby-rails-assets-favico.js and confirmed by checking g

Bug#727768: [Pkg-running-devel] Bug#727768: pytrainer: fails to import gpx files

2016-01-02 Thread Christian PERRIER
Quoting Marcelo Santana (marc...@msantana.eng.br): > Hi there, > > I believe this bug was fixed by this commit[1] submitted to the > upstream repository. As far as I know it was caused by the last upgrade > to perl 5.22 occurred on Debian testing. > > [1]https://github.com/pytrainer/pytrainer/com

Bug#809706: pcre3: CVE-2016-1283

2016-01-02 Thread Salvatore Bonaccorso
Source: pcre3 Version: 2:8.35-1 Severity: important Tags: security upstream Forwarded: https://bugs.exim.org/show_bug.cgi?id=1767 Hi, the following vulnerability was published for pcre3. CVE-2016-1283[0]: PCRE Library Heap Overflow Vulnerability If you fix the vulnerability please also make sur

Bug#809705: general: let people use non-free software but opt-out of non-open software

2016-01-02 Thread Christian PERRIER
Quoting Philippe Cerfon (philc...@gmail.com): > Package: general > Severity: wishlist > Tags: security > > Hi. > > I think Debian has the following two problems (or rather its security > conscious users) with respect to software that gets into the system: No idea whether what you're proposing i

Bug#809705: general: let people use non-free software but opt-out of non-open software

2016-01-02 Thread Philippe Cerfon
Package: general Severity: wishlist Tags: security Hi. I think Debian has the following two problems (or rather its security conscious users) with respect to software that gets into the system: First, more and more packages install software which sneaks around the package manager (and thus typi

Bug#809704: ITP: libhtml5parser-java -- validator.nu HTML parser implementation in Java

2016-01-02 Thread Markus Koschany
Package: wnpp Severity: wishlist Owner: Markus Koschany * Package name: libhtml5parser-java Version : 1.4 Upstream Author : Henri Sivonen * URL : https://about.validator.nu/htmlparser/ * License : Expat, BSD-3-clause, GPL-2+, MPL-1.1, LGPL-2.1+, LGPL-3+ Progr

Bug#807019: tracking bin-num - broken unison due to binnmu upload

2016-01-02 Thread Brian May
Alexander Wirt writes: >> This should be integrated in the backports.d.o repositories. > Backports is not for fixing bugs in stable. I think there is a misunderstanding here. This is not about fixing unison in stable. "unison" 2.40.102-2 in stable works fine. It is not broken. There is nothing

Bug#788303: systemd: Hangs indefinitely on >90% of reboot attempts

2016-01-02 Thread Frank Heckenbach
Just saying me too (also to get informed about news on this front). It happenes both on reboot and shutdown attempts. I can also offer to help debugging it, if there's something specific I can do (in jessie). Also, I'd suggest to increase the severity, since, you know, not shutting down the syste

Bug#808986: linux-image-4.3.0-1-686-pae: Graphical crash at boot

2016-01-02 Thread Guillermo Reisch
I have a similar problem with the graphics in particular DRM (direct rendering manager). It hangs all the time generating error messages that accumulate in the LOG file until I run out of disk space in rootfs . Maybe it is the same problem but to you it is frozen sow hard that not allowed to co

Bug#794351: Autoscaling for files with large diffs can display zero chars for files with small diffs

2016-01-02 Thread Josh Triplett
On Sat, Jan 02, 2016 at 09:10:27PM -0500, Thomas Dickey wrote: > On Sat, Jan 02, 2016 at 06:46:52PM +, Sandro Tosi wrote: > > Adding Thomas, the upstream author of diffstat > > > > Hey Thomas, > > what's your take on this report? > > > > On Sun, Aug 2, 2015 at 6:39 PM, Josh Triplett wrote: >

Bug#809703: gnome-shell: Top bar forces dual screens to be uneven

2016-01-02 Thread Bear
Package: gnome-shell Version: 3.18.1-1 Severity: minor Dear Maintainer, I moved from Jessie to Stretch today, and lost my monitor configuration due to a different bug and moving to a new video driver. In Jessie I had discovered a third-party "Hide the top bar" extension that worked around this p

Bug#809702: Please support parallel optimization

2016-01-02 Thread Josh Triplett
Package: optipng Version: 0.7.5-1 Severity: wishlist optipng could spread its trials (or multiple files if given on the command line) across all CPUs to improve performance. I would suggest adding a new option "-jN" to enable parallel operation, defaulting to the number of CPUs on the system (sys

Bug#809701: Please support using zopfli

2016-01-02 Thread Josh Triplett
Package: optipng Version: 0.7.5-1 Severity: wishlist As reported at https://blog.codinghorror.com/zopfli-optimization-literally-free-bandwidth/ , Zopfli can produce Deflate-compatible streams appreciably smaller than zlib, at the cost of significantly slower compression time. Please consider addi

Bug#743355: many files opened two or three times... inefficient?

2016-01-02 Thread Manuel A. Fernandez Montecelo
Control: tags -1 + wontfix Control: close -1 2014-04-02 00:29 積丹尼 Dan Jacobson: Package: aptitude Version: 0.6.10-2 Severity: wishlist Just out of curiosity, $ strace -e trace=open aptitude search iproute 2>&1|sed '/open/!d;s/ .*//;'|sort|uniq -c|sort -nr shows many files opened two or three

Bug#794351: Autoscaling for files with large diffs can display zero chars for files with small diffs

2016-01-02 Thread Thomas Dickey
On Sat, Jan 02, 2016 at 06:46:52PM +, Sandro Tosi wrote: > Adding Thomas, the upstream author of diffstat > > Hey Thomas, > what's your take on this report? > > On Sun, Aug 2, 2015 at 6:39 PM, Josh Triplett wrote: > > On Sat, Aug 01, 2015 at 06:33:39PM -0700, Josh Triplett wrote: > >> If the

Bug#799235: zeromq3: Patch for GNU/Hurd support

2016-01-02 Thread Samuel Thibault
Samuel Thibault, on Sun 03 Jan 2016 02:57:31 +0100, wrote: > Luca Boccassi, on Sat 10 Oct 2015 13:07:26 +0100, wrote: > > wrote: > > > Two tests fails causing ssh to hang and crashes a translator in a > > > hurd terminal: test_pair_ipc and test_reqrep_ipc. Partial problems > > > with these tests a

Bug#809700: python-astropy: build-dependency on python-matplotlib should be >= 1.5.0

2016-01-02 Thread Steven Chamberlain
Package: python-astropy Version: 1.1-1 Severity: normal Hi, python-astropy FTBFS on kfreebsd because at the time, we only had python-matplotlib 1.4.2, and apparently that's insufficient now: | import numpy as np | from numpy import ma | > from matplotlib._path import (affine_transform

Bug#408879: /bin/ps: TIME drifted

2016-01-02 Thread Craig Small
Hello Paul, I'm chasing up old procps bugs and noticed this one is still opened. It's been a long way since a 2.6 kernel and 3.2.x procps, wondering if you still get your odd start times? - Craig -- Craig Small (@smallsees) http://enc.com.au/ csmall at : enc.com.au Debian GNU/Linux

Bug#809690: mention where to send bug reports on the man page

2016-01-02 Thread 積丹尼 Dan Jacobson
> "SC" == Sebastiaan Couwenberg writes: SC> The location of the upstream bug tracker is documented in the upstream SC> metadata file included in the proj source package: SC> https://anonscm.debian.org/cgit/pkg-grass/proj.git/tree/debian/upstream/metadata OK but I don't think that file make

Bug#799235: zeromq3: Patch for GNU/Hurd support

2016-01-02 Thread Samuel Thibault
Hello, Luca Boccassi, on Sat 10 Oct 2015 13:07:26 +0100, wrote: > wrote: > > Two tests fails causing ssh to hang and crashes a translator in a > > hurd terminal: test_pair_ipc and test_reqrep_ipc. Partial problems > > with these tests are that option SO_ERROR is not yet supported for > > gsetsock

Bug#562042: aptitude: should have a flag to upgrade all dependencies of a package

2016-01-02 Thread Manuel A. Fernandez Montecelo
Control: tags -1 + wontfix Hi Török, 2009-12-22 08:03 Török Edwin: Package: aptitude Version: 0.6.1.3-3 Severity: wishlist aptitude should have a flag to upgrade all the recommends/suggests of the package, when the package is upgraded. For example to upgrade texlive, I would like to just do

Bug#808209: amanda-common: Depends on virtual package "perl5" which will is gone with perl/5.22

2016-01-02 Thread Dominic Hargreaves
On Sat, Jan 02, 2016 at 09:56:53PM +, Jose M Calhariz wrote: > On Mon, Dec 21, 2015 at 12:03:20PM +, Dominic Hargreaves wrote: > > On Sun, Dec 20, 2015 at 07:43:40PM +0100, gregor herrmann wrote: > > > Control: tag -1 + pending > > > > > > On Thu, 17 Dec 2015 10:28:58 +, Dominic Hargre

Bug#790696: python-pygraphviz: please make the build reproducible

2016-01-02 Thread Sandro Tosi
On Tue, Jun 30, 2015 at 11:24 PM, Sandro Tosi wrote: > Hi Chris, > we were discussing situations such this one on debian-python ml, where > I was asking if we can find a solution within sphinx instead of > patching the packages using it. Thread starts at > https://lists.debian.org/debian-python/20

Bug#800217: wmtv: Please migrate a supported debhelper compat level

2016-01-02 Thread Eriberto
Hi Nicolas, Thanks a lot for your message. I don't have interest over the package. I am doing some NMU to help Debian and provide more packages in Stretch. Thanks again. Cheers, Eriberto 2016-01-02 22:24 GMT-02:00 Nicolas Boullis : > Hi Eriberto, > > On Sat, Dec 26, 2015 at 01:09:42AM -0200,

Bug#809698: debian-cd: please switch d-i.debian.org URIs from http to https.

2016-01-02 Thread Steve McIntyre
Control: tag -1 +pending On Sun, Jan 03, 2016 at 01:05:12AM +0100, Cyril Brulebois wrote: >Package: debian-cd >Version: 3.17 >Severity: normal > >Hi, > >We now have https for daily images[1], so please consider applying (and >testing!) the attached, untested patch. > > 1. https://lists.debian.org/

Bug#809695: openssh-server: Setting PermitRootLogin without-password disables GSSAPI Auth

2016-01-02 Thread Christoph Anton Mitterer
Hey. The upstream of that patch is intended to be here: https://github.com/gss-openssh/openssh-portable You may want to forward the problem there as well :-) Chris. smime.p7s Description: S/MIME cryptographic signature

Bug#809497: debian-cd: Please include espeakup on cd1, not speakup, and alsa-utils

2016-01-02 Thread Steve McIntyre
Control: tag -1 +pending On Thu, Dec 31, 2015 at 01:35:29PM +0100, Samuel Thibault wrote: >Package: debian-cd >Version: 3.1.17 >Severity: important >Tag: patch > >Hello, > >I have just received a report from somebody who installed Jessie with >speech synthesis help, only to get a non-talking insta

Bug#800217: wmtv: Please migrate a supported debhelper compat level

2016-01-02 Thread Nicolas Boullis
Hi Eriberto, On Sat, Dec 26, 2015 at 01:09:42AM -0200, Eriberto Mota wrote: > > I uploaded a NMU to 10-day/delay queue. Feel free to cancel this > upload if needed. > > The debian/changelog is: > > wmtv (0.6.5-16.2) unstable; urgency=medium > . >* Non-maintainer upload. >* Migrated DH

Bug#809699: live-build: please switch d-i.debian.org URIs from http to https.

2016-01-02 Thread Cyril Brulebois
Package: live-build Version: 1:20151215 Severity: normal Hi, We now have https for daily images[1], so please consider applying (and testing!) the attached, untested patch. 1. https://lists.debian.org/debian-boot/2016/01/msg00032.html Mraw, KiBi. >From a2c0c3a4fcf9b17513119133e856cbf419bddbbc

Bug#801405: wheezy-pu: package firebug/2.0.4-1~deb7u1

2016-01-02 Thread Adam D. Barratt
Control: tags -1 + pending On Fri, 2016-01-01 at 16:05 -0400, David Prévot wrote: > Hi, > > Le 01/01/2016 14:30, Adam D. Barratt a écrit : > > On Fri, 2015-10-09 at 13:53 -0400, David Prévot wrote: > >> We’ve just noticed that xul-ext-firebug is totally broken in Wheezy > > > Please go ahead. >

Bug#806529: jessie-pu: package apache2/2.4.10-10+deb8u4

2016-01-02 Thread Adam D. Barratt
Control: tags -1 + pending On Fri, 2016-01-01 at 17:56 +, Adam D. Barratt wrote: > Control: tags -1 + confirmed > > On Sat, 2015-11-28 at 15:20 +0100, Stefan Fritsch wrote: > > please review apache2/2.4.10-10+deb8u4 for inclusion in s-p-u. It > > includes a fixed version of the deferred mpm s

Bug#801304: jessie-pu: package ejabberd/14.07-4+deb8u3

2016-01-02 Thread Adam D. Barratt
Control: tags -1 + pending On Fri, 2016-01-01 at 18:17 +, Adam D. Barratt wrote: > Control: tags -1 + confirmed > > On Fri, 2016-01-01 at 19:04 +0100, Philipp Huebner wrote: > > Am 01.01.2016 um 17:44 schrieb Adam D. Barratt: > > > Does the patch that you originally provided resolve both bugs

Bug#809698: debian-cd: please switch d-i.debian.org URIs from http to https.

2016-01-02 Thread Cyril Brulebois
Package: debian-cd Version: 3.17 Severity: normal Hi, We now have https for daily images[1], so please consider applying (and testing!) the attached, untested patch. 1. https://lists.debian.org/debian-boot/2016/01/msg00032.html Mraw, KiBi. >From a4ec2be603f60730c48c497231d1e9c0ba02463f Mon Sep

Bug#809695: openssh-server: Setting PermitRootLogin without-password disables GSSAPI Auth

2016-01-02 Thread Juha Jäykkä
Package: openssh-server Version: 1:7.1p1-5 Severity: important Dear Maintainer, Using ssh/SSAPI auth should work even if root login with password are disabled, however, it looks like the new 7.0 setting of "without-password" and prohibit-password inadvertently prevent GSSAPI auth to root, too. P

Bug#809696: Regression: GSSAPIKeyExchange yes stops working after 6.9p1-3

2016-01-02 Thread Juha Jäykkä
Package: openssh-client Version: 1:6.9p1-3 Severity: important Dear Maintainers, The version 6.9p1-3 is the last one where GSSAPIKeyExchange can succeed, that is the version at http://snapshot.debian.org/archive/debian/20151202T154902Z/pool/main/o/openssh/openssh-client_6.9p1-3_amd64.deb All n

Bug#809697: virt-manager: please switch d-i URLs to https

2016-01-02 Thread Cyril Brulebois
Package: virt-manager Version: 1:1.0.1-4 Severity: normal Hi, We now have https for daily images[1], so please consider applying (and testing!) the attached, untested patch. 1. https://lists.debian.org/debian-boot/2016/01/msg00032.html Mraw, KiBi. >From 9e495da4cc0d168013461e7e11250cb56f8185a4

Bug#796344: CVE-2009-5147

2016-01-02 Thread Christian Hofstaedtler
* Petter Reinholdtsen [160102 10:30]: > [Christian Hofstaedtler] > > In 2.1 branch, the fix is in this commit: > > > > https://github.com/ruby/ruby/commit/339e11a7f178312d937b7c95dd3115ce7236597a > > According to https://security-tracker.debian.org/tracker/CVE-2009-5147 > >, > this issue is fix

Bug#809686: cryptsetup: --header plus UUID plus initramfs gives "Requested offset beyond size of device"

2016-01-02 Thread Benjamin Moody
On 1/2/16, Milan Broz wrote: > Note >> # Userspace crypto wrapper cannot use aes-xts-plain64 (-95). >> # Using dmcrypt to access keyslot area. > > The reason is that you are missing kernel userspace crypto API modules > in initram (af_alg, algif_skcipher, ...), then cryptsetup fall back to > using

Bug#809690: mention where to send bug reports on the man page

2016-01-02 Thread Sebastiaan Couwenberg
Control: tags -1 upstream On 02-01-16 22:32, 積丹尼 Dan Jacobson wrote: > The Debian proj, cs2cs man pages should have a BUGS section saying that > there is indeed a place to report bugs upstream again. The location of the upstream bug tracker is documented in the upstream metadata file included in

Bug#809694: RFS: lwatch/0.6.2-1ubuntu1

2016-01-02 Thread Charlie WONG
Package: sponsorship-requests Severity: normal Dear mentors, I am looking for a sponsor for my package "lwatch" * Package name: lwatch Version : 0.6.2-1ubuntu1 Upstream Author : Artur R. Czechowski * URL : http://sourceforge.net/projects/lwatch/ * License

Bug#804590: [Debian-ha-maintainers] Bug#804590: redhat-cluster: build-depends on libcorosync-dev which is no longer built

2016-01-02 Thread Ferenc Wagner
Jonathan Wiltshire writes: > On Mon, Dec 14, 2015 at 02:22:54AM +0100, Ferenc Wagner wrote: > >> The redhat-cluster package will be removed from the archive, we don't >> intend to fix it. > > Here's the hit list then: [gfs2-utils, lvm2, ocfs2-tools] That's fine, once pacemaker passes NEW, we ca

Bug#803096: python-bcrypt: please update python-bcrypt

2016-01-02 Thread Simon Fondrie-Teitler
Daniel Stender writes: > One thing, I've took the liberty to add myself to Uploaders because I'm > interested in constantly > helping with this interesting package. But I think I should have asked you if > that's all right > with you. If you disagree, please remove me again from that field ...

Bug#808769: [Pkg-samba-maint] Bug#808769: Bug#808769: Bug#808769: LDB build failure isn't a regression

2016-01-02 Thread Jelmer Vernooij
On Sun, Jan 03, 2016 at 11:36:18AM +1300, Andrew Bartlett wrote: > On Sat, 2016-01-02 at 22:22 +, Jelmer Vernooij wrote: > > On Sun, Jan 03, 2016 at 11:00:44AM +1300, Andrew Bartlett wrote: > > > On Sat, 2016-01-02 at 21:51 +, Jelmer Vernooij wrote: > > > > On Sun, Jan 03, 2016 at 10:38:12AM

Bug#809693: silently ignores lxc.aa_profile setting if kernel has no support for AppArmor mount restrictions

2016-01-02 Thread Evgeni Golov
Source: lxc Version: 1:1.0.8-1 Severity: normal Ohai! LXC in Stretch/Sid (but also in Jessie) is compiled with AppArmor support. However, the code will check for the existence of the mount restrictions feature (by trying to open /sys/kernel/security/apparmor/features/mount/mask) and silently fai

Bug#700946: nouveau module blacklisting bites when upgrading from wheezy to jessie

2016-01-02 Thread Ray Dillinger
I had the proprietary nvidia drivers installed in my Jessie machine when I decided to move to Stretch. During the upgrade process, there was a message that the open-source driver was compatible with my hardware now, and did I want to switch to the nouveau system. I always prefer open-source when

Bug#808769: [Pkg-samba-maint] Bug#808769: Bug#808769: LDB build failure isn't a regression

2016-01-02 Thread Andrew Bartlett
On Sat, 2016-01-02 at 22:22 +, Jelmer Vernooij wrote: > On Sun, Jan 03, 2016 at 11:00:44AM +1300, Andrew Bartlett wrote: > > On Sat, 2016-01-02 at 21:51 +, Jelmer Vernooij wrote: > > > On Sun, Jan 03, 2016 at 10:38:12AM +1300, Andrew Bartlett wrote: > > > > On Thu, 2015-12-31 at 18:53 +1300,

Bug#799340: libgetdata: diff for NMU version 0.9.0-2.1

2016-01-02 Thread Jonathan Wiltshire
Control: tags 799340 + patch Control: tags 799340 + pending Dear maintainer, I've prepared an NMU for libgetdata (versioned as 0.9.0-2.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. -- Jonathan Wiltshire j

Bug#727768: pytrainer: fails to import gpx files

2016-01-02 Thread Marcelo Santana
Hi there, I believe this bug was fixed by this commit[1] submitted to the upstream repository. As far as I know it was caused by the last upgrade to perl 5.22 occurred on Debian testing. [1]https://github.com/pytrainer/pytrainer/commit/fcc8f3361d4ff25559cb87a375fbbfc1192ca334 I've made some test

Bug#779785: When will this be fixed?

2016-01-02 Thread Sylvestre Ledru
Le 02/01/2016 18:09, Daniel Gibson a écrit : > As Sylvestre mentioned in the llvm bugtracker that complaining helps > him prioritizing fixing this issue: I too am actually using clang and > would like to use ASAN. TBH, I'm a bit surprised that after 10 months > the problem still isn't fixed. Well,

Bug#808769: [Pkg-samba-maint] Bug#808769: Bug#808769: LDB build failure isn't a regression

2016-01-02 Thread Jelmer Vernooij
On Sun, Jan 03, 2016 at 11:00:44AM +1300, Andrew Bartlett wrote: > On Sat, 2016-01-02 at 21:51 +, Jelmer Vernooij wrote: > > On Sun, Jan 03, 2016 at 10:38:12AM +1300, Andrew Bartlett wrote: > > > On Thu, 2015-12-31 at 18:53 +1300, Andrew Bartlett wrote: > > > > Just a quick note to say that the

Bug#239782: Bug#785079: Removed package(s) from unstable

2016-01-02 Thread Olly Betts
Control: reopen -1 Control: reassign -1 python-wxgtk3.0 Control: found -1 3.0.0.0+dfsg-2 I also reproduced this bug with wxpython3.0 (as noted in the upstream ticket), so reassigning now that wxwidgets2.8 has been removed. Cheers, Olly

Bug#809692: Build content module

2016-01-02 Thread Jonathan Ulrich Horn
Source: chromium-browser Severity: wishlist Please consider building the content module[1] in addition to the browser and chromedriver, so that other projects can link against it. [1] https://www.chromium.org/developers/content-module

Bug#809623: RFS: telegram-purple/1.2.3-1

2016-01-02 Thread Ben Wiederhake
Hi, I happen to be i18nspector upstream. Wow! What a quick response, thank you :) - i18nspector and Transifex (the service we use for our translation) heavily disagree about how a po-file should look like, Care to elaborate on how they "heavily disagree"? I "only" refer to the pluralizatio

Bug#808769: [Pkg-samba-maint] Bug#808769: LDB build failure isn't a regression

2016-01-02 Thread Jelmer Vernooij
On Sat, Jan 02, 2016 at 09:51:34PM +, Jelmer Vernooij wrote: > On Sun, Jan 03, 2016 at 10:38:12AM +1300, Andrew Bartlett wrote: > > On Thu, 2015-12-31 at 18:53 +1300, Andrew Bartlett wrote: > > > Just a quick note to say that the LDB build failure isn't a > > > regression > > > - whatever is go

Bug#808769: [Pkg-samba-maint] Bug#808769: LDB build failure isn't a regression

2016-01-02 Thread Andrew Bartlett
On Sat, 2016-01-02 at 21:51 +, Jelmer Vernooij wrote: > On Sun, Jan 03, 2016 at 10:38:12AM +1300, Andrew Bartlett wrote: > > On Thu, 2015-12-31 at 18:53 +1300, Andrew Bartlett wrote: > > > Just a quick note to say that the LDB build failure isn't a > > > regression > > > - whatever is going on

Bug#804590: [Debian-ha-maintainers] Bug#804590: redhat-cluster: build-depends on libcorosync-dev which is no longer built

2016-01-02 Thread Jonathan Wiltshire
On Mon, Dec 14, 2015 at 02:22:54AM +0100, Ferenc Wagner wrote: > The redhat-cluster package will be removed from the archive, we don't > intend to fix it. Here's the hit list then: === Checking reverse dependencies... # Broken Depends: gfs2-utils: gfs2-cluster [amd64 arm64 armel armhf i38

Bug#808209: amanda-common: Depends on virtual package "perl5" which will is gone with perl/5.22

2016-01-02 Thread Jose M Calhariz
On Mon, Dec 21, 2015 at 12:03:20PM +, Dominic Hargreaves wrote: > On Sun, Dec 20, 2015 at 07:43:40PM +0100, gregor herrmann wrote: > > Control: tag -1 + pending > > > > On Thu, 17 Dec 2015 10:28:58 +, Dominic Hargreaves wrote: > > > > > The perl 5.22 transition just started (see > > > htt

Bug#809686: cryptsetup: --header plus UUID plus initramfs gives "Requested offset beyond size of device"

2016-01-02 Thread Milan Broz
On 01/02/2016 10:02 PM, Benjamin Moody wrote: ... > (although, incidentally, to make the third command work I also had to > add 'loop' to /etc/initramfs-tools/modules - for some reason > cryptsetup-in-initramfs uses a loopback device to read the header > file, although cryptsetup-in-Debian doesn't

Bug#808769: [Pkg-samba-maint] Bug#808769: LDB build failure isn't a regression

2016-01-02 Thread Jelmer Vernooij
On Sun, Jan 03, 2016 at 10:38:12AM +1300, Andrew Bartlett wrote: > On Thu, 2015-12-31 at 18:53 +1300, Andrew Bartlett wrote: > > Just a quick note to say that the LDB build failure isn't a > > regression > > - whatever is going on here has always been going on, it just wasn't > > tested before ldb

Bug#809623: RFS: telegram-purple/1.2.3-1

2016-01-02 Thread Juhani Numminen
2016-01-02 20:40 GMT+02:00 Juhani Numminen : > I am not a DD or DM, so I can't offer sponsoring, but here are some > things for you to look at. [...] I'll add to that: * Please install the appdata file. You can do this with dh_install(1) by creating a file called debian/install with this line in

Bug#809691: kbibtex: Please upgrade to version 0.6

2016-01-02 Thread Oliver Schmitz
Package: kbibtex Version: 0.4-4+b1 Severity: normal Dear Maintainer, please upgrade to the version 0.6 released in August 2015. KBibTex 0.44 is really outdated and misses many bug-fixes and features of later versions. Thanks in advance! -- System Information: Debian Release: stretch/sid

Bug#808769: LDB build failure isn't a regression

2016-01-02 Thread Andrew Bartlett
On Thu, 2015-12-31 at 18:53 +1300, Andrew Bartlett wrote: > Just a quick note to say that the LDB build failure isn't a > regression > - whatever is going on here has always been going on, it just wasn't > tested before ldb 1.1.23. > That said, fixing this is going to require gdb on a s390. Is t

Bug#793934: some icons of menus in retext can't show normally

2016-01-02 Thread duck
Coin, On 2016-01-02 13:44, Dmitry Shachnev wrote: Hi Marc, and sorry for the delayed response! No worry. Happy new year! What is your desktop environment, i.e. the value of $XDG_CURRENT_DESKTOP? It is empty. I'm running Awesome using a .xsession file, so not a "full desktop". What is th

Bug#747824: ITP: atom -- hackable editor

2016-01-02 Thread Jonathan Ulrich Horn
Control: owner -1 ! Control: retitle -1 ITP: atom -- hackable editor Hi, I'd like to make sure that atom is in the debian repository before the freeze. cheers, Jonathan

Bug#809689: apt-ftparchive: please document all substitution variables in man page

2016-01-02 Thread Martin-Éric Racine
Package: apt-utils Version: 1.0.9.8.1 Severity: important apt-ftparchive's manual page needs a section to document which substitution variables are recognized. For instance: TreeDefault { BinCacheDB "packages-$(SECTION)-$(ARCH).db"; Directory "pool/$(SECTION)"; SrcDirec

Bug#809690: mention where to send bug reports on the man page

2016-01-02 Thread 積丹尼 Dan Jacobson
Package: proj-bin Version: 4.9.2-1 Severity: wishlist File: /usr/share/man/man1/proj.1.gz The Debian proj, cs2cs man pages should have a BUGS section saying that there is indeed a place to report bugs upstream again. That way working offline one wouldn't queue them to bugs.debian.org. Also "

Bug#809627: don't say zone is south on -V

2016-01-02 Thread 積丹尼 Dan Jacobson
Oops, the above should be proj -V ...

Bug#809688: jessie-pu: package iptables-persistent/1.0.3

2016-01-02 Thread Jonathan Wiltshire
Package: release.debian.org Severity: normal Tags: jessie User: release.debian@packages.debian.org Usertags: pu I would like to update iptables-persistent in jessie to fix a minor information disclosure bug. This update also takes the opportunity to apply the correct README and install it for

Bug#809687: wheezy-pu: package iptables-persistent/0.5.7

2016-01-02 Thread Jonathan Wiltshire
Package: release.debian.org Severity: normal Tags: wheezy User: release.debian@packages.debian.org Usertags: pu I would like to update iptables-persistent in wheezy to fix a minor information disclosure bug. A diff is attached. Thanks, -- System Information: Debian Release: 8.2 APT prefers

Bug#803096: python-bcrypt: please update python-bcrypt

2016-01-02 Thread Simon Fondrie-Teitler
Simon Fondrie-Teitler writes: > Cool, I didn't know there was a fork of this. I should be able to work > on getting a new version out. I'll ping you for a review when it's > ready. Never mind, I just saw the rest of the replies on the bug, which I guess I'm not CC'd to. Thanks! Simon

Bug#809623: RFS: telegram-purple/1.2.3-1

2016-01-02 Thread Jakub Wilk
Hi, I happen to be i18nspector upstream. * BenWiederhake.GitHub , 2016-01-02, 20:31: - i18nspector and Transifex (the service we use for our translation) heavily disagree about how a po-file should look like, Care to elaborate on how they "heavily disagree"? and how Russion plurals work(?!).

Bug#796699: switchconf: Has init script in runlevel S but no matching service file

2016-01-02 Thread Jose M Calhariz
By mistake I forgot to add the Close keyword to the changelog. So this bug is closed by the upload of version 0.0.15-1. Kind regards Jose M Calhariz -- -- A utopia e o derradeiro reduto dos que não desesperaram da liberdade. -- Tristao de Ataide Alceu Amoroso Li

Bug#809686: cryptsetup: --header plus UUID plus initramfs gives "Requested offset beyond size of device"

2016-01-02 Thread Benjamin Moody
Package: cryptsetup Version: 2:1.6.6-5 Severity: normal Dear Maintainer, cryptsetup appears to be broken for a particular unusual case: when 1. a detached LUKS header is specified using --header, 2. the source device is a symbolic link such as /dev/disk/by-uuid/*, and cryptsetup is run *from

Bug#809685: lvm2 on sparc64 = bus error

2016-01-02 Thread Anatoly Pugachev
Package: lvm2 Version: 2.02.138-1 Severity: important Dear Maintainer, * What led up to the situation? installed sid/unstable to sparc64 LDOM, any commands from lvm2 give "bus error": root@deb2g:~# lvm vgs Bus error root@deb2g:~# lvm pvs Bus error root@deb2g:~# lvm lvs Bus error * What

Bug#809684: RFS: twinkle/1:1.9.0+dfsg-2 [RC] -- Voice over Internet Protocol (VoIP) SIP Phone

2016-01-02 Thread Peter Colberg
Package: sponsorship-requests Severity: important Dear mentors, I am looking for a sponsor for the package "twinkle": git clone https://anonscm.debian.org/git/users/pc-guest/twinkle.git cd twinkle && pristine-tar checkout ../twinkle_1.9.0+dfsg.orig.tar.xz It builds these binary packages: twi

Bug#809256: netbeans: HTML5 Parser Exception

2016-01-02 Thread Michael Cordingley
I'm really disappointed that Gentoo took that route. Anyhow, I'll keep an eye out for this hitting Stretch and update this ticket when it does. Thanks again. On Fri, Jan 1, 2016 at 7:59 PM, Markus Koschany wrote: > Am 02.01.2016 um 00:38 schrieb Michael Cordingley: > > I do have the PHP plug-in

Bug#809421: ITP: purple-matrix -- Libpurple plugin for Matrix

2016-01-02 Thread Víctor Cuadrado Juan
Upstream has published the first tagged version, v0.0.0, which uses Matrix's client-server API r0. I have packaged it and uploaded it to mentors: https://mentors.debian.net/package/purple-matrix -- Víctor Cuadrado juan -- E-Mail: , OpenPGP-Key-ID: 0xA2591E231E251F36 Key fingerprint: E3C5 114C 0C

Bug#808977: [Pkg-zsh-devel] Bug#808977: zsh-common: Please add Multi-Arch: foreign

2016-01-02 Thread Elrond
Hi Aexl, On Thu, Dec 31, 2015 at 17:53:00 +0100, Axel Beckert wrote: > Hi Elrond, > > I only have skimmed over your extensive answer, but it seems as if it > helps to get rid of quite a lot of my headaches when thinking about > Multi-Arch. Actually that's what I hoped for when writing my last > m

Bug#808977: [Pkg-zsh-devel] Bug#808977: Bug#808977: zsh-common: Please add Multi-Arch: foreign

2016-01-02 Thread Elrond
On Sat, Jan 02, 2016 at 18:47:47 +, Daniel Shahaf wrote: > Elrond wrote on Thu, Dec 31, 2015 at 17:32:49 +0100: > > b) Go the bash-way: Declare zsh as "foreign", basicly [...] > >the best option. But I don't know, if binary extensions > >do exist? > > There's https://bitbucket.org/ZyX_

Bug#809683: RM: zathura-extras -- ROM; binary packages taken over by other packes

2016-01-02 Thread Sebastian Ramacher
Package: ftp.debian.org Severity: normal Please remove the source package zathura-extras from the archive. All its binary packages have been taken over by zathura-djvu, zathura-ps and zathura-cb. Cheers -- Sebastian Ramacher signature.asc Description: PGP signature

Bug#809451: sponsorship-requests: librep/0.92.5-1 [ITA]

2016-01-02 Thread Jose M Calhariz
On 01/01/16 23:51, Mattia Rizzolo wrote: > On Fri, Jan 01, 2016 at 04:32:03PM +, Jose M Calhariz wrote: >> On 31/12/15 12:42, Mattia Rizzolo wrote: >>> * d/control: >>> + bump standards-version to the last policy release, 3.9.6 >>> - this also requires adding stuff to d/rules. maybe just

Bug#789614: FTBFS with OCaml 4.02.2: Some fatal warnings were triggered

2016-01-02 Thread Eriberto Mota
Control: tags 789614 pending Hi, I did a new upload, now to 9-day/DELAY queue. This new upload updates the upstream homepage. So, the new d/changelog is: virt-top (1.0.7-1.1) unstable; urgency=medium . * Non-maintainer upload. * Added the debian/patches/0005-fix-FTBFS-with-OCaml.patch to

Bug#809682: pinentry-qt4: pinentry dialog does not support pasting from clipboard

2016-01-02 Thread Kynn Jones
Package: pinentry-qt4 Version: 0.8.3-2 Severity: grave Tags: security Justification: user security hole Dear Maintainer, The bug described here applies not only to the pinentry-qt4 package but also to pinentry-gtk2 package. The pinentry password dialog does not support paste in any form, as far

Bug#809623: RFS: telegram-purple/1.2.3-1

2016-01-02 Thread BenWiederhake.GitHub
Telegram-purple is a generic purple-plugin, [...] including "pidgin" into the name would be highly misleading. Other libpurple backends are named pidgin-* (like pidgin-openfetion, pidgin-skype and pidgin-librvp) and I don't see any libpurple backends with other names. Perhaps these packages shoul

Bug#809681: virt-top: New upstream homepage

2016-01-02 Thread Joao Eriberto Mota Filho
Package: virt-top Version: 1.0.7-1 Severity: normal Dear Maintainer, virt-top project has a new homepage[1]. [1] http://people.redhat.com/~rjones/virt-top Regards, Eriberto

Bug#809680: always segfaults before opening

2016-01-02 Thread Leandro Guimarães Faria Corcete Dutra
Package: evolution Version: 3.18.3-1 Severity: important Forwarded-To: https://bugzilla.gnome.org/show_bug.cgi?id= Dear Maintainer, Tried already removing .evolution, creating a pristine user, even upgrading to testing; evolution always crashes before doing anything at all. (gdb) run The p

Bug#807836: [Pkg-zsh-devel] Bug#807836: builtin unlimit leads to "xargs: invalid number for -s"

2016-01-02 Thread Thilo Six
Hello Daniel, Daniel Shahaf schrieb/wrote: >> May i ask then what is a real world use case for the unlimit builtin then? >> (Just to make it clear, i am not ironic here, just interested trying to >> understand it.) > > You might as well ask what's the purpose of having separate soft and > hard l

Bug#808927: libqt5xcbqpa5 is not a lib but a plugin

2016-01-02 Thread Lisandro Damián Nicanor Pérez Meyer
I'm afraid that the real bug here is that libqt5xcbqpa5 is not really a lib bu a plugin that ships a private lib. We are working on fixing this issue. Now Qt5 can work without the XCB plugin: it can use the framebuffer, wayland, etc. Applications that do end up depending on xcb stuff should rea

Bug#803096: python-bcrypt: please update python-bcrypt

2016-01-02 Thread Daniel Stender
On 02.01.2016 19:58, Daniel Stender wrote: > Hi Simon, > > I've already worked on that package out of the Python group, the changes are > in the group > repo. I can't upload yet, thus everything is pending. > > Greetings, > Daniel Stender One thing, I've took the liberty to add myself to Upload

Bug#809679: iceweasel: enlarge search box

2016-01-02 Thread Len Huppe
Package: iceweasel Version: 43.0.2-1~bpo80+1 Severity: normal Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? * What exactly did you do (or not do) that was effective (or ineffective)? * What was the ou

Bug#792465: libsane: lide 210 does not work since libsane 1.0.22

2016-01-02 Thread b-misc
Hi, I own a Canon LIDE 210 and it didn't work well (first it worked more or less, some months ago it became mostly unusable) with Jessie (libsane 1.0.25), but today I updated to the latest version from git (1.0.26) and now it works quite well! On ubuntu launchpad I found the same observation:

Bug#809678: unicode-screensaver: "Something is wrong" is not a character name

2016-01-02 Thread Joachim Breitner
Hi, yes, this “something is wrong” is annoying. Unless I am mistaken, it happens if the unicode character has no entry in the table? Maybe it should simply print "U+ABCD" then. (Or was it the case that there is simply a bug in the code when that happens? In that case, maybe it’s easier to fix the

Bug#806247: jessie-pu: package dbconfig-common/1.8.47+nmu3

2016-01-02 Thread Paul Gevers
Hi, On 01-01-16 18:36, Adam D. Barratt wrote: > It looks like the fix for existing permissions isn't in the unstable > package? Correct. But it is in the NEW queue [1] for nearly two weeks. Because it doesn't seem to move there and because there are other issues in dbconfig-common that I worked o

Bug#758161: FTBFS with clang instead of gcc

2016-01-02 Thread fluzz
On Fri, 15 Aug 2014 01:48:25 +0400 Alexander wrote: Source: freedroidrpg Severity: minor Tags: patch User: pkg-llvm-t...@lists.alioth.debian.org Usertags: clang-ftbfs Hello, Using the rebuild infrastructure, your package fails to build with clang (instead of gcc). We detected this kinf of err

Bug#780407: FIX INCLUDED: misconfigured systemd unit file completely disables firewall

2016-01-02 Thread Jonathan Wiltshire
Control: tag -1 pending Hi, Thanks for your detailed analysis of this. On Mon, Apr 13, 2015 at 01:40:35AM -0700, Michael Campbell wrote: > Package "cups", in its default configuration, depends on > "cups-filters", which installs this: > > $ dpkg -L cups-filters | grep modules > /etc/modules-loa

Bug#808927: transmission-qt: looks like transmission-qt must depend on libqt5xcbqpa5

2016-01-02 Thread Gianfranco Costamagna
Hi, (ccing Lisandro, because I think this is a qt issue, not a transmission-qt bug, even if trivially fixable) >transmission-qt doesnt directly link anything in libqt5xcbqpa5, so I >think that package installation fixes your problem just because it >installs libxcb1, wihch is the lib linked in

Bug#803096: python-bcrypt: please update python-bcrypt

2016-01-02 Thread Daniel Stender
On 02.01.2016 19:24, Simon Fondrie-Teitler wrote: > Hey, > > Raphael Hertzog writes: > >> Control: severity -1 important >> >> On Mon, 26 Oct 2015, Daniel Stender wrote: >>> Please update python-bcrypt, we need >= 1.1.0 for Privacyidea. >> >> I have a similar need for Django 1.9 whose test suite

Bug#769873: evince 3.14.x uses header bars, breaking compatibility with non-GNOME environments

2016-01-02 Thread Mechtilde
Package: evince Version: 3.18.2-1 Followup-For: Bug #769873 Hello can we expect some progress? Kind regards -- System Information: Debian Release: stretch/sid APT prefers testing APT policy: (400, 'testing'), (300, 'unstable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kerne

  1   2   3   >