Bug#623646: libecore-x1: is the libxp dependency necessary?

2013-12-26 Thread Graham Inggs
tags 623646 patch
thanks

The attached patch disables building with libxp support and removes
the build-dep on libxp-dev.
diff -Nru ecore-1.7.7/debian/control ecore-1.7.7/debian/control
--- ecore-1.7.7/debian/control  2013-12-25 19:16:20.0 +0200
+++ ecore-1.7.7/debian/control  2013-12-26 10:11:17.0 +0200
@@ -1,3 +1,4 @@
+
 Source: ecore
 Section: libs
 Priority: optional
@@ -7,7 +8,7 @@
 Build-Depends: dpkg-dev (= 1.14.8), debhelper (= 9), libeina-dev (= 1.7.7),
  libevas-dev (= 1.7.7), libgnutls-dev,
  libcurl4-gnutls-dev, libxcursor-dev, libxss-dev, libxrender-dev, 
libxinerama-dev,
- libxrandr-dev, libxext-dev, libxp-dev, libxcomposite-dev, libxi-dev,
+ libxrandr-dev, libxext-dev, libxcomposite-dev, libxi-dev,
  libxdamage-dev, x11proto-xext-dev, libxtst-dev, libglib2.0-dev, libjpeg-dev,
  libc-ares-dev, check
 Build-Depends-Indep: doxygen
@@ -148,7 +149,7 @@
  libevas-dev (= 1.7.7), libeina-dev (= 1.7.7),
  libgnutls-dev, libcurl4-gnutls-dev, libxcursor-dev, libxss-dev,
  libxrender-dev, libxinerama-dev, libxrandr-dev, libxext-dev, 
libxi-dev,
- libxp-dev, libxcomposite-dev, libxdamage-dev, x11proto-xext-dev, 
libxtst-dev,
+ libxcomposite-dev, libxdamage-dev, x11proto-xext-dev, libxtst-dev,
  libglib2.0-dev, libc-ares-dev, pkg-config
 Description: Ecore headers and static libraries
  This is the core event abstraction layer and X abstraction layer that makes
diff -Nru ecore-1.7.7/debian/rules ecore-1.7.7/debian/rules
--- ecore-1.7.7/debian/rules2013-12-25 19:16:20.0 +0200
+++ ecore-1.7.7/debian/rules2013-12-26 10:11:17.0 +0200
@@ -19,6 +19,7 @@
--enable-ecore-evas-software-x11 \
--disable-ecore-directfb \
--disable-ecore-evas-directfb \
+   --disable-ecore-x-xprint \
--enable-tests \
--enable-doc
 


Bug#623661: rox: is the libxp-dev build-dependency necessary?

2013-12-26 Thread Graham Inggs
tags 623661 patch
thanks

Since rox does not actually link libxp, the build-dep on libxp-dev can
simply be removed as per the attached patch.
diff -u rox-2.10/debian/control rox-2.10/debian/control
--- rox-2.10/debian/control
+++ rox-2.10/debian/control
@@ -5,7 +5,7 @@
 Standards-Version: 3.8.2
 Build-Depends: libgtk2.0-dev (= 2.0.1), libxml2-dev, debhelper (= 7), file, 
libatk1.0-dev, 
  libglib2.0-dev (= 2.0.3), libpango1.0-dev, dpatch, libsm-dev, libx11-dev,  
x11proto-core-dev, libxext-dev, libxi-dev, libxrender-dev, libice-dev, 
- zlib1g-dev, libxrandr-dev, libxft-dev, libexpat1-dev, libxmu-dev, 
libxmuu-dev, libxp-dev, libxpm-dev, libxt-dev, libxtst-dev, 
+ zlib1g-dev, libxrandr-dev, libxft-dev, libexpat1-dev, libxmu-dev, 
libxmuu-dev, libxpm-dev, libxt-dev, libxtst-dev, 
  libxv-dev, shared-mime-info (= 0.16), libglade2-dev
 Homepage: http://rox.sourceforge.net/desktop/ROX-Filer
 Vcs-git: git://git.debian.org/git/collab-maint/rox-filer.git


Bug#629441: /usr/bin/clang: compilation fails on MIPS due to missing _MIPS_SZPTR macro

2013-12-26 Thread Aurelien Jarno
On Thu, Dec 26, 2013 at 12:48:44AM +, Aníbal Monsalve Salazar wrote:
 On Thu, Dec 26, 2013 at 11:35:16AM +1100, Aníbal Monsalve Salazar wrote:
  On Mon, Jun 06, 2011 at 08:36:26PM +0200, Aurelien Jarno wrote:
  clone 601645 -1
  reopen -1
  reassign -1 clang 2.9-1
  thanks
  
  Hi,
  
  On Wed, Oct 27, 2010 at 10:32:01PM -0400, Mark Heily wrote:
  Package: clang
  Version: 2.7-3
  Severity: normal
  File: /usr/bin/clang
  
  clang is unable to compile a trivial program on MIPS due to a glibc
  dependency on GCC-specific macros. Here is a command that
  demonstrates the failure:
  
  $ echo '#include stdlib.h' | clang -x c -
  clang: warning: unknown platform, assuming -mfloat-abi=soft
  In file included from stdin:1:
  In file included from /usr/include/stdlib.h:320:
  In file included from /usr/include/sys/types.h:31:
  /usr/include/bits/types.h:128:3: error: #error
  
  The problem is that glibc expects the macro _MIPS_SZPTR to be
  defined by the compiler. Clang does not appear to define this macro.
  Glibc uses _MIPS_SZPTR to set the value of __WORDSIZE, so you can
  workaround the compilation issue like this:
  
  printf #define _MIPS_SZPTR 32\n#include stdlib.h\n | clang -x c -
  
  The Linux kernel sources mention several other MIPS-related macros
  that are specific to GCC and may not be implemented by other
  compilers [1].
  
  This bug has been workaround in eglibc 2.13-5 by using another way to
  define __WORDSIZE on clang.
  
  That said after discussing with upstream, it clearly appears to be a
  clang issue. _MIPS_SZPTR has been defined by SGI and must be present
  in all compilers targeting MIPS. Some more details are given in 
  MIPSpro(TM) Compiling and Performance Tuning Guide (SGI's document 
  #007-2360-008).
  
  I am therefore cloning and reassigning this bug to clang. I'll keep the
  workaround in eglibc until the problem is solved on the clang side.
  
  Hello Aurelien,
  
  I just closed #599984.
  
  http://bugs.debian.org/599984
  
  And #629441 was blocking the fix for #599984.
  
  http://bugs.debian.org/629441
  
  I tried your one-line clang command on mips and mipsel.
  
  The mips result is below.
  
$ uname -a
Linux choco 3.10-3-r5k-ip32 #1 Debian 3.10.11-1 (2013-09-10) mips64 
  GNU/Linux
  
$ echo '#include stdlib.h' | clang -x c -
/usr/bin/ld: /tmp/--6Ek165.o: warning: linking abicalls files with 
  non-abicalls files
/usr/bin/../lib/gcc/mips-linux-gnu/4.8/../../../mips-linux-gnu/crt1.o: In 
  function `__start':
(.text+0x18): undefined reference to `main'
clang: error: linker command failed with exit code 1 (use -v to see 
  invocation)
  
  And the mipsel result is below.
  
$ uname -a
Linux eladi 2.6.36-trunk-loongson-2f #1 Thu Oct 28 17:32:42 UTC 2010 
  mips64 GNU/Linux
  
$ echo '#include stdlib.h' | clang -x c -
/usr/bin/ld: /tmp/--klojkk.o: warning: linking abicalls files with 
  non-abicalls files

  /usr/bin/../lib/gcc/mipsel-linux-gnu/4.8/../../../mipsel-linux-gnu/crt1.o: 
  In function `__start':
(.text+0x18): undefined reference to `main'
clang: error: linker command failed with exit code 1 (use -v to see 
  invocation)
  
  Should I close #629441?

glibc has workarounded the clang bug, which didn't define correctly
_MIPS_SZPTR, so it's normal that your test works.

The test to do is the following:

$echo '_MIPS_SZPTR' | clang -E -  
# 1 stdin
# 1 stdin 1
# 1 built-in 1
# 1 built-in 3
# 154 built-in 3
# 1 command line 1
# 1 built-in 2
# 1 stdin 2
32

And you can see that _MIPS_SZPTR is correctly defined. So yes this bug
can be closed now.

-- 
Aurelien Jarno  GPG: 1024D/F1BCDB73
aurel...@aurel32.net http://www.aurel32.net


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



Bug#690659: closed by Michael Gilbert mgilb...@debian.org (Re: [pkg-wine-party] Bug#690659: wine-bin: Please Recommend libwine-print)

2013-12-26 Thread Tollef Fog Heen
]]  (Debian Bug Tracking System)

 libwine-print is no longer provided.

What does this mean?  Is the functionality pulled into wine itself, has
printing been removed or something else?

-- 
Tollef Fog Heen
UNIX is user friendly, it's just picky about who its friends are


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



Bug#733136: hotswap: please remove the build-dependency on libxp-dev

2013-12-26 Thread Graham Inggs
Source: hotswap
Version: 0.4.0-13
Tags: patch

You have a build-depends on libxp-dev, but no dependency on libxp6 in
your binary package.  This likely means you don't actually need
libxp-dev. The build-depends may have turned up historically when the
monolithic Xfree86 package was split into X.org modules (when the
all-encompassing xlibs package was split into separate libx*
packages).

libxp is a library which provides an API that enables client programs
to access and use an Xprint server. Since the xprint package is
obsolete and has been removed from the archive, it makes
sense to get rid of libxp as well.
diff -Nru hotswap-0.4.0/debian/control hotswap-0.4.0/debian/control
--- hotswap-0.4.0/debian/control2013-07-15 19:35:51.0 +0200
+++ hotswap-0.4.0/debian/control2013-12-22 23:27:36.0 +0200
@@ -2,7 +2,7 @@
 Section: admin
 Priority: optional
 Maintainer: Alberto Gonzalez Iniesta a...@inittab.org
-Build-Depends: debhelper ( 8.0.0), libmotif-dev, libxml2-dev, gettext, quilt 
(= 0.46-7~), libxt-dev, libxext-dev, libxp-dev, autotools-dev
+Build-Depends: debhelper ( 8.0.0), libmotif-dev, libxml2-dev, gettext, quilt 
(= 0.46-7~), libxt-dev, libxext-dev, autotools-dev
 Standards-Version: 3.9.4
 Homepage: http://timstadelmann.de/hotswap.html
 


Bug#635920: patch / git-import-orig --uscan uses the wrong tarball when a repacking script is used

2013-12-26 Thread Csillag Tamas
On Thu, Dec 26, 2013 at 07:20:23AM +0100, Andreas Tille wrote:
 Hi Russ,
 
 On Wed, Dec 25, 2013 at 09:50:39AM -0800, Russ Allbery wrote:
  Andreas Tille ti...@debian.org writes:
  
   I'm deeply impressed by the stuff you guys are dealing with at Christmas
   Eve. ;-) While my family is not as tolerant to let me put those topics
   on the table I'd be really happy if some of you could send a bug report
   with the patch to BTS.
  
  Done.  (Well, sort of; I was lazy and didn't turn it into a full patch.)
 
 Sorry, I don't get it?  Any new bug number or am I missing an old problem?

Hi Andreas,

It is bugnumber #733111

I started working on a patch last night, but did not finished it yet.
(I will be AFK today and back in the afternoon.)

A question however: 'field Files-Excluded containing a space separated list of
globs' this is from your original spec in #685787.
It should be space AND newline separated, right?
(or is a newer spec available?)

Regards,
 Tamas
-- 
CSILLAG Tamas (cstamas) - http://cstamas.hu/

Anyway, I'm interested in what works, not in philosophical bullshit.
 -- Daniel J. Bernstein


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



Bug#713498:

2013-12-26 Thread Игорь Пашев
http://code.ohloh.net/file?fid=ZYcxFNlRJ6mpB4hT8j4bH36t1OYcid=P9m-lyBa7_Is=fp=306441mpprojSelected=true#L0

One needs to put tags after commen, e. g.:

diff --git a/farstream/fs-session.c b/farstream/fs-session.c
index 80794d1..abb1bc3 100644
--- a/farstream/fs-session.c
+++ b/farstream/fs-session.c
@@ -270,9 +270,6 @@ fs_session_class_init (FsSessionClass *klass)
   /**
* FsSession:codec-preferences:
*
-   * Type: GLib.List(FsCodec)
-   * Transfer: full
-   *
* This is the current preferences list for the local codecs. It is
* set by the user to specify the codec options and priorities. The user may
* change its value with fs_session_set_codec_preferences() at any time
@@ -283,6 +280,9 @@ fs_session_class_init (FsSessionClass *klass)
* or %FS_CODEC_ID_ANY. If the encoding name is reserve-pt, then the
* payload type of the codec will be reserved and not be used by any
* dynamically assigned payload type.
+   *
+   * Type: GLib.List(FsCodec)
+   * Transfer: full
*/
   g_object_class_install_property (gobject_class,
   PROP_CODEC_PREFERENCES,


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



Bug#732855:

2013-12-26 Thread Jackson Doak
How large (pixels) is your screen. This might be gthumb's default size for
a reason, but not working on all screens.


Bug#733137: xawtv: please remove the build-dependency on libxp-dev

2013-12-26 Thread Graham Inggs
Source: xawtv
Version: 3.103-2.1
Tags: patch

You have a build-depends on libxp-dev which may have turned up
historically when the monolithic Xfree86 package was split into
X.org modules (when the all-encompassing xlibs package was split
into separate libx* packages).

libxp is a library which provides an API that enables client programs
to access and use an Xprint server. Since the xprint package is
obsolete and has been removed from the archive, it makes
sense to get rid of libxp as well.

The attached patch prevents libxp from being linked and removes
the build-dependency on libxp-dev.
diff -Nru xawtv-3.103/debian/control xawtv-3.103/debian/control
--- xawtv-3.103/debian/control  2013-09-14 18:50:07.0 +0200
+++ xawtv-3.103/debian/control  2013-12-22 23:28:26.0 +0200
@@ -9,7 +9,7 @@
  libexplain-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libxmu-dev,
  libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libxft-dev,
  libv4l-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libmotif-dev,
- libquicktime-dev (= 0.9.9), libglib2.0-dev, libfs-dev, libdv-dev, libxp-dev,
+ libquicktime-dev (= 0.9.9), libglib2.0-dev, libfs-dev, libdv-dev,
  hardening-includes
 Maintainer: Maximiliano Curia m...@debian.org
 Standards-Version: 3.9.4
diff -Nru xawtv-3.103/debian/patches/do_not_link_xprint.diff 
xawtv-3.103/debian/patches/do_not_link_xprint.diff
--- xawtv-3.103/debian/patches/do_not_link_xprint.diff  1970-01-01 
02:00:00.0 +0200
+++ xawtv-3.103/debian/patches/do_not_link_xprint.diff  2013-01-02 
13:30:08.0 +0200
@@ -0,0 +1,11 @@
+--- a/Makefile.in
 b/Makefile.in
+@@ -39,7 +39,7 @@
+ # various libraries
+ ATHENA_LIBS   := @X_LIBS@ @XFT_LIBS@ @LIBS@ @ATHENA@
+ MOTIF_LIBS:= @X_LIBS@ @XFT_LIBS@ @LIBS@ -lXm -lXmu -lXt @X_PRE_LIBS@ \
+- -lXp -lXpm -lXext -lX11 @X_EXTRA_LIBS@
++ -lXpm -lXext -lX11 @X_EXTRA_LIBS@
+ THREAD_LIBS   := @LIBPTHREAD@
+ CURSES_LIBS   := @LIBCURSES@
+ LIRC_LIBS := @LIRC@
diff -Nru xawtv-3.103/debian/patches/series xawtv-3.103/debian/patches/series
--- xawtv-3.103/debian/patches/series   2013-06-27 17:59:52.0 +0200
+++ xawtv-3.103/debian/patches/series   2013-12-22 23:45:28.0 +0200
@@ -3,3 +3,4 @@
 minor_spelling_change.diff
 mayhem_showriff.diff
 mayhem_rootv.diff
+do_not_link_xprint.diff
\ No newline at end of file


Bug#733138: nsd: [INTL:de] Initial German debconf translation

2013-12-26 Thread Chris Leick

Package: nsd
Version: 4.0.0-4
Severity: wishlist
Tags: l10n patch


Hi,

please find attached the updated German debconf translation of nsd.

Kind regards,
Chris


de.po.gz
Description: application/gzip


Bug#690659: closed by Michael Gilbert mgilb...@debian.org (Re: [pkg-wine-party] Bug#690659: wine-bin: Please Recommend libwine-print)

2013-12-26 Thread Stephen Kitt
Hi Tolleg,

On Thu, 26 Dec 2013 08:52:59 +0100, Tollef Fog Heen tfh...@err.no wrote:
  libwine-print is no longer provided.
 
 What does this mean?  Is the functionality pulled into wine itself, has
 printing been removed or something else?

The contents of libwine-print are now in libwine (along with those of most of
the various libwine-... packages).

Regards,

Stephen


signature.asc
Description: PGP signature


Bug#719454:

2013-12-26 Thread Игорь Пашев
diff -uNr gst-plugins-bad-0.10.23/docs/plugins/gst-plugins-bad-plugins-docs.sgml
gst-plugins-bad-0.10.23.new/docs/plugins/gst-plugins-bad-plugins-docs.sgml
--- gst-plugins-bad-0.10.23/docs/plugins/gst-plugins-bad-plugins-docs.sgml
2011-12-30 19:24:26.0 +0100
+++ gst-plugins-bad-0.10.23.new/docs/plugins/gst-plugins-bad-plugins-docs.sgml
2012-09-29 15:19:33.449242759 +0200
@@ -221,7 +221,6 @@
 xi:include href=xml/plugin-wildmidi.xml /
 xi:include href=xml/plugin-xvid.xml /
 xi:include href=xml/plugin-voaacenc.xml /
-xi:include href=xml/plugin-voamrwbenc.xml /
 xi:include href=xml/plugin-vp8.xml /
 xi:include href=xml/plugin-zbar.xml /
   /chapter

From 
http://code.ohloh.net/file?fid=146cLJIk1XZDqS5OElCfDmDkU7Acid=8FaGx4bQTAAs=fp=512466mpprojSelected=true#L0


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



Bug#733139: Add shinken support

2013-12-26 Thread Mathieu Parent
Package: nagvis
Version: 1:1.7.10+dfsg1-1
Severity: wishlist

Hello,

The attached patches allows quick configuration of nagvis with shinken.

Regards
-- 
Mathieu
From b29cbf2e0a0f192c2c98b761f448429001510754 Mon Sep 17 00:00:00 2001
From: Mathieu Parent math.par...@gmail.com
Date: Thu, 26 Dec 2013 10:43:48 +0100
Subject: [PATCH 1/2] Refactor monitoring configuration

---
 debian/nagvis.postinst | 60 --
 1 file changed, 24 insertions(+), 36 deletions(-)

diff --git a/debian/nagvis.postinst b/debian/nagvis.postinst
index fac9f84..4a2cfe6 100644
--- a/debian/nagvis.postinst
+++ b/debian/nagvis.postinst
@@ -90,8 +90,8 @@ case $1 in
 . /usr/share/debconf/confmodule
 db_get nagvis/monitoring_system
 MONITORING=$RET
-	case $MONITORING in
-	icinga)
+case $MONITORING in
+icinga|nagios)
 ## Creating Configuration file for Nagvis
 nagvis_tmp=$(mktemp)
 cat /usr/share/nagvis/defaults/nagvis.ini.php-sample | sed \
@@ -99,12 +99,22 @@ case $1 in
   -e s#;file_mode=\660\#file_mode=\660\#g \
   -e s#;base=\/usr/local/nagvis/\#base=\/usr/share/nagvis/\# \
   -e s#;htmlbase=\/nagvis\#htmlbase=\/nagvis\# \
-  -e s#;htmlcgi=\/nagios/cgi-bin\#htmlcgi=\/icinga/cgi-bin\# \
-  -e s#;socket=\unix:/usr/local/nagios/var/rw/live\#socket=\unix:/var/lib/icinga/rw/live\# \
   -e s#\[rotation_demo\]#;\[rotation_demo\]# \
   -e s#interval=15#;interval=15# \
   -e s#maps=\\(.*\)\#;maps=\\1\# \
$nagvis_tmp
+case $MONITORING in
+icinga)
+sed -i $nagvis_tmp \
+  -e s#;htmlcgi=\/nagios/cgi-bin\#htmlcgi=\/icinga/cgi-bin\# \
+  -e s#;socket=\unix:/usr/local/nagios/var/rw/live\#socket=\unix:/var/lib/icinga/rw/live\#
+;;
+nagios)
+sed -i $nagvis_tmp \
+  -e s#;htmlcgi=\/nagios/cgi-bin\#htmlcgi=\/nagios/cgi-bin\# \
+  -e s#;socket=\unix:/usr/local/nagios/var/rw/live\#socket=\unix:/var/lib/nagios3/rw/live\#
+;;
+esac
 chgrp www-data $nagvis_tmp
 chmod g+rw $nagvis_tmp
 ucf --debconf-ok $nagvis_tmp /etc/nagvis/nagvis.ini.php
@@ -114,40 +124,18 @@ case $1 in
 apache_tmp=$(mktemp)
 sed -e s#@NAGVIS_PATH@#/usr/share/nagvis/share/#g \
   -e s#@NAGVIS_WEB@#/nagvis#g \
-  -e s#@NAGIOS_PATH@/etc#/etc/icinga#g \
-   /usr/share/nagvis/defaults/apache2-nagvis.conf-sample \
-   $apache_tmp
-chmod go+r $apache_tmp
-ucf --debconf-ok $apache_tmp /etc/nagvis/apache2.conf
-ucfr nagvis /etc/nagvis/apache2.conf
-rm -f $apache_tmp
-;;
-nagios)
-## Creating Configuration file for Nagvis
-nagvis_tmp=$(mktemp)
-cat /usr/share/nagvis/defaults/nagvis.ini.php-sample | sed \
-  -e s#;file_group=\\#file_group=\www-data\#g \
-  -e s#;file_mode=\660\#file_mode=\660\#g \
-  -e s#;base=\/usr/local/nagvis/\#base=\/usr/share/nagvis/\# \
-  -e s#;htmlbase=\/nagvis\#htmlbase=\/nagvis\# \
-  -e s#;htmlcgi=\/nagios/cgi-bin\#htmlcgi=\/nagios/cgi-bin\# \
-  -e s#;socket=\unix:/usr/local/nagios/var/rw/live\#socket=\unix:/var/lib/nagios3/rw/live\# \
-  -e s#\[rotation_demo\]#;\[rotation_demo\]# \
-  -e s#interval=15#;interval=15# \
-  -e s#maps=\\(.*\)\#;maps=\\1\# \
-   $nagvis_tmp
-chgrp www-data $nagvis_tmp
-chmod g+rw $nagvis_tmp
-ucf --debconf-ok $nagvis_tmp /etc/nagvis/nagvis.ini.php
-ucfr nagvis /etc/nagvis/nagvis.ini.php
-rm -f $nagvis_tmp
-## Creating Configuration snipplet for Apache
-apache_tmp=$(mktemp)
-sed -e s#@NAGVIS_PATH@#/usr/share/nagvis/share/#g \
-  -e s#@NAGVIS_WEB@#/nagvis#g \
-  -e s#@NAGIOS_PATH@/etc#/etc/nagios3#g \
/usr/share/nagvis/defaults/apache2-nagvis.conf-sample \
$apache_tmp
+case $MONITORING in
+icinga)
+sed -i $apache_tmp \
+  -e s#@NAGIOS_PATH@/etc#/etc/icinga#g
+;;
+nagios)
+sed -i $apache_tmp \
+  -e s#@NAGIOS_PATH@/etc#/etc/nagios3#g
+;;
+esac
 chmod go+r 

Bug#733140: apt-listbugs: incompatible with ruby-locale 2.1.0-1

2013-12-26 Thread intrigeri
Package: apt-listbugs
Version: 0.1.11
Severity: important

Hi,

after my last APT upgrade (that upgraded ruby-locale from 2.0.9-1 to
2.1.0-1), any `apt-get install' operation dies:

Do you want to continue? [Y/n] 
/usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load 
such file -- locale/util/memoizable (LoadError)
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /usr/lib/ruby/vendor_ruby/gettext/class_info.rb:3:in `top 
(required)'
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /usr/lib/ruby/vendor_ruby/gettext/text_domain_manager.rb:13:in 
`top (required)'
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /usr/lib/ruby/vendor_ruby/gettext.rb:19:in `top (required)'
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /usr/sbin/apt-listbugs:294:in `main'
E: Sub-process /usr/sbin/apt-listbugs apt returned an error code (1)
E: Failure running script /usr/sbin/apt-listbugs apt

Downgrading ruby-locale to 2.0.9-1 fixes this problem for me.

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

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

Versions of packages apt-listbugs depends on:
ii  apt   0.9.14.1
ii  ruby  1:1.9.3
ii  ruby-debian   0.3.8+b1
ii  ruby-gettext  3.0.2-2
ii  ruby-httpclient   2.3.3-2
ii  ruby-soap4r   2.0.5-2
ii  ruby-xmlparser0.7.2-2
ii  ruby1.8 [ruby-interpreter]1.8.7.358-9
ii  ruby1.9.1 [ruby-interpreter]  1.9.3.484-1
ii  ruby2.0 [ruby-interpreter]2.0.0.353-1

apt-listbugs recommends no packages.

Versions of packages apt-listbugs suggests:
ii  chromium [www-browser]  31.0.1650.63-1
ii  debianutils 4.4
ii  epiphany-browser [www-browser]  3.8.2-5
ii  iceweasel [www-browser] 24.2.0esr-1+tails1
ii  reportbug   6.4.4
ii  w3m [www-browser]   0.5.3-13

-- no debconf information

--
  intrigeri
  | GnuPG key @ https://gaffer.ptitcanardnoir.org/intrigeri/intrigeri.asc
  | OTR fingerprint @ https://gaffer.ptitcanardnoir.org/intrigeri/otr.asc


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



Bug#733141: apt-cacher-ng: postinst fails when upgrading to 0.7.24-1

2013-12-26 Thread intrigeri
Package: apt-cacher-ng
Version: 0.7.24-1
Severity: important

Hi,

the upgrade to apt-cacher-ng 0.7.24-1 fails for me:

  dpkg: error processing package apt-cacher-ng (--configure):
   subprocess installed post-installation script returned error exit status 1
  Errors were encountered while processing:
   apt-cacher-ng
  E: Sub-process /usr/bin/dpkg returned an error code (1)

I've inserted set -x in /var/lib/dpkg/info/apt-cacher-ng.postinst
and here is the output:

  Setting up apt-cacher-ng (0.7.24-1) ...
  + . /usr/share/debconf/confmodule
  + [ !  ]
  + PERL_DL_NONLAZY=1
  + export PERL_DL_NONLAZY
  + [  ]
  + exec /usr/share/debconf/frontend /var/lib/dpkg/info/apt-cacher-ng.postinst 
configure 0.7.23-1
  + . /usr/share/debconf/confmodule
  + [ ! 1 ]
  + [ -z  ]
  + exec
  + [  ]
  + exec
  + DEBCONF_REDIR=1
  + export DEBCONF_REDIR
  + NAME=apt-cacher-ng
  + CONFIGFILE=/etc/apt-cacher-ng/zz_debconf.conf
  + LDIR=/var/log/apt-cacher-ng
  + SLIST=/etc/apt/sources.list
  + CFG=/etc/apt-cacher-ng
  + DDIR=/usr/lib/apt-cacher-ng
  + VDIR=/var/lib/apt-cacher-ng
  + udefault=/var/lib/apt-cacher-ng/backends_ubuntu.default
  + ddefault=/var/lib/apt-cacher-ng/backends_debian.default
  + BINPATH=/usr/sbin/apt-cacher-ng
  + sig=#09f369bf9c82a2210934e82213360226
  + def_file_header=# This is a configuration file. All lines starting with # 
will be ignored.
  #
  # WARNING: this file is maintained by configuration scripts of the 
apt-cacher-ng
  # package. All manual changes WILL BE LOST after the next package upgrade as
  # long as a line looking exactly like #09f369bf9c82a2210934e82213360226
  # is found inside. Remove or modify that line to stop auto-updates of this 
file.
  #09f369bf9c82a2210934e82213360226
  
  
  + [ configure = configure ]
  + db_get apt-cacher-ng/cachedir
  + _db_cmd GET apt-cacher-ng/cachedir
  + _db_internal_IFS=   
  
  + IFS= 
  + printf %s\n GET apt-cacher-ng/cachedir
  + IFS=
  
  + IFS=
   read -r _db_internal_line
  + RET=/var/cache/apt-cacher-ng
  + return 0
  + CDIR=/var/cache/apt-cacher-ng
  + CDIRCONF=CacheDir: /var/cache/apt-cacher-ng
  + PRINTCFGVAR=CacheDir /usr/sbin/apt-cacher-ng -c /etc/apt-cacher-ng
  + TESTPATH=
  dpkg: error processing package apt-cacher-ng (--configure):
   subprocess installed post-installation script returned error exit status 1
  Errors were encountered while processing:
   apt-cacher-ng
  E: Sub-process /usr/bin/dpkg returned an error code (1)

So I've tried to debug this a bit more:

  # PRINTCFGVAR=CacheDir /usr/sbin/apt-cacher-ng -c /etc/apt-cacher-ng
  Error opening file, terminating.

Any other information that would be useful?

-- Package-specific info:

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

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

Versions of packages apt-cacher-ng depends on:
ii  adduser3.113+nmu3
ii  debconf [debconf-2.0]  1.5.52
ii  dpkg   1.17.5
ii  init-system-helpers1.14
ii  libbz2-1.0 1.0.6-5
ii  libc6  2.17-97
ii  libgcc11:4.8.2-10
ii  liblzma5   5.1.1alpha+20120614-2
ii  libssl1.0.01.0.1e-6
ii  libstdc++6 4.8.2-10
ii  libwrap0   7.6.q-24
ii  zlib1g 1:1.2.8.dfsg-1

Versions of packages apt-cacher-ng recommends:
ii  avahi-daemon  0.6.31-3
ii  ed1.9-2

Versions of packages apt-cacher-ng suggests:
ii  curl  7.34.0-1
pn  doc-base  none
ii  libfuse2  2.9.2-4
ii  wget  1.14-5

-- Configuration Files:
/etc/apt-cacher-ng/acng.conf changed:
CacheDir: /var/cache/apt-cacher-ng
LogDir: /var/log/apt-cacher-ng
Port:3142
Remap-debrep: file:deb_mirror*.gz /debian ; file:backends_debian # Debian 
Archives
Remap-uburep: file:ubuntu_mirrors /ubuntu ; file:backends_ubuntu # Ubuntu 
Archives
Remap-debvol: file:debvol_mirror*.gz /debian-volatile ; file:backends_debvol # 
Debian Volatile Archives
Remap-cygwin: file:cygwin_mirrors /cygwin # ; file:backends_cygwin # 
incomplete, please create this file or specify preferred mirrors here
Remap-sfnet:  file:sfnet_mirrors # ; file:backends_sfnet # incomplete, please 
create this file or specify preferred mirrors here
Remap-alxrep: file:archlx_mirrors /archlinux # ; file:backend_archlx # Arch 
Linux
Remap-fedora: file:fedora_mirrors # Fedora Linux
Remap-epel:   file:epel_mirrors # Fedora EPEL
Remap-slrep:  file:sl_mirrors # Scientific Linux
Remap-gentoo: file:gentoo_mirrors.gz /gentoo ; file:backends_gentoo # Gentoo 
Archives
ReportPage: acng-report.html
ExTreshold: 4
LocalDirs: acng-doc /usr/share/doc/apt-cacher-ng
ReuseConnections: 1
PipelineDepth: 255

/etc/apt-cacher-ng/security.conf [Errno 13] Permission denied: 
u'/etc/apt-cacher-ng/security.conf'

-- debconf information:
  apt-cacher-ng/proxy:
  apt-cacher-ng/port: 3142
  

Bug#733142: gstreamer0.10-nice: plugin not correctly registered

2013-12-26 Thread Luca Capello
Package: gstreamer0.10-nice
Version: 0.1.4-1
File: /usr/lib/x86_64-linux-gnu/gstreamer-0.10/libgstnice010.so
Severity: important
Control: affects -1 + pidgin
Usertags: pca.it-communication

Hi there!

On my sid (no DE and no recommends) Pidgin_2.10.7-2+b1 (sid) is not able
to start an audio/video call with Pidgin_2.10.6-3 (wheezy), while from
two default wheezy everything is fine using the same account.

A bit of debugging revealed that the bug is well known for at least 4
months, not on the Debian BTS, but on the Pidgin upstream:

  https://test.developer.pidgin.im/ticket/15726

Indeed, I have the same package versions as in comment 6 and as in
comment 8 `gst-inspect-0.10 nice` shows no registration for the nice
plugin.

Simply installing gstreamer0.10-nice_0.1.2-1 solves the problem.

Thx, bye,
Gismo / Luca

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

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

Versions of packages gstreamer0.10-nice depends on:
ii  libc6   2.17-97
ii  libglib2.0-02.36.4-1
ii  libgstreamer0.10-0  0.10.36-1.2
ii  libnice10   0.1.4-1
ii  libxml2 2.9.1+dfsg1-3

gstreamer0.10-nice recommends no packages.

gstreamer0.10-nice suggests no packages.

-- no debconf information


signature.asc
Description: PGP signature


Bug#733144: O: zziplib -- library providing read access on ZIP-archives - binaries

2013-12-26 Thread Ricardo Mones
Package: wnpp
Severity: normal

The current maintainer of zziplib, LIU Qi liuq...@gmail.com,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: zziplib
Binary: zziplib-bin, libzzip-0-13, libzzip-dev
Version: 0.13.56-1.1
Maintainer: LIU Qi liuq...@gmail.com
Build-Depends: debhelper (= 7), autotools-dev, pkg-config, zlib1g-dev, python
Architecture: any
Standards-Version: 3.8.2
Format: 1.0
Files:
 0710b646742c7cee7ecfba591ea4639d 1961 zziplib_0.13.56-1.1.dsc
 729e291af8de84b54eca93e8283f016e 680150 zziplib_0.13.56.orig.tar.gz
 43cd7591ef3d4cdc8f3565ea91ab9665 10543 zziplib_0.13.56-1.1.diff.gz
Vcs-Browser: http://git.printk.org/?p=liuqi/debian/zziplib.git;a=summary
Vcs-Git: git://git.printk.org/liuqi/debian/zziplib.git
Checksums-Sha1:
 e03b1ea0e30c0c7607f94c58530706d8ffa28784 1961 zziplib_0.13.56-1.1.dsc
 5afd0fa6e7ace0fb45e768d2acaafea16c1bd941 680150 zziplib_0.13.56.orig.tar.gz
 97b0fdbcdd13d576e2c529b335997ec5a3681bef 10543 zziplib_0.13.56-1.1.diff.gz
Checksums-Sha256:
 ba97b82a01e7c03234c05bbd7175aa3783b2c82ac2bebde831fe9afc979ea201 1961 
zziplib_0.13.56-1.1.dsc
 03d5cede1336d69bc1b060da90a5b786bb7987c84129c9110df806508165c4b0 680150 
zziplib_0.13.56.orig.tar.gz
 b3c018b84421d4487da7423bf7881e44cc6fb7d3c3884350809d21c7d6dac507 10543 
zziplib_0.13.56-1.1.diff.gz
Homepage: http://zziplib.sourceforge.net
Package-List: 
 libzzip-0-13 deb libs optional
 libzzip-dev deb libdevel optional
 zziplib-bin deb utils optional
Directory: pool/main/z/zziplib
Priority: source
Section: libs

Package: zziplib-bin
Source: zziplib
Version: 0.13.56-1.1
Installed-Size: 94
Maintainer: LIU Qi liuq...@gmail.com
Architecture: armel
Depends: libc6 (= 2.4), libzzip-0-13 (= 0.13.56), zlib1g (= 1:1.1.4)
Description-en: library providing read access on ZIP-archives - binaries
 The zziplib library is intentionally lightweight, it offers the ability
 to easily extract data from files archived in a single zip file.
 Applications can bundle files into a single zip archive and access them.
 The implementation is based only on the (free) subset of compression
 with the zlib algorithm which is actually used by the zip/unzip tools.
 .
 This package contains some useful binaries to extract data from zip
 archives.
Description-md5: 226d055c4f586cd69eb6f69325c1ca77
Homepage: http://zziplib.sourceforge.net
Tag: implemented-in::c, interface::commandline, role::program,
 scope::utility, use::compressing, use::storing, works-with-format::zip,
 works-with::archive
Section: utils
Priority: optional
Filename: pool/main/z/zziplib/zziplib-bin_0.13.56-1.1_armel.deb
Size: 40494
MD5sum: c2cc14b78f5380d047bf00340b1741bd
SHA1: 39b5466b1bb78135ee4c72c2d29bf30cad367e11
SHA256: 12e605e63885032f3d75faebd9774bd971d87b57d363a2d9b503c3367dedcfa5

Package: libzzip-0-13
Source: zziplib
Version: 0.13.56-1.1
Installed-Size: 105
Maintainer: LIU Qi liuq...@gmail.com
Architecture: armel
Replaces: libzzip-0-12
Depends: libc6 (= 2.4), zlib1g (= 1:1.1.4)
Conflicts: libzzip-0-12
Description-en: library providing read access on ZIP-archives - library
 The zziplib library is intentionally lightweight, it offers the ability
 to easily extract data from files archived in a single zip file.
 Applications can bundle files into a single zip archive and access them.
 The implementation is based only on the (free) subset of compression
 with the zlib algorithm which is actually used by the zip/unzip tools.
 .
 This package contains the zziplib runtime library.
Description-md5: af2b6923fb71473fe9795bf123474a93
Homepage: http://zziplib.sourceforge.net
Tag: role::shared-lib, works-with-format::zip, works-with::archive
Section: libs
Priority: optional
Filename: pool/main/z/zziplib/libzzip-0-13_0.13.56-1.1_armel.deb
Size: 51264
MD5sum: 67e0e04500e647877cd9b66dee89f4b3
SHA1: 6b5d7fd640c1824256086c7d680ae561cca62a84
SHA256: 4920aa1d6534d0985c0cc48b121f853f0e18f05e72ac1d5a35b2c9093bfcfcea

Package: libzzip-dev
Source: zziplib
Version: 0.13.56-1.1
Installed-Size: 300
Maintainer: LIU Qi liuq...@gmail.com
Architecture: armel
Depends: libzzip-0-13 (= 0.13.56-1.1)
Description-en: library providing read access on ZIP-archives - development
 The zziplib library is intentionally lightweight, it offers the ability
 to easily extract data from files archived in a single zip file.
 Applications can bundle files into a single zip archive and access them.
 The implementation is based only on the (free) subset of compression
 with the zlib algorithm which is actually used by the zip/unzip tools.
 .
 This package contains the header files and static library needed to
 compile applications that use zziplib.
Description-md5: 

Bug#733145: O: read-edid -- hardware information-gathering tool for VESA PnP monitors

2013-12-26 Thread Ricardo Mones
Package: wnpp
Severity: normal

The current maintainer of read-edid, LIU Qi liuq...@gmail.com,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: read-edid
Binary: read-edid
Version: 2.0.0-3.1
Maintainer: LIU Qi liuq...@gmail.com
Build-Depends: debhelper (= 7.0), texinfo, libx86-dev [i386 amd64 lpia 
kfreebsd-amd64 kfreebsd-i386 hurd-i386], automake1.10, autoconf
Architecture: any
Standards-Version: 3.8.2
Format: 1.0
Files:
 ecd718e3c2dc4e7c6e5c2dadd721f45d 1237 read-edid_2.0.0-3.1.dsc
 586e7fa1167773b27f4e505edc93274b 82282 read-edid_2.0.0.orig.tar.gz
 b9f7afc4e8adee060a09995ab3ae9e43 4348 read-edid_2.0.0-3.1.diff.gz
Vcs-Browser: http://git.printk.org/?p=liuqi/debian/read-edid.git;a=summary
Vcs-Git: git://git.printk.org/liuqi/debian/read-edid.git
Checksums-Sha1:
 61cd3a325ba3e874a1fe84b07cb65dc3763a68b2 1237 read-edid_2.0.0-3.1.dsc
 8605a242c0a104a70ab1a5cdd616fffbac52d6c8 82282 read-edid_2.0.0.orig.tar.gz
 706ebab6009e6f51ee31768fde7eadd92e12ed19 4348 read-edid_2.0.0-3.1.diff.gz
Checksums-Sha256:
 91c8f7349eb91b84534def6d2782b0073347a4cafbe7d7ff9782f4ead61d419c 1237 
read-edid_2.0.0-3.1.dsc
 246ec14ec509e09ac26fe6862b120481b2cc881e2f142ba40886d6eec15e77e8 82282 
read-edid_2.0.0.orig.tar.gz
 b795987ed8ea780d0f2012e59dabfb8bd0546088b6867049f840169de625b0df 4348 
read-edid_2.0.0-3.1.diff.gz
Homepage: http://www.polypux.org/projects/read-edid/
Directory: pool/main/r/read-edid
Priority: source
Section: utils

Package: read-edid
Version: 2.0.0-3.1
Installed-Size: 64
Maintainer: LIU Qi liuq...@gmail.com
Architecture: armel
Depends: libc6 (= 2.4)
Description-en: hardware information-gathering tool for VESA PnP monitors
 read-edid consists of two tools:
 .
 get-edid uses a VESA VBE 2 interrupt service routine request to read
 a 128 byte EDID version 1 structure from your graphics card, which
 retrieves this information from the monitor via the Data Display
 Channel (DDC).
 .
 get-edid uses architecture-specific methods for querying the video
 hardware (real-mode x86 instructions on i386, Open Firmware device
 tree parsing on PowerMac) and is therefore only available for i386 and
 powerpc architectures.
 .
 parse-edid parses this data structure and outputs data suitable for
 inclusion into the XFree86 or X.org configuration file. It is available
 for any architecture.
Description-md5: 47a6a60c061631811f9635c58782eaf5
Homepage: http://www.polypux.org/projects/read-edid/
Tag: admin::hardware, hardware::detection, interface::commandline,
 role::program, scope::utility
Section: utils
Priority: optional
Filename: pool/main/r/read-edid/read-edid_2.0.0-3.1_armel.deb
Size: 10362
MD5sum: 9d30f03691060d1135c2140fde15af91
SHA1: 9670c32fe4d93fa0c183f593e14acad1db33a041
SHA256: 37833440088ef87af72f066c7596fa3ad8a7406462741b208f8f836195a5d7fb


-- 
 Ricardo Mones, on behalf of Debian QA/MIA team
 http://people.debian.org/~mones
 «Never send a human to do a machine's job.» ~ Agent Smith


signature.asc
Description: Digital signature


Bug#733143: O: mdetect -- mouse device autodetection tool

2013-12-26 Thread Ricardo Mones
Package: wnpp
Severity: normal

The current maintainer of mdetect, LIU Qi liuq...@gmail.com,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: mdetect
Binary: mdetect
Version: 0.5.2.3
Maintainer: LIU Qi liuq...@gmail.com
Build-Depends: debhelper (= 7.0)
Architecture: any
Standards-Version: 3.8.2
Format: 1.0
Files:
 d9115f949009758c7b697826a53f7d39 823 mdetect_0.5.2.3.dsc
 6c237a2951c3980b9df6c58a13232769 16415 mdetect_0.5.2.3.tar.gz
Vcs-Browser: http://git.printk.org/?p=liuqi/debian/mdetect.git;a=summary
Vcs-Git: git://git.printk.org/liuqi/debian/mdetect.git
Checksums-Sha1:
 2d33abcfdda0349ea841dd5b4f54a167c84be05b 823 mdetect_0.5.2.3.dsc
 8ed435f7a676797e7ffab353b4295fff0ce3f7d1 16415 mdetect_0.5.2.3.tar.gz
Checksums-Sha256:
 e2b204a01b710957f5b7a5af9bb467669c066c19b91abea10bb48228dfcd87fc 823 
mdetect_0.5.2.3.dsc
 07d1ccf28ab7ab70e3b7e264d1d8c16eb7c488d92d493118356b9edb2cdd6e1f 16415 
mdetect_0.5.2.3.tar.gz
Directory: pool/main/m/mdetect
Priority: source
Section: utils

Package: mdetect
Source: mdetect (0.5.2.3)
Version: 0.5.2.3+b1
Installed-Size: 76
Maintainer: LIU Qi liuq...@gmail.com
Architecture: armel
Depends: libc6 (= 2.4)
Description-en: mouse device autodetection tool
 mdetect is a tool for autoconfiguring mice; it is typically used as the
 backend to some user-friendly frontend code.  mdetect writes the autodetected
 mouse device and protocol (as used by gpm) to standard output.  It can be
 invoked so as to produce output appropriate for XFree86 X server
 configuration files.
Description-md5: afc175d11efde40a5bc0f530a6de68ef
Tag: admin::configuring, hardware::detection, hardware::input,
 hardware::input:mouse, interface::commandline, role::program,
 scope::utility, use::configuring
Section: utils
Priority: optional
Filename: pool/main/m/mdetect/mdetect_0.5.2.3+b1_armel.deb
Size: 16686
MD5sum: 322751e94089eeca1ec1e038797191f9
SHA1: de59a2b4bffec84cf6e03d79f22fba74eeb52045
SHA256: 07f86c6967a98844c0a1e3366b9a43b6d1e99b387efbd1fbc232acaee6da485d


-- 
 Ricardo Mones, on behalf of Debian QA/MIA team
 http://people.debian.org/~mones
 «Never send a human to do a machine's job.» ~ Agent Smith


signature.asc
Description: Digital signature


Bug#645010: initramfs-tools: should check uswsusp.conf for resume image

2013-12-26 Thread Rodolfo García Peñas (kix)


Hi,

I reassigned this bug to initramfs-tools because the postinst script
doesn't check the uswsusp.conf config file (/etc/uswsusp.conf). If the
user is using a file as resume device, the initramfs-tools package is
unable to know it, and is unable to resume. For this reason
initramfs-tools should check the uswsusp.conf file.

This bug is minor, because the user can use a workaround in the GRUB
config file:

GRUB_CMDLINE_LINUX_DEFAULT=resume=partition with resume file quiet

But this workaround needs more user knowledge.

Probably is possible to use the patches I sent
(http://lists.debian.org/debian-kernel/2013/07/msg01000.html) for the
problem with multiple swap devices.

Thanks a lot,
kix
--
 .''`.
: :'  : Rodolfo García Peñas (kix) k...@debian.org
`. `'`  Proud Debian Developer
 `-


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



Bug#733147: opensmtpd: fails to start since version 1.0.1e-6 of openssl

2013-12-26 Thread Nicolas Évrard
Package: opensmtpd
Version: 5.3.3p1-4
Severity: grave
Justification: renders package unusable

Dear Maintainer,

Since I updated from version 1.0.1e-5 to 1.0.1e-6 of openssl opensmtpd
fails to start with the following message:

 fatal: OpenSSL version mismatch. Built against %lx, you have %lx

This obviously makes the package unusable.


-- 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.11-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_BE.UTF-8, LC_CTYPE=fr_BE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages opensmtpd depends on:
ii  adduser 3.113+nmu3
ii  debconf [debconf-2.0]   1.5.52
ii  libc6   2.17-97
ii  libdb5.15.1.29-7
ii  libevent-2.0-5  2.0.21-stable-1
ii  libevent-openssl-2.0-5  2.0.21-stable-1
ii  libpam0g1.1.3-10
ii  libssl1.0.0 1.0.1e-6
ii  zlib1g  1:1.2.8.dfsg-1

opensmtpd recommends no packages.

opensmtpd suggests no packages.

-- Configuration Files:
/etc/smtpd.conf changed [not included]

-- debconf information excluded

-- 
(° Nicolas Évrard
( ) Liège
  `¯

-- 
Envoyé de mon téléphone Android avec K-9 Mail. Excusez la brièveté.

Bug#733148: gradle: Package 1.10 or a more recent release

2013-12-26 Thread Miguel Landaeta
Package: src:gradle
Version: 1.4-2
Severity: wishlist

Gradle is already outdated and a more recent release is probably needed
to build Spring 3.2.x and another projects.

I'm playing with Gradle but I don't know if/when I'm going to have
this package ready any time soon so, help with this is more than
welcome.


-- System Information:
Debian Release: 7.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=UTF-8 (charmap=UTF-8) (ignored: LC_ALL set 
to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash

-- 
Miguel Landaeta, nomadium at debian.org
secure email with PGP 0x6E608B637D8967E9 available at
http://db.debian.org/fetchkey.cgi?fingerprint=4CB7FE1E280ECC90F29A597E6E608B637D8967E9
Faith means not wanting to know what is true. -- Nietzsche


signature.asc
Description: Digital signature


Bug#731283: python-pastedeploy has support for python3 now

2013-12-26 Thread Thomas Goirand
Hi,

FYI, python-pastedeploy is now ok and has now python3 support. We now
need to work on python-webtest, and I saw that Piotr worked on it. I'm
not so sure how far it went, he wrote on IRC that there's still a
problem with the sphinx doc with the sphinxdoc links (I have no more
details). We'll see how it goes, though I really trust Piotr who does
amazing job for the Python stuff in Debian.

As soon as there's python3 support for webtest and there's
singledispatch, I'll work on pecan again, to add support for python3 and
this new upstream version.

Cheers,

Thomas


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



Bug#709637: [bug #41002] Credentials in URL not supported

2013-12-26 Thread NoëlKöthe
URL:
  http://savannah.gnu.org/bugs/?41002

 Summary: Credentials in URL not supported
 Project: GNU Wget
Submitted by: nok
Submitted on: Do 26 Dez 2013 12:29:17 CET
Category: Program Logic
Severity: 3 - Normal
Priority: 5 - Normal
  Status: None
 Privacy: Public
 Assigned to: None
 Originator Name: 
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any
 Release: trunk
Operating System: GNU/Linux
 Reproducibility: None
   Fixed Release: None
 Planned Release: None
  Regression: None
   Work Required: None
  Patch Included: None

___

Details:

Hello,

a forwarded bug from the Debian bugtracker: http://bugs.debian.org/709637:

--8--
Dear Maintainer,

after the upgrade to wheezy wget (basic http) auth doesn't work like
e.g. in version 1.12 anymore.

In former version the username and password could be given in the URL:
$ wget http://user:pass@host...

Doing so with the new version of wget gives an errror.
Using the commandline options '--user' and '--password' works:
$ wget --user=user --password=pass http://host...

...
 Could you send us the output of --debug?

I just found out the problem appears to be dependent on the server:


1.) Boa server  --user/--password = OK (wget__bad_server__ok.log)

$ wget -d -O /dev/null --user=*user* --password=*password* \
... 'http://xxx.xxx.xxx.xxx:80/protected'


2.) Boa server  user:passwd@host = FAIL (wget__bad_server__fail.log)

$ wget -d -O /dev/null \
... 'http://*user*:*password*@xxx.xxx.xxx.xxx:80/protected'


3.) Apache server  user:passwd@host = OK (wget__good_server__ok.log)

$ wget -d -O /dev/null \
... 'https://*user*:*password*@yyy.yyy.yyy.yyy/protected'


In 1 and 2 both the client and the server are the same. In 3 the client 
machine is the same again but the server is on another machine and an 
other implementation.


Thank you, Hannes




___

File Attachments:


---
Date: Do 26 Dez 2013 12:29:17 CET  Name: wget__bad_server__fail.log  Size: 3kB
  By: nok
logfiles
http://savannah.gnu.org/bugs/download.php?file_id=30095
---
Date: Do 26 Dez 2013 12:29:17 CET  Name: wget__good_server__ok.log  Size: 3kB 
 By: nok
logfiles
http://savannah.gnu.org/bugs/download.php?file_id=30096
---
Date: Do 26 Dez 2013 12:29:17 CET  Name: wget__bad_server__ok.log  Size: 2kB  
By: nok
logfiles
http://savannah.gnu.org/bugs/download.php?file_id=30097

___

Reply to this item at:

  http://savannah.gnu.org/bugs/?41002

___
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/


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



Bug#701032: [bug #41003] wget tries to reuse connection despite http/1.0 and no connection: keep-alive

2013-12-26 Thread NoëlKöthe
URL:
  http://savannah.gnu.org/bugs/?41003

 Summary: wget tries to reuse connection despite http/1.0 and
no connection: keep-alive
 Project: GNU Wget
Submitted by: nok
Submitted on: Do 26 Dez 2013 12:41:40 CET
Category: Protocol Issue
Severity: 3 - Normal
Priority: 5 - Normal
  Status: None
 Privacy: Public
 Assigned to: None
 Originator Name: 
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any
 Release: trunk
Operating System: GNU/Linux
 Reproducibility: None
   Fixed Release: None
 Planned Release: None
  Regression: None
   Work Required: None
  Patch Included: None

___

Details:

Hello,

a forwarded Debian bug report from http://bugs.debian.org/701032

--8--
   * What led up to the situation?
   
   i built a simple webserver with pythons BaseHTTPServer, which 
   requires a basic http auth. the server answers in http 1.0 and 
   sends no Connection: keep-alive header.
   
   Now i tried to test it with wget, which sent at first (even though 
   i gave it user and password) no auth-string, probably to test which 
   auth-scheme is used.
   
   the server sent a 401 with the WWW-Authenticate: Basic header, and NOW
   
   wget tried to reuse the connection, which is already closed, and 
   should not have been reused, because there was no Content-length 
   header, there was no Keep-alive header AND it was http 1.0, but it 
   did, and the request failed. even though the server didn't do 
   anything wrong.
   
   * What outcome did you expect instead?
   
   i expected one connection per request which would have worked. i 
   didn't expect to read 'reusing existing connection' if there was 
   known to be no keep-alive
--8--

I requested a --debug output but didn't get an answer.

Thank you.




___

Reply to this item at:

  http://savannah.gnu.org/bugs/?41003

___
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/


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



Bug#733150: ruby-locale: ruby-gettext requires locale/util/memoizable which is not shipped anymore

2013-12-26 Thread Laurent Bigonville
Package: ruby-locale
Version: 2.1.0-1
Severity: grave
Justification: renders package unusable

Hi,

The new ruby-locale is not shipping locale/util/memoizable anymore.

This is breaking ruby-gettext, an explicit Breaks should probably be
added against ruby-gettext.

I'm opening this bug to prevent the package from migrating to testing

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.11-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_BE.utf8, LC_CTYPE=fr_BE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

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

ruby-locale recommends no packages.

ruby-locale suggests no packages.

-- no debconf information


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



Bug#733149: apt-listbugs: breaks after ruby-locale 2.0.9-1 - 2.1.0-1 upgrade

2013-12-26 Thread Cristian Ionescu-Idbohrn
Package: apt-listbugs
Version: 0.1.11
Severity: grave
Justification: renders package unusable

And this is what it reports:

/usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load 
such file -- locale/util/memoizable (LoadError)
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /usr/lib/ruby/vendor_ruby/gettext/class_info.rb:3:in `top 
(required)'
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /usr/lib/ruby/vendor_ruby/gettext/text_domain_manager.rb:13:in 
`top (required)'
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /usr/lib/ruby/vendor_ruby/gettext.rb:19:in `top (required)'
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /usr/sbin/apt-listbugs:294:in `main'
E: Sub-process /usr/sbin/apt-listbugs apt returned an error code (1)
E: Failure running script /usr/sbin/apt-listbugs apt

Reverting to ruby-locale 2.0.9-1 makes it work again.  ruby-locale
could, arguably, be blamed for breaking other packages.  I don't know :(

There are a few more bugs (which render the package unusable, for me)
listed on the http://bugs.debian.org/apt-listbugs.  Notable: 730822,
725672.  Another ruby package, ruby-soap4r, is blamed for the 725672
trouble.

It's a bit messy situation right now.  Any chance of sorting this out
soon?  apt-listbugs is quite useful to me.  I'd hate to loose it.


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

Kernel: Linux 3.11-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages apt-listbugs depends on:
ii  apt   0.9.14.1
ii  ruby  1:1.9.3
ii  ruby-debian   0.3.8+b1
ii  ruby-gettext  3.0.2-2
ii  ruby-httpclient   2.3.3-2
ii  ruby-soap4r   2.0.5-2
ii  ruby-xmlparser0.7.2-2
ii  ruby1.8 [ruby-interpreter]1.8.7.358-9
ii  ruby1.9.1 [ruby-interpreter]  1.9.3.484-1

apt-listbugs recommends no packages.

Versions of packages apt-listbugs suggests:
ii  chimera2 [www-browser]  2.0a19-8
ii  chromium [www-browser]  31.0.1650.63-1
ii  debianutils 4.4
ii  elinks [www-browser]0.12~pre6-4
ii  epiphany-browser [www-browser]  3.8.2-5
ii  iceweasel [www-browser] 24.2.0esr-1
ii  links2 [www-browser]2.8-1+b1
ii  lynx-cur [www-browser]  2.8.8pre1-1
ii  reportbug   6.4.4
ii  w3m [www-browser]   0.5.3-13

-- no debconf information


Cheers,

-- 
Cristian


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



Bug#732008: massive CPU hog as of late

2013-12-26 Thread Bdale Garbee
martin f krafft madd...@debian.org writes:

 Are you at LCA? 

I will be, yes.

Bdale


pgptnR4_YZziE.pgp
Description: PGP signature


Bug#733151: debian-reference: some more proposals ( Appendix.A )

2013-12-26 Thread Holger Wansing
Package: debian-reference
Severity: wishlist


Hi Osamu,

here some proposals for Appendix A.
diff -u and wdiff output attached.



Greetings
Merry christmas to you and your family

Holger

-- 

Created with Sylpheed 3.2.0 under the new
D E B I A N   L I N U X   7 . 0   W H E E Z Y !

Registered Linux User #311290 - https://linuxcounter.net/

--- 99_appendix.txt	2013-12-26 12:33:19.257104018 +0100
+++ 99_appendix_proposal.txt	2013-12-26 13:00:55.385316263 +0100
@@ -7,7 +7,9 @@
 
 === The Debian maze
 
-The Linux system is a very powerful computing platform for a networked computer.  However, learning how to use all its capabilities is not easy. Setting up the LPR printer with non-PostScript printer was a good example of stumble points. (There are no issues anymore since newer installations use new CUPS system.)
+The Linux system is a very powerful computing platform for a networked computer.  However, learning how to use all its capabilities is not easy. Setting up the LPR printer queue with a non-PostScript printer was a good example of stumble points. (There are no issues anymore since newer installations use the new CUPS system.)
+### HW: set up the ...-printer with a ...-printer seems weird. - printer queue
+### HW: + add a the
 
 There is a complete, detailed map called the SOURCE CODE.  This is very accurate but very hard to understand.  There are also references called HOWTO and mini-HOWTO.  They are easier to understand but tend to give too much
 detail and lose the big picture.  I sometimes have a problem finding the right section in a long HOWTO when I need a few commands to invoke.
@@ -17,10 +19,19 @@
 === Copyright history
 
 Debian Reference was initiated by Osamu Aoki osamu at debian dot org as a personal system administration memo. Many contents came from the knowledge I gained from http://lists.debian.org/debian-user/[the debian-user mailing list] and other Debian resources.
+### HW: this paragraph before seems weird to me: first you talk in the third person
+### HW: (initiated by Osamu) and then suddenly in the first person (Many contents came 
+### HW: from the knowledge I gained from). Of course, this situation can be found
+### HW: in other places in the DR as well, and it would be too much work to sync that,
+### HW: but in this case, where it appears directly together, it could/should be solved?
+### HW: Like this:
+### HW: The Debian Reference was initiated by me, Osamu Aoki osamu at debian dot org, as a ... 
+### HW:  ^^^ 
+### HW: The added as well
 
 Following a suggestion from Josip Rodin, who was very active with the http://www.debian.org/doc/ddp[Debian Documentation Project (DDP)], Debian Reference (version 1, 2001-2007) was created as a part of DDP documents.
 
-After 6 years, Osamu realized that the original Debian Reference (version 1) was outdated and started to rewrite many contents.  New Debian Reference (version 2) is released in 2008.
+After 6 years, I realized that the original Debian Reference (version 1) was outdated and started to rewrite many contents.  New Debian Reference (version 2) is released in 2008.
 
 The tutorial contents can trace its origin and its inspiration in followings.
 
@@ -62,4 +73,5 @@
 === Document format
 
 The source of the English original document is currently written in http://packages.debian.org/search?keywords=asciidoc[AsciiDoc] text files.  http://packages.debian.org/search?keywords=asciidoc[AsciiDoc] is used as convenience only since it is less typing than straight XML and supports table in the very intuitive format.  You should think XML and PO files as real source files.  Via build script, it is converted to DocBook XML format and automatically generated data are inserted to form a final Docbook XML source. This final Docbook XML source can be converted to HTML, plain text, PostScript, and PDF. Currently, only HTML and plain text conversions are enabled.
+### HW: mention epub format as well?
 
== Appendix A: Appendix

// vim: set sts=2 expandtab:
// Use :set nowrap to edit table

Here are backgrounds of this document.

=== The Debian maze

The Linux system is a very powerful computing platform for a networked computer.  However, learning how to use all its capabilities is not easy. Setting up the LPR printer {+queue+} with {+a+} non-PostScript printer was a good example of stumble points. (There are no issues anymore since newer installations use {+the+} new CUPS system.)
{+### HW: set up the ...-printer with a ...-printer seems weird. - printer queue
### HW: + add a the+}

There is a complete, detailed map called the SOURCE CODE.  This is very accurate but very hard to understand.  There are also references called HOWTO and mini-HOWTO.  They are easier to understand but tend to give too much
detail and lose the big picture.  I sometimes have a problem finding the right section in a long HOWTO when I need a 

Bug#732595: closed by Colin Watson cjwat...@debian.org (Bug#732595: fixed in grub2 2.02~beta2-1)

2013-12-26 Thread Colin Watson
On Thu, Dec 26, 2013 at 11:28:56AM +0800, jida...@jidanni.org wrote:
 By the way, it would be neat if some bot could a check for this in
 each package...

This is a one-off problem, not something susceptible to being repeated
in many packages.

-- 
Colin Watson   [cjwat...@debian.org]


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



Bug#729590: nitime: FTBFS: RuntimeError: maximum recursion depth exceeded

2013-12-26 Thread Dmitry Shachnev
Control: reassign -1 python-matplotlib 1.3.1-1
Control: severity -1 important
Control: block 706533 by -1

This turns out to be a bug in python-matplotlib. A patch that fixes this bug is
attached. After also applying first hunk of [1], nitime builds fine.

The matplotlib patch is taken from [2].

[1]: https://github.com/nipy/nitime/commit/d9004946ea8f
[2]: https://github.com/matplotlib/matplotlib/commit/cee4ba990c7e20

--
Dmitry ShachnevDescription: fix infinite recursion in units with ndarray subclasses
Origin: upstream, https://github.com/matplotlib/matplotlib/commit/21fd7c03ba1444
Last-Update: 2013-12-24

--- a/lib/matplotlib/units.py
+++ b/lib/matplotlib/units.py
@@ -145,7 +145,13 @@
 return converter
 except AttributeError:
 # not a masked_array
-converter = self.get_converter(xravel[0])
+# Make sure we don't recurse forever -- it's possible for
+# ndarray subclasses to continue to return subclasses and
+# not ever return a non-subclass for a single element.
+next_item = xravel[0]
+if (not isinstance(next_item, np.ndarray) or
+next_item.shape != x.shape):
+converter = self.get_converter(next_item)
 return converter
 
 if converter is None and iterable(x):


Bug#732595: closed by Colin Watson cjwat...@debian.org (Bug#732595: fixed in grub2 2.02~beta2-1)

2013-12-26 Thread jidanni
 CW == Colin Watson cjwat...@debian.org writes:
CW On Thu, Dec 26, 2013 at 11:28:56AM +0800, jida...@jidanni.org wrote:
 By the way, it would be neat if some bot could a check for this in
 each package...

All I know is every few days I have to do the job of filing a bug to
tell some maintainer that his freshly uploaded version is causing these
warnings.


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



Bug#713454: Patch fix

2013-12-26 Thread Philip Muskovac
The attached patch was applied to the ubuntu package and is now crashing kded4:

#5  nl_object_get_id_attrs (obj=0x7f0e3bd523c0 route_obj_ops) at 
/build/buildd/libnl3-3.2.21/./lib/object.c:523
#6  0x7f0e3bd57ba1 in ?? () from /usr/lib/ntrack/modules/ntrack-libnl3_x.so
#7  0x7f0e3bd5818d in _ntrack_arch_process_data () from 
/usr/lib/ntrack/modules/ntrack-libnl3_x.so
#8  0x7f0e3c16408b in QNtrack::socketActivated(int) () from 
/usr/lib/libntrack-qt4.so.1
#9  0x7f0e4a5136d8 in QMetaObject::activate (sender=sender@entry=0x26b2420, 
m=m@entry=0x7f0e4a862a40 QSocketNotifier::staticMetaObject, 
local_signal_index=local_signal_index@entry=0, argv=argv@entry=0x7fffb78ad5a0) 
at kernel/qobject.cpp:3539
...

I'm not familiar with ntrack and libnl, but I think the correct fix is:

nl_object_get_id_attrs(nl_object_alloc(route_obj_ops))

that doesn't crash so far (but I don't know whether it's correct either).

Philip


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



Bug#733152: yade: FTBFS on powerpcspe: virtual memory exhausted: Cannot allocate memory

2013-12-26 Thread Roland Stigge
Source: yade
Version: 1.05.0-2
Severity: wishlist
Tags: patch
User: debian-powerpc...@breakpoint.cc
Usertags: powerpcspe

Hi,

yade FTBFS on powerpcspe like this:

...
[ 24%] Building CXX object CMakeFiles/yade.dir/pkg/common/Cylinder.cpp.o
/usr/bin/c++   -Dyade_EXPORTS -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2  
-DYADE_PTR_CAST=static_pointer_cast -DYADE_CAST=static_cast -fPIC -DYADE_VTK 
-DYADE_OPENMP -fopenmp -DYADE_GTS  -DQGLVIEWER_FOUND -DYADE_OPENGL 
-frounding-math -DYADE_CGAL -DFLOW_ENGINE -DYADE_GL2PS -fPIC 
-I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/eigen3 
-I/usr/include/vtk-5.8 -I/usr/include/glib-2.0 
-I/usr/lib/powerpc-linux-gnuspe/glib-2.0/include -I/usr/include/qt4/QtDesigner 
-I/usr/include/qt4/QtDeclarative -I/usr/include/qt4/QtScriptTools 
-I/usr/include/qt4/QtDBus -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql 
-I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtNetwork 
-I/usr/include/qt4/QtXmlPatterns -I/usr/include/qt4/QtHelp 
-I/usr/include/qt4/QtUiTools -I/usr/include/qt4/QtTest 
-I/usr/include/qt4/QtScript -I/usr/include/qt4/QtSvg 
-I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtGui 
-I/usr/include/qt4/QtCore -I/usr/share/
 qt4/mkspecs/default -I/usr/include/qt4 -I/usr/include/python2.7 
-I/usr/include/powerpc-linux-gnuspe/python2.7 
-I/«PKGBUILDDIR»/extra/floating_point_utilities_v3 
-I/«PKGBUILDDIR»/debian/build-o 
CMakeFiles/yade.dir/pkg/common/Cylinder.cpp.o -c 
/«PKGBUILDDIR»/pkg/common/Cylinder.cpp
virtual memory exhausted: Cannot allocate memory
make[3]: *** [CMakeFiles/yade.dir/pkg/common/Cylinder.cpp.o] Error 1
make[2]: *** [CMakeFiles/yade.dir/all] Error 2
make[1]: *** [all] Error 2
make[3]: Leaving directory `/«PKGBUILDDIR»/debian/build'
make[2]: Leaving directory `/«PKGBUILDDIR»/debian/build'
make[1]: Leaving directory `/«PKGBUILDDIR»/debian/build'
dh_auto_build: make -j1 returned exit code 2
make: *** [build-arch] Error 2
...

This is due to a gcc issue that uses too much memory while compiling, worked
around by the following patch to tweak GC parameters.

Possibly suitable also on arches with similar issues.

Roland

-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash
--- yade-1.05.0/debian/rules	2013-10-28 20:59:03.0 +0100
+++ yade-1.05.0/debian/rules	2013-12-26 11:45:06.777009819 +0100
@@ -2,11 +2,15 @@
 BUILDDIR = $(CURDIR)/debian/build
 tmpInstall = $(CURDIR)/debian/tmp
 tmpDirMatplotLib = $(CURDIR)/debian/matplotlib
+DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 
 %:
 	dh $@ --buildsystem=cmake --builddirectory=$(BUILDDIR) --with python2
 
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed,-no-keep-memory
+ifeq ($(DEB_HOST_ARCH),powerpcspe)
+export DEB_CXXFLAGS_MAINT_APPEND = --param ggc-min-expand=20 --param ggc-min-heapsize=128000
+endif
 
 export MPLCONFIGDIR := $(tmpDirMatplotLib) 
 export HOME := $(tmpDirMatplotLib) 


Bug#715504: Please call dh_install before dh_systemd_*

2013-12-26 Thread Laurent Bigonville
Package: cdbs
Version: 0.4.122
Followup-For: Bug #715504

Hi,

Some packages are also shipping symlinks to mask LSB initscripts if the
name of the systemd service is not matching. I think that dh_systemd_*
should also be called after dh_link.

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.11-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_BE.utf8, LC_CTYPE=fr_BE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

cdbs depends on no packages.

Versions of packages cdbs recommends:
ii  autotools-dev  20130810.1

Versions of packages cdbs suggests:
ii  devscripts  2.13.9

-- debconf-show failed


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



Bug#517315: w3m: Broken links in manual

2013-12-26 Thread Rafael Laboissiere

Control: tags -1 patch

Please, find below three patches that fix Bug#517315.  They apply cleanly 
to the current debian branch of the Git repository at alioth.d.o.


The links to the local CGI examples cannot be really fixed, since 
there is no way to get the a href=... links to use the POST method 
instead of the GET method, what makes the CGI scripts w3mbookmark and 
w3mhelperpanel fail.  I implemented another approach, namely by invoking 
two new CGI scripts, called add-bookmark and helper-app, that use 
W3m-control: headers.


Best,

Rafael Laboissiere





From b0a22bf7ff0fef6e0a8baa1362098ede26398ef8 Mon Sep 17 00:00:00 2001
From: Rafael Laboissiere raf...@laboissiere.net
Date: Thu, 26 Dec 2013 13:10:41 +0100
Subject: [PATCH 1/3] Avoid compression of README.func and get the link in
 MANUAL.html working

---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index a3d4e40..2a1c2b5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -94,7 +94,7 @@ binary-arch: install
 #	dh_installman
 	dh_installchangelogs -a $(builddir)/ChangeLog
 	dh_strip -a
-	dh_compress -a
+	dh_compress -a -XREADME.func
 	dh_lintian -a
 	dh_fixperms -a -Xw3mimgdisplay
 	dh_installdeb -a
-- 
1.8.5.1

From af0d5705d0abd90135f18c820c4ab13580d7c01b Mon Sep 17 00:00:00 2001
From: Rafael Laboissiere raf...@laboissiere.net
Date: Thu, 26 Dec 2013 13:11:47 +0100
Subject: [PATCH 2/3] Fix links to the keymap examples in MANUAL.html

---
 debian/patches/300_keymap-links.patch | 18 ++
 debian/patches/series |  1 +
 2 files changed, 19 insertions(+)
 create mode 100644 debian/patches/300_keymap-links.patch

diff --git a/debian/patches/300_keymap-links.patch b/debian/patches/300_keymap-links.patch
new file mode 100644
index 000..214a1e6
--- /dev/null
+++ b/debian/patches/300_keymap-links.patch
@@ -0,0 +1,18 @@
+Description: Fix links to the keymap examples in the manual
+Author: Rafael Laboissiere raf...@laboissiere.net
+Bug-Debian: http://bugs.debian.org/517315
+Last-Update: 2013-12-26
+
+--- w3m-0.5.3.orig/doc/MANUAL.html
 w3m-0.5.3/doc/MANUAL.html
+@@ -457,8 +457,8 @@ by describing ~/.w3m/keymap. For example
+ binds `NEXT_PAGE' function (normally bound to SPC and C-v)
+ to control-o. See a href=README.funcREADME.func/a for
+ list of available functions. Original and Lynx-like keymap
+-definitions are provided (a href=keymap.defaultkeymap.default/a
+-and a href=keymap.lynxkeymap.lynx/a) as examples.
++definitions are provided (a href=examples/keymap.defaultkeymap.default/a
++and a href=examples/keymap.lynxkeymap.lynx/a) as examples.
+ 
+ hr
+ a name=LocalCGI/a
diff --git a/debian/patches/series b/debian/patches/series
index 38de3ff..191ac7b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -28,4 +28,5 @@
 270_refresh-url.patch
 280_search-next.patch
 290_closedir.patch
+300_keymap-links.patch
 900_ChangeLog.patch
-- 
1.8.5.1

From e4232cbfbe6d18f3180a09f393c9fd62aff6ffd8 Mon Sep 17 00:00:00 2001
From: Rafael Laboissiere raf...@laboissiere.net
Date: Thu, 26 Dec 2013 13:13:45 +0100
Subject: [PATCH 3/3] Fix links to the local CGI examples in MANUAL.html

---
 debian/add-bookmark  |  5 +
 debian/helper-app|  5 +
 debian/patches/310_local-cgi-links.patch | 27 +++
 debian/patches/series|  1 +
 debian/rules |  2 ++
 5 files changed, 40 insertions(+)
 create mode 100755 debian/add-bookmark
 create mode 100755 debian/helper-app
 create mode 100644 debian/patches/310_local-cgi-links.patch

diff --git a/debian/add-bookmark b/debian/add-bookmark
new file mode 100755
index 000..77cf6ea
--- /dev/null
+++ b/debian/add-bookmark
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+echo Content-Type: text/plain
+echo W3m-control: BACK
+echo W3m-control: ADD_BOOKMARK
diff --git a/debian/helper-app b/debian/helper-app
new file mode 100755
index 000..478d7ec
--- /dev/null
+++ b/debian/helper-app
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+echo Content-Type: text/plain
+echo W3m-control: BACK
+echo W3m-control: OPTIONS
diff --git a/debian/patches/310_local-cgi-links.patch b/debian/patches/310_local-cgi-links.patch
new file mode 100644
index 000..f2adf7e
--- /dev/null
+++ b/debian/patches/310_local-cgi-links.patch
@@ -0,0 +1,27 @@
+Description: Fix links to the local CGI examples in the manual
+Author: Rafael Laboissiere raf...@laboissiere.net
+Bug-Debian: http://bugs.debian.org/517315
+Last-Update: 2013-12-26
+
+--- w3m-0.5.3.orig/doc/MANUAL.html
 w3m-0.5.3/doc/MANUAL.html
+@@ -466,8 +466,8 @@ and a href=examples/keymap.lynxkeyma
+ You can run CGI scripts using w3m, without any HTTP server.
+ It means that w3m behaves like an HTTP server and activates CGI script,
+ then w3m reads the output of the script and display it. The 
+-a href=file:///$LIB/w3mbookmark?mode=panelbmark=~/.w3m/bookmark.htmlurl=MANUAL.htmltitle=w3m+manualbookmark registration/a

Bug#733154: miredo: unknown lvalue 'ExecStartpre'

2013-12-26 Thread Clint Adams
Package: miredo
Version: 1.2.6-1

systemd[1]: [/lib/systemd/system/miredo.service:6] Unknown lvalue 
'ExecStartpre' in section 'Service'

I believe the correct fix is merely to capitalize the 'p'.


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



Bug#733150: Confirmation of this bug

2013-12-26 Thread Diederik de Haas
I can confirm this bug, downgrading to the version in testing (2.0.9-1) fixed 
it.
Since apt-listbug uses this package, aptitude/apt-get got unusable after 
upgrading to 2.1.0-1

Cheers,
  Diederik
-- 
GPG: 0x138E41915C7EFED6

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


Bug#732381: Bug #732381 First Appears in unifont/1:6.3.20131215-1

2013-12-26 Thread Paul Hardy
notfound 732381 unifont/1:5.1.20080914-4
found 732381 unifont/1:6.3.20131215-1
thanks

This FTBFS bug was first reported against unifont/1:5.1.20080914-4.
 However, that version built and installed successfully on all
architectures and is now in Testing.

The FTBFS bug was introduced in unifont/1:6.3.20131215-1.  It was corrected
in unifont/1:6.3.20131217-1.


Paul Hardy


Bug#731608: Please switch from avahi to avahi-daemon in initscript LSB dependencies

2013-12-26 Thread Laurent Bigonville
tag 731608 + patch
thanks

Hi,

Please find a patch attached to this mail.

Cheers

Laurent BigonvilleFrom 1f840fc96b1a1ff86b0d2985b8c9a3874bd4567f Mon Sep 17 00:00:00 2001
From: Laurent Bigonville bi...@debian.org
Date: Thu, 26 Dec 2013 14:45:28 +0100
Subject: [PATCH] Switch to avahi-daemon for the LSB initscript dependency
 (Closes: #731608)

Also add a Breaks against previous version of avahi-daemon package
---
 debian/control   | 2 +-
 debian/cups-daemon.cups.init | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index f13e2e0..ab25dc4 100644
--- a/debian/control
+++ b/debian/control
@@ -204,7 +204,7 @@ Suggests: cups, cups-bsd,
  udev,
  smbclient
 Replaces: cups ( 1.6.1-1~)
-Breaks: cups ( 1.6.1-1~)
+Breaks: cups ( 1.6.1-1~), avahi-daemon ( 0.6.31-3~)
 Multi-Arch: foreign
 Description: Common UNIX Printing System(tm) - daemon
  The Common UNIX Printing System (or CUPS(tm)) is a printing system and 
diff --git a/debian/cups-daemon.cups.init b/debian/cups-daemon.cups.init
index 06a6d8f..f645cc2 100644
--- a/debian/cups-daemon.cups.init
+++ b/debian/cups-daemon.cups.init
@@ -3,7 +3,7 @@
 # Provides:  cups
 # Required-Start:$syslog $remote_fs
 # Required-Stop: $syslog $remote_fs
-# Should-Start:  $network avahi slapd nslcd
+# Should-Start:  $network avahi-daemon slapd nslcd
 # Should-Stop:   $network
 # X-Start-Before:samba
 # X-Stop-After:  samba
-- 
1.8.5.2



Bug#720722: aegisub: crashes when dragging the end of a selection while playing

2013-12-26 Thread Thomas Vincent
Hi Sebastian,

On 25/12/2013 00:58, Sebastian Reichel wrote:
 Were you able to reproduce the bug with 3.0.4-2+b1?

No, I cannot reproduce it anymore with this version. Thanks a lot!

Cheers,
Thomas




signature.asc
Description: OpenPGP digital signature


Bug#732595: closed by Colin Watson cjwat...@debian.org (Bug#732595: fixed in grub2 2.02~beta2-1)

2013-12-26 Thread Colin Watson
On Thu, Dec 26, 2013 at 08:44:22PM +0800, jida...@jidanni.org wrote:
  CW == Colin Watson cjwat...@debian.org writes:
 CW On Thu, Dec 26, 2013 at 11:28:56AM +0800, jida...@jidanni.org wrote:
  By the way, it would be neat if some bot could a check for this in
  each package...
 
 All I know is every few days I have to do the job of filing a bug to
 tell some maintainer that his freshly uploaded version is causing these
 warnings.

I doubt it's automatable, but feel free to try.  However I'm not going
to because I think my effort is better spent elsewhere ...

-- 
Colin Watson   [cjwat...@debian.org]


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



Bug#733155: abs-guide: please upgrade to version 6.6

2013-12-26 Thread Sébastien Villemot
Package: abs-guide
Version: 6.5-1
Severity: wishlist

The subject says it all.

Thanks,

-- 
 .''`.Sébastien Villemot
: :' :Debian Developer
`. `' http://www.dynare.org/sebastien
  `-  GPG Key: 4096R/381A7594


signature.asc
Description: Digital signature


Bug#732595: closed by Colin Watson cjwat...@debian.org (Bug#732595: fixed in grub2 2.02~beta2-1)

2013-12-26 Thread jidanni
I'm sorry. I thought I was talking about the
update-rc.d: warning: start and stop actions are no longer supported; falling 
back to defaults
bugs!

Those are the ones that should have a piuparts test or something.


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



Bug#663114: Patch to implement parallelism in dkms

2013-12-26 Thread Andras Korn
tags 663114 patch
thanks

Hi,

I'm attaching a first attempt at a patch to implement this. It works for me,
but I haven't tested it extensively.

It will pass -jnumber of CPUs to make(1) by default, but this can be
overridden via the command line.

Work on the patch was sponsored by CAE Engineering Kft. The patch is
licensed under GPL-2+, just like DKMS itself.

Andras

-- 
 Good documentation is not written to satisfy a quota specified in cubic feet.
--- dkms.8.orig	2013-12-26 14:33:47.415037496 +0100
+++ dkms.8	2013-12-26 14:39:44.951272101 +0100
@@ -516,6 +516,15 @@
 A supplemental configuration file to the system-wide dkms framework, typically located
 in /etc/dkms/framework.conf.  All option that are normally provided on a command line
 can be provided in this file.
+.TP
+.B \-j number
+Run no more than 
+.I number
+jobs in parallel; see the -j option of 
+.I make(1).
+Defaults to the number of CPUs in the system, detected by parsing 
+.I /proc/cpuinfo.
+Specify 0 to impose no limit on the number of parallel jobs.
 .SH ORIGINAL MODULES
 During the first install of a module for a kernelversion,
 .B dkms
--- dkms.orig	2012-10-06 00:00:00.0 +0200
+++ dkms	2013-12-26 14:56:58.042271991 +0100
@@ -127,6 +127,7 @@
 echo $  [--kernelsourcedir=source-location] [--no-prepare-kernel] [--no-initrd]
 echo $  [--binaries-only] [--source-only] [-r release (SuSE)] [--verbose]
 echo $  [--size] [--spec=specfile] [--media=floppy|iso|tar] [--legacy-postinst=0|1]
+echo $  [-j number]
 }
 
 VER()
@@ -145,6 +146,19 @@
 		  -e 's: ::g'
 }
 
+# Find out how many CPUs there are so that we may pass an appropriate -j
+# option to make. Ignore hyperthreading for now.
+get_num_cpus()
+{
+   local num_cpus
+   num_cpus=$(egrep -i \
+   '^processor[[:space:]]*:[[:space:]]*[[:digit:]]+[[:space:]]*$' \
+   /proc/cpuinfo \
+   | wc -l)
+   [[ $num_cpus -lt 1 ]]  num_cpus=1 # Make sure we return at least 1
+   echo $num_cpus
+}
+
 # Figure out the correct module suffix for the kernel we are currently
 # dealing with, which may or may not be the currently installed kernel.
 set_module_suffix()
@@ -1085,7 +1099,7 @@
 	invoke_command cp /boot/vmlinuz.version.h include/linux/version.h using /boot/vmlinux.version.h
 	invoke_command cp -f $kernel_config .config using $kernel_config
 	invoke_command make KERNELRELEASE=$1 cloneconfig make cloneconfig background
-	invoke_command make CONFIG_MODVERSIONS=1 KERNELRELEASE=$1 dep make CONFIG_MODVERSIONS=1 dep background
+	invoke_command make -j$parallel_jobs CONFIG_MODVERSIONS=1 KERNELRELEASE=$1 dep make CONFIG_MODVERSIONS=1 dep background
 elif grep -q rhconfig.h $kernel_source_dir/include/linux/{modversions,version}.h 2/dev/null; then
 	echo $Running Red Hat style preparation routine
 	invoke_command make clean make clean background
@@ -1131,9 +1145,9 @@
 
 	invoke_command make KERNELRELEASE=$1 oldconfig make oldconfig background
 	if [[ $(VER $1)  $(VER 2.5) ]]; then
-	invoke_command make KERNELRELEASE=$1 dep make dep background
+	invoke_command make -j$parallel_jobs KERNELRELEASE=$1 dep make dep background
 	else
-	invoke_command make KERNELRELEASE=$1 prepare-all scripts make prepare-all background
+	invoke_command make -j$parallel_jobs KERNELRELEASE=$1 prepare-all scripts make prepare-all background
 	fi
 fi
 cd - /dev/null
@@ -1205,7 +1219,7 @@
 invoke_command $clean cleaning build area background
 echo $DKMS make.log for $module-$module_version for kernel $kernelver ($arch)  $dkms_tree/$module/$module_version/build/make.log
 date  $dkms_tree/$module/$module_version/build/make.log
-local the_make_command=${make_command/#make/make KERNELRELEASE=$kernelver}
+local the_make_command=${make_command/#make/make -j$parallel_jobs KERNELRELEASE=$kernelver}
 
 invoke_command { $the_make_command; }  $dkms_tree/$module/$module_version/build/make.log 21 $the_make_command background || \
 	report_build_problem 10 $Bad return status for module build on kernel: $kernelver ($arch) \
@@ -3444,6 +3458,7 @@
 	--debug)
 	export PS4='${BASH_SOURCE}@${LINENO}(${FUNCNAME[0]}): '
 	set -x;;
+	-j)  read_arg parallel_jobs $1 $2 || shift;;
 	-*|--*)  error $ Unknown option: $1
 			 show_usage
 			 exit 2;;
@@ -3491,6 +3506,12 @@
 	$--all on the command line.
 fi
 
+# Default to -jnumber of CPUs
+parallel_jobs=${parallel_jobs:-$(get_num_cpus)}
+
+# Make sure we're not passing -j0 to make; treat -j0 as just -j
+[[ $parallel_jobs = 0 ]]  parallel_jobs=
+
 # Run the specified action
 for action_to_run in $action; do
 setup_kernels_arches $action_to_run


Bug#731612: Please switch from avahi to avahi-daemon in initscript LSB dependencies

2013-12-26 Thread Laurent Bigonville
tag 731612 + patch
thanks

Hi,

Please find a patch here attach for this bug.

Cheers

Laurent Bigonvillediff --git a/debian/control b/debian/control
index 1c4e4b2..81b2a6a 100644
--- a/debian/control
+++ b/debian/control
@@ -76,6 +76,7 @@ Recommends: netcat-openbsd,
  parted,
  pm-utils
 Suggests: policykit-1, radvd, auditd, systemtap, systemd
+Breaks: avahi-daemon ( 0.6.31-3~)
 Description: programs for the libvirt library
  Libvirt is a C toolkit to interact with the virtualization capabilities
  of recent versions of Linux (and other OSes). The library aims at providing
diff --git a/debian/libvirt-bin.init b/debian/libvirt-bin.init
index 6dfe0e6..39c4297 100755
--- a/debian/libvirt-bin.init
+++ b/debian/libvirt-bin.init
@@ -9,8 +9,8 @@
 # Provides:  libvirt-bin libvirtd
 # Required-Start:$network $local_fs $remote_fs $syslog
 # Required-Stop: $local_fs $remote_fs $syslog
-# Should-Start:  avahi cgconfig
-# Should-Stop:   avahi cgconfig
+# Should-Start:  avahi-daemon cgconfig
+# Should-Stop:   avahi-daemon cgconfig
 # Default-Start: 2 3 4 5
 # Default-Stop:  0 1 6
 # Short-Description: libvirt management daemon


Bug#657712: ITP: p2pool -- peer-to-peer pool for Bitcoin mining

2013-12-26 Thread Dmitry Smirnov
Control: block -1 by 676396

This ITP was dormant for over the year so perhaps it could benefit
from little help. Lately I packaged p2pool-13.4 and committed my
effort here:

http://anonscm.debian.org/gitweb/?p=pkg-bitcoin/p2pool.git

There are still some things to finish (see TODO.Debian), notably we
need to package dependency libjs-d3 (#676396) and clarify copyright
statement with upstream.

Matthias, if you still interested to take care of p2pool you're
welcome to our friendly pkg-bitcoin team -- maintaining package(s)
together is easier. :)

-- 
Cheers,
 Dmitry Smirnov
 GPG key : 4096R/53968D1B


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


Bug#732667: RFS: rt-extension-spawnlinkedticketinqueue/0.06-1 [ITP]

2013-12-26 Thread Satoru KURASHIKI
hi,

On Thu, Dec 26, 2013 at 1:27 PM, Nobuhiro Iwamatsu iwama...@nigauri.orgwrote:

  debian/changelog?
 
 
  s/changelog/copyright/
 
  orz
 

 yes, sorry.
 And I just uploaded.


Thanks.

regards,
-- 
KURASHIKI Satoru


Bug#733140: apt-listbugs: incompatible with ruby-locale 2.1.0-1

2013-12-26 Thread Francesco Poli
Control: reassign -1 ruby-locale 2.1.0-1
Control: forcemerge 733150 -1
Control: affects -1 + apt-listbugs


On Thu, 26 Dec 2013 10:50:33 +0100 intrig...@debian.org wrote:

[...]
 Hi,

Hello intrigeri,
thanks for reporting this bug.

 
 after my last APT upgrade (that upgraded ruby-locale from 2.0.9-1 to
 2.1.0-1), any `apt-get install' operation dies:
 
 Do you want to continue? [Y/n] 
 /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load 
 such file -- locale/util/memoizable (LoadError)
   from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
   from /usr/lib/ruby/vendor_ruby/gettext/class_info.rb:3:in `top 
 (required)'
   from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
   from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
   from /usr/lib/ruby/vendor_ruby/gettext/text_domain_manager.rb:13:in 
 `top (required)'
   from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
   from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
   from /usr/lib/ruby/vendor_ruby/gettext.rb:19:in `top (required)'
   from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
   from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
   from /usr/sbin/apt-listbugs:294:in `main'
 E: Sub-process /usr/sbin/apt-listbugs apt returned an error code (1)
 E: Failure running script /usr/sbin/apt-listbugs apt
 
 Downgrading ruby-locale to 2.0.9-1 fixes this problem for me.

Well, ruby-locale is not a direct dependency of apt-listbugs.
Package apt-listbugs depends on ruby-gettext, which, in its turn,
depends on ruby-locale.

The problem seems to be that ruby-locale/2.1.0-1 breaks ruby-gettext,
causing apt-listbugs to exit with errors.

Indeed, this same issue has been reported against ruby-locale in the
meanwhile:
http://bugs.debian.org/733150
Having an RC bug filed against ruby-locale (with proper version
tracking) will prevent its migration into testing and should let
apt-listbugs users know about the issue and give them an opportunity to
pin ruby-locale before upgrading (that's what apt-listbugs is for, as
you know!).

I am reassigning this bug report and merging it with #733150.

I hope the issue may be fixed soon.
Bye.


-- 
 http://www.inventati.org/frx/frx-gpg-key-transition-2010.txt
 New GnuPG key, see the transition document!
. Francesco Poli .
 GnuPG key fpr == CA01 1147 9CD2 EFDF FB82  3925 3E1C 27E1 1F69 BFFE


pgpnhID0qLlRH.pgp
Description: PGP signature


Bug#733156: piuparts: add check for: update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults

2013-12-26 Thread jidanni
X-Debbugs-Cc: cjwat...@debian.org
Package: piuparts
Severity: wishlist

Maybe a test could be added that checks for
update-rc.d: warning: start and stop actions are no longer supported; falling 
back to defaults
that many packages seem to forget to fix.


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



Bug#700633: Debootstrap is very slow. Please use eatmydata to fix this.

2013-12-26 Thread Marc Haber

On Mon, Apr 01, 2013 at 10:14:16AM -0400, Phillip Susi wrote:
 On 3/31/2013 4:17 PM, Marc Haber wrote:
  The following patch introduces an --include-early option which
  allows to introduce eatmydata early enough:
 
 Is this intended to be applied instead of, or on top of my initial
 patch?  If the former ( which I'm guessing it is ), I don't see where
 in-target is modified to *use* it?

This is intended to be used instead of your patch, and the intended
use is

eatmydata debootstrap --include-early=...

which will invoke deboostrap under eatymdata which will cause all
binaries to be started under eatmydata and additionally will cause
eatmydata to be installed into the chroot at the earliest convenience
so that calls started inside the chroot actually find libeatmydata.

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 31958061
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 31958062


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



Bug#733149: apt-listbugs: breaks after ruby-locale 2.0.9-1 - 2.1.0-1 upgrade

2013-12-26 Thread Francesco Poli
Control: reassign -1 ruby-locale 2.1.0-1
Control: forcemerge 733150 -1


On Thu, 26 Dec 2013 12:57:38 +0100 (CET) Cristian Ionescu-Idbohrn wrote:

[...]
 And this is what it reports:
[...]
 
 Reverting to ruby-locale 2.0.9-1 makes it work again.

Hello Cristian,
thanks for your bug report.

However, it seems to me that the issue you are experiencing is
identical to the already reported #733140, which I have just reassigned
to ruby-locale:
http://bugs.debian.org/733140

 ruby-locale
 could, arguably, be blamed for breaking other packages.

Indeed.
That's why I reassigned the other (identical) bug report to package
ruby-locale.

I am reassigning and merging this bug report too.

[...]
 There are a few more bugs (which render the package unusable, for me)
 listed on the http://bugs.debian.org/apt-listbugs.  Notable: 730822,

Bug #730822 is tagged as pending: it will be fixed in the next upload
(which will happen as soon as I find a little time to finalize
apt-listbugs version 0.1.12).
In the meanwhile you may manually fix the issue as explained in
http://bugs.debian.org/730822#17

 725672.  Another ruby package, ruby-soap4r, is blamed for the 725672
 trouble.

Bug #725672 is a ruby-soap4r issue, as you correctly noticed.
Unfortunately, I don't have the time to study ruby-soap4r internals and
investigate the issue in the hope to devise a fix.
Please cooperate with ruby-soap4r maintainers to find a solution, if
you are able to help.

 
 It's a bit messy situation right now.  Any chance of sorting this out
 soon?  apt-listbugs is quite useful to me.  I'd hate to loose it.

I can understand, but you should be able to use apt-listbugs itself to
work around the issues: after downgrading ruby-locale to version
2.0.9-1, you may use apt-listbugs to pin it to that version until this
bug is fixed.
For the two other bugs, please see the above described suggestions.

Bye. 


-- 
 http://www.inventati.org/frx/frx-gpg-key-transition-2010.txt
 New GnuPG key, see the transition document!
. Francesco Poli .
 GnuPG key fpr == CA01 1147 9CD2 EFDF FB82  3925 3E1C 27E1 1F69 BFFE


pgpwllJvsRam7.pgp
Description: PGP signature


Bug#733117: cpulimit: can't pass options to sub-process

2013-12-26 Thread Jesse Smith
On 13-12-25 06:56 PM, gregor herrmann wrote:
 Control: tag -1 + confirmed upstream
 
 On Wed, 25 Dec 2013 16:57:21 +0800, Paul Wise wrote:
 
 It is impossible to pass options to the sub-process but you can pass
 arguments to it. Looks like cpulimit needs to stop processing options at
 the first non-option argument:
 
 Nice catch, thanks.
 
 I'll discuss this issue with upstream.
 
 
 Cheers,
 gregor
 
 


Gregor,

The bug sounds valid to me. I will add this to my list of things to fix.
Thank you for passing it along.

Jesse


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



Bug#733140: apt-listbugs: incompatible with ruby-locale 2.1.0-1

2013-12-26 Thread intrigeri
Francesco Poli wrote (26 Dec 2013 14:31:17 GMT) :
 I am reassigning this bug report and merging it with #733150.

Thanks a lot for tracking this down!

Cheers,
-- 
  intrigeri
  | GnuPG key @ https://gaffer.ptitcanardnoir.org/intrigeri/intrigeri.asc
  | OTR fingerprint @ https://gaffer.ptitcanardnoir.org/intrigeri/otr.asc


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



Bug#733157: ruby-gd: undefined method newFromJpeg and new_from_jpeg

2013-12-26 Thread luigifab
Package: ruby-gd
Version: 0.8.0-3
Severity: grave
Justification: renders package unusable

Dear Maintainer,

The newFromJpeg and new_from_jpeg methods does not exist.
The following script does not work!

  require 'GD'
  image = GD::Image.new_from_jpeg('./src.jpg')
  image.resize! 200,150
  image.export('./dst.jpg')

  test.rb:2: undefined method `new_from_jpeg' for GD::Image:Class 
(NoMethodError)

-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (830, 'testing'), (820, 'stable'), (810, 'unstable'), (800, 
'experimental'), (500, 'stable-updates')
Architecture: amd64 (x86_64)

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

Versions of packages ruby-gd depends on:
ii  libc6   2.17-97
ii  libgd2-xpm  2.0.36~rc1~dfsg-6.1
ii  libpng12-0  1.2.49-5
ii  libruby1.8  1.8.7.358-9
ii  ruby1.8 [ruby-interpreter]  1.8.7.358-9
ii  zlib1g  1:1.2.8.dfsg-1

ruby-gd recommends no packages.

ruby-gd suggests no packages.

-- no debconf information


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



Bug#733149: apt-listbugs: breaks after ruby-locale 2.0.9-1 - 2.1.0-1 upgrade

2013-12-26 Thread Cristian Ionescu-Idbohrn
On Thu, 26 Dec 2013, Francesco Poli wrote:

  There are a few more bugs (which render the package unusable, for me)
  listed on the http://bugs.debian.org/apt-listbugs.  Notable: 730822,

 Bug #730822 is tagged as pending: it will be fixed in the next upload
 (which will happen as soon as I find a little time to finalize
 apt-listbugs version 0.1.12).

Sounds good.

 In the meanwhile you may manually fix the issue as explained in
 http://bugs.debian.org/730822#17

I obviously missed that :(  I'll try it in a jiffy...
Alright.  That seems to work :)  Thanks.

  725672.  Another ruby package, ruby-soap4r, is blamed for the 725672
  trouble.

 Bug #725672 is a ruby-soap4r issue, as you correctly noticed.
 Unfortunately, I don't have the time to study ruby-soap4r internals and
 investigate the issue in the hope to devise a fix.
 Please cooperate with ruby-soap4r maintainers to find a solution, if
 you are able to help.

Unfortunately, my ruby fu isn't that strong :)

  It's a bit messy situation right now.  Any chance of sorting this out
  soon?  apt-listbugs is quite useful to me.  I'd hate to loose it.

 I can understand, but you should be able to use apt-listbugs itself to
 work around the issues: after downgrading ruby-locale to version
 2.0.9-1, you may use apt-listbugs to pin it to that version until this
 bug is fixed.

Already done something like that.  I've put apt-listbugs on hold.

 For the two other bugs, please see the above described suggestions.

Done.


Cheers,

-- 
Cristian


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



Bug#733158: pu: package libmicrohttpd/0.9.20-1

2013-12-26 Thread Bertrand Marc
Package: release.debian.org
User: release.debian@packages.debian.org
Usertags: pu
Severity: normal

Dear release team,

I would like to fix 2 security issues and another open issue in
libmicrohttpd, as stated in Debian bug #731933. In this bug, Moritz
Muehlenhoff suggests to go through stable proposed updates instead of a DSA.

I prepared a new version and uploaded it to mentors [1] with the
following changes:
  * Fix various security issues (closes: #731933):
+ out-of-bounds read in MHD_http_unescape(), patch picked upstream,
CVE-2013-7038.
+ stack overflow in MHD_digest_auth_check(), patch picked upstream,
CVE-2013-7039.
+ handle case that original allocation request was zero and fix
theoretical
overflow issue reported by Florian Weimer, patch picked upstream.

You will find attached a full debdiff to the current wheezy package.

Would you consider allowing it to go to wheezy ?

Thanks,
Bertrand

[1]
http://mentors.debian.net/debian/pool/main/libm/libmicrohttpd/libmicrohttpd_0.9.20-1+deb7u1.dsc

diff -Nru libmicrohttpd-0.9.20/debian/changelog libmicrohttpd-0.9.20/debian/changelog
--- libmicrohttpd-0.9.20/debian/changelog	2012-06-24 12:28:35.0 +0200
+++ libmicrohttpd-0.9.20/debian/changelog	2013-12-26 16:09:57.0 +0100
@@ -1,3 +1,15 @@
+libmicrohttpd (0.9.20-1+deb7u1) wheezy; urgency=medium
+
+  * Fix various security issues (closes: #731933):
++ out-of-bounds read in MHD_http_unescape(), patch picked upstream,
+CVE-2013-7038.
++ stack overflow in MHD_digest_auth_check(), patch picked upstream,
+CVE-2013-7039.
++ handle case that original allocation request was zero and fix theoretical
+overflow issue reported by Florian Weimer, patch picked upstream.
+
+ -- Bertrand Marc beberk...@gmail.com  Thu, 26 Dec 2013 15:41:39 +0100
+
 libmicrohttpd (0.9.20-1) unstable; urgency=low
 
   * debian/control: add Vcs-Git and Vcs-browser fields.
diff -Nru libmicrohttpd-0.9.20/debian/patches/allocation_request_was_zero.diff libmicrohttpd-0.9.20/debian/patches/allocation_request_was_zero.diff
--- libmicrohttpd-0.9.20/debian/patches/allocation_request_was_zero.diff	1970-01-01 01:00:00.0 +0100
+++ libmicrohttpd-0.9.20/debian/patches/allocation_request_was_zero.diff	2013-12-26 15:39:19.0 +0100
@@ -0,0 +1,82 @@
+Author: Christian Grothoff christ...@grothoff.org
+Description: handle case that original allocation request was zero and fix
+ theoretical overflow issue reported by Florian Weimer.
+Origin: upstream, commit: 30926,30927
+--- a/src/daemon/memorypool.c
 b/src/daemon/memorypool.c
+@@ -135,19 +135,22 @@
+ 		   size_t size, int from_end)
+ {
+   void *ret;
++  size_t asize;
+ 
+-  size = ROUND_TO_ALIGN (size);
+-  if ((pool-pos + size  pool-end) || (pool-pos + size  pool-pos))
++  asize = ROUND_TO_ALIGN (size);
++  if ( (0 == asize)  (0 != size) )
++return NULL; /* size too close to SIZE_MAX */
++  if ((pool-pos + asize  pool-end) || (pool-pos + asize  pool-pos))
+ return NULL;
+   if (from_end == MHD_YES)
+ {
+-  ret = pool-memory[pool-end - size];
+-  pool-end -= size;
++  ret = pool-memory[pool-end - asize];
++  pool-end -= asize;
+ }
+   else
+ {
+   ret = pool-memory[pool-pos];
+-  pool-pos += size;
++  pool-pos += asize;
+ }
+   return ret;
+ }
+@@ -175,34 +178,37 @@
+ 		 size_t new_size)
+ {
+   void *ret;
++  size_t asize;
+ 
+-  new_size = ROUND_TO_ALIGN (new_size);
+-  if ((pool-end  old_size) || (pool-end  new_size))
++  asize = ROUND_TO_ALIGN (new_size);
++  if ( (0 == asize)  (0 != new_size) )
++return NULL; /* new_size too close to SIZE_MAX */
++  if ((pool-end  old_size) || (pool-end  asize))
+ return NULL;/* unsatisfiable or bogus request */
+ 
+   if ((pool-pos = old_size)  (pool-memory[pool-pos - old_size] == old))
+ {
+   /* was the previous allocation - optimize! */
+-  if (pool-pos + new_size - old_size = pool-end)
++  if (pool-pos + asize - old_size = pool-end)
+ {
+   /* fits */
+-  pool-pos += new_size - old_size;
+-  if (new_size  old_size)  /* shrinking - zero again! */
+-memset (pool-memory[pool-pos], 0, old_size - new_size);
++  pool-pos += asize - old_size;
++  if (asize  old_size)  /* shrinking - zero again! */
++memset (pool-memory[pool-pos], 0, old_size - asize);
+   return old;
+ }
+   /* does not fit */
+   return NULL;
+ }
+-  if (new_size = old_size)
++  if (asize = old_size)
+ return old; /* cannot shrink, no need to move */
+-  if ((pool-pos + new_size = pool-pos) 
+-  (pool-pos + new_size = pool-end))
++  if ((pool-pos + asize = pool-pos) 
++  (pool-pos + asize = pool-end))
+ {
+   /* fits */
+   ret = pool-memory[pool-pos];
+   memcpy (ret, old, old_size);
+-  pool-pos += new_size;
++  pool-pos += asize;
+   return ret;
+ }
+   /* does 

Bug#733159: new magic: python 3.4 byte-compiled

2013-12-26 Thread Dmitry Shachnev
Package: file
Version: 1:5.14-2
Severity: wishlist
Tags: patch

Dear Maintainer,

I have attached a patch that adds a magic for python3.4 byte-compiled
files (.pyc).

--
Dmitry Shachnev


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



Bug#733160: trident-driver: Keyboard is locked when acceleration is asked for

2013-12-26 Thread Bjarni Ingi Gislason
Package: xserver-xorg-video-trident
Version: 1:1.3.6-2
Severity: normal

Dear Maintainer,

  When no 'NoAccel' option or the 'Option NoAccel off' is used in
the /etc/X11/xorg.conf file, the keyboard is locked (does not react)
after the switch to the display.

  The Xorg.0.log file shows, that the module XAA (libxaa) is missing.

  Removing the acceleration (default) with 'Option NoAccel on' makes
the driver usable.

-- System Information:
Debian Release: jessie/sid
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500, 
'testing'), (500, 'stable')
Architecture: i386 (i586)

Kernel: Linux 3.2.53-rt75-1
Locale: LANG=is_IS, LC_CTYPE=is_IS (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages xserver-xorg-video-trident depends on:
ii  libc6  2.17-97
ii  xserver-xorg-core [xorg-video-abi-14]  2:1.14.5-1

xserver-xorg-video-trident recommends no packages.

xserver-xorg-video-trident suggests no packages.

-- no debconf information

-- 
Bjarni I. Gislason


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



Bug#688179: libvirt: Please enable selinux security driver

2013-12-26 Thread Laurent Bigonville
tag 688179 + patch
thanks

Hi,

Please apply the attached patch.

I've just tested again and the VM's (using qemu) are starting properly
and run in the expected context.

Cheers,

Laurent Bigonvillediff -Nru libvirt-1.2.0/debian/control libvirt-1.2.0/debian/control
--- libvirt-1.2.0/debian/control	2013-12-17 23:14:46.0 +0100
+++ libvirt-1.2.0/debian/control	2013-12-26 16:33:45.0 +0100
@@ -36,6 +36,7 @@
  libnetcf-dev (= 1:0.2.3-3~) [linux-any],
  libsanlock-dev [linux-any],
  libaudit-dev [linux-any],
+ libselinux1-dev (= 2.0.82) [linux-any],
  systemtap-sdt-dev [amd64 armel armhf i386 ia64 powerpc s390],
 # for --with-storage-sheepdog
  sheepdog [linux-any],
@@ -88,6 +89,7 @@
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Recommends: lvm2 [linux-any]
+Breaks: selinux-policy-default ( 2:2.20131214-1~), selinux-policy-mls ( 2:2.20131214-1~)
 Description: library for interfacing with different virtualization systems
  Libvirt is a C toolkit to interact with the virtualization capabilities
  of recent versions of Linux (and other OSes). The library aims at providing
diff -Nru libvirt-1.2.0/debian/rules libvirt-1.2.0/debian/rules
--- libvirt-1.2.0/debian/rules	2013-12-17 23:14:46.0 +0100
+++ libvirt-1.2.0/debian/rules	2013-12-26 15:56:00.0 +0100
@@ -29,6 +29,7 @@
   WITH_SANLOCK= --with-sanlock
   WITH_INIT_SCRIPT=	--with-init-script=systemd
   WITH_AUDIT  = --with-audit
+  WITH_SELINUX= --with-selinux --with-secdriver-selinux
   ifneq (,$(findstring $(DEB_HOST_ARCH), amd64 armel armhf i386 ia64 powerpc s390))
   WITH_DTRACE = --with-dtrace
   else
@@ -61,6 +62,7 @@
   WITH_NETCF  = --without-netcf
   WITH_INIT_SCRIPT=	--with-init-script=none
   WITH_AUDIT  = --without-audit
+  WITH_SELINUX= --without-selinux
   WITH_DTRACE = --without-dtrace
   WITH_XEN= --without-xen
   WITH_LIBXL  = --without-libxl
@@ -88,7 +90,7 @@
 	$(WITH_STORAGE_RBD)  \
 	$(WITH_INIT_SCRIPT)  \
 	$(WITH_NUMA) \
-	--without-selinux\
+	$(WITH_SELINUX)  \
 	--without-esx		 \
 	--without-phyp   \
 	$(WITH_CAPNG)		 \


Bug#733159: new magic: python 3.4 byte-compiled

2013-12-26 Thread Dmitry Shachnev
Really attached the patch.

--
Dmitry Shachnev--- a/magic/Magdir/python
+++ b/magic/Magdir/python
@@ -23,6 +23,7 @@
 0	belong		0x4f0c0d0a	python 3.1 byte-compiled
 0	belong		0x6c0c0d0a	python 3.2 byte-compiled
 0	belong		0x9e0c0d0a	python 3.3 byte-compiled
+0	belong		0xe40c0d0a	python 3.4 byte-compiled
 
 0	search/1/w	#!\ /usr/bin/python	Python script text executable
 !:mime text/x-python


Bug#733161: Requires different import for updated python-pil

2013-12-26 Thread Yuri D'Elia
Package: rest2web
Version: 0.5.2~alpha+svn-r248-2
Severity: minor
Tags: patch

The gallery plugin of rest2web requires python-imaging.  python-imaging
though is being replaced by python-pil, which is recommended already by
python-docutils.

For this, the Image import needs to be updated (see the attached patch).
I would also suggest to add a direct Recommend: python-pil to the
dependencies of rest2web.

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 3.4.3-kvm-i386-20120618
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages rest2web depends on:
ii  python   2.7.5-5
ii  python-docutils  0.11-3
ii  python-support   1.0.15

rest2web recommends no packages.

Versions of packages rest2web suggests:
ii  rest2web-doc  0.5.2~alpha+svn-r248-2
--- gallery.py.Orig	2013-12-26 16:33:17.0 +0100
+++ gallery.py	2013-12-26 16:33:30.0 +0100
@@ -36,7 +36,7 @@
 
 # image imports
 try:
-import Image
+from PIL import Image
 except ImportError:
 raise ImportError('Importing PIL - Python Imaging Library - failed.')
 


Bug#733162: mirror submission for mirror.trueinter.net

2013-12-26 Thread Roberto Saavedra
Package: mirrors
Severity: wishlist

Submission-Type: new
Site: mirror.trueinter.net
Type: leaf
Archive-architecture: ALL amd64 armel armhf hurd-i386 i386 ia64 kfreebsd-amd64 
kfreebsd-i386 mips mipsel powerpc s390x sparc 
Archive-ftp: /debian/
Archive-http: /debian/
Archive-rsync: debian/
CDImage-ftp: /debian-cd/
CDImage-http: /debian-cd/
CDImage-rsync: debian-cd/
IPv6: yes
Archive-upstream: ftp.de.debian.org
CDImage-upstream: ftp.de.debian.org
Updates: twice
Maintainer: Roberto Saavedra r...@inasset.es
Country: ES Spain
Location: Madrid
Sponsor: inAsset Networks http://www.inasset.es


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



Bug#733163: Subject: gnome-screensaver: When set Blank Screen set to Newer gnome-screensacer fail to lock

2013-12-26 Thread Marian Corcodel
Package: gnome-screensaver
Version: 3.6.1-1
Severity: normal



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

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

Versions of packages gnome-screensaver depends on:
ii  dbus-x11   1.6.18-2
ii  gnome-icon-theme   3.10.0-1
ii  gnome-session-bin  3.8.4-3
ii  gsettings-desktop-schemas  3.8.2-2
ii  libc6  2.17-97
ii  libcairo2  1.12.16-2
ii  libdbus-1-31.6.18-2
ii  libdbus-glib-1-2   0.100.2-1
ii  libgdk-pixbuf2.0-0 2.28.2-1+b1
ii  libglib2.0-0   2.36.4-1
ii  libgnome-desktop-3-7   3.8.4-2
ii  libgnomekbd8   3.6.0-1
ii  libgtk-3-0 3.8.6-1
ii  libpam0g   1.1.3-9
ii  libx11-6   2:1.6.2-1
ii  libxext6   2:1.3.2-1
ii  libxklavier16  5.2.1-1
ii  libxxf86vm11:1.1.3-1

Versions of packages gnome-screensaver recommends:
ii  gnome-power-manager   3.8.2-1
ii  libpam-gnome-keyring  3.8.2-2

gnome-screensaver suggests no packages.

-- no debconf information
--- gs-prefs.old.c	2012-08-20 20:12:39.0 +0300
+++ gs-prefs.c	2013-12-26 16:16:59.005822685 +0200
@@ -40,6 +40,10 @@ static void gs_prefs_finalize   (GObject
 #define KEY_LOCK_DISABLE  disable-lock-screen
 #define KEY_USER_SWITCH_DISABLE   disable-user-switching
 
+#define SESSION_SETTINGS_SCHEMA org.gnome.desktop.session
+#define KEY_IDLE_DELAY		  idle-delay
+#define KEY_SESSION_NAME	  session-name
+
 #define GS_SETTINGS_SCHEMA org.gnome.desktop.screensaver
 #define KEY_IDLE_ACTIVATION_ENABLED idle-activation-enabled
 #define KEY_LOCK_ENABLED   lock-enabled
@@ -58,6 +62,7 @@ struct GSPrefsPrivate
 {
 GSettings *settings;
 GSettings *lockdown;
+	GSettings *session;
 };
 
 enum {
@@ -129,11 +134,17 @@ _gs_prefs_set_lock_timeout (GSPrefs *pre
 guintvalue)
 {
 /* prevent overflow when converting to milliseconds */
+	if (prefs-lock_enabled) {
+		//idle_delay = 0 not allowed
+		g_warning(idle_delay from gnome-session shema Not set to 0 to avoid useless lock);
+	}
 if (value  G_MAXUINT / 1000) {
 value = G_MAXUINT / 1000;
 }
 
 prefs-lock_timeout = value * 1000;
+g_warning(lock_timeout is: %d, prefs-lock_timeout);
+	
 }
 
 static void
@@ -242,6 +253,30 @@ _gs_settings_get_uint (GSettings  *setti
   return value;
 }
 
+static guint
+_gs_session_get_uint (GSettings *session,
+  const gchar *key)
+{
+ guint value;
+
+ g_settings_get (session, key, u, value);
+ return value;
+}
+
+static void
+_gs_prefs_set_idle_timeout (GSPrefs *prefs,
+			  guintvalue)
+{
+	/* when value is zero lock not have effect on gnome-screensaver */
+	/* try to set value to 300 secs */
+	if (value  G_MAXUINT / 1000) {
+	value = G_MAXUINT /1000;
+	}
+	prefs-idle_delay_timeout = value * 1000;
+g_warning(idle_delay_timeout is: %d, prefs-idle_delay_timeout);
+
+}
+
 static void
 gs_prefs_load_from_settings (GSPrefs *prefs)
 {
@@ -294,6 +329,11 @@ gs_prefs_load_from_settings (GSPrefs *pr
 
 bvalue = g_settings_get_boolean (prefs-priv-lockdown, KEY_USER_SWITCH_DISABLE);
 _gs_prefs_set_user_switch_disabled (prefs, bvalue);
+	
+	/* Session keys */
+	
+	uvalue = _gs_session_get_uint (prefs-priv-session, KEY_IDLE_DELAY);
+	_gs_prefs_set_idle_timeout (prefs, uvalue);
 
 }
 
@@ -323,13 +363,6 @@ key_changed_cb (GSettings   *settings,
 enabled = g_settings_get_boolean (settings, key);
 _gs_prefs_set_lock_enabled (prefs, enabled);
 gs_debug (lock-enabled=%d,enabled);
-} else if (strcmp (key, KEY_LOCK_DISABLE) == 0) {
-
-gboolean disabled;
-
-disabled = g_settings_get_boolean (settings, key);
-_gs_prefs_set_lock_disabled (prefs, disabled);
-
 } else if (strcmp (key, KEY_USER_SWITCH_DISABLE) == 0) {
 
 gboolean disabled;
@@ -395,6 +428,52 @@ key_changed_cb (GSettings   *settings,
 }
 
 static void
+key_changed_cb_sess (GSettings   *session,
+const gchar *key,
+GSPrefs *prefs)
+{
+if (strcmp (key, KEY_IDLE_DELAY) == 0) {
+
+guint idle_delay;
+
+idle_delay = _gs_session_get_uint (session, key);
+_gs_prefs_set_idle_timeout (prefs, idle_delay);
+ if (idle_delay == 0) {
+ 
+ 
+g_settings_set (prefs-priv-session, KEY_IDLE_DELAY, u, 600);
+ } 
+  
+  
+} else {
+   

Bug#733165: supervisor: Please package new upstream version 3.0

2013-12-26 Thread Julien Rabier
Package: supervisor
Severity: wishlist

Dear Maintainer,

A new upstream version of supervisor has been released on 2013-07-30 according
to https://pypi.python.org/pypi/supervisor/3.0.

Please package this stable version, it fixes some bugs and adds some
improvements.

Thanks by advance,
Julien Rabier



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

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


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



Bug#733164: lintian4python: tests fail with python3.4

2013-12-26 Thread Dmitry Shachnev
Source: lintian4python
Version: 0.26

Looks like in python3.4 some error messages were improved:
http://hg.python.org/cpython/rev/f914130c15bb

Now, when I try to run tests with python3.4, I get:

Traceback (most recent call last):
  File ./run-tests, line 89, in test
raise AssertionError('\n'.join(message))
AssertionError: unexpected helper output:

 # /tmp/lintian4python-0.26/tests/code-analysis/string-format-error.t-ca
-string-formatting-error 5 unmatched '{' in format
-string-formatting-error 6 expected ':' after format specifier
+string-formatting-error 5 expected '}' before end of string
+string-formatting-error 6 expected ':' after conversion specifier
 string-formatting-error 7 unknown conversion specifier e

--
Dmitry Shachnev

signature.asc
Description: OpenPGP digital signature


Bug#733166: get-iplayer: apt-get install get_iplayer does not work and shoud respond to this as the canonical name

2013-12-26 Thread Nigel Bray
Package: get-iplayer
Version: 2.83-1
Severity: wishlist

Dear Maintainer,
*** Please consider answering these questions, where appropriate ***

   * What led up to the situation?
search on internet for get_ipayer
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
Followed instructions to Download
Linux users should find that their distribution has a get_iplayer package 
which will automatically pull in all required dependencies (rtmpdump, ffmpeg, 
etc.). Fedora users, for example, will find get_iplayer in the RPM Fusion 
repository of packages for the Free World. Just issue the command 'yum 
install get_iplayer'
And for debian without further information it follows that:
sudo apt-get install get_iplayer
should work.
   * What was the outcome of this action?
Reading package lists... Done
Building dependency tree   
Reading state information... Done
E: Unable to locate package get_iplayer

   * What outcome did you expect instead?
Building dependency tree   
Reading state information... Done
The following packages 
etc

note apt-get install get-iplayer works, but can only be found by trial and 
error after following the thread described above.

*** End of the template - remove these lines ***


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

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

Versions of packages get-iplayer depends on:
ii  libwww-perl 6.05-2
ii  libxml-simple-perl  2.20-1
ii  perl5.18.1-5
ii  rtmpdump2.4+20121230.gitdf6c518-1

Versions of packages get-iplayer recommends:
ii  atomicparsley 0.9.2~svn110-4
ii  id3v2 0.1.12-2.1
ii  libmp3-info-perl  1.24-1

Versions of packages get-iplayer suggests:
pn  ffmpeg | libav-tools  none
pn  mplayer   none

-- no debconf information


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



Bug#732165: systemd service is disabled after the switch to dh-systemd

2013-12-26 Thread Laurent Bigonville
tag 732165 + moreinfo unreproductible
severity 732165 important
thanks

Le Tue, 17 Dec 2013 11:59:47 +0100,
Laurent Bigonville bi...@debian.org a écrit :

 Hi,
 
 I just tried to do the upgrade (from 0.6.31-2 to 0.6.31-3) in a
 chroot, and the service is enabled:
 
 (sid-amd64-sbuild)root@soldur:/etc/systemd# find |grep -i avahi
 ./system/sockets.target.wants/avahi-daemon.socket
 ./system/multi-user.target.wants/avahi-daemon.service
 ./system/dbus-org.freedesktop.Avahi.service
 
 I'm not too sure here

I'll downgrade the severity of this bug to important, I definitely
cannot reproduce this.

Cheers

Laurent Bigonville


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



Bug#733162: mirror submission for mirror.trueinter.net

2013-12-26 Thread Simon Paillard
Hi there,

On Thu, Dec 26, 2013 at 03:43:31PM +, Roberto Saavedra wrote:
 Package: mirrors
 Severity: wishlist
 
 Submission-Type: new
 Site: mirror.trueinter.net
 Type: leaf
 Archive-architecture: ALL amd64 armel armhf hurd-i386 i386 ia64 
 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390x sparc 
 Archive-ftp: /debian/
 Archive-http: /debian/
 Archive-rsync: debian/
 CDImage-ftp: /debian-cd/
 CDImage-http: /debian-cd/
 CDImage-rsync: debian-cd/
 IPv6: yes
 Archive-upstream: ftp.de.debian.org
 CDImage-upstream: ftp.de.debian.org
 Updates: twice
 Maintainer: Roberto Saavedra r...@inasset.es

Can you provide us a role contact like ad...@inasset.es so that we can reach
somebody when you're away ?

 Country: ES Spain
 Location: Madrid
 Sponsor: inAsset Networks http://www.inasset.es

Best regards.


-- 
Simon Paillard


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



Bug#733167: ITP: ruby-equalizer -- Ruby module to define equality, equivalence and inspection methods

2013-12-26 Thread Praveen A
package: wnpp
severity: wishlist
X-debbugs-cc: debian-r...@lists.debian.org

Upstream URL: https://rubygems.org/gems/equalizer
License: Expat

A dependency for diaspora.

-- 
പ്രവീണ്‍ അരിമ്പ്രത്തൊടിയില്‍
You have to keep reminding your government that you don't get your
rights from them; you give them permission to rule, only so long as
they follow the rules: laws and constitution.


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



Bug#223905: JamNNTPd Debian Package ITP

2013-12-26 Thread Robert J. Clay
Dario,

I see that you sent in a retitle for my ITP for JamNNTPd, # 223905;
it's not clear to me what you were trying to do, though, because it
doesn't seem to have actually changed the title much if at all...



-- 
Robert James Clay
j...@rocasa.us
rjc...@gmail.com


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



Bug#733162: mirror submission for mirror.trueinter.net

2013-12-26 Thread Roberto Saavedra - [ inAsset Networks ]
Hello Simon,Role contact could be either ad...@inasset.es or n...@inasset.es
Could you please indicate how to proceed for push-mirroring with ftp.de.mirror.org? We have been reading the documentation, and would like to know if we should open an account at the mirror server for ftp.de.mirror.org, or initiate communication with them for the setup.Thanks. Regards,Roberto Saavedra- [ inAsset Networks ]P : +34 683 422 390F : +34 911 701 242E-mail :		r...@inasset.es / r...@trueinter.netWe deliver True InternetFacebook :	https://facebook.com/inassetTwitter :		https://twitter.com/inassetnetworks

El 26/12/2013, a las 11:37, Simon Paillard spaill...@debian.org escribió:Hi there,On Thu, Dec 26, 2013 at 03:43:31PM +, Roberto Saavedra wrote:Package: mirrorsSeverity: wishlistSubmission-Type: newSite: mirror.trueinter.netType: leafArchive-architecture: ALL amd64 armel armhf hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390x sparc Archive-ftp: /debian/Archive-http: /debian/Archive-rsync: debian/CDImage-ftp: /debian-cd/CDImage-http: /debian-cd/CDImage-rsync: debian-cd/IPv6: yesArchive-upstream: ftp.de.debian.orgCDImage-upstream: ftp.de.debian.orgUpdates: twiceMaintainer: Roberto Saavedra r...@inasset.esCan you provide us a role contact like ad...@inasset.es so that we can reachsomebody when you're away ?Country: ES SpainLocation: MadridSponsor: inAsset Networks http://www.inasset.esBest regards.-- Simon Paillard

signature.asc
Description: Message signed with OpenPGP using GPGMail


Bug#733168: glances: FTBFS: OSError: [Errno 2] No such file or directory: '/etc/mtab'

2013-12-26 Thread Andreas Moog
Package: glances
Version: 1.7.3-1
Severity: serious

Hi there,

your package fails to build in a clean unstable chroot:

 running build_ext
 test_Glances_getCore (glances.tests.test_glances.TestGlancesStat) ... ERROR
 test_Glances_getCpu (glances.tests.test_glances.TestGlancesStat) ... ERROR
 test_Glances_getDiskIO (glances.tests.test_glances.TestGlancesStat) ... ERROR
 test_Glances_getFs (glances.tests.test_glances.TestGlancesStat) ... ERROR
 test_Glances_getHDDTemp (glances.tests.test_glances.TestGlancesStat) ... ERROR
 test_Glances_getMem (glances.tests.test_glances.TestGlancesStat) ... ERROR
 test_Glances_getMemSwap (glances.tests.test_glances.TestGlancesStat) ... ERROR
 test_Glances_getNetwork (glances.tests.test_glances.TestGlancesStat) ... ERROR
 test_Glances_getPerCpu (glances.tests.test_glances.TestGlancesStat) ... ERROR
 test_Glances_getProcess (glances.tests.test_glances.TestGlancesStat) ... ERROR
 test_Glances_getSensors (glances.tests.test_glances.TestGlancesStat) ... ERROR
 test_Glances_getSystem (glances.tests.test_glances.TestGlancesStat) ... ERROR
 
 ==
 ERROR: test_Glances_getCore (glances.tests.test_glances.TestGlancesStat)
 --
 Traceback (most recent call last):
   File /build/buildd/glances-1.7.3/glances/tests/test_glances.py, line 35, 
 in setUp
 self.stats.update()
   File /build/buildd/glances-1.7.3/glances/glances.py, line 1673, in update
 self.__update__(input_stats)
   File /build/buildd/glances-1.7.3/glances/glances.py, line 1648, in 
 __update__
 self.fs = self.glancesgrabfs.get()
   File /build/buildd/glances-1.7.3/glances/glances.py, line 1004, in get
 self.__update__()
   File /build/buildd/glances-1.7.3/glances/glances.py, line 982, in 
 __update__
 fs_stat = psutil.disk_partitions(all=True)
   File /usr/lib/python2.7/dist-packages/psutil/__init__.py, line 1345, in 
 disk_partitions
 return _psplatform.disk_partitions(all)
   File /usr/lib/python2.7/dist-packages/psutil/_pslinux.py, line 300, in 
 disk_partitions
 partitions = _psutil_linux.get_disk_partitions()
 OSError: [Errno 2] No such file or directory: '/etc/mtab'
(Followed by another bunch of similar errors)

Full buildlog attached.

Cheers!

-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624


glances_1.7.3-1_amd64.build.gz
Description: application/gzip


signature.asc
Description: OpenPGP digital signature


Bug#223905: JamNNTPd Debian Package ITP

2013-12-26 Thread Dario Minnucci
Hi Robert,

On 12/26/2013 05:08 PM, Robert J. Clay wrote:
 Dario,
 
 I see that you sent in a retitle for my ITP for JamNNTPd, # 223905;
 it's not clear to me what you were trying to do, though, because it
 doesn't seem to have actually changed the title much if at all...
 


I've just tried to change the title (by adding a dot at the end) [0] to see if 
with that little
change, the parser on wnpp.debian.net [1] was able to process the bug and 
include it on wnpp
interface [2], but it didn't work.

Sorry for the noise.

Regards,


[0] http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=55;bug=223905
[1] http://wnpp.debian.net/cron_sync_list.php5
[2] http://wnpp.debian.net

-- 
 Dario Minnucci mid...@debian.org
 Phone: +34 902021030 | Fax: +34 902024417
 Key fingerprint = BAA1 7AAF B21D 6567 D457  D67D A82F BB83 F3D5 7033




signature.asc
Description: OpenPGP digital signature


Bug#733169: RM: lxsession-edit -- -- RoQA, replaced by lxsession

2013-12-26 Thread Mateusz Łukasik

Package: ftp.debian.org
Severity: normal

The binary package lxsession-edit is now replaced by lxsession and it are  
in conflict each other.



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



Bug#727708: [PATCH] systemctl: allow globbing in commands which take multiple unit names

2013-12-26 Thread Zbigniew Jędrzejewski-Szmek
As discussed on IRC, here's a patch which takes the simple approach of
allowing globbing on loaded unit names in various (almost all :)) systemctl
commands. Comments?

(There were some preperatory patches which I'm not posting here.
Please fetch from http://kawka.in.waw.pl/git/systemd/commit/16a4169b
if you need something that'll apply to current git.)

Zbyszek

---
 man/systemctl.xml | 108 ++-
 src/core/device.c |   2 +-
 src/journal/journalctl.c  |   4 +-
 src/run/run.c |   6 +-
 src/shared/unit-name.c|  23 ++--
 src/shared/unit-name.h|   4 +-
 src/shared/util.c |   7 +
 src/shared/util.h |   1 +
 src/systemctl/systemctl.c | 336 +++---
 src/test/test-unit-name.c |   4 +-
 src/udev/udev-rules.c |   2 +-
 11 files changed, 304 insertions(+), 193 deletions(-)

diff --git a/man/systemctl.xml b/man/systemctl.xml
index 7e0216e..13a 100644
--- a/man/systemctl.xml
+++ b/man/systemctl.xml
@@ -580,15 +580,24 @@ kobject-uevent 1 systemd-udevd-kernel.socket 
systemd-udevd.service
 /varlistentry
 
 varlistentry
-  termcommandstart 
replaceableNAME/replaceable.../command/term
+  termcommandstart 
replaceablePATTERN/replaceable.../command/term
 
   listitem
 paraStart (activate) one or more units specified on the
 command line./para
+
+paraNote that glob patterns operate on a list of currently
+loaded units. Units which are not active and are not in a
+failed state usually are not loaded, and would not be
+matched by any pattern. In addition, in case of
+instantiated units, systemd is often unaware of the
+instance name until the instance has been started. Therefore
+using glob patterns with commandstart/command
+has limited usefulness./para
   /listitem
 /varlistentry
 varlistentry
-  termcommandstop 
replaceableNAME/replaceable.../command/term
+  termcommandstop 
replaceablePATTERN/replaceable.../command/term
 
   listitem
 paraStop (deactivate) one or more units specified on the
@@ -596,7 +605,7 @@ kobject-uevent 1 systemd-udevd-kernel.socket 
systemd-udevd.service
   /listitem
 /varlistentry
 varlistentry
-  termcommandreload 
replaceableNAME/replaceable.../command/term
+  termcommandreload 
replaceablePATTERN/replaceable.../command/term
 
   listitem
 paraAsks all units listed on the command line to reload
@@ -617,7 +626,7 @@ kobject-uevent 1 systemd-udevd-kernel.socket 
systemd-udevd.service
 
 /varlistentry
 varlistentry
-  termcommandrestart 
replaceableNAME/replaceable.../command/term
+  termcommandrestart 
replaceablePATTERN/replaceable.../command/term
 
   listitem
 paraRestart one or more units specified on the command
@@ -626,7 +635,7 @@ kobject-uevent 1 systemd-udevd-kernel.socket 
systemd-udevd.service
   /listitem
 /varlistentry
 varlistentry
-  termcommandtry-restart 
replaceableNAME/replaceable.../command/term
+  termcommandtry-restart 
replaceablePATTERN/replaceable.../command/term
 
   listitem
 paraRestart one or more units specified on the command
@@ -637,7 +646,7 @@ kobject-uevent 1 systemd-udevd-kernel.socket 
systemd-udevd.service
   /listitem
 /varlistentry
 varlistentry
-  termcommandreload-or-restart 
replaceableNAME/replaceable.../command/term
+  termcommandreload-or-restart 
replaceablePATTERN/replaceable.../command/term
 
   listitem
 paraReload one or more units if they support it. If not,
@@ -646,7 +655,7 @@ kobject-uevent 1 systemd-udevd-kernel.socket 
systemd-udevd.service
   /listitem
 /varlistentry
 varlistentry
-  termcommandreload-or-try-restart 
replaceableNAME/replaceable.../command/term
+  termcommandreload-or-try-restart 
replaceablePATTERN/replaceable.../command/term
 
   listitem
 paraReload one or more units if they support it. If not,
@@ -676,7 +685,7 @@ kobject-uevent 1 systemd-udevd-kernel.socket 
systemd-udevd.service
   /listitem
 /varlistentry
 varlistentry
-  termcommandkill 
replaceableNAME/replaceable.../command/term
+  termcommandkill 
replaceablePATTERN/replaceable.../command/term
 
   listitem
 paraSend a signal to one or more processes of the
@@ -687,7 +696,7 @@ kobject-uevent 1 systemd-udevd-kernel.socket 
systemd-udevd.service
   /listitem
 /varlistentry
 varlistentry
-  termcommandis-active 
replaceableNAME/replaceable.../command/term
+  termcommandis-active 
replaceablePATTERN/replaceable.../command/term
 
   listitem
 

Bug#733170: RM: lxpolkit -- RoQA, replaced by lxsession

2013-12-26 Thread Mateusz Łukasik

Package: ftp.debian.org
Severity: normal

The binary package lxpolkit is now replaced by lxsession and it are in  
conflict each other.


Mateusz


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



Bug#733076: Bug already fixed

2013-12-26 Thread Flos Lonicerae
Hi,

The dependencies have already resolved. Thanks!

BR,
Flos


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



Bug#733171: gem2deb takes older version of gem file if more than one version is present

2013-12-26 Thread Praveen A
package: gem2deb
version: 0.6.1

gem2deb equalizer
equalizer doesn't seem to exist. Let's try to download it with 'gem
fetch equalizer'
gem fetch equalizer
Fetching: equalizer-0.0.9.gem (100%)
Downloaded equalizer-0.0.9
-- Creating source tarball from equalizer-0.0.8.gem ...
tar xfm /media/pravi/forge/debian/diaspora/equalizer-0.0.8.gem
tar xzfm data.tar.gz
zcat metadata.gz  metadata.yml
tar czf /media/pravi/forge/debian/diaspora/equalizer-0.0.8.tar.gz
equalizer-0.0.8
-- Successfully created ./equalizer-0.0.8.tar.gz

-- 
പ്രവീണ്‍ അരിമ്പ്രത്തൊടിയില്‍
You have to keep reminding your government that you don't get your
rights from them; you give them permission to rule, only so long as
they follow the rules: laws and constitution.


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



Bug#733172: kill: no error message if process-id does not exist

2013-12-26 Thread Klee Dienes
Package: procps
Version: 1:3.3.9-1
Severity: minor

/bin/kill doesn't appear to generate any error output (but does exit
1) if the process-id specified does not exist:

$ kill 4242
-bash: kill: (4242) - No such process

$ /bin/kill 4242

This is confusing because it's different from the output from the
built-in 'kill' command in bash, and leads the user to expect that the
command was successful (no news is good news).

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

Kernel: Linux 3.11-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages procps depends on:
ii  initscripts   2.88dsf-43
ii  libc6 2.17-97
ii  libncurses5   5.9+20130608-1
ii  libncursesw5  5.9+20130608-1
ii  libprocps31:3.3.9-1
ii  libtinfo5 5.9+20130608-1
ii  lsb-base  4.1+Debian12

Versions of packages procps recommends:
ii  psmisc  22.20-1

procps suggests no packages.

-- Configuration Files:
/etc/sysctl.conf changed [not included]

-- no debconf information


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



Bug#635920: patch / git-import-orig --uscan uses the wrong tarball when a repacking script is used

2013-12-26 Thread Andreas Tille
Hi Csillag,

On Thu, Dec 26, 2013 at 09:36:35AM +0100, Csillag Tamas wrote:
  Sorry, I don't get it?  Any new bug number or am I missing an old problem?
 
 Hi Andreas,
 
 It is bugnumber #733111
 
 I started working on a patch last night, but did not finished it yet.
 (I will be AFK today and back in the afternoon.)
 
 A question however: 'field Files-Excluded containing a space separated list of
 globs' this is from your original spec in #685787.
 It should be space AND newline separated, right?
 (or is a newer spec available?)

I can only confirm that all PDFs (including the one with a ' ' inside
the name) of package plastimatch were removed by my original patch.
Since the security fix this did not worked any more.

I'm sorry that I can not spent serious chuncks of time until Saturday.

I'd consider a test case containing the following

docs/doc_without_space.pdf
docs/doc with space.pdf

and in d/copyright

Files-Excluded: docs/*.pdf

(the real life example is the package plastimatch).

Kind regards

 Andreas.

-- 
http://fam-tille.de


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



Bug#733173: RFS: gxkb/0.6-1

2013-12-26 Thread Mateusz Łukasik

Package: sponsorship-requests
  Severity: normal

  Dear mentors,

  I am looking for a sponsor for my package gxkb

 * Package name: gxkb
   Version : 0.6-1
   Upstream Author : Dmitriy Poltavchenko z...@root.ua
 * URL : http://sourceforge.net/projects/gxkb/
 * License : GNU GPL+2
   Section : x11

  It builds those binary packages:

gxkb  - X11 keyboard indicator and switcher

  To access further information about this package, please visit the  
following URL:


  http://mentors.debian.net/package/gxkb

  Alternatively, one can download the package with dget using this command:

dget -x  
http://mentors.debian.net/debian/pool/main/g/gxkb/gxkb_0.6-1.dsc


  More information about hello can be obtained from  
http://sourceforge.net/projects/gxkb/.


  Changes since the last upload:

 This initial upload to Debian.

  Regards,
   Mateusz Łukasik


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



Bug#733111: update uscan Files-Excluded parsing to support escaped names

2013-12-26 Thread Csillag Tamas
Hi,

On Wed, Dec 25, 2013 at 09:49:45AM -0800, Russ Allbery wrote:
...
 In order to support file names that contain whitespace, uscan's parsing
 of Files-Excluded needs to handle the character escaping protocol.  The
 following code should correctly handle foo\ bar, as well as the other
 more pathological cases such as foo\\ bar (which is two files).

Following up on the regexp and the bugreport created by Russ:

I created a patch and tested it with a Files-excluded statement in
d/copyright.
I found an issue that it does not split on newlines.
Russ: If you can update the regexp to cover these use case the better.
(and thanks for the current one, my Perl knowledge is lacking when it comes to
regexpes like this one :)
In the meanwhile I updated the script to replace newlines with
whitespaces to get the same result.

I include a patch.

A separate issue is that when in dehs mode uscan should return after
repacking the archive with files removed the new filename.
I include a separate patch for this one.

I have all of these in my git repo available for conveniance:
git://cstamas.hu/git/devscripts.git

Regards,
 Tamas
-- 
CSILLAG Tamas (cstamas) - http://cstamas.hu/

commit 49703d8fcc47a0e7adcf97861525729d9e6ef539
Author: CSILLAG Tamas csta...@cstamas.hu
Date:   Thu Dec 26 18:06:14 2013 +0100

dehs: returned the repacked archive instead of the orig after file-excludes

diff --git a/scripts/uscan.pl b/scripts/uscan.pl
index 6cb9c19..8bf6b99 100755
--- a/scripts/uscan.pl
+++ b/scripts/uscan.pl
@@ -1618,6 +1618,7 @@ EOF
 		$msg .=  and renamed it as $renamed_base;
 	} elsif ($symlink eq 'files-excluded') {
 		$msg .=  and removed files from it in ${pkg}_${newversion}${excludesuffix}.orig.tar.$suffix\n;
+		$dehs_tags{'target'} = ${pkg}_${newversion}${excludesuffix}.orig.tar.$suffix;
 	} else {
 		$dehs_tags{'target'} = $newfile_base;
 	}
commit d60eb9eb60966d03d8e46e247eaa6f314b6e3555
Author: CSILLAG Tamas csta...@cstamas.hu
Date:   Thu Dec 26 18:04:51 2013 +0100

support escaped spaces

diff --git a/scripts/uscan.pl b/scripts/uscan.pl
index 433f5e2..6cb9c19 100755
--- a/scripts/uscan.pl
+++ b/scripts/uscan.pl
@@ -1543,7 +1543,13 @@ EOF
 	my $file_list;
 	spawn(exec = ['find', $main_source_dir], wait_child = 1, to_string = \$file_list);
 	my $nfiles_before = split /\n/, $file_list;
-	foreach (grep { $_ } split /\s+/, $data-{files-excluded}) {
+	my $filesexcluded = $data-{files-excluded};
+	$filesexcluded =~ s!\n! !g;
+	# see the thread for details http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=635920#127
+	my @excluded = ($filesexcluded =~ /(?:\A|\G[ ]+)((?:\\.|[^\\ ])+)/g);
+	# un-escape
+	@excluded = map { s/\\(.)/$1/g; $_ } @excluded;
+	foreach (@excluded) {
 		# delete trailing '/' because otherwise find -path will fail
 		s?/+$??;
 		# use rm -rf to enable deleting non-empty directories


Bug#730892: oxref: diff for NMU version 0.91.00-1.1

2013-12-26 Thread tony mancill
 tags 730892 + patch
 thanks
 
 Dear maintainer,
 
 I've prepared an NMU for oxref (versioned as 0.91.00-1.1) and
 uploaded it to DELAYED/2. Please feel free to tell me if I
 should delay it longer.
 
 I already pushed the related commits to your repository in collab-maint.
 
 Regards.
 
 David

Hi David,

Uploading an NMU to DELAYED/2 on Christmas day doesn't give folks much
time to react.  Please remove the NMU from the queue and I will work
with Frank prepare an upload that addresses the bug.

Thank you,
tony



signature.asc
Description: OpenPGP digital signature


Bug#635920: patch / git-import-orig --uscan uses the wrong tarball when a repacking script is used

2013-12-26 Thread Russ Allbery
Csillag Tamas csta...@digitus.itk.ppke.hu writes:

 I started working on a patch last night, but did not finished it yet.
 (I will be AFK today and back in the afternoon.)

 A question however: 'field Files-Excluded containing a space separated
 list of globs' this is from your original spec in #685787.  It should be
 space AND newline separated, right?  (or is a newer spec available?)

Yes, I think that's how you should interpret it.  Actually, what I'd do is
unfold the contents first, and then parse it.  That's more consistent with
the way that fields in Debian control files are specified.  (In other
words, I think this field is a whitespace-separated list per the
definition in copyright-format 1.0, but it's sort of akin to a folded
field in Debian Policy.  Unfortunately, not exactly, since whitespace *is*
significant if it's escaped.)

That means that my suggestion is slightly wrong, and the places where it
has [ ] for a space should actually be \s for any whitespace.

-- 
Russ Allbery (r...@debian.org)   http://www.eyrie.org/~eagle/


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



Bug#733111: update uscan Files-Excluded parsing to support escaped names

2013-12-26 Thread Russ Allbery
Csillag Tamas csta...@digitus.itk.ppke.hu writes:

 Russ: If you can update the regexp to cover these use case the better.
 (and thanks for the current one, my Perl knowledge is lacking when it
 comes to regexpes like this one :)

This change should do it:

 commit d60eb9eb60966d03d8e46e247eaa6f314b6e3555
 Author: CSILLAG Tamas csta...@cstamas.hu
 Date:   Thu Dec 26 18:04:51 2013 +0100

 support escaped spaces

 diff --git a/scripts/uscan.pl b/scripts/uscan.pl
 index 433f5e2..6cb9c19 100755
 --- a/scripts/uscan.pl
 +++ b/scripts/uscan.pl
 @@ -1543,7 +1543,13 @@ EOF
   my $file_list;
   spawn(exec = ['find', $main_source_dir], wait_child = 1, 
 to_string = \$file_list);
   my $nfiles_before = split /\n/, $file_list;
 - foreach (grep { $_ } split /\s+/, $data-{files-excluded}) {
 + my $filesexcluded = $data-{files-excluded};
 + $filesexcluded =~ s!\n! !g;
 + # see the thread for details 
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=635920#127
 + my @excluded = ($filesexcluded =~ /(?:\A|\G[ ]+)((?:\\.|[^\\ 
 ])+)/g);

my @excluded = ($filesexcluded =~ /(?:\A|\G\s+)((?:\\.|[^\\\s])+)/g);

and then you can drop the replacement of newlines with spaces, and tabs
should also be handled correctly.

-- 
Russ Allbery (r...@debian.org)   http://www.eyrie.org/~eagle/


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



Bug#733174: git-extras: some observations and improvement proposals

2013-12-26 Thread Cristian Ionescu-Idbohrn
Package: git-extras
Version: 1.9.0-1
Severity: wishlist
Tags: patch

Thanks for packaging.

1. there are a few scripts that don't need the bash-shebang line;
   `checkbashisms' don't report any:
- /usr/bin/git-effort
- /usr/bin/git-pull-request
   or can be very easily be unbashified

2. the scripts can be improved; mainly, using shell builtins instead of
   forking external applications; see attached patch proposals; I'm prepared
   to put in some more effort into it, if you're interested

3. there would be nice if zsh-completion was also provided; there are some
   efforts to do so; see:
https://github.com/visionmedia/git-extras/issues/70
https://github.com/robbyrussell/oh-my-zsh

https://github.com/tlvince/git-extras/blob/zsh-completion/etc/zsh_completion.zsh

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

Kernel: Linux 3.11-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages git-extras depends on:
ii  git  1:1.8.5.2-1

git-extras recommends no packages.

git-extras suggests no packages.

-- no debconf information


Cheers,

-- 
CristianFrom 385e36948bd57ceb43c03755e32e991ca3f0bdc8 Mon Sep 17 00:00:00 2001
From: Cristian Ionescu-Idbohrn cristian.ionescu-idbo...@axis.com
Date: Thu, 26 Dec 2013 15:19:10 +0100
Subject: [PATCH 1/9] The `colrm' fork isn't needed if `sed' is used anyway.

`colrm' belongs to package bsdmainutils (on debian) and using that creates
an unnecessary dependency too.

Signed-off-by: Cristian Ionescu-Idbohrn cristian.ionescu-idbo...@axis.com
---
 bin/git-alias | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/git-alias b/bin/git-alias
index f3814d6..8a0c18c 100755
--- a/bin/git-alias
+++ b/bin/git-alias
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 case $# in
-  0) git config --get-regexp 'alias.*' | colrm 1 6 | sed 's/[ ]/ = /' | sort ;;
+  0) git config --get-regexp 'alias.*' | sed 's/^alias\.\([^[:blank:]]\+\)[[:blank:]]\+\(.*\)$/\1 = \2/' | sort ;;
   1) git alias | grep -e $1 ;;
   *) git config --global alias.$1 $2 ;;
 esac
-- 
1.8.5.2

From 1b4625597f9cadbc94a5a4a872ce373aa3c60840 Mon Sep 17 00:00:00 2001
From: Cristian Ionescu-Idbohrn cristian.ionescu-idbo...@axis.com
Date: Thu, 26 Dec 2013 15:31:59 +0100
Subject: [PATCH 2/9] Be exact on matching aliases only.

Signed-off-by: Cristian Ionescu-Idbohrn cristian.ionescu-idbo...@axis.com
---
 bin/git-alias | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/git-alias b/bin/git-alias
index 8a0c18c..e8720ff 100755
--- a/bin/git-alias
+++ b/bin/git-alias
@@ -2,6 +2,6 @@
 
 case $# in
   0) git config --get-regexp 'alias.*' | sed 's/^alias\.\([^[:blank:]]\+\)[[:blank:]]\+\(.*\)$/\1 = \2/' | sort ;;
-  1) git alias | grep -e $1 ;;
+  1) git alias | grep -e ^[^[:blank:]]*$1[^[:blank:]]*[[:blank:]]\+= ;;
   *) git config --global alias.$1 $2 ;;
 esac
-- 
1.8.5.2

From 116ed1a2b4bdbde7de801d793ac197c5f769e204 Mon Sep 17 00:00:00 2001
From: Cristian Ionescu-Idbohrn cristian.ionescu-idbo...@axis.com
Date: Thu, 26 Dec 2013 17:22:00 +0100
Subject: [PATCH 3/9] Simplify; no extra forks; use shell builtins.

Signed-off-by: Cristian Ionescu-Idbohrn cristian.ionescu-idbo...@axis.com
---
 bin/git-back | 17 -
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/bin/git-back b/bin/git-back
index e4f73ca..d4cc185 100755
--- a/bin/git-back
+++ b/bin/git-back
@@ -1,11 +1,10 @@
 #!/bin/sh
 
-if test $# -eq 0; then
-  git reset --soft HEAD~1
-else
-  if `echo $1 | grep -q [^[:digit:]]`; then
-echo $1 is not a number 12
-  else
-git reset --soft HEAD~$1
-  fi
-fi
+n=${1:-1}
+case $n in
+  *[![:digit:]]*)
+echo $n is not a number 2
+exit 1
+;;
+esac
+git reset --soft HEAD~$n
-- 
1.8.5.2

From d3ce8e34b50546a4f9a37fddc9e98ace4387502a Mon Sep 17 00:00:00 2001
From: Cristian Ionescu-Idbohrn cristian.ionescu-idbo...@axis.com
Date: Thu, 26 Dec 2013 18:37:10 +0100
Subject: [PATCH 4/9] Remove useless quotes.

Signed-off-by: Cristian Ionescu-Idbohrn cristian.ionescu-idbo...@axis.com
---
 bin/git-bug | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/git-bug b/bin/git-bug
index 4ce5437..6bd0b04 100755
--- a/bin/git-bug
+++ b/bin/git-bug
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-if test $1 = finish; then
+if test $1 = finish; then
   test -z $2  echo bug name required. 12  exit 1
   branch=bug/$2
   git merge --no-ff $branch  git delete-branch $branch
-- 
1.8.5.2

From 55c9e1bfa5df3bd5f03c0649fe2f736701b9c42a Mon Sep 17 00:00:00 2001
From: Cristian Ionescu-Idbohrn cristian.ionescu-idbo...@axis.com
Date: Thu, 26 Dec 2013 18:39:46 +0100
Subject: [PATCH 5/9] Use safer inverted logic.

Signed-off-by: Cristian Ionescu-Idbohrn cristian.ionescu-idbo...@axis.com
---
 bin/git-bug | 10 --
 1 file changed, 8 

Bug#727708: [PATCH] systemctl: allow globbing in commands which take multiple unit names

2013-12-26 Thread Lennart Poettering
On Thu, 26.12.13 17:39, Zbigniew Jędrzejewski-Szmek (zbys...@in.waw.pl) wrote:

 As discussed on IRC, here's a patch which takes the simple approach of
 allowing globbing on loaded unit names in various (almost all :)) systemctl
 commands. Comments?

Looks good. But maybe an additional warning should be printed if people
use globs on the systemctl start command line? Some shorter version of
the blurb you added to the man page? i am pretty sure people will run
into this problem, and we should tell them what is going on...

 +bool string_is_glob(const char *p) {
 +return strchr(p, '*') || strchr(p, '?') || strchr(p, '[');
 +}
 +

This looks prettier:

#define GLOB_CHARS *=[

bool string_is_glob(const char *p) {
return !!strpbrk(p, GLOB_CHARS);
}

The macro should probably live in the header, next to ther others... And
maybe the function too as static inline? given that is is just one
function call internally that sounds pretty ok as static inline call?

Lennart

-- 
Lennart Poettering, Red Hat


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



Bug#727708: [PATCH] systemctl: allow globbing in commands which take multiple unit names

2013-12-26 Thread Russ Allbery
Zbigniew Jędrzejewski-Szmek zbys...@in.waw.pl writes:

 As discussed on IRC, here's a patch which takes the simple approach of
 allowing globbing on loaded unit names in various (almost all :)) systemctl
 commands. Comments?

I don't know the coding style of systemd, so please feel free to ignore
this comment if it's not consistent with the style used elsewhere.  But
since I saw this in passing:

 diff --git a/src/core/device.c b/src/core/device.c
 index 2c44dec..d3976c9 100644
 --- a/src/core/device.c
 +++ b/src/core/device.c
 @@ -268,7 +268,7 @@ static int device_update_unit(Manager *m, struct 
 udev_device *dev, const char *p
  memcpy(e, w, l);
  e[l] = 0;
  
 -n = unit_name_mangle(e);
 +n = unit_name_mangle(e, false);
  if (!n) {
  r = -ENOMEM;
  goto fail;

A wise person convinced me a while back to avoid boolean arguments to C
functions in most cases because the meaning of the argument is very
inobvious at the call site.  false what?  What's disabled?  One has to
go read the function definition to know, and while that's easy to find,
particularly with a cross-referencing editor, it takes one more step.

What I've switched to instead is using tiny enums for this purpose.  So:

enum mangle_type {
MANGLE_NOGLOB = 0,
MANGLE_GLOB   = 1
};

and then at the call site:

n = unit_name_mangle(e, MANGLE_NOGLOB);

which makes the meaning of that argument immediately obvious.

-- 
Russ Allbery (r...@debian.org)   http://www.eyrie.org/~eagle/


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



Bug#583160: add binutils-multiarch-dev package

2013-12-26 Thread Luca BRUNO
Jonathan Nieder wrote:

  I just see a new version of the binutils package coming in unstable
  but no inclusion of this patch.
 
  Does it need more work ?
 
 It looks pretty reasonable to me.  I think it would make sense to
 apply this to experimental now and to unstable at the start of the
 Debian 8 cycle.
 
 The patch also adds an unrelated lintian override for some reason (in
 debian/binutils-multiarch-dev.overrides and debian/rules), but that
 part's easy enough to think about independently and back out if
 unwanted.

Matthias, can you please consider this for the next binutils upload?
It looks like we are approaching a new release freeze, and
according to previous discussion this is a good timeframe to merge it.

Cheers, Luca

-- 
  .''`.  |   ~[ Luca BRUNO ~ (kaeso) ]~
 : :'  : | Email: lucab (AT) debian.org ~ Debian Developer
 `. `'`  | GPG Key ID: 0x3BFB9FB3   ~ Free Software supporter
   `-| HAM-radio callsign: IZ1WGT   ~ Networking sorcerer


signature.asc
Description: PGP signature


Bug#733175: git show-ref: (optionally) list symrefs without dereferencing them

2013-12-26 Thread Jonathan Nieder
Package: git
Version: 1:2.0~next.20131217-1
Severity: wishlist
Tags: upstream

grokmirror https://github.com/mricon/grokmirror uses output from
git show-ref | sha1sum as a caching key to decide whether mirrors
need to be updated.  That has two problems:

 1. The default pattern used by show-ref doesn't include HEAD, so if
HEAD moves without any other branches being updated, grokmirror
thinks the repository is unchanged.

This could be fixed on the grokmirror side by passing --head to
show-ref.

 2. Even with --head, show-ref just lists the object pointed to by each
ref.  If HEAD switches from one branch to another but both branches
have the same tip commit, grokmirror won't notice.

If show-ref had an option to show symrefs as-is instead of resolving
them, that could be used to solve (2).


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



Bug#730744: Update

2013-12-26 Thread Thibaut VARENE
Just a quick update to confirm that rebuilding libapr1 with apr_cv_accept4=no
did indeed fix the issue.

HTH

-- 
Thibaut VARENE
http://hacks.slashdirt.org/


Bug#732999: X11::Protocol fails to connect to X servers over IPv6

2013-12-26 Thread gregor herrmann
On Mon, 23 Dec 2013 18:54:58 +, Ivan Shmakov wrote:

 Package: libx11-protocol-perl
 Version: 0.56-4
 Tags: ipv6, patch
 
   The INETSocket.pm module, as used by X11::Protocol, does
   currently rely on IO::Socket::INET, thus supporting connections
   over IPv4 only.

That's a pity, thanks for trying to improve this situation.

(As a side note: the module hasn't seen any upstream activity in
years ...)
 
   An (untested) change is MIMEd.

Could you please:
- provide a proper quilt patch against our git repo patch instead of
  instructions what needs to be done where
- actually test the changes :)
 

Cheers,
gregor

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT  SPI, fellow of the Free Software Foundation Europe
   `-   NP: Soluna Samay: Sing Out Loud


signature.asc
Description: Digital signature


Bug#733176: cgsi-gsoap: Libraries are underlinked, missing -lgsoap

2013-12-26 Thread Andreas Moog
Package: cgsi-gsoap
Version: 1.3.5-3
Severity: important

Hi there,

it appears to me the libraries in your package are underlinked. If you
take a look at the buildlog:

 dpkg-shlibdeps: warning: symbol soap_register_plugin_arg used by 
 debian/libcgsi-gsoap1/usr/lib/libcgsi_plugin_cpp.so.1.3.5 found in none of 
 the libraries
 dpkg-shlibdeps: warning: symbol soap_lookup_plugin used by 
 debian/libcgsi-gsoap1/usr/lib/libcgsi_plugin_cpp.so.1.3.5 found in none of 
 the libraries
 dpkg-shlibdeps: warning: symbol soap_sender_fault used by 
 debian/libcgsi-gsoap1/usr/lib/libcgsi_plugin_cpp.so.1.3.5 found in none of 
 the libraries
 dpkg-shlibdeps: warning: symbol soap_receiver_fault used by 
 debian/libcgsi-gsoap1/usr/lib/libcgsi_plugin_cpp.so.1.3.5 found in none of 
 the libraries
 dpkg-shlibdeps: warning: symbol soap_init_LIBRARY_VERSION_REQUIRED_20816 used 
 by debian/libcgsi-gsoap1/usr/lib/libcgsi_plugin_cpp.so.1.3.5 found in none of 
 the libraries
 dpkg-shlibdeps: warning: symbol soap_closesock used by 
 debian/libcgsi-gsoap1/usr/lib/libcgsi_plugin_cpp.so.1.3.5 found in none of 
 the libraries
 dpkg-shlibdeps: warning: symbol soap_register_plugin_arg used by 
 debian/libcgsi-gsoap1/usr/lib/libcgsi_plugin_voms.so.1.3.5 found in none of 
 the libraries
 dpkg-shlibdeps: warning: symbol soap_receiver_fault used by 
 debian/libcgsi-gsoap1/usr/lib/libcgsi_plugin_voms.so.1.3.5 found in none of 
 the libraries
 dpkg-shlibdeps: warning: symbol soap_init_LIBRARY_VERSION_REQUIRED_20816 used 
 by debian/libcgsi-gsoap1/usr/lib/libcgsi_plugin_voms.so.1.3.5 found in none 
 of the libraries
 dpkg-shlibdeps: warning: symbol soap_closesock used by 
 debian/libcgsi-gsoap1/usr/lib/libcgsi_plugin_voms.so.1.3.5 found in none of 
 the libraries
 dpkg-shlibdeps: warning: symbol soap_lookup_plugin used by 
 debian/libcgsi-gsoap1/usr/lib/libcgsi_plugin_voms.so.1.3.5 found in none of 
 the libraries
 dpkg-shlibdeps: warning: symbol soap_sender_fault used by 
 debian/libcgsi-gsoap1/usr/lib/libcgsi_plugin_voms.so.1.3.5 found in none of 
 the libraries
 dpkg-shlibdeps: warning: symbol soap_lookup_plugin used by 
 debian/libcgsi-gsoap1/usr/lib/libcgsi_plugin.so.1.3.5 found in none of the 
 libraries
 dpkg-shlibdeps: warning: symbol soap_sender_fault used by 
 debian/libcgsi-gsoap1/usr/lib/libcgsi_plugin.so.1.3.5 found in none of the 
 libraries
 dpkg-shlibdeps: warning: symbol soap_receiver_fault used by 
 debian/libcgsi-gsoap1/usr/lib/libcgsi_plugin.so.1.3.5 found in none of the 
 libraries
 dpkg-shlibdeps: warning: symbol soap_init_LIBRARY_VERSION_REQUIRED_20816 used 
 by debian/libcgsi-gsoap1/usr/lib/libcgsi_plugin.so.1.3.5 found in none of the 
 libraries
 dpkg-shlibdeps: warning: symbol soap_closesock used by 
 debian/libcgsi-gsoap1/usr/lib/libcgsi_plugin.so.1.3.5 found in none of the 
 libraries
 dpkg-shlibdeps: warning: symbol soap_register_plugin_arg used by 
 debian/libcgsi-gsoap1/usr/lib/libcgsi_plugin.so.1.3.5 found in none of the 
 libraries
 dpkg-shlibdeps: warning: symbol soap_register_plugin_arg used by 
 debian/libcgsi-gsoap1/usr/lib/libcgsi_plugin_voms_cpp.so.1.3.5 found in none 
 of the libraries
 dpkg-shlibdeps: warning: symbol soap_lookup_plugin used by 
 debian/libcgsi-gsoap1/usr/lib/libcgsi_plugin_voms_cpp.so.1.3.5 found in none 
 of the libraries
 dpkg-shlibdeps: warning: symbol soap_sender_fault used by 
 debian/libcgsi-gsoap1/usr/lib/libcgsi_plugin_voms_cpp.so.1.3.5 found in none 
 of the libraries
 dpkg-shlibdeps: warning: symbol soap_init_LIBRARY_VERSION_REQUIRED_20816 used 
 by debian/libcgsi-gsoap1/usr/lib/libcgsi_plugin_voms_cpp.so.1.3.5 found in 
 none of the libraries
 dpkg-shlibdeps: warning: symbol soap_closesock used by 
 debian/libcgsi-gsoap1/usr/lib/libcgsi_plugin_voms_cpp.so.1.3.5 found in none 
 of the libraries
 dpkg-shlibdeps: warning: symbol soap_receiver_fault used by 
 debian/libcgsi-gsoap1/usr/lib/libcgsi_plugin_voms_cpp.so.1.3.5 found in none 
 of the libraries

(from
https://buildd.debian.org/status/fetch.php?pkg=cgsi-gsoaparch=i386ver=1.3.5-3stamp=1385872772)

Changing the CGSI-gSOAP-library-linking.patch to include -lgsoap fixes
the underlinking issue.

Could this be included in one of the next uploads or am I missing
something here?

Thanks for your time!

-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624



signature.asc
Description: OpenPGP digital signature


Bug#726123: update

2013-12-26 Thread Brian Paterni
Hi

I haven't been keeping up with this bug since I reported it because I
haven't received any mails for it (isn't submitter automatically
subscribed?...)

Now that I have some time, I'm happy to report that this bug appears to
have fixed itself about a month ago. In fact, the last mail I received
containing the error occurred 2013.11.24.

I'm not too sure what ultimately fixed the problem, although maybe my
current package versions can be of some use:

unattended-upgrades is now at 0.80

Versions of packages unattended-upgrades depends on:
ii  apt0.9.14.1
ii  apt-utils  0.9.14.1
ii  debconf [debconf-2.0]  1.5.52
ii  lsb-base   4.1+Debian12
ii  lsb-release4.1+Debian12
ii  python33.3.2-17
ii  python3-apt0.9.1
ii  ucf3.0027+nmu1
ii  xz-utils   5.1.1alpha+20120614-2

Perhaps this warrants closing the bug, but I'm not sure, so I'll leave
that up to the maintainers. :)


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



Bug#733111: update uscan Files-Excluded parsing to support escaped names

2013-12-26 Thread Csillag Tamas
Hi,

On Thu, Dec 26, 2013 at 09:49:50AM -0800, Russ Allbery wrote:
 Csillag Tamas csta...@digitus.itk.ppke.hu writes:
 
  Russ: If you can update the regexp to cover these use case the better.
  (and thanks for the current one, my Perl knowledge is lacking when it
  comes to regexpes like this one :)
 
 This change should do it:
... 
Thanks.

I attach the patch with the new regexp from Russ.
(git://cstamas.hu/git/devscripts.git has the rewritten commits)

 and then you can drop the replacement of newlines with spaces, and tabs
 should also be handled correctly.

I made a few tests and all looks good to me.

Regards,
 Tamas
-- 
CSILLAG Tamas (cstamas) - http://cstamas.hu/

Not all those who wander are lost.  -- JRR Tolkien

commit 0c02627d977f1b13824bb6d93f03ada5517fe37a
Author: CSILLAG Tamas csta...@cstamas.hu
Date:   Thu Dec 26 18:04:51 2013 +0100

file-excluded support escaped separators: newline, tab, space

diff --git a/scripts/uscan.pl b/scripts/uscan.pl
index a3f4cb4..32d41de 100755
--- a/scripts/uscan.pl
+++ b/scripts/uscan.pl
@@ -1543,7 +1543,11 @@ EOF
 	my $file_list;
 	spawn(exec = ['find', $main_source_dir], wait_child = 1, to_string = \$file_list);
 	my $nfiles_before = split /\n/, $file_list;
-	foreach (grep { $_ } split /\s+/, $data-{files-excluded}) {
+	# see the thread for details http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=635920#127
+	my @excluded = ($data-{files-excluded} =~ /(?:\A|\G\s+)((?:\\.|[^\\\s])+)/g);
+	# un-escape
+	@excluded = map { s/\\(.)/$1/g; $_ } @excluded;
+	foreach (@excluded) {
 		# delete trailing '/' because otherwise find -path will fail
 		s?/+$??;
 		# use rm -rf to enable deleting non-empty directories


Bug#694523: libxml-twig-perl: Few mistypings

2013-12-26 Thread Dmitry Katsubo
It seems like this bug is the same as bug#721395.

-- 
With best regards,
Dmitry


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



Bug#733119: reports AF_INET6 sockets as pf-10 sockets

2013-12-26 Thread Alessandro Ghedini
Control: forwarded -1 https://bugs.kde.org/show_bug.cgi?id=175819

On mer, dic 25, 2013 at 02:52:32 -0800, Russ Allbery wrote:
 Package: valgrind
 Version: 1:3.9.0-4
 Severity: minor
 
 When valgrind is run with --trace-fds=yes, it reports AF_INET6
 sockets open at exit as pf-10 sockets instead of AF_INET6
 sockets

Guess you meant --track-fds=yes?

 Probably a missing case in its analysis of file descriptors.  It
 would be nice for it to produce the same sort of output that it
 produces for AF_INET sockets, or at least indicate that the socket
 is AF_INET6.

Yeah, makes sense. There seems to be a working patch at [0], which looks good
enough to me. Can you provide a small test case?

Cheers

[0] https://bugs.kde.org/show_bug.cgi?id=175819

-- 
perl -E '$_=q;$/= @{[@_]};and s;\S+;inidehG ordnasselA;eg;say~~reverse'


signature.asc
Description: Digital signature


Bug#733177: RM: nqp [mips powerpc sparc] -- ROM; FTBFS on big endian arches

2013-12-26 Thread Alessandro Ghedini
Package: ftp.debian.org
Severity: normal

Hi,

the nqp package doesn't build on big endian architectures anymore. Upstream is
aware of the situation but doesn't seem much interested in fixing this, so I
think the best course of action would be to just remove nqp (and its only
reverse dependency, rakudo) from the architectures not supported.

Cheers


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



Bug#724125: xylib: diff for NMU version 0.8-1.1

2013-12-26 Thread David Prévot
tags 724125 + patch
thanks

Dear maintainer,

I've prepared an NMU for xylib (versioned as 0.8-1.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

David
diff -Nru xylib-0.8/debian/changelog xylib-0.8/debian/changelog
--- xylib-0.8/debian/changelog	2011-03-24 11:05:11.0 -0400
+++ xylib-0.8/debian/changelog	2013-12-26 15:18:49.0 -0400
@@ -1,3 +1,11 @@
+xylib (0.8-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Change Spirit #includes to a new scheme, cherry-pick two upstream commits.
+Closes: #724125
+
+ -- David Prévot taf...@debian.org  Thu, 26 Dec 2013 15:18:39 -0400
+
 xylib (0.8-1) unstable; urgency=low
 
   * New upstream release
diff -Nru xylib-0.8/debian/patches/change_Spirit_includes.patch xylib-0.8/debian/patches/change_Spirit_includes.patch
--- xylib-0.8/debian/patches/change_Spirit_includes.patch	1969-12-31 20:00:00.0 -0400
+++ xylib-0.8/debian/patches/change_Spirit_includes.patch	2013-12-26 14:59:08.0 -0400
@@ -0,0 +1,45 @@
+commit 49f76477de8cf455ee6f9486669e5b7e28ffd334
+Author: Marcin Wojdyr woj...@gmail.com
+Date:   Thu Mar 24 21:55:14 2011 +
+
+to avoid warnings when compiling pdcif.cpp,
+change Spirit #includes to a new scheme (which is used since Boost 1.36)
+
+diff --git a/xylib/pdcif.cpp b/xylib/pdcif.cpp
+index 6818564..0e13655 100644
+--- a/xylib/pdcif.cpp
 b/xylib/pdcif.cpp
+@@ -6,11 +6,24 @@
+ #include pdcif.h
+ 
+ #include map
+-
+ //#define BOOST_SPIRIT_DEBUG
++#include boost/version.hpp
++
++#if BOOST_VERSION = 103800
++
++#include boost/spirit/include/classic_core.hpp
++#include boost/spirit/include/classic_chset.hpp
++#include boost/spirit/include/classic_increment_actor.hpp
++using namespace boost::spirit::classic;
++
++#else
++
+ #include boost/spirit/core.hpp
+ #include boost/spirit/utility/chset.hpp
+ #include boost/spirit/actor/increment_actor.hpp
++using namespace boost::spirit;
++
++#endif
+ 
+ #include util.h
+ 
+@@ -19,7 +32,6 @@
+ #endif
+ 
+ using namespace std;
+-using namespace boost::spirit;
+ using namespace xylib::util;
+ 
+ namespace xylib {
diff -Nru xylib-0.8/debian/patches/check_for_boost_spirit_version.hpp.patch xylib-0.8/debian/patches/check_for_boost_spirit_version.hpp.patch
--- xylib-0.8/debian/patches/check_for_boost_spirit_version.hpp.patch	1969-12-31 20:00:00.0 -0400
+++ xylib-0.8/debian/patches/check_for_boost_spirit_version.hpp.patch	2013-12-26 15:00:00.0 -0400
@@ -0,0 +1,19 @@
+commit 9d21feedd55bd007eadb6633dd14ea3389b2c036
+Author: Marcin Wojdyr woj...@gmail.com
+Date:   Tue Jul 24 19:16:45 2012 +
+
+configure.ac: check for boost/spirit/version.hpp instead of core.hpp
+
+because boost/spirit/core.hpp disappeared in Boost 1.50
+
+--- a/configure.ac
 b/configure.ac
+@@ -65,7 +65,7 @@
+  [AC_MSG_ERROR([Could not find necessary C++ libs headers])])
+ AC_CHECK_HEADERS([boost/cstdint.hpp boost/detail/endian.hpp], [],
+  [AC_MSG_ERROR([Could not find necessary Boost headers])])
+-AC_CHECK_HEADERS([boost/spirit/core.hpp], [],
++AC_CHECK_HEADERS([boost/spirit/version.hpp], [],
+  [AC_MSG_ERROR([Boost::Spirit headers were not found.])])
+ AC_CHECK_HEADERS([sys/types.h sys/stat.h], [],
+  [AC_MSG_ERROR([Headers containg POSIX stat() are not found
diff -Nru xylib-0.8/debian/patches/series xylib-0.8/debian/patches/series
--- xylib-0.8/debian/patches/series	1969-12-31 20:00:00.0 -0400
+++ xylib-0.8/debian/patches/series	2013-12-26 15:13:30.0 -0400
@@ -0,0 +1,3 @@
+change_Spirit_includes.patch
+check_for_boost_spirit_version.hpp.patch
+update_configure.patch
diff -Nru xylib-0.8/debian/patches/update_configure.patch xylib-0.8/debian/patches/update_configure.patch
--- xylib-0.8/debian/patches/update_configure.patch	1969-12-31 20:00:00.0 -0400
+++ xylib-0.8/debian/patches/update_configure.patch	2013-12-26 15:18:33.0 -0400
@@ -0,0 +1,37 @@
+Description: Update configure
+ Manual update to match the previous commit
+Author: David Prévot taf...@debian.org
+Bug-Debian: http://bugs.debian.org/724125
+Last-Update: 2013-12-26
+--- a/config.h.in
 b/config.h.in
+@@ -6,8 +6,8 @@
+ /* Define to 1 if you have the boost/detail/endian.hpp header file. */
+ #undef HAVE_BOOST_DETAIL_ENDIAN_HPP
+ 
+-/* Define to 1 if you have the boost/spirit/core.hpp header file. */
+-#undef HAVE_BOOST_SPIRIT_CORE_HPP
++/* Define to 1 if you have the boost/spirit/version.hpp header file. */
++#undef HAVE_BOOST_SPIRIT_VERSION_HPP
+ 
+ /* Define if bzlib is available */
+ #undef HAVE_BZLIB
+--- a/configure
 b/configure
+@@ -14945,12 +14945,12 @@
+ 
+ done
+ 
+-for ac_header in boost/spirit/core.hpp
++for ac_header in boost/spirit/version.hpp
+ do :
+-  ac_fn_cxx_check_header_mongrel $LINENO boost/spirit/core.hpp ac_cv_header_boost_spirit_core_hpp $ac_includes_default
+-if test x$ac_cv_header_boost_spirit_core_hpp = xyes; then :
++  

  1   2   >