Processed: severity of 739589 is important, tagging 739589

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

> severity 739589 important
Bug #739589 [qemu] multiple security flaws in migration stream processing
Severity set to 'important' from 'grave'
> tags 739589 + confirmed
Bug #739589 [qemu] multiple security flaws in migration stream processing
Added tag(s) confirmed.
> thanks
Stopping processing here.

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


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#741485: xserver-xorg-video-ati: System hang at boot with kernel 3.12+ with ati 4650 and xserver-xorg-video-ati

2014-03-12 Thread Michel Dänzer
On Don, 2014-03-13 at 00:26 +0200, Alex wrote:
> 
> So the issue is that legacy drivers dont work anymore with old ati cards so we
> only have open source left but from kernel 3.12 and 3.13 that i have tested
> ati(radeon) driver doesnt work and freezes the system on boot up.

Does it freeze when X starts, or already before that (presumably when
the radeon kernel module is loaded)?

You can try adding radeon.modeset=0 to the boot loader kernel command
line to avoid the freeze. Then, preferably via ssh, you can stop X,
unload the radeon kernel module and load it again with

 sudo modprobe radeon modeset=1

and if possible start X again. This way you may be able to collect more
information about the freeze e.g. from /var/log/kern.log
or /var/log/Xorg.0.log.


-- 
Earthling Michel Dänzer|  http://www.amd.com
Libre software enthusiast  |Mesa and X developer


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#638756: Remove support for t1lib

2014-03-12 Thread Michael Gilbert
Hi,

I've uploaded an nmu removing t1lib support.  Please see attached patch.

Best wishes,
Mike
diff -u vflib3-3.6.14.dfsg/debian/rules vflib3-3.6.14.dfsg/debian/rules
--- vflib3-3.6.14.dfsg/debian/rules
+++ vflib3-3.6.14.dfsg/debian/rules
@@ -49,7 +49,6 @@
 	--enable-static \
 	--with-freetype2 --with-freetype2-includedir=/usr/include/freetype2 \
 	--with-kpathsea --with-kpathsea-includedir=/usr/include/kpathsea \
-	--with-t1lib --with-t1lib-includedir=/usr/include \
 	--with-texmf-root=/usr/share/texmf \
 	--with-gettext
 
@@ -116,8 +115,8 @@
 	install -m 644 $(CURDIR)/debian/vflibcaps/vflibcap $(CURDIR)/debian/vflib3/etc/vflib3/vflibcaps-common/vflibcap.in
 	install -m 644 $(CURDIR)/debian/vflibcaps/vflibcap-tex $(CURDIR)/debian/vflib3/etc/vflib3/vflibcaps-common/vflibcap-tex.in
 
-	# Shut lintian up
-	chmod +x $(CURDIR)/debian/vflib3/usr/share/VFlib/3.6.14/t1lib/mkt1enc.sh
+	# Remove unused t1lib script
+	rm -f debian/vflib3/usr/share/VFlib/3.6.14/t1lib/mkt1enc.sh
 
 	dh_installdocs -a
 	dh_installman -a
diff -u vflib3-3.6.14.dfsg/debian/control vflib3-3.6.14.dfsg/debian/control
--- vflib3-3.6.14.dfsg/debian/control
+++ vflib3-3.6.14.dfsg/debian/control
@@ -2,13 +2,13 @@
 Section: devel
 Priority: optional
 Maintainer: OHURA Makoto 
-Build-Depends: autotools-dev, chrpath, debhelper (>> 5.0.0), dpatch, gettext, libfreetype6-dev, libkpathsea-dev, libt1-dev, libx11-dev, autoconf2.13, xutils-dev
+Build-Depends: autotools-dev, chrpath, debhelper (>> 5.0.0), dpatch, gettext, libfreetype6-dev, libkpathsea-dev, libx11-dev, autoconf2.13, xutils-dev
 Standards-Version: 3.7.2
 
 Package: vflib3-dev
 Section: libdevel
 Architecture: any
-Depends: vflib3 (= ${Source-Version}), libfreetype6-dev, libkpathsea-dev, libt1-dev, libc6-dev
+Depends: vflib3 (= ${Source-Version}), libfreetype6-dev, libkpathsea-dev, libc6-dev
 Description: Development files for VFlib3
  VFlib3 is a font rasterizer library for multi-lingual information 
  processing.  Using VFlib3, you can obtain bitmap data of characters(glyphs)
@@ -16,8 +16,8 @@
  .
  VFlib3 can handle almost all font formats available - it now supports 
  PK, GF, VF, TFM, OFM level 0, OVF, PCF, BDF, HBF, Syotai-Club, JG, eKanji
- and more.  TrueType and Type 1 fonts are also supported via FreeType2
- and T1lib respectively.  Font search via kpathsea is supported, too.
+ and more.  TrueType and Type 1 fonts are also supported via FreeType2.
+ Font search via kpathsea is supported, too.
  .
  This package contains the header file and static library for developing 
  with VFlib3.
@@ -33,8 +33,8 @@
  .
  VFlib3 can handle almost all font formats available - it now supports
  PK, GF, VF, TFM, OFM level 0, OVF, PCF, BDF, HBF, Syotai-Club, JG, eKanji
- and more.  TrueType and Type 1 fonts are also supported via FreeType2
- and T1lib respectively.  Font search via kpathsea is supported, too.
+ and more.  TrueType and Type 1 fonts are also supported via FreeType2.
+ Font search via kpathsea is supported, too.
  .
  This package contains a few sample programs that come with VFlib3.
 
@@ -50,8 +50,8 @@
  .
  VFlib3 can handle almost all font formats available - it now supports
  PK, GF, VF, TFM, OFM level 0, OVF, PCF, BDF, HBF, Syotai-Club, JG, eKanji
- and more.  TrueType and Type 1 fonts are also supported via FreeType2
- and T1lib respectively.  Font search via kpathsea is supported, too.
+ and more.  TrueType and Type 1 fonts are also supported via FreeType2.
+ Font search via kpathsea is supported, too.
  .
  This package contains the VFlib3 documentation in various formats.
  
@@ -68,8 +68,8 @@
  .
  VFlib3 can handle almost all font formats available - it now supports
  PK, GF, VF, TFM, OFM level 0, OVF, PCF, BDF, HBF, Syotai-Club, JG, eKanji
- and more.  TrueType and Type 1 fonts are also supported via FreeType2
- and T1lib respectively.  Font search via kpathsea is supported, too.
+ and more.  TrueType and Type 1 fonts are also supported via FreeType2.
+ Font search via kpathsea is supported, too.
  .
  This package contains the shared library and configuration files 
  needed to run programs using VFlib3.
diff -u vflib3-3.6.14.dfsg/debian/changelog vflib3-3.6.14.dfsg/debian/changelog
--- vflib3-3.6.14.dfsg/debian/changelog
+++ vflib3-3.6.14.dfsg/debian/changelog
@@ -1,3 +1,10 @@
+vflib3 (3.6.14.dfsg-3+nmu1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Remove support for t1lib (closes: #638756). 
+
+ -- Michael Gilbert   Sun, 09 Mar 2014 21:37:52 +
+
 vflib3 (3.6.14.dfsg-3) unstable; urgency=low
 
   * Remove RPATH from the generated library. (lintian)


Bug#741494: marked as done (qemu-system-x86 has a file conflict with ovmf)

2014-03-12 Thread Debian Bug Tracking System
Your message dated Thu, 13 Mar 2014 03:23:21 +
with message-id 
and subject line Bug#741494: fixed in qemu 1.7.0+dfsg-5
has caused the Debian Bug report #741494,
regarding qemu-system-x86 has a file conflict with ovmf
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.)


-- 
741494: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=741494
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: qemu-system-x86
Version: 1.7.0+dfsg-4
Severity: grave
Justification: renders package unusable


Hey there.

Unpacking qemu-system-x86 (1.7.0+dfsg-4) over (1.7.0+dfsg-3) ...
dpkg: error processing archive 
/var/cache/apt/archives/qemu-system-x86_1.7.0+dfsg-4_amd64.deb (--unpack):
 trying to overwrite '/usr/share/qemu/OVMF.fd', which is also in package ovmf 
0~20131112.2590861a-2


Cheers,
Chris.


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

Kernel: Linux 3.13-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_DE.utf8, LC_CTYPE=en_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages qemu-system-x86 depends on:
ii  ipxe-qemu   1.0.0+git-2013.c3d1e78-2
ii  libaio1 0.3.109-4
ii  libasound2  1.0.27.2-3
ii  libbluetooth3   4.101-4.1
ii  libbrlapi0.64.5-3+b2
ii  libc6   2.18-4
ii  libcurl3-gnutls 7.35.0-1
ii  libfdt1 1.4.0+dfsg-1
ii  libglib2.0-02.38.2-5
ii  libgnutls26 2.12.23-13
ii  libiscsi1   1.4.0-3
ii  libjpeg88d-2
ii  libncurses5 5.9+20140118-1
ii  libpixman-1-0   0.32.4-1
ii  libpng12-0  1.2.50-1
ii  libpulse0   4.0-6+b1
ii  libsasl2-2  2.1.26.dfsg1-9
ii  libsdl1.2debian 1.2.15-9
ii  libseccomp2 2.1.0+dfsg-1
ii  libspice-server10.12.4-0nocelt2
ii  libssh2-1   1.4.3-2
ii  libtinfo5   5.9+20140118-1
ii  libusb-1.0-02:1.0.17-1+b1
ii  libusbredirparser1  0.6-2
ii  libuuid12.20.1-5.6
ii  libvdeplug2 2.3.2-4
ii  libx11-62:1.6.2-1
ii  libxen-4.3  4.3.0-3+b1
ii  libxenstore3.0  4.3.0-3+b1
ii  qemu-keymaps1.7.0+dfsg-4
ii  qemu-system-common  1.7.0+dfsg-4
ii  seabios 1.7.4-4
ii  zlib1g  1:1.2.8.dfsg-1

Versions of packages qemu-system-x86 recommends:
ii  qemu-utils  1.7.0+dfsg-4

Versions of packages qemu-system-x86 suggests:
ii  kmod 16-2
pn  samba
ii  sgabios  0.0~svn8-3
pn  vde2 

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: qemu
Source-Version: 1.7.0+dfsg-5

We believe that the bug you reported is fixed in the latest version of
qemu, 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 741...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Tokarev  (supplier of updated qemu 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: Thu, 13 Mar 2014 06:21:01 +0400
Source: qemu
Binary: qemu qemu-keymaps qemu-system qemu-system-common qemu-system-misc 
qemu-system-arm qemu-system-mips qemu-system-ppc qemu-system-sparc 
qemu-system-x86 qemu-user qemu-user-static qemu-utils qemu-guest-agent qemu-kvm
Architecture: source amd64 all
Version: 1.7.0+dfsg-5
Distribution: unstable
Urgency: medium
Maintainer: Debian QEMU Team 
Changed-By: Michael Tokarev 
Description: 
 qemu   - fast processor emulator
 qemu-guest-agent - Guest-side qemu-system agent
 qemu-keymaps - QEMU keyboard maps
 qemu-kvm   - QEMU Full virtualization on x86 hardware (transitional package)
 qemu-system - QEMU full system emulation binaries
 qemu-system-arm - QEMU full system emulation binaries (arm)
 qemu-system-common - QEMU full system emulation binaries (common files)
 qemu-system-mips - QEMU full system emulation binaries (mips)
 qemu-system-misc - QEMU full system emulation binaries (miscelaneous)
 qemu-system-ppc - QEMU full system emulation binaries (ppc)
 qemu-system-sparc - QEMU full system emulation binaries (sparc)
 qemu-system-x86 - QEMU full system emulation binaries (x86)
 qemu-user  - QEMU user mode emulation binaries
 qemu-user-static - QE

Bug#741494: qemu-system-x86 has a file conflict with ovmf

2014-03-12 Thread Michael Tokarev
13.03.2014 05:32, Christoph Anton Mitterer wrote:
> Package: qemu-system-x86
> Version: 1.7.0+dfsg-4
> Severity: grave
> Justification: renders package unusable
> 
> 
> Hey there.
> 
> Unpacking qemu-system-x86 (1.7.0+dfsg-4) over (1.7.0+dfsg-3) ...
> dpkg: error processing archive 
> /var/cache/apt/archives/qemu-system-x86_1.7.0+dfsg-4_amd64.deb (--unpack):
>  trying to overwrite '/usr/share/qemu/OVMF.fd', which is also in package ovmf 
> 0~20131112.2590861a-2

Sigh.  This is the link to ovmf firmware which were initially added
to qemu (not by me) but later we decided to move it to ovmf, and
I forgot to remove it from qemu.

But I don't want to re-upload this package just to remove this symlink.

Note that the package stays prefectly usable, it only conflicts with
ovmf (which means guest uefi support does not work).

Thanks,

/mjt


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#741226: wine64-dev-tools-unstable and wine64-dev-tools: error when trying to install together

2014-03-12 Thread Michael Gilbert
On Mon, Mar 10, 2014 at 3:06 PM, Stephen Kitt wrote:
> Control: reassign -1 wine64-dev-tools-unstable
>
> On Mon, Mar 10, 2014 at 08:28:10AM +0100, Ralf Treinen wrote:
>>   /usr/share/doc/wine64-dev-tools/README.winedump/README.gz
>
> This needs to be installed in /usr/share/doc/wine64-dev-tools-unstable
> in wine64-dev-tools-unstable.
>
> Michael, if you push 1.7.14-1 to the git repository I'll take care of
> all these conflict bugs...

Hi Stephen, pushed now :)

Best wishes,
Mike


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#741493: marked as done (lighttpd: SA_2014_01)

2014-03-12 Thread Debian Bug Tracking System
Your message dated Thu, 13 Mar 2014 01:50:13 +
with message-id 
and subject line Bug#741493: fixed in lighttpd 1.4.33-1+nmu3
has caused the Debian Bug report #741493,
regarding lighttpd: SA_2014_01
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.)


-- 
741493: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=741493
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
package: src:lighttpd
severity: serious
version: 1.4.28-2
tag: security

lighttpd just released a security announcement:
http://download.lighttpd.net/lighttpd/security/lighttpd_sa_2014_01.txt

This was assigned the following CVEs:
SQL injection - use CVE-2014-2323.
path traversal - use CVE-2014-2324.

Best wishes,
Mike
--- End Message ---
--- Begin Message ---
Source: lighttpd
Source-Version: 1.4.33-1+nmu3

We believe that the bug you reported is fixed in the latest version of
lighttpd, 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 741...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Gilbert  (supplier of updated lighttpd 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: Thu, 13 Mar 2014 00:29:44 +
Source: lighttpd
Binary: lighttpd lighttpd-doc lighttpd-mod-mysql-vhost 
lighttpd-mod-trigger-b4-dl lighttpd-mod-cml lighttpd-mod-magnet 
lighttpd-mod-webdav
Architecture: source amd64 all
Version: 1.4.33-1+nmu3
Distribution: unstable
Urgency: high
Maintainer: Debian lighttpd maintainers 

Changed-By: Michael Gilbert 
Description: 
 lighttpd   - fast webserver with minimal memory footprint
 lighttpd-doc - documentation for lighttpd
 lighttpd-mod-cml - cache meta language module for lighttpd
 lighttpd-mod-magnet - control the request handling module for lighttpd
 lighttpd-mod-mysql-vhost - MySQL-based virtual host configuration for lighttpd
 lighttpd-mod-trigger-b4-dl - anti-deep-linking module for lighttpd
 lighttpd-mod-webdav - WebDAV module for lighttpd
Closes: 741493
Changes: 
 lighttpd (1.4.33-1+nmu3) unstable; urgency=high
 .
   * Non-maintainer upload by the Security Team (closes: #741493).
   * Fix cve-2014-2323: mod_mysql_vhost SQL injection.
   * Fix cve-2014-2334: traversal through paths involving "[...]".
Checksums-Sha1: 
 084de4dbf78a27f6b418ec7e85cddeab6e467414 3396 lighttpd_1.4.33-1+nmu3.dsc
 ad837e956d686e090c2e7d5a1ac0c05ce12a5942 29300 
lighttpd_1.4.33-1+nmu3.debian.tar.xz
 ee94bdb1d9ceca25a3e5d1397e51fd37a21ccce6 234332 
lighttpd_1.4.33-1+nmu3_amd64.deb
 e9b57f1bd2783a3c13f4da3c54ac3fbd29f2d15f 60658 
lighttpd-doc_1.4.33-1+nmu3_all.deb
 cecafc4bea7f8dfeed6fd67b3638f2bc90f61ad7 19210 
lighttpd-mod-mysql-vhost_1.4.33-1+nmu3_amd64.deb
 6fd8072b7203238a784bf5487c25e18a394a8691 20456 
lighttpd-mod-trigger-b4-dl_1.4.33-1+nmu3_amd64.deb
 cda85e6e819a5612cd2db77c4449eaa120b7ce20 22946 
lighttpd-mod-cml_1.4.33-1+nmu3_amd64.deb
 a272acbe051789ca32226a5e7a224c1941130d2d 23784 
lighttpd-mod-magnet_1.4.33-1+nmu3_amd64.deb
 ad0e8ecab87786658d148ce972f589e39f07ec12 29224 
lighttpd-mod-webdav_1.4.33-1+nmu3_amd64.deb
Checksums-Sha256: 
 697b630c7a00c4b6e7b5d0fa1085394c4c7f3a4e87a0e3d8d6fc918a606d0950 3396 
lighttpd_1.4.33-1+nmu3.dsc
 1ef0ba4d3ec31a14e956a7d759ed4414228aee317d337a44a932016fc4620b8f 29300 
lighttpd_1.4.33-1+nmu3.debian.tar.xz
 b88921c0e7ac9f5557fd0cddd0c33a8c6f8e3eb99c8fa727ab5c1cd7eaf57dc0 234332 
lighttpd_1.4.33-1+nmu3_amd64.deb
 8e9ce06f76b7566ae5ca2923c589687e3b724bcfca0dd95c320df1525d009605 60658 
lighttpd-doc_1.4.33-1+nmu3_all.deb
 a88435d687f072d566d0a59739cd547d5bf9743f13c4b55f91bc68d00cc1 19210 
lighttpd-mod-mysql-vhost_1.4.33-1+nmu3_amd64.deb
 ce1bbc904b4b2fc2fd7e54a6dab990251b007d7e25c15270e9bd1a4b726b362a 20456 
lighttpd-mod-trigger-b4-dl_1.4.33-1+nmu3_amd64.deb
 9646b8a76e237b951dd46bd20eb00d8c160e1154870894931e47e3c56b61cc18 22946 
lighttpd-mod-cml_1.4.33-1+nmu3_amd64.deb
 5221e84df733d06450902dfa6d69d324eb87e296bffd57f432960851375914ed 23784 
lighttpd-mod-magnet_1.4.33-1+nmu3_amd64.deb
 42514fcf635e50eaf191341e1542d0fbcbc0db862d864bbadfa6dc55072d5b68 29224 
lighttpd-mod-webdav_1.4.33-1+nmu3_amd64.deb
Files: 
 cbefa19c46a409cab59c65bfaf70853c 3396 httpd optional lighttpd_1.4.33-1+nmu3.dsc
 c8667e

Bug#741494: qemu-system-x86 has a file conflict with ovmf

2014-03-12 Thread Christoph Anton Mitterer
Package: qemu-system-x86
Version: 1.7.0+dfsg-4
Severity: grave
Justification: renders package unusable


Hey there.

Unpacking qemu-system-x86 (1.7.0+dfsg-4) over (1.7.0+dfsg-3) ...
dpkg: error processing archive 
/var/cache/apt/archives/qemu-system-x86_1.7.0+dfsg-4_amd64.deb (--unpack):
 trying to overwrite '/usr/share/qemu/OVMF.fd', which is also in package ovmf 
0~20131112.2590861a-2


Cheers,
Chris.


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

Kernel: Linux 3.13-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_DE.utf8, LC_CTYPE=en_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages qemu-system-x86 depends on:
ii  ipxe-qemu   1.0.0+git-2013.c3d1e78-2
ii  libaio1 0.3.109-4
ii  libasound2  1.0.27.2-3
ii  libbluetooth3   4.101-4.1
ii  libbrlapi0.64.5-3+b2
ii  libc6   2.18-4
ii  libcurl3-gnutls 7.35.0-1
ii  libfdt1 1.4.0+dfsg-1
ii  libglib2.0-02.38.2-5
ii  libgnutls26 2.12.23-13
ii  libiscsi1   1.4.0-3
ii  libjpeg88d-2
ii  libncurses5 5.9+20140118-1
ii  libpixman-1-0   0.32.4-1
ii  libpng12-0  1.2.50-1
ii  libpulse0   4.0-6+b1
ii  libsasl2-2  2.1.26.dfsg1-9
ii  libsdl1.2debian 1.2.15-9
ii  libseccomp2 2.1.0+dfsg-1
ii  libspice-server10.12.4-0nocelt2
ii  libssh2-1   1.4.3-2
ii  libtinfo5   5.9+20140118-1
ii  libusb-1.0-02:1.0.17-1+b1
ii  libusbredirparser1  0.6-2
ii  libuuid12.20.1-5.6
ii  libvdeplug2 2.3.2-4
ii  libx11-62:1.6.2-1
ii  libxen-4.3  4.3.0-3+b1
ii  libxenstore3.0  4.3.0-3+b1
ii  qemu-keymaps1.7.0+dfsg-4
ii  qemu-system-common  1.7.0+dfsg-4
ii  seabios 1.7.4-4
ii  zlib1g  1:1.2.8.dfsg-1

Versions of packages qemu-system-x86 recommends:
ii  qemu-utils  1.7.0+dfsg-4

Versions of packages qemu-system-x86 suggests:
ii  kmod 16-2
pn  samba
ii  sgabios  0.0~svn8-3
pn  vde2 

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#731104: lighttpd: missing automake dependency

2014-03-12 Thread Michael Gilbert
control: severity -1 normal

On Sun, Dec 1, 2013 at 10:24 PM, Michael Gilbert wrote:
> lighttpd currently fails to build when using pbuilder.   This is due
> to a missing automake build dependency.

This may be specific to my pbuilder setup, will include more info if I
can figure out what is different.

Best wishes,
Mike


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: Re: Bug#731104: lighttpd: missing automake dependency

2014-03-12 Thread Debian Bug Tracking System
Processing control commands:

> severity -1 normal
Bug #731104 [src:lighttpd] lighttpd: missing automake dependency
Severity set to 'normal' from 'serious'

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


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#741493: lighttpd: SA_2014_01

2014-03-12 Thread Michael Gilbert
package: src:lighttpd
severity: serious
version: 1.4.28-2
tag: security

lighttpd just released a security announcement:
http://download.lighttpd.net/lighttpd/security/lighttpd_sa_2014_01.txt

This was assigned the following CVEs:
SQL injection - use CVE-2014-2323.
path traversal - use CVE-2014-2324.

Best wishes,
Mike


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#724688: libxul with icedove 24.3.0 and lightning 2.6.4

2014-03-12 Thread Andrew Olney
icedove: relocation error: 
/home/aolney/.icedove/lk7ao73s.default/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/Linux_x86_64-gcc3/libcalbasecomps.so: 
symbol _ZN2js13CheckedUnwrapEP8JSObjectb, version xul24 not defined in 
file libxul.so with link time reference


Only occurs with lightning installed

Just updated Sid


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#741469: cups-daemon: postinst fails to generate working cupsd-systemd-listen.conf when only using unix socket

2014-03-12 Thread Michael Biebl
If (as in your case) "Listen localhost:631" is commented out, 
cups-daemon.postinst will generate a file /etc/cups/cupsd-systemd-listen.conf:

[Socket]
# This file was generated by CUPS and _WILL_ be deleted or overwritten by it!
# It has to be kept in sync with the Port and Listen stanzas in 
/etc/cups/cupsd.conf
# It is by default symlinked as cups-listen.conf in the
# /etc/systemd/system/cups.socket.d/ directory. Remove the symlink
# and write your own file there if you don't want this. See systemd.socket(5).


That is perfectly ok. Remember that /lib/systemd/system/cups.socket by default 
has 

[Socket]
ListenStream=/var/run/cups/cups.sock
BindIPv6Only=ipv6-only


I fail to see a grave bug here. Can you elaborate?

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


Bug#740332: marked as done (maradns: prompting due to modified conffiles which were not modified by the user: /etc/maradns/mararc)

2014-03-12 Thread Debian Bug Tracking System
Your message dated Wed, 12 Mar 2014 21:20:30 +
with message-id 
and subject line Bug#740332: fixed in maradns 2.0.09-2
has caused the Debian Bug report #740332,
regarding maradns: prompting due to modified conffiles which were not modified 
by the user: /etc/maradns/mararc
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.)


-- 
740332: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740332
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: maradns
Version: 2.0.09-1
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package failed the piuparts
upgrade test because dpkg detected a conffile as being modified and then
prompted the user for an action. As there is no user input, this fails.
But this is not the real problem, the real problem is that this prompt
shows up in the first place, as there was nobody modifying this conffile
at all, the package has just been installed and upgraded...

This is a violation of policy 10.7.3, see
http://www.debian.org/doc/debian-policy/ch-files.html#s10.7.3,
which says "[These scripts handling conffiles] must not ask unnecessary
questions (particularly during upgrades), and must otherwise be good
citizens."

http://wiki.debian.org/DpkgConffileHandling should help with figuring
out how to do this properly.

In http://lists.debian.org/debian-devel/2009/08/msg00675.html and
followups it has been agreed that these bugs are to be filed with
severity serious.

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

  Setting up maradns (2.0.09-1) ...
  Installing new version of config file /etc/init.d/maradns ...
  
  Configuration file '/etc/maradns/mararc'
   ==> File on system created by you or by a script.
   ==> File also in package provided by package maintainer.
 What would you like to do about it ?  Your options are:
  Y or I  : install the package maintainer's version
  N or O  : keep your currently-installed version
D : show the differences between the versions
Z : start a shell to examine the situation
   The default action is to keep your current version.
  *** mararc (Y/I/N/O/D/Z) [default=N] ? dpkg: error processing package maradns 
(--configure):
   EOF on stdin at conffile prompt
  Errors were encountered while processing:
   maradns


To fix this, one has probably to undo modifications performed
on the conffile by the maintainer scripts in wheezy.


cheers,

Andreas


maradns_2.0.09-1.log.gz
Description: GNU Zip compressed data
--- End Message ---
--- Begin Message ---
Source: maradns
Source-Version: 2.0.09-2

We believe that the bug you reported is fixed in the latest version of
maradns, 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 740...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dariusz Dwornikowski  (supplier of 
updated maradns 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: Thu, 27 Feb 2014 17:51:34 +0100
Source: maradns
Binary: maradns maradns-zoneserver maradns-deadwood duende maradns-docs
Architecture: source amd64 all
Version: 2.0.09-2
Distribution: unstable
Urgency: medium
Maintainer: Dariusz Dwornikowski 
Changed-By: Dariusz Dwornikowski 
Description: 
 duende - logging daemonizer
 maradns- simple security-focused authoritative Domain Name Service server
 maradns-deadwood - simple security-focused recursive Domain Name Service server
 maradns-docs - upstream documentation for the MaraDNS Domain Name Service 
server
 maradns-zoneserver - complementary server process to TCP functions for MaraDNS
Closes: 740046 740049 740332
Changes: 
 maradns (2.0.09-2) unstable; urgency=medium
 .
   * updated watchfile to check pgp signature (Closes: #740046)
   * patches updates, thanks to Tobias Frost
 - simplified the deadwood_makefile.patch (Closes: #740049)
 - added patch to generate DwRandPrime.h from PRNG when /dev/urandom missing
   * pgp singnature saved as d/upstream-singning-key.pgp
   * fixed postinst not to violate policy 10.7.3  (Closes: #740332)
 - added preinst for reverting to upstream's mararc
 - added stopp

Bug#739838: marked as done (rygel-2.2-dev: fails to upgrade from 'sid' - trying to overwrite /usr/share/gtk-doc/html/librygel-renderer/style.css)

2014-03-12 Thread Debian Bug Tracking System
Your message dated Wed, 12 Mar 2014 21:22:13 +
with message-id 
and subject line Bug#739838: fixed in rygel 0.21.5-1
has caused the Debian Bug report #739838,
regarding rygel-2.2-dev: fails to upgrade from 'sid' - trying to overwrite 
/usr/share/gtk-doc/html/librygel-renderer/style.css
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.)


-- 
739838: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739838
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: rygel-2.2-dev
Version: 0.21.4-1
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package fails to upgrade from
'sid' to 'experimental'.
It installed fine in 'sid', then the upgrade to 'experimental' fails
because it tries to overwrite other packages files without declaring a
Breaks+Replaces relation.

See policy 7.6 at
http://www.debian.org/doc/debian-policy/ch-relationships.html#s-replaces

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

  Selecting previously unselected package rygel-2.2-dev.
  Preparing to unpack .../rygel-2.2-dev_0.21.4-1_amd64.deb ...
  Unpacking rygel-2.2-dev (0.21.4-1) ...
  dpkg: error processing archive 
/var/cache/apt/archives/rygel-2.2-dev_0.21.4-1_amd64.deb (--unpack):
   trying to overwrite '/usr/share/gtk-doc/html/librygel-renderer/style.css', 
which is also in package rygel-2.0-dev 0.20.3-1
  Processing triggers for libglib2.0-0:amd64 (2.38.2-5) ...
  dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
  Errors were encountered while processing:
   /var/cache/apt/archives/rygel-2.2-dev_0.21.4-1_amd64.deb


cheers,

Andreas


rygel-2.0-dev=0.20.3-1_rygel-2.2-dev=0.21.4-1.log.gz
Description: GNU Zip compressed data
--- End Message ---
--- Begin Message ---
Source: rygel
Source-Version: 0.21.5-1

We believe that the bug you reported is fixed in the latest version of
rygel, 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 739...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Henriksson  (supplier of updated rygel 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: Wed, 12 Mar 2014 20:57:42 +0100
Source: rygel
Binary: rygel rygel-dbg rygel-2.2-dev librygel-core-2.2-2 librygel-server-2.2-2 
librygel-renderer-2.2-2 librygel-renderer-gst-2.2-2 rygel-mediathek 
rygel-tracker rygel-gst-renderer rygel-playbin rygel-gst-launch 
rygel-preferences
Architecture: source amd64 all
Version: 0.21.5-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Rygel Maintainers 
Changed-By: Andreas Henriksson 
Description: 
 librygel-core-2.2-2 - GNOME UPnP/DLNA services - core library
 librygel-renderer-2.2-2 - GNOME UPnP/DLNA services - renderer library
 librygel-renderer-gst-2.2-2 - GNOME UPnP/DLNA services - renderer library
 librygel-server-2.2-2 - GNOME UPnP/DLNA services - server library
 rygel  - GNOME UPnP/DLNA services
 rygel-2.2-dev - GNOME UPnP/DLNA services - plugin development files
 rygel-dbg  - GNOME UPnP/DLNA services
 rygel-gst-launch - GNOME UPnP/DLNA services - gst-launch plugin
 rygel-gst-renderer - transitional dummy package
 rygel-mediathek - GNOME UPnP/DLNA services - Mediathek plugin
 rygel-playbin - GNOME UPnP/DLNA services - GStreamer Media Renderer plugin
 rygel-preferences - GNOME UPnP/DLNA services - preferences tool
 rygel-tracker - GNOME UPnP/DLNA services - Tracker plugin
Closes: 739838 741424
Changes: 
 rygel (0.21.5-1) experimental; urgency=medium
 .
   * Imported Upstream version 0.21.5
   * Update build-dependency on tracker sparql to 1.0 (Closes: #741424)
 - preserve 0.16 as alternative
   * Make rygel-2.2-dev replace/conflict with rygel-2.0-dev as well
 - API docs files clashes between old and new dev package (Closes: #739838)
Checksums-Sha1: 
 4e559a163b74fc393d497c33df1955ae632a95ff 2426 rygel_0.21.5-1.dsc
 2d25cd930ef3901929cb168a83c6076064176102 3332680 rygel_0.21.5.orig.tar.xz
 5dd2998686f5fa88fb0c8760155d73eb18b62fbc 10144 rygel_0.21.5-1.debian.tar.xz
 08701040c2919cd79deb97af0ae8efc6900673b6 872956 rygel_0.21.5-1_amd64.deb
 8e7b1de087f5747806fbc46740a7aab4323a462c 3115498 rygel-db

Bug#740318: marked as done (python3-numpy-dbg shares a file with python3-numpy without conflicts on kfreebsd)

2014-03-12 Thread Debian Bug Tracking System
Your message dated Wed, 12 Mar 2014 21:21:38 +
with message-id 
and subject line Bug#740318: fixed in python-numpy 1:1.8.1~rc1-1
has caused the Debian Bug report #740318,
regarding python3-numpy-dbg shares a file with python3-numpy without conflicts 
on kfreebsd
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.)


-- 
740318: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740318
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python3-numpy
Version: 1:1.7.1-3+b1
Severity: serious

Hi,

As can be seen on the shiboken build logs [0,1], python3-numpy-dbg fails
to install when python3-numpy is already installed:

Preparing to unpack .../python3-numpy-dbg_1%3a1.7.1-3+b1_kfreebsd-amd64.deb 
...
Unpacking python3-numpy-dbg (1:1.7.1-3+b1) ...
dpkg: error processing archive 
/var/cache/apt/archives/python3-numpy-dbg_1%3a1.7.1-3+b1_kfreebsd-amd64.deb 
(--unpack):
 trying to overwrite 
'/usr/lib/python3/dist-packages/numpy/core/_dotblas.cpython-33m-x86_64-kfreebsd-gnu.so',
 which is also in package python3-numpy 1:1.7.1-3+b1
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Selecting previously unselected package sbuild-build-depends-shiboken-dummy.
Preparing to unpack .../sbuild-build-depends-shiboken-dummy.deb ...
Unpacking sbuild-build-depends-shiboken-dummy (0.invalid.0) ...
Errors were encountered while processing:
 /var/cache/apt/archives/python3-numpy-dbg_1%3a1.7.1-3+b1_kfreebsd-amd64.deb

This is a serious bug as it blocks the co-installation of these packages
and therefore makes at least src:shiboken fail to build from source on
kfreebsd.

Cheers,

OdyX

[0] 
https://buildd.debian.org/status/fetch.php?pkg=shiboken&arch=kfreebsd-i386&ver=1.2.1-3&stamp=1393566387
[1] 
https://buildd.debian.org/status/fetch.php?pkg=shiboken&arch=kfreebsd-amd64&ver=1.2.1-3&stamp=1393567717

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

Kernel: Linux 3.12-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_CH.UTF-8, LC_CTYPE=fr_CH.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python3-numpy depends on:
ii  libblas3 [libblas.so.3]  1.2.20110419-7
ii  libc62.18-3
ii  libgcc1  1:4.8.2-16
ii  libgfortran3 4.8.2-16
ii  liblapack3 [liblapack.so.3]  3.5.0-2
ii  libquadmath0 4.8.2-16
ii  python3  3.3.4-1
ii  python3.33.3.5~rc1-1
ii  python3.43.4~rc2-1
pn  python3:any  

python3-numpy recommends no packages.

Versions of packages python3-numpy suggests:
ii  gcc4:4.8.2-2
pn  gfortran   
pn  python-numpy-doc   
ii  python3-dev3.3.4-1
pn  python3-nose   
pn  python3-numpy-dbg  

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: python-numpy
Source-Version: 1:1.8.1~rc1-1

We believe that the bug you reported is fixed in the latest version of
python-numpy, 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 740...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julian Taylor  (supplier of updated python-numpy 
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: Sun, 02 Mar 2014 15:33:25 +0100
Source: python-numpy
Binary: python-numpy python-numpy-dbg python3-numpy python3-numpy-dbg 
python-numpy-doc
Architecture: source amd64 all
Version: 1:1.8.1~rc1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 

Changed-By: Julian Taylor 
Description: 
 python-numpy - Numerical Python adds a fast array facility to the Python 
languag
 python-numpy-dbg - Fast array facility to the Python language (debug extension)
 python-numpy-doc - NumPy documentation
 python3-numpy - Fast array facility to the Python 3 language
 python3-numpy-dbg - Fast array facility to the Python 3 languag

Bug#736787: (no subject)

2014-03-12 Thread Mert Dirik
Looks like it is fixed in upstream in commit 27420ad [1] by removing the 
offending files. New upstream version (1.5) should fix this bug.


[1] 
https://github.com/mitchellh/vagrant/commit/27420ad2ee78caf1b1effc3eb27744ae2c288009


Bug#741469: cups-daemon: postinst fails to generate working cupsd-systemd-listen.conf when only using unix socket

2014-03-12 Thread Yves-Alexis Perez
Package: cups-daemon
Version: 1.7.1-8
Severity: grave

Hi,

as reported on IRC, there's an issue at upgrade when the cupsd.conf
does not contain any inet Listen directive. In my case, I have:

#Listen localhost:631
Listen /var/run/cups/cups.sock

And I've setup a systemd unit file like this:

[Socket]
ListenStream=
ListenStream=/var/run/cups/cups.sock
ListenDatagram=

Also, I'm unsure if the generated file should be in /etc/ or /var.

Regards,
-- 
Yves-Alexis


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

Kernel: Linux 3.13-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

Versions of packages cups-daemon depends on:
ii  adduser  3.113+nmu3
ii  bc   1.06.95-8
ii  dpkg 1.17.6
ii  init-system-helpers  1.18
ii  libavahi-client3 0.6.31-4
ii  libavahi-common3 0.6.31-4
ii  libc62.18-4
ii  libcups2 1.7.1-8
ii  libcupsmime1 1.7.1-8
ii  libdbus-1-3  1.8.0-2
ii  libgnutls26  2.12.23-13
ii  libgssapi-krb5-2 1.12+dfsg-2
ii  libpam0g 1.1.8-2
ii  libpaper11.1.24+nmu2
ii  libsystemd-daemon0   204-7
ii  lsb-base 4.1+Debian12
ii  procps   1:3.3.9-4
ii  ssl-cert 1.0.33

Versions of packages cups-daemon recommends:
pn  avahi-daemon  
pn  colord
pn  cups-browsed  

Versions of packages cups-daemon suggests:
pn  cups   
pn  cups-bsd   
ii  cups-client1.7.1-8
ii  cups-common1.7.1-8
ii  cups-filters [foomatic-filters]1.0.47-2
pn  cups-pdf   
ii  cups-ppdc  1.7.1-8
ii  cups-server-common 1.7.1-8
pn  foomatic-db-compressed-ppds | foomatic-db  
ii  ghostscript9.05~dfsg-8+b1
pn  hplip  
ii  poppler-utils  0.22.5-4
pn  printer-driver-gutenprint  
pn  printer-driver-hpcups  
pn  smbclient  
ii  udev   204-7

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#714891: marked as done (veusz-helpers: fails to upgrade from wheezy - trying to overwrite /usr/lib/python2.7/dist-packages/veusz/resources)

2014-03-12 Thread Debian Bug Tracking System
Your message dated Wed, 12 Mar 2014 21:14:12 +0100
with message-id <5320c014.3070...@jeremysanders.net>
and subject line Bug fixed
has caused the Debian Bug report #714891,
regarding veusz-helpers: fails to upgrade from wheezy - trying to overwrite 
/usr/lib/python2.7/dist-packages/veusz/resources
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.)


-- 
714891: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=714891
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: veusz,veusz-helpers
Version: 1.15-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package fails to upgrade from
'wheezy'.
It installed fine in 'wheezy', then the upgrade to 'jessie' fails
because it tries to overwrite other packages files without declaring a
Breaks+Replaces relation.

See policy 7.6 at
http://www.debian.org/doc/debian-policy/ch-relationships.html#s-replaces

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

  Preparing to replace veusz-helpers 1.15-1+b1 (using 
.../veusz-helpers_1.15-1+b3_amd64.deb) ...
  Unpacking replacement veusz-helpers ...
  dpkg: error processing 
/var/cache/apt/archives/veusz-helpers_1.15-1+b3_amd64.deb (--unpack):
   trying to overwrite '/usr/lib/python2.7/dist-packages/veusz/resources', 
which is also in package veusz 1.15-1


cheers,

Andreas


veusz_1.15-1.log.gz
Description: GNU Zip compressed data
--- End Message ---
--- Begin Message ---

Package: veusz
Version: 1.20.1-3

Confirmed upgrade bug from wheezy->sid fixed in 1.20.1-3.--- End Message ---


Processed: retitle 741468 to python-flufl.enum: dangling symlink in doc directory

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

> retitle 741468 python-flufl.enum: dangling symlink in doc directory
Bug #741468 [python-flufl.enum] python-flufl.enum: includes symlink in docdir 
to contents of suggested -doc package
Changed Bug title to 'python-flufl.enum: dangling symlink in doc directory' 
from 'python-flufl.enum: includes symlink in docdir to contents of suggested 
-doc package'
> thanks
Stopping processing here.

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


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#741468: python-flufl.enum: includes symlink in docdir to contents of suggested -doc package

2014-03-12 Thread Yann Dirson
Package: python-flufl.enum
Version: 3.3.2-1
Severity: serious

/usr/share/doc/python-flufl.enum/rst is a symlink to html/_sources,
which is even not installed by the -doc package, which puts everything
under /usr/share/doc/python-flufl.enum-doc/.

Instead, including a /usr/share/doc/python-flufl.enum/doc symlink to
../python-flufl.enum-doc/ in the -doc package itself would be much
more interesting.

-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (101, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.12-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages python-flufl.enum depends on:
ii  python 2.7.5-5
ii  python2.6  2.6.8-2
ii  python2.7  2.7.6-7

python-flufl.enum recommends no packages.

Versions of packages python-flufl.enum suggests:
pn  python-flufl.enum-doc  

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#740911: works OK in other versions

2014-03-12 Thread Daniel Pocock



I tried this from another machine, with Evolution v3.8.5 on Fedora and
the bug doesn't exist there.  It works fine against DAViCal on wheezy.
Maybe the fix for this can be backported from a newer Evolution into the
wheezy version.


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#741464: grub-pc-bin: hangs after displaying boot menu

2014-03-12 Thread Sven Joachim
Package: grub-pc-bin
Version: 2.02~beta2-7
Severity: critical

After upgrading the grub packages and rebooting my laptop, grub
displayed the boot menu and then was hung.  The countdown before
booting the default kernel was not started and grub did not accept any
keyboard input.

I had to boot a rescue system from a USB stick, chroot into my
installation and downgrade to 2.00-22 to get back to a working system.


-- Package-specific info:

*** BEGIN /proc/mounts
/dev/sda5 / ext4 rw,relatime,errors=remount-ro,data=ordered 0 0
/dev/sda1 /boot ext2 rw,nosuid,nodev,relatime 0 0
*** END /proc/mounts

*** BEGIN /boot/grub/device.map
(hd0)   /dev/disk/by-id/ata-HTS541060G9AT00_MPB3PAXGKN2KZG
*** END /boot/grub/device.map

*** BEGIN /boot/grub/grub.cfg
### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  load_env
fi
set default="0"
if [ "${prev_saved_entry}" ]; then
  set saved_entry="${prev_saved_entry}"
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z "${boot_once}" ]; then
saved_entry="${chosen}"
save_env saved_entry
  fi
}

function load_video {
  insmod vbe
  insmod vga
  insmod video_bochs
  insmod video_cirrus
}

terminal_input console
terminal_output console
set timeout=10
### END /etc/grub.d/00_header ###

set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue

insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Debian GNU/Linux (Kernel 3.13.6-kms)' {
echo'Loading Linux 3.13.6-kms ...'
linux   /vmlinuz-3.13.6-kms root=/dev/sda5 ro quiet init=/bin/systemd
echo'Loading initial ramdisk ...'
initrd  /initrd.img-3.13.6-kms
}

menuentry 'Debian GNU/Linux (Kernel 3.13.6-kms, Sysvinit)' {
echo'Loading Linux 3.13.6-kms ...'
linux   /vmlinuz-3.13.6-kms root=/dev/sda5 ro quiet init 2
echo'Loading initial ramdisk ...'
initrd  /initrd.img-3.13.6-kms
}

menuentry 'Debian GNU/Linux (Kernel 3.14.0-rc6-kms)' {
echo'Loading Linux 3.14.0-rc6-kms ...'
linux   /vmlinuz-3.14.0-rc6-kms root=/dev/sda5 ro quiet 
init=/bin/systemd
echo'Loading initial ramdisk ...'
initrd  /initrd.img-3.14.0-rc6-kms
}

menuentry 'Debian GNU/Linux (Kernel 3.14.0-rc6-kms, Sysvinit)' {
echo'Loading Linux 3.14.0-rc6-kms ...'
linux   /vmlinuz-3.14.0-rc6-kms root=/dev/sda5 ro quiet init 2
echo'Loading initial ramdisk ...'
initrd  /initrd.img-3.14.0-rc6-kms
}

menuentry 'Debian GNU/Linux (Kernel 3.12.14-kms)' {
echo'Loading Linux 3.12.14-kms ...'
linux   /vmlinuz-3.12.14-kms root=/dev/sda5 ro quiet init=/bin/systemd
echo'Loading initial ramdisk ...'
initrd  /initrd.img-3.12.14-kms
}

menuentry 'Debian GNU/Linux (Kernel 3.12.14-kms, Sysvinit)' {
echo'Loading Linux 3.12.14-kms ...'
linux   /vmlinuz-3.12.14-kms root=/dev/sda5 ro quiet init 2
echo'Loading initial ramdisk ...'
initrd  /initrd.img-3.12.14-kms
}

menuentry 'Debian GNU/Linux (Kernel 3.10.33-kms)' {
echo'Loading Linux 3.10.33-kms ...'
linux   /vmlinuz-3.10.33-kms root=/dev/sda5 ro quiet init=/bin/systemd
echo'Loading initial ramdisk ...'
initrd  /initrd.img-3.10.33-kms
}

menuentry 'Debian GNU/Linux (Kernel 3.10.33-kms, Sysvinit)' {
echo'Loading Linux 3.10.33-kms ...'
linux   /vmlinuz-3.10.33-kms root=/dev/sda5 ro quiet init 2
echo'Loading initial ramdisk ...'
initrd  /initrd.img-3.10.33-kms
}

menuentry 'Debian GNU/Linux (Kernel 3.4.83-kms)' {
echo'Loading Linux 3.4.83-kms ...'
linux   /vmlinuz-3.4.83-kms root=/dev/sda5 ro quiet init=/bin/systemd
echo'Loading initial ramdisk ...'
initrd  /initrd.img-3.4.83-kms
}

menuentry 'Debian GNU/Linux (Kernel 3.4.83-kms, Sysvinit)' {
echo'Loading Linux 3.4.83-kms ...'
linux   /vmlinuz-3.4.83-kms root=/dev/sda5 ro quiet init 2
echo'Loading initial ramdisk ...'
initrd  /initrd.img-3.4.83-kms
}

menuentry 'Debian GNU/Linux (Kernel 3.2.55-kms)' {
echo'Loading Linux 3.2.55-kms ...'
linux   /vmlinuz-3.2.55-kms root=/dev/sda5 ro quiet init=/bin/systemd
echo'Loading initial ramdisk ...'
initrd  /initrd.img-3.2.55-kms
}

menuentry 'Debian GNU/Linux (Kernel 3.2.55-kms, Sysvinit)' {
echo'Loading Linux 3.2.55-kms ...'
linux   /vmlinuz-3.2.55-kms root=/dev/sda5 ro quiet init 2
echo'Loading initial ramdisk ...'
initrd  /initrd.img-3.2.55-kms
}

menuentry 'Debian GNU/Linux (Kernel 3.13-1-686-pae)' {
echo'Loading Linux 3.13-1-686-pae ...'
linux   /vmlinuz-3.13-1-686-pae root=/dev/sda5 ro quiet 
init=/bin/s

Bug#741131: Fwd: Bug#741131: nonfree file in source

2014-03-12 Thread mathgl.abala...@gmail.com
Dear Dimitris,

I've just replace sylvester.js by sylvester.src.js (and correspondingly
change json/index.html). I hope what it is OK for you, and I don't need to
make new release for that, isn't it?



2014-03-11 20:45 GMT+04:00 Δημήτρης Ευταξιόπουλος :

> Hello Alexey,
>
> Στις Τρι 11 Μαρ 2014 09:02:38 mathgl.abala...@gmail.com έγραψε:
> > Dear Dimitris,
> >
> > 2014-03-11 6:31 GMT+04:00 Δημήτρης Ευταξιόπουλος :
> > > Hello Alexey,
> > > I would suggest option (1) i.e replace the file with its source(s).
> >
> > I see. I'll try to replace sylvester.js by it source(s).
> >
> > > For the version 2.2.2 package I intend to create a patch and remove
> > > json/sylvester.js from the source.
> >
> > I suggest to remove whole folder "json" -- as I say before, it give just
> a
> > sample, and isn't used by other parts of MathGL.
>
> I will try the least intervention possible in the source tarball in order
> to
> close the RC bug.
>
> Thanks
> Dimitris
>



-- 
Kind regards,
Prof. Alexey Balakin


Bug#739810: Bug is fixed upstream

2014-03-12 Thread Marcin Juszkiewicz
I got hit by same issue in Fedora.

It was also reported upstream:

https://bugzilla.gnome.org/show_bug.cgi?id=724085

and fix was provided and merged upstream.


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#741393: cigi-ccl: FTBFS on 32-bit platforms: symbols not quite as expected

2014-03-12 Thread Klee Dienes
Thanks for the bug report!  I have a new version (-5) prepared to fix the 
problem (as well as to add support for the python bindings, which I am 
including in this revision since I was already preparing to upload it, anyway).

The updated code is at:
https://github.com/kdienes/cigi-ccl

Or built at:
http://romulus.hadronindustries.com:8066/repositories/hadron/pool/main/c/cigi-ccl/

I’ll submit as soon as the changes have been reviewed by my package sponsor.

On Mar 11, 2014, at 8:22 PM, Aaron M. Ucko  wrote:

> Source: cigi-ccl
> Version: 3.3.3a+svn818-2
> Severity: serious
> Justification: fails to build from source
> 
> Builds of cigi-ccl for 32-bit architectures such as i386 have been
> failing with dh_makeshlibs errors because some signatures wind up
> varying slightly between 32-bit and 64-bit builds, leading to
> different mangled names.  See, for instance,
> 
> https://buildd.debian.org/status/fetch.php?pkg=cigi-ccl&arch=i386&ver=3.3.3a%2Bsvn818-2&stamp=1394543859
> 
> Could you please account for these differences?
> 
> Thanks!


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed:

2014-03-12 Thread Debian Bug Tracking System
Processing control commands:

> found -1 4.0.3-8
Bug #741451 [libtiff-tools] tiffcp: malloc(): memory corruption: 
0x7f732ee68d90
Marked as found in versions tiff/4.0.3-8.

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


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#741326: marked as done (creates files in /.cache)

2014-03-12 Thread Debian Bug Tracking System
Your message dated Wed, 12 Mar 2014 16:03:21 +
with message-id 
and subject line Bug#741326: fixed in how-can-i-help 6
has caused the Debian Bug report #741326,
regarding creates files in /.cache
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.)


-- 
741326: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=741326
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Package: how-can-i-help
Version: 5
Severity: serious

The package creates files in / root directory namely /.cache. Please
never write such files to /.

- -- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (800, 'unstable'), (600, 'oldstable'), (110, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.13.2 (SMP w/8 CPU cores; PREEMPT)
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1) (ignored: LC_ALL set to 
de_DE)
Shell: /bin/sh linked to /bin/dash

Versions of packages how-can-i-help depends on:
ii  ruby 1:1.9.3.4
ii  ruby-debian  0.3.8+b2
ii  ruby-json1.8.0-1+b1

how-can-i-help recommends no packages.

how-can-i-help suggests no packages.

- -- no debconf information

- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCgAGBQJTHt+0AAoJEKZ8CrGAGfasmsYMAI0xAtDllsDeMdONILts56mK
q7uhIuAk/G9IWlJdfYScdXUZKcG7sA0KZYTppYaKqrZLDHUHpn1aNMQWd9zPUPbP
GatifkQ09u3JJn/bjZzT+XrQTULd1QOWzJhK9BC9xiT/OyLtFqhzfdeNhGqT2n+a
V0PIC4qWnzb4e3OunEfhYV1WPvF8toL7EA2achu/nAnjjMa1ua16dgkMcAkZUOx7
Z3vW9ldiev2rx7bo1NDlyOykQdCG4jvBUOFICFLb38DA0m3/gTLGUUjebTalWrhS
M/s7KC6QhYVQrplgaBVtn/wyFncMUbisIQdhlEwmWIEnIoh8llCbiFwUBDEM0zzb
qYkB+gUBOmoU2SY4ck9ldtpWcALE8qi3w8O91lU3QMhn5FnRmh/H16XsX6haOJg6
ZgfVLreEw/p2LRxMpvgyLOH7bNEb8TDcH6cUCbl2Ppf6iW8j96ZgNZICcJxPSmzH
KxjzKnLx6XUSsYs0tWgbbbYy5Cg6gu+/pWeM8HwFQw==
=nnUu
-END PGP SIGNATURE-
--- End Message ---
--- Begin Message ---
Source: how-can-i-help
Source-Version: 6

We believe that the bug you reported is fixed in the latest version of
how-can-i-help, 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 741...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Lucas Nussbaum  (supplier of updated how-can-i-help 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: Wed, 12 Mar 2014 16:43:49 +0100
Source: how-can-i-help
Binary: how-can-i-help
Architecture: source all
Version: 6
Distribution: unstable
Urgency: medium
Maintainer: Lucas Nussbaum 
Changed-By: Lucas Nussbaum 
Description: 
 how-can-i-help - show opportunities for contributing to Debian
Closes: 740677 741326
Changes: 
 how-can-i-help (6) unstable; urgency=medium
 .
   [ Tomasz Nitecki ]
   * If an error occurs while trying to download data file it is now correctly
 attributed to how-can-i-help. Closes: #740677
 .
   [ Lucas Nussbaum ]
   * Use dir.home instead of ENV['HOME']. This raises an exception if the HOME
 directory could not be found. Closes: #741326
Checksums-Sha1: 
 0b2e955b1ba60e629a609411af83acd424b494e6 1627 how-can-i-help_6.dsc
 d359a03c6fbe5002477134d9527cac7846edbdeb 9236 how-can-i-help_6.tar.xz
 6d043be05e83f5a058e488dc6f6c04c57bc9d8ae 8026 how-can-i-help_6_all.deb
Checksums-Sha256: 
 a68cd5d86e5c2842fbd681bc1946040e96bc3d1464289bcb2dbce5d1f365 1627 
how-can-i-help_6.dsc
 b5064c907fc055eaf905545894ffb4e5b73bb1449340e9542edcca2489caf1fa 9236 
how-can-i-help_6.tar.xz
 2618e8b64d37bf476df3e12915f9256900413e085303c01e2506a70681ec8995 8026 
how-can-i-help_6_all.deb
Files: 
 6844fb453749d158bad049613a030419 1627 devel optional how-can-i-help_6.dsc
 b5d82bb4f2444e307df6d53bcdc01199 9236 devel optional how-can-i-help_6.tar.xz
 13101440ef56c0fa1a44c60c15b9d27c 8026 devel optional how-can-i-help_6_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIVAwUBUyCBVDkUtTL0376ZAQoIBQ//Ya2Hz8CBlrNP7XrKo98iGz5c/hgWpMjt
J7MF+dhVIeuN/865R20Ms75NAM02LqSkGYoxEr7/wNJw3g0UutwWHg57LCDbyey3
UUeGQgIk0GxHh04tW2jXTa2oojmJNWK3wS5G1c+QBX6Mkivu/O+2hIt+

Bug#741451:

2014-03-12 Thread Mathieu Malaterre
Control: found -1 4.0.3-8

I can reproduce the segfault from sid


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#741451: tiffcp: malloc(): memory corruption: 0x00007f732ee68d90

2014-03-12 Thread Mathieu Malaterre
Package: libtiff-tools
Version: 4.0.2-6+deb7u2
Severity: grave

I cannot get tiffcp -c none to work on the following file. Steps:

$ wget http://merovingio.c2rmf.cnrs.fr/iipimage/PalaisDuLouvre.tif
$ tiffcp PalaisDuLouvre.tif,0 0.tif
$ tiffcp -c none  0.tif 0.none.tif
*** glibc detected *** tiffcp: malloc(): memory corruption:
0x7f732ee68d90 ***
=== Backtrace: =
/lib/x86_64-linux-gnu/libc.so.6(+0x76d76)[0x7f732c705d76]
/lib/x86_64-linux-gnu/libc.so.6(+0x79de3)[0x7f732c708de3]
/lib/x86_64-linux-gnu/libc.so.6(__libc_malloc+0x70)[0x7f732c70ac00]
/usr/lib/x86_64-linux-gnu/libtiff.so.5(TIFFSetupStrips+0x4d)[0x7f732d560aad]
/usr/lib/x86_64-linux-gnu/libtiff.so.5(TIFFWriteCheck+0x177)[0x7f732d560ce7]
/usr/lib/x86_64-linux-gnu/libtiff.so.5(TIFFWriteEncodedTile+0x231)[0x7f732d561261]
tiffcp(+0x5942)[0x7f732d9b8942]
tiffcp(+0x49bc)[0x7f732d9b79bc]
tiffcp(+0x4b65)[0x7f732d9b7b65]
tiffcp(main+0xa06)[0x7f732d9b5806]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xfd)[0x7f732c6adead]
tiffcp(+0x3569)[0x7f732d9b6569]
=== Memory map: 
7f732400-7f7324021000 rw-p  00:00 0
7f7324021000-7f732800 ---p  00:00 0
7f732b8fb000-7f732b91 r-xp  08:01 23068676
  /lib/x86_64-linux-gnu/libgcc_s.so.1
7f732b91-7f732bb1 ---p 00015000 08:01 23068676
  /lib/x86_64-linux-gnu/libgcc_s.so.1
7f732bb1-7f732bb11000 rw-p 00015000 08:01 23068676
  /lib/x86_64-linux-gnu/libgcc_s.so.1
7f732bb11000-7f732c48b000 rw-p  00:00 0
7f732c48b000-7f732c48d000 r-xp  08:01 23075558
  /lib/x86_64-linux-gnu/libdl-2.13.so
7f732c48d000-7f732c68d000 ---p 2000 08:01 23075558
  /lib/x86_64-linux-gnu/libdl-2.13.so
7f732c68d000-7f732c68e000 r--p 2000 08:01 23075558
  /lib/x86_64-linux-gnu/libdl-2.13.so
7f732c68e000-7f732c68f000 rw-p 3000 08:01 23075558
  /lib/x86_64-linux-gnu/libdl-2.13.so
7f732c68f000-7f732c811000 r-xp  08:01 23071750
  /lib/x86_64-linux-gnu/libc-2.13.so
7f732c811000-7f732ca1 ---p 00182000 08:01 23071750
  /lib/x86_64-linux-gnu/libc-2.13.so
7f732ca1-7f732ca14000 r--p 00181000 08:01 23071750
  /lib/x86_64-linux-gnu/libc-2.13.so
7f732ca14000-7f732ca15000 rw-p 00185000 08:01 23071750
  /lib/x86_64-linux-gnu/libc-2.13.so
7f732ca15000-7f732ca1a000 rw-p  00:00 0
7f732ca1a000-7f732ca9b000 r-xp  08:01 23075551
  /lib/x86_64-linux-gnu/libm-2.13.so
7f732ca9b000-7f732cc9a000 ---p 00081000 08:01 23075551
  /lib/x86_64-linux-gnu/libm-2.13.so
7f732cc9a000-7f732cc9b000 r--p 0008 08:01 23075551
  /lib/x86_64-linux-gnu/libm-2.13.so
7f732cc9b000-7f732cc9c000 rw-p 00081000 08:01 23075551
  /lib/x86_64-linux-gnu/libm-2.13.so
7f732cc9c000-7f732ccb2000 r-xp  08:01 23068762
  /lib/x86_64-linux-gnu/libz.so.1.2.7
7f732ccb2000-7f732ceb1000 ---p 00016000 08:01 23068762
  /lib/x86_64-linux-gnu/libz.so.1.2.7
7f732ceb1000-7f732ceb2000 r--p 00015000 08:01 23068762
  /lib/x86_64-linux-gnu/libz.so.1.2.7
7f732ceb2000-7f732ceb3000 rw-p 00016000 08:01 23068762
  /lib/x86_64-linux-gnu/libz.so.1.2.7
7f732ceb3000-7f732ceed000 r-xp  08:01 21114509
  /usr/lib/x86_64-linux-gnu/libjpeg.so.8.4.0
7f732ceed000-7f732d0ec000 ---p 0003a000 08:01 21114509
  /usr/lib/x86_64-linux-gnu/libjpeg.so.8.4.0
7f732d0ec000-7f732d0ed000 rw-p 00039000 08:01 21114509
  /usr/lib/x86_64-linux-gnu/libjpeg.so.8.4.0
7f732d0ed000-7f732d0f8000 r-xp  08:01 21114513
  /usr/lib/x86_64-linux-gnu/libjbig.so.0.0.0
7f732d0f8000-7f732d2f8000 ---p b000 08:01 21114513
  /usr/lib/x86_64-linux-gnu/libjbig.so.0.0.0
7f732d2f8000-7f732d2fb000 rw-p b000 08:01 21114513
  /usr/lib/x86_64-linux-gnu/libjbig.so.0.0.0
7f732d2fb000-7f732d31d000 r-xp  08:01 23068704
  /lib/x86_64-linux-gnu/liblzma.so.5.0.0
7f732d31d000-7f732d51c000 ---p 00022000 08:01 23068704
  /lib/x86_64-linux-gnu/liblzma.so.5.0.0
7f732d51c000-7f732d51d000 r--p 00021000 08:01 23068704
  /lib/x86_64-linux-gnu/liblzma.so.5.0.0
7f732d51d000-7f732d51e000 rw-p 00022000 08:01 23068704
  /lib/x86_64-linux-gnu/liblzma.so.5.0.0
7f732d51e000-7f732d58d000 r-xp  08:01 21124409
  /usr/lib/x86_64-linux-gnu/libtiff.so.5.1.0
7f732d58d000-7f732d78c000 ---p 0006f000 08:01 21124409
  /usr/lib/x86_64-linux-gnu/libtiff.so.5.1.0
7f732d78c000-7f732d78e000 r--p 0006e000 08:01 21124409
  /usr/lib/x86_64-linux-gnu/libtiff.so.5.1.0
7f732d78e000-7f732d791000 rw-p 0007 08:01 21124409
  /usr/lib/x86_64-linux-gnu/libtiff.so.5.1.0
7f732d791000-7f732d7b1000 r-xp  08:01 23075566
  /lib/x86_64-linux-gnu/ld-2.13.so
7f732d90b000-7f732d99 r--s  08:01 14817482
  /tmp/0.tif
7f732d99-7f732d995000 rw-p  00:00 0
7f732d9ae000-7f732d9b rw-p  00:00 0
7f732d9b-7f732d9b1000 r--p 0001f000 08:01 23075566
  /lib/x86_64-linux-gnu/ld-2.13.so
7f732d9b1000-7f732d9b2000 rw-p 0002 08:01 23075566
  /lib/x86_64-linux-gnu/ld-2.13.so
7f732d9b2000-7f732d9b3000 rw-p  00:00 0
7f732d9b3000-7f732d9bb000 r-xp  08:01 21129666
  /usr/bin/tiffcp
7f732dbba000-7f732dbbb000 r--p 7000 08:

Bug#739984: mini-dinstall is useful even without init script

2014-03-12 Thread Raphael Hertzog
Control: severity -1 important

This looks like a bug that deserves priority important because it doesn't
render the package useless for everybody (mini-dinstall doesn't need to
run as a system-wide service). And while this bug should be fixed, it
should not be ground for removal from testing.

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Discover the Debian Administrator's Handbook:
→ http://debian-handbook.info/get/


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: mini-dinstall is useful even without init script

2014-03-12 Thread Debian Bug Tracking System
Processing control commands:

> severity -1 important
Bug #739984 [mini-dinstall] mini-dinstall: Won't start: ValueError: invalid 
literal for int() with base 10: ''
Severity set to 'important' from 'serious'

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


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#741448: grive: Exception when executing grive

2014-03-12 Thread Andreas Tscharner
Package: grive
Version: 0.2.0-1.1
Severity: grave
Justification: renders package unusable

Dear Maintainer,

I am trying to execute grive in a (Google Drive) directory which has not been
used for a long time. When I do that, I get the following exception (also if
I try with the --dry-run option):

andy@shakira:~/GoogleDrive$ grive
exception: /tmp/buildd/grive-0.2.0/libgrive/src/http/CurlAgent.cc(149): Throw 
in function long int gr::http::CurlAgent::ExecCurl(const string&, 
gr::http::Receivable*, const gr::http::Header&)
Dynamic exception type: boost::exception_detail::clone_impl
std::exception::what: std::exception
[gr::expt::MsgTag*] =
[gr::http::CurlCodeTag*] = 0
[gr::http::HttpResponseTag*] = 400
[gr::http::UrlTag*] = https://accounts.google.com/o/oauth2/token
[gr::http::HeaderTag*] =


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

Kernel: Linux 3.13.4 (SMP w/8 CPU cores)
Locale: LANG=de_CH.UTF-8, LC_CTYPE=de_CH.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages grive depends on:
ii  libboost-filesystem1.54.0   1.54.0-5
ii  libboost-program-options1.54.0  1.54.0-5
ii  libboost-system1.54.0   1.54.0-5
ii  libc6   2.18-4
ii  libcurl3-gnutls 7.35.0-1
ii  libexpat1   2.1.0-4
ii  libgcc1 1:4.8.2-16
ii  libgcrypt11 1.5.3-3
ii  libjson-c2  0.11-3
ii  libstdc++6  4.8.2-16
ii  zlib1g  1:1.2.8.dfsg-1

grive recommends no packages.

grive suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#730038: marked as done (juman: FTBFS: target 'debian/juman-dic/usr/share/juman/dic' is not a directory)

2014-03-12 Thread Debian Bug Tracking System
Your message dated Wed, 12 Mar 2014 15:35:43 +
with message-id 
and subject line Bug#730038: fixed in juman 7.0-3.1
has caused the Debian Bug report #730038,
regarding juman: FTBFS: target 'debian/juman-dic/usr/share/juman/dic' is not a 
directory
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.)


-- 
730038: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=730038
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: juman
Version: 7.0-3
Severity: serious
Justification: fails to build from source (but built successfully in the past)

Builds of juman covering only its architecture-dependent binary
packages (as on the autobuilders, or with dpkg-buildpackage -B) have
been failing:

  cp -p dic/*.dic debian/juman-dic/usr/share/juman/dic
  cp: target 'debian/juman-dic/usr/share/juman/dic' is not a directory
  make[1]: *** [override_dh_auto_install] Error 1
  make[1]: Leaving directory `/«PKGBUILDDIR»'
  make: *** [binary-arch] Error 2

Could you please take a look?  I'd suggest introducing
debian/juman-dic.install to let dh_install cover these files, and
moving the loop that runs dh_link to a new override_dh_link target.

Thanks!
--- End Message ---
--- Begin Message ---
Source: juman
Source-Version: 7.0-3.1

We believe that the bug you reported is fixed in the latest version of
juman, 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 730...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Joao Eriberto Mota Filho  (supplier of updated juman 
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: Wed, 05 Mar 2014 00:16:16 -0300
Source: juman
Binary: juman juman-dic libjuman-dev libjuman4 libjuman-perl
Architecture: source amd64 all
Version: 7.0-3.1
Distribution: unstable
Urgency: low
Maintainer: TSUCHIYA Masatoshi 
Changed-By: Joao Eriberto Mota Filho 
Description: 
 juman  - Japanese morphological analysis system
 juman-dic  - Juman dictionary in text format
 libjuman-dev - Header files of JUMAN
 libjuman-perl - Perl binding of JUMAN
 libjuman4  - Library of JUMAN
Closes: 730038
Changes: 
 juman (7.0-3.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix FTBFS when building the architecture-dependent
 binary only. (Closes: #730038)
   - debian/juman-dic.install: created to install the
 juman-dic binary files.
   - debian/rules: removed lines that was moved to
 debian/juman-dic.install.
Checksums-Sha1: 
 be6fb30cdf586cd1ae079c8ff4d5d08219bc1d7a 1826 juman_7.0-3.1.dsc
 524be90303d4f7e13048e526f17197bbe00b46f5 6376 juman_7.0-3.1.debian.tar.xz
 7acd5743d1e1b55b2e803f9ba84880b4c6bce730 4740474 juman_7.0-3.1_amd64.deb
 75df1525b185311274e9d862025dd95f952e 3309742 juman-dic_7.0-3.1_all.deb
 6c1452f6e6ca1c66a73fb1ee9e63aa46e25f695e 46164 libjuman-dev_7.0-3.1_amd64.deb
 d040b43c0b8d5ce5cb913a4ee5d43e6cc5ac9a63 40480 libjuman4_7.0-3.1_amd64.deb
 628d6b57ea882ad9ecdf5535b18b210f9940f57e 62406 libjuman-perl_7.0-3.1_all.deb
Checksums-Sha256: 
 80de316448aae0428b19481452c85e722e4e88d47ca96300f8aa1e1b665be794 1826 
juman_7.0-3.1.dsc
 ad1f6c131503466cb10f20b127f900f1126de78015b2d601e7e7678cb3bfe803 6376 
juman_7.0-3.1.debian.tar.xz
 cfa0a3864c3c8f4e81dd2379285113b341c30b87e890e56c399481bcd67c6be8 4740474 
juman_7.0-3.1_amd64.deb
 8c8276b810dbdb5a95f149682fbe82eac5a46c0171ff9689b86085503d6bad4a 3309742 
juman-dic_7.0-3.1_all.deb
 bbec9ba733d8a2509af1597a6f68610df595c348b3f10b909f8e9e30008a33e6 46164 
libjuman-dev_7.0-3.1_amd64.deb
 f32b5da574958206892dc962d5b7ca2955c796836369d70083de0dc36b8d8663 40480 
libjuman4_7.0-3.1_amd64.deb
 27c8fcceb7ef17d160ea3bf00467a9ce4062bda4e590fb1e75526b42237c609d 62406 
libjuman-perl_7.0-3.1_all.deb
Files: 
 f49e2eb9c842e9946c49b0cf82bd9872 1826 misc optional juman_7.0-3.1.dsc
 c1c8f3bae26df300e6f2cf454b807d6f 6376 misc optional juman_7.0-3.1.debian.tar.xz
 003feab26d29747a86dc5e8c8389be17 4740474 misc optional juman_7.0-3.1_amd64.deb
 5261f4dfdb7be2ed07398e8e4344305d 3309742 misc optional 
juman-dic_7.0-3.1_all.deb
 3facd110874f1f9ca15fa425d98f41af 46164 libdevel optional 
libjuman-dev_7.0-3.1_amd64.deb
 dd658057b3739565780baf2e92f4b928 40480 l

Bug#740147: marked as done (Public key for Debian Edu archive (ftpmas...@skolelinux.org) has EXPIRED in squeeze's package version)

2014-03-12 Thread Debian Bug Tracking System
Your message dated Wed, 12 Mar 2014 13:47:24 +
with message-id 
and subject line Bug#740147: fixed in debian-edu-archive-keyring 
2010.01.05+squeeze1
has caused the Debian Bug report #740147,
regarding Public key for Debian Edu archive (ftpmas...@skolelinux.org) has 
EXPIRED in squeeze's package version
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.)


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

Package: debian-edu-archive-keyring
Version: 2010.01.05
Severity: grave
X-Debbugs-CC: debian-rele...@lists.debian.org
User: debian-...@lists.debian.org
Usertags: debian-edu

Hi,

6 days ago (2014-02-20) the key 0xA26FF456 shipped in the Debian  
squeeze version of package debian-edu-archive-keyring (version  
2010.01.05) has expired.


mike@minobo:~/tmp/edu/debian-edu-archive-keyring-2010.01.05/keyrings$  
gpg --list-key  ftpmas...@skolelinux.org

pub   1024D/A26FF456 2006-02-22 [verfallen: 2014-02-20]
uid  Skolelinux Archive Automatic Signing Key  



The key is used as archive key for the Debian Edu archive on  
ftp.skolelinux.org.


This key validity expiration breaks all Debian Edu squeeze  
installations, may it be from DVD/Netinst-CD or may it be via  
PXE-installation.


Marking this as a "grave" bug, as it completely breaks Debian Edu  
squeeze on all installed sites world-wide.


@Release team / @Debian Edu Users:
the Debian Edu team apologizes for not having this issue better on our radar.

@Release team:
We desperately hope for your support to get a quick solution for this problem.

My personal approach would be uploading a rebuild of  
debian-edu-archive-keyring 2013.05.20 versioned as 2013.05.20~deb6 to  
squeeze-proposed-updates. The same key in that newer package will  
expire in 2019, which will give people plenty of time to upgrade their  
running Debian Edu setups.


Mike

--

mike gabriel aka sunweaver (Debian Developer)
fon: +49 (1520) 1976 148

GnuPG Fingerprint: 9BFB AEE8 6C0A A5FF BF22  0782 9AF4 6B30 2577 1B31
mail: sunwea...@debian.org, http://sunweavers.net



pgpiG8f4v6tn2.pgp
Description: Digitale PGP-Signatur
--- End Message ---
--- Begin Message ---
Source: debian-edu-archive-keyring
Source-Version: 2010.01.05+squeeze1

We believe that the bug you reported is fixed in the latest version of
debian-edu-archive-keyring, 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 740...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mike Gabriel  (supplier of updated 
debian-edu-archive-keyring 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, 27 Feb 2014 12:13:43 +0100
Source: debian-edu-archive-keyring
Binary: debian-edu-archive-keyring debian-edu-archive-keyring-udeb
Architecture: source all
Version: 2010.01.05+squeeze1
Distribution: oldstable-proposed-updates
Urgency: low
Maintainer: Debian Edu Developers 
Changed-By: Mike Gabriel 
Description: 
 debian-edu-archive-keyring - GnuPG archive keys of the Debian Edu archive
 debian-edu-archive-keyring-udeb - GnuPG keys of the Debian Edu archive
Closes: 740147
Changes: 
 debian-edu-archive-keyring (2010.01.05+squeeze1) oldstable-proposed-updates; 
urgency=low
 .
   * debian/control:
 + Update Uploaders: field. Use same uploaders as specified
   in latest version in Debian unstable (2014.02.27).
   * Keyrings:
 + Update debian-edu-archive-keyring.gpg keyring file as found in
   latest package version in Debian unstable (2014.02.27).
   (Closes: #740147).
Checksums-Sha1: 
 7b7b8502d68d73af528b40ddbe379b8adbc29e41 1622 
debian-edu-archive-keyring_2010.01.05+squeeze1.dsc
 c6d4de59f695d5fc6c1cd0e83f752ec7083fd080 5403 
debian-edu-archive-keyring_2010.01.05+squeeze1.tar.gz
 50503f356268946121f15b256d9fa36e5056b45e 4760 
debian-edu-archive-keyring_2010.01.05+squeeze1_all.deb
 b189be713d7a3c6902ba45084992176dd683c69d 2662 
debian-edu-archive-keyring-udeb_2010.01.05+squeeze1_all.udeb
Checksums-Sha256: 
 aa1c131fcd2e1764e7c7d53863157f6161b8873116adeed32124e249739df69e 1622 
debian-edu-archive-keyring_2010.01.05+squeeze1.dsc
 96b4a020cf

Bug#734821: marked as done (libxstream-java: CVE-2013-7285: remote code execution via deserialization in XStream)

2014-03-12 Thread Debian Bug Tracking System
Your message dated Wed, 12 Mar 2014 13:33:33 +
with message-id 
and subject line Bug#734821: fixed in libxstream-java 1.4.7-1
has caused the Debian Bug report #734821,
regarding libxstream-java: CVE-2013-7285: remote code execution via 
deserialization in XStream
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.)


-- 
734821: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=734821
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libxstream-java
Severity: grave
Tags: security upstream

Hi,

the following vulnerability was published for libxstream-java.

CVE-2013-7285[0]:
remote code execution via deserialization in XStream

See also [1] for the original report. [3] contains an initial patch
which was commited.

If you fix the vulnerability please also make sure to include the
CVE (Common Vulnerabilities & Exposures) id in your changelog entry.

For further information see:

[0] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-7285
http://security-tracker.debian.org/tracker/CVE-2013-7285
[1] http://blog.diniscruz.com/2013/12/xstream-remote-code-execution-exploit.html
[2] 
http://markmail.org/message/kfqoqdfj5fnup5co?q=list:org.codehaus.xstream.dev&page=3
[3] https://fisheye.codehaus.org/changelog/xstream?cs=2210

Please adjust the affected versions in the BTS as needed.

Regards,
Salvatore
--- End Message ---
--- Begin Message ---
Source: libxstream-java
Source-Version: 1.4.7-1

We believe that the bug you reported is fixed in the latest version of
libxstream-java, 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 734...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Emmanuel Bourg  (supplier of updated libxstream-java 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: Wed, 12 Mar 2014 14:06:33 +0100
Source: libxstream-java
Binary: libxstream-java
Architecture: source all
Version: 1.4.7-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 

Changed-By: Emmanuel Bourg 
Description: 
 libxstream-java - Java library to serialize objects to XML and back again
Closes: 734821
Changes: 
 libxstream-java (1.4.7-1) unstable; urgency=low
 .
   * New upstream release
 - Fixes CVE-2013-7285 (Closes: #734821)
 - Added a dependency on libjdom2-java
   * Standards-Version updated to 3.9.5 (no changes)
   * Use XZ compression for the upstream tarball
   * Build depend on debhelper >= 9
   * debian/copyright: Updated to the Copyright Format 1.0
Checksums-Sha1: 
 684b6cc0d8edae45924832e4eedda12c780cb624 2343 libxstream-java_1.4.7-1.dsc
 329882aa8cb64b0ec729d840453a27608f59aba1 397328 
libxstream-java_1.4.7.orig.tar.xz
 243eb22bca15817712111ca2645a867377ef2a8e 5960 
libxstream-java_1.4.7-1.debian.tar.xz
 a41e3fee90ff5d6361d0538a84ea8afdcf32e33d 583860 libxstream-java_1.4.7-1_all.deb
Checksums-Sha256: 
 8698da0a6520f6ab54efadad2e98c5d5e51f37faf0506b155208db85304bc3f2 2343 
libxstream-java_1.4.7-1.dsc
 33aeb2217d2dd3734abcd6cc6f3d3283fed2646e4cbc79102d5237a099738eed 397328 
libxstream-java_1.4.7.orig.tar.xz
 08c314aa33cb9164620110466cbe106369aedcc1e8718f1551bcce347c63004a 5960 
libxstream-java_1.4.7-1.debian.tar.xz
 5a191aa57415acd1c5fb2f6af53ea7f751c615abb8bf9b00a9070f58cb19d322 583860 
libxstream-java_1.4.7-1_all.deb
Files: 
 c8d6431cf68e71eda78e67e950e079aa 2343 java optional libxstream-java_1.4.7-1.dsc
 09de7d2175bdc6c002aa681e3004d8d6 397328 java optional 
libxstream-java_1.4.7.orig.tar.xz
 3e72fa42334aaed7ec2248a9ffd3ccf1 5960 java optional 
libxstream-java_1.4.7-1.debian.tar.xz
 72573fdd9319ffae8b1d9dafd65e2c02 583860 java optional 
libxstream-java_1.4.7-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJTIF7aAAoJEPUTxBnkudCs+a4P/j+JXVoQeggxQ7CJUNrv/9Gr
XkGmG2ggPugGcdFcQ+VcMNwNHLoQc+kjgPUJltfoFR2SdXXtyj25ObZMfNKIe1Kk
yeospGr9CbGXwwCLLn30HFX/jPSxizcGMn9LecFtw5K0zgjlxR/lJBAwml/0hHmE
vHQ1u1rUCique6HbZYWakuJDp8bY9q+XrRxYJIWIKUNnWKJnp1c/Kch1siBw9XF5
gpAnuAVNpPJ5BdWElRh84GauSOxmiZdt3vIYYu9LO1CaVjcNStck1F9MYDjHLnYU
hjRv+0wOyTsNBsgDwGm7pvkc0MF3y05v/rxcS1yw9FVkP7aBk6I8owqgz+DQaQRN
CfvZSdAJTbsA9UtnCgsi5XMCx6G0BQSjRNjWfOtEvbzZ2ybFn7igMbJFoS7jATvF
lJZhWeT5rFPR

Bug#741436: missing licenses

2014-03-12 Thread Thorsten Alteholz

Package: libmowgli-2
Version: 2.0.0-1
Severity: serious
User: alteh...@debian.org
Usertags: ftp
X-Debbugs-CC: ftpmas...@ftp-master.debian.org
thanks

Dear Maintainer,

please add the licenses of
 src/examples/vio-udplistener/vio-udplistener.c
 src/examples/async_resolver/async_resolver.c
 src/libmowgli/ext/confparse.h
 src/libmowgli/ext/proctitle.c
to debian/copyright.

Thanks!
  Thorsten


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: found 703472 in 24.3.0esr-1

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

> found 703472 24.3.0esr-1
Bug #703472 [iceweasel] iceweasel freezes in _MD_WaitUnixProcess after mailcap 
"test" command terminates
Marked as found in versions iceweasel/24.3.0esr-1.
> thanks
Stopping processing here.

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


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#741419: missing license in debian/copyright

2014-03-12 Thread Thorsten Alteholz

Package: libjdom2-java
Version: 2.0.5-1
Severity: serious
User: alteh...@debian.org
Usertags: ftp
X-Debbugs-CC: ftpmas...@ftp-master.debian.org
thanks

Dear Maintainer,

please add the missing licenses of:
 jdom-JDOM-2.0.5\contrib\src\resources\hamlet.xml
 jdom-JDOM-2.0.5\core\package\META-INF\jdom-info.xml
 jdom-JDOM-2.0.5\core\samples\*  (some of them)
 jdom-JDOM-2.0.5\maven\maven.pom 
to debian/copyright (or at least tell upstream that there is room for 
improvement ("Apache license" can be "Apache-2.0", whereas upstream 
meant "Apache-1.1" only)).


Thanks!
  Thorsten


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#733358: marked as done (tuxonice-userui: FTBFS: ttf.h:4:30: fatal error: freetype/ftoutln.h: No such file or directory)

2014-03-12 Thread Debian Bug Tracking System
Your message dated Wed, 12 Mar 2014 11:19:15 +
with message-id 
and subject line Bug#733358: fixed in tuxonice-userui 1.1+dfsg1.gc3bdd83-1
has caused the Debian Bug report #733358,
regarding tuxonice-userui: FTBFS: ttf.h:4:30: fatal error: freetype/ftoutln.h: 
No such file or directory
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.)


-- 
733358: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=733358
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: tuxonice-userui
Version: 1.1-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20131226 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

On the new 2.5 version the headers are located at
'/usr/include/freetype2/ftglyph.h' instead of
'/usr/include/freetype2/freetype/ftglyph.h' like in previous versions.

Relevant part (hopefully):
> cc -Wall -O3 -g -I/usr/include/freetype2/ -I. -c userui_fbsplash_core.c -o 
> userui_fbsplash_core.o
> In file included from splash.h:147:0,
>  from userui_fbsplash_core.c:28:
> ttf.h:4:30: fatal error: freetype/ftoutln.h: No such file or directory
>  #include 
>   ^
> compilation terminated.
> make[3]: *** [userui_fbsplash_core.o] Error 1

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2013/12/26/tuxonice-userui_1.1-1_unstable.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: tuxonice-userui
Source-Version: 1.1+dfsg1.gc3bdd83-1

We believe that the bug you reported is fixed in the latest version of
tuxonice-userui, 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 733...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julien Muchembled  (supplier of updated tuxonice-userui 
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: Wed, 12 Mar 2014 11:25:53 +0100
Source: tuxonice-userui
Binary: tuxonice-userui
Architecture: source amd64
Version: 1.1+dfsg1.gc3bdd83-1
Distribution: unstable
Urgency: medium
Maintainer: Julien Muchembled 
Changed-By: Julien Muchembled 
Description: 
 tuxonice-userui - user-space interfaces for TuxOnIce
Closes: 719529 733358
Changes: 
 tuxonice-userui (1.1+dfsg1.gc3bdd83-1) unstable; urgency=medium
 .
   [ Julien Muchembled ]
   * New upstream snapshot (2012-11-08).
 Drop patches merged upstream.
   * Adopt the package (Closes: #719529).
   * Update copyright years.
   * Update Standards-Version to 3.9.5 (no change needed).
   * Manage quilt patches with gbp-pq.
   * Fix build failure with freetype 2.5.1 (Closes: #733358).
   * Add patch to fix upstream regression: corrupted display of PNG.
   * Stop recommending abandonned 'hibernate'
   * Fix vcs-field-not-canonical reported by Lintian.
   * Let tuxonice-userui change VT rather than implementing it in every
 hibernation script.
   * Add systemd support and improve initramfs support.
 Add a debian/NEWS entry to explain how to reconfigure TuxOnIce.
   * initramfs: copy /etc/splash/tuxonice if it exists.
   * Add get-orig-source target for upstream Git snapshot.
   * Remove /themes directory from source.
   * Upload to unstable now that Wheezy is out and all RC bugs are fixed.
 .
   [ Arnaud Fontaine ]
   * Update debian/watch as upstream releases are now done on GitHub.
Checksums-Sha1: 
 07ec8a12bfd60ee88f8ec03fb74cad8a70068dbd 1457 
tuxonice-userui_1.1+dfsg1.gc3bdd83-1.dsc
 5aacb143ee7bf8375447aacfe1e5f3b0ee21e1b3 58368 
tuxonice-userui_1.1+dfsg1.gc3bdd83.orig.tar.xz
 0118a56514ee5d82265763cfe6570be1560d8ff8 11752 
tuxonice-userui_1.1+dfsg1.gc3bdd83-1.debian.tar.xz
 f195628da64cf1ddc3f9d50548375917e38954ab 53512 
tuxonice-userui_1.1+dfsg1.gc3bdd83-1_amd64.deb
Checksums-Sha256: 
 5c4149c2160010d9

Bug#738735: linop: FTBFS: dh_sphinxdoc: Sphinx documentation not found

2014-03-12 Thread Ghislain Vaillant
Thank you Aaron for reporting the bug and Andreas for providing
instructions for testing the bug.

I have uploaded a new version of the package to the git repository and
tested it against pdebuild with and without the --binary-arch option.

Do I need to do anything else ?

Ghis


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#741333: marked as done (cups: CVE-2013-6476 CVE-2013-6475 CVE-2013-6474)

2014-03-12 Thread Debian Bug Tracking System
Your message dated Wed, 12 Mar 2014 11:42:58 +0100
with message-id <21802016.K9JT0Dz7oo@gyllingar>
and subject line Re: Bug#741333: cups: CVE-2013-6476 CVE-2013-6475 CVE-2013-6474
has caused the Debian Bug report #741333,
regarding cups: CVE-2013-6476 CVE-2013-6475 CVE-2013-6474
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.)


-- 
741333: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=741333
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: cups-filters
Severity: grave
Tags: security
Justification: user security hole

Hi,
Fixed upstream in 1.0.47:

CVE-2013-6473:
http://bzr.linuxfoundation.org/loggerhead/openprinting/cups-filters/revision/7175

CVE-2013-6474:
CVE-2013-6475:
CVE-2013-6476:
http://bzr.linuxfoundation.org/loggerhead/openprinting/cups-filters/revision/7176

I haven't checked the filters from src:cups in oldstable yet.

Cheers,
Moritz
--- End Message ---
--- Begin Message ---
Version: 1.5.0-16

Le mardi, 11 mars 2014, 12.00:16 Didier 'OdyX' Raboud a écrit :
> Le mardi, 11 mars 2014, 11.50:27 Didier '' Raboud a écrit :
> > It also affects the cups-filters as released in src:cups as
> > debian/local/filters/ in oldstable, I'll prepare an update too.
> 
> And, according to bugs.debian.org, this should be tracked using a
> separate bug, not a found, hereby fixing.

That is fixed in cups since the filters' move in 1.5.0-16, marking the 
bug as done in this version to avoid any misunderstanding.

Cheers,
OdyX

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


Processed: Re: Bug#740147: Upload of d-e-a-k for squeeze

2014-03-12 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #740147 [debian-edu-archive-keyring] Public key for Debian Edu archive 
(ftpmas...@skolelinux.org) has EXPIRED in squeeze's package version
Added tag(s) pending.
> fixed -1 2013.03.15
Bug #740147 [debian-edu-archive-keyring] Public key for Debian Edu archive 
(ftpmas...@skolelinux.org) has EXPIRED in squeeze's package version
Marked as fixed in versions debian-edu-archive-keyring/2013.03.15.
> fixed -1 2010.01.05+squeeze1
Bug #740147 [debian-edu-archive-keyring] Public key for Debian Edu archive 
(ftpmas...@skolelinux.org) has EXPIRED in squeeze's package version
There is no source info for the package 'debian-edu-archive-keyring' at version 
'2010.01.05+squeeze1' with architecture ''
Unable to make a source version for version '2010.01.05+squeeze1'
Marked as fixed in versions 2010.01.05+squeeze1.

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


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#740147: Upload of d-e-a-k for squeeze

2014-03-12 Thread Mike Gabriel

Control: tag -1 pending
Control: fixed -1 2013.03.15
Control: fixed -1 2010.01.05+squeeze1

Hi,

On  So 09 Mär 2014 10:37:07 CET, Mike Gabriel wrote:

we have a go from the RT to upload debian-edu-archive-keyring  
2010.01.05+squeeze1.


Are you ok with me uploading that? I already pinged you on IRC about  
that, but you are probably not reading IRC that much while on VAC.


As there has not been any positive nor vetoing feedback on this, I  
have just uploaded the oldstable-proposed-updates version of  
debian-edu-archive-keyring (2010.01.05+squeeze1).


Greets,
Mike
--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpO_7TYX1zbn.pgp
Description: Digitale PGP-Signatur


Bug#741413: libmoosex-runnable-perl: uninstallable in sid

2014-03-12 Thread Julien Cristau
Package: libmoosex-runnable-perl
Version: 0.03-1
Severity: serious

Hi,

your package is currently uninstallable:

libmoosex-runnable-perl Depends: libmoose-perl
libmoose-perl 2.1204-1 Breaks: libmoosex-runnable-perl (<< 0.03+)

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#737649: marked as done (ruby-rspec-puppet: Missing dependency against puppet-common)

2014-03-12 Thread Debian Bug Tracking System
Your message dated Wed, 12 Mar 2014 09:19:35 +
with message-id 
and subject line Bug#737649: fixed in ruby-rspec-puppet 1.0.1-2
has caused the Debian Bug report #737649,
regarding ruby-rspec-puppet: Missing dependency against puppet-common
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.)


-- 
737649: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737649
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ruby-rspec-puppet
Version: 1.0.1-1
Severity: serious

Hi,

It seems that ruby-rspec-puppet is directly requiring puppet, but
there is no Depends against puppet-common.

I guess this dependency should be added.

Cheers,

Laurent Bigonville

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

Kernel: Linux 3.12-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_BE.utf8, LC_CTYPE=fr_BE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages ruby-rspec-puppet depends on:
ii  ruby  1:1.9.3
ii  ruby-rspec2.14.1-1
ii  ruby1.9.1 [ruby-interpreter]  1.9.3.484-1
ii  ruby2.0 [ruby-interpreter]2.0.0.353-1

ruby-rspec-puppet recommends no packages.

ruby-rspec-puppet suggests no packages.

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: ruby-rspec-puppet
Source-Version: 1.0.1-2

We believe that the bug you reported is fixed in the latest version of
ruby-rspec-puppet, 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 737...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sebastien Badia  (supplier of updated ruby-rspec-puppet 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: Wed, 12 Mar 2014 00:15:10 +0100
Source: ruby-rspec-puppet
Binary: ruby-rspec-puppet
Architecture: source all
Version: 1.0.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 

Changed-By: Sebastien Badia 
Description: 
 ruby-rspec-puppet - RSpec tests for your Puppet manifests
Closes: 737649
Changes: 
 ruby-rspec-puppet (1.0.1-2) unstable; urgency=medium
 .
   * Team upload.
   * Added puppet-common dependency (Closes: #737649)
Checksums-Sha1: 
 47f643fe2f434a8c23679e9bfafafa2f8a0718e5 2084 ruby-rspec-puppet_1.0.1-2.dsc
 760ae2d68ac62e02a04d7660f9d28f183a965bf0 2604 
ruby-rspec-puppet_1.0.1-2.debian.tar.xz
 7f410aca5391c3ee66a46c5cc5cacb5c64dcf5c9 14770 
ruby-rspec-puppet_1.0.1-2_all.deb
Checksums-Sha256: 
 fa6e94b50cd8879f443361ff5e5649b677bd4dfb29d5103b456a1b845a3675ab 2084 
ruby-rspec-puppet_1.0.1-2.dsc
 618bdc911f4a78de8d7fdc85c96c684e4caf4859dac01acece81b7d80e093f4c 2604 
ruby-rspec-puppet_1.0.1-2.debian.tar.xz
 ae34093c890894babea70a105bd4e8649439b77483d5e562795a996540ee9417 14770 
ruby-rspec-puppet_1.0.1-2_all.deb
Files: 
 9981729b69018f9dd9a8d390c6fd2dcf 2084 ruby optional 
ruby-rspec-puppet_1.0.1-2.dsc
 63850b7cc34765d1abd9bc93d4cef0eb 2604 ruby optional 
ruby-rspec-puppet_1.0.1-2.debian.tar.xz
 dea5f07e9f6a779cb1f3ccf0bfdd3fe0 14770 ruby optional 
ruby-rspec-puppet_1.0.1-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJTICKdAAoJENpJWPYR4UnpAfgQAJg3HyfN4gn/cHxAEtQu7xLl
FtX5YL4kHXxGhp5sUfgsQv6yKK2f/1fKUybCb9tmxEG8WIdhfmuGgZgt2HqOREZ1
FTRyigx9Y3izIjf95r1YY64dy58bTyfHzPvtMgszXda/PIj5syEgHKPHS/A8w6OA
8bU4rcmQZCK6a6+UMqQhn+6xiXrlZ3GTzbJ947/hEDrP33g/RRsdsJDdqmx6nwWS
eK5UkVaIoOOgo6+6vNAzrrRFUTywluzbuneBPAVsHJrQJ8Lft0SF2zAMPVpXyhx3
/27xy2LxuO3/h6IgE+61obMrQB0qu+oRw5Fp+yayjeIC84qAwY5IMNUBaAmLVGBz
S0uD9LW8CtnVQEqFmaaqWO3UgtYErLS98buLLOhXRH1GCWLwgJaWm3yPEvvjZpWn
5rTol6NMPTTkbkAPJNAWY2nptUEYfUNLhBsmAqTmCN8hcuo2wnhnsWaVrTv3hoZU
Hdg7R0ZFvTAoQ9JR6DfqCmlCBiFDhhkbcpbkGgH3tnUj0hYsSb2KFHybfO0dyebf
fwBI5NqicH3SMq277WWloEOSeAnjuM6W3IdL0aVGgnGE2B+T+IQFPqeqKVnYY2J+
81RfyaiPJqwGqqNJWj6Xkbasryupm51ood9mTvwtajg7fVHFRxwDvvmWbQeYlqtI
zVtJjuDtTwJY9UqWQb9P
=O1gM
-END PGP SIGNATURE End Message ---


Bug#741398: marked as done (haskell-qrencode: builds contentless packages)

2014-03-12 Thread Debian Bug Tracking System
Your message dated Wed, 12 Mar 2014 07:33:38 +
with message-id 
and subject line Bug#741398: fixed in haskell-qrencode 1.0.4-2
has caused the Debian Bug report #741398,
regarding haskell-qrencode: builds contentless packages
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.)


-- 
741398: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=741398
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: haskell-qrencode
Version: 1.0.4-1
Severity: grave
Justification: renders package unusable

libghc-qrencode-* contain only generic /usr/share/doc contents.  Could
you please take a look?

Thanks!
--- End Message ---
--- Begin Message ---
Source: haskell-qrencode
Source-Version: 1.0.4-2

We believe that the bug you reported is fixed in the latest version of
haskell-qrencode, 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 741...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Joachim Breitner  (supplier of updated haskell-qrencode 
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: Wed, 12 Mar 2014 08:29:40 +0100
Source: haskell-qrencode
Binary: libghc-qrencode-dev libghc-qrencode-prof libghc-qrencode-doc
Architecture: source all amd64
Version: 1.0.4-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Haskell Group 

Changed-By: Joachim Breitner 
Description: 
 libghc-qrencode-dev - ${haskell:ShortDescription}${haskell:ShortBlurb}
 libghc-qrencode-doc - ${haskell:ShortDescription}${haskell:ShortBlurb}
 libghc-qrencode-prof - ${haskell:ShortDescription}${haskell:ShortBlurb}
Closes: 741398
Changes: 
 haskell-qrencode (1.0.4-2) unstable; urgency=medium
 .
   * Set DEB_CABAL_PACKAGE=qrencode, as Raúl correctly did originally (sorry
 for that). Closes: #741398
Checksums-Sha1: 
 ae000f8604a1d7b490d8b7e23299b751b8555094 1589 haskell-qrencode_1.0.4-2.dsc
 782da497f5b7fae3d1b47de0a8e483c86014df71 2220 
haskell-qrencode_1.0.4-2.debian.tar.xz
 e33725dc7324b6009c4f3fde5798dd4f4396b2d3 29676 
libghc-qrencode-doc_1.0.4-2_all.deb
 934437b5e60d7648d450691a53a41b9753a7611f 25246 
libghc-qrencode-dev_1.0.4-2_amd64.deb
 f8d1d8218074d9870fc6376b068c9a6a6ab4f7ff 27582 
libghc-qrencode-prof_1.0.4-2_amd64.deb
Checksums-Sha256: 
 d54664d609f713bf4ae7928d0397c9d2cc942e23bad4922eaa33df419d831128 1589 
haskell-qrencode_1.0.4-2.dsc
 911cff490b17b494461e0f334e4e6f7a1d2833090097dc814c520a76b821ef74 2220 
haskell-qrencode_1.0.4-2.debian.tar.xz
 6ed8d907afdd0959d1751115194afb2d3d410ee8d144d3a9a99e2fbdb662e8ed 29676 
libghc-qrencode-doc_1.0.4-2_all.deb
 c5889cf3508d0ec6bc3e57208cd6b0ab6af52063956cc0af2ac69b9da02a48ac 25246 
libghc-qrencode-dev_1.0.4-2_amd64.deb
 77a835668f0208af1fdb6b23ba8ff16adcf3d80a431eb4b151747bec9821c714 27582 
libghc-qrencode-prof_1.0.4-2_amd64.deb
Files: 
 bec012d4f05680bb390834aa27bde5ea 1589 haskell extra 
haskell-qrencode_1.0.4-2.dsc
 b6ea5f665b9ab301c31c54717087f77a 2220 haskell extra 
haskell-qrencode_1.0.4-2.debian.tar.xz
 f7567c0f10e1d142d16e287054123c15 29676 doc extra 
libghc-qrencode-doc_1.0.4-2_all.deb
 7b13d71cca675a5d9a28cfe010362ac2 25246 haskell extra 
libghc-qrencode-dev_1.0.4-2_amd64.deb
 7f5bdb0586a101f59539985ccd16b92b 27582 haskell extra 
libghc-qrencode-prof_1.0.4-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlMgDVsACgkQ9ijrk0dDIGxPwACgz1PkxsrHAu9U36q9moqqlz0+
K+0AmwR5oJ3jef7WFepAFUSb92ipvRij
=Nalf
-END PGP SIGNATURE End Message ---


Bug#735097: empathy: Empathy 3.8 kfreebsd-amd64 can't open window conversation

2014-03-12 Thread Olivier Berger
Hi.

On Sun, Jan 19, 2014 at 12:04:12AM +, Simon McVittie wrote:
> 
> Robert, thanks for looking at this. I expect this might be something
> kFreeBSD-specific, so we'll probably need your help.
> 

FWIW, I'm experimenting a bug with similar message, about empathy not able to 
connect, which displays a dialog box containing :
"Did not receive a reply. Possible causes include: the remote application did 
not send a reply, the message bus security policy blocked the reply, the reply 
timeout expired, or the network connection was broken."

I'm not on kfreebsd, so I'm not sure this is the same issue.

My 2 cents,
-- 
Olivier BERGER 
http://www-public.telecom-sudparis.eu/~berger_o/ - OpenPGP-Id: 2048R/5819D7E8
Ingenieur Recherche - Dept INF
Institut Mines-Telecom, Telecom SudParis, Evry (France)


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org