Bug#719585: jitsi: Reports time in UTC instead of the local timezone

2013-11-19 Thread Damian Minkov
Is it properly set in /etc/timezone?

I see a lot of reports for java wrong detecting the timezone on
Internet, so this can be related, do you have another java application
to check whether date is correctly displayed?

On Mon, Nov 18, 2013 at 10:59 PM, Kurt Roeckx k...@roeckx.be wrote:
 Hi,

 I'm still seeing this with 2.3.4909-1

 This is for messages comming and going to facebook.  The clock on
 my PC reported 21:28, facebook shows that it was at 9:28pm, but
 jitsi shows it as 20:28.

 My locale is set to en_US, my /etc/localtime is set for
 Europe/Brussels and everything shows the time properly.

 jitsi shows it as Nov 18, 2013 20:28:48


 Kurt

 On Fri, Aug 23, 2013 at 02:13:40PM +0300, Damian Minkov wrote:
 Hi,

 did you change the timezone while jitsi was running? Currently
 timezone change while running is not supported.
 Timestamps are normally shown on my side. If I change timezone (using
 # dpkg-reconfigure tzdata as described in
 https://wiki.debian.org/TimeZoneChanges) and then start jitsi
 everything seems fine and timestamps of history are updated correctly
 and those for incoming and outgoing messages also shows the localtime
 of the machine.

 Regards
 damencho


 On Tue, Aug 13, 2013 at 1:43 PM, Kurt Roeckx k...@roeckx.be wrote:
  Package: jitsi
  Version: 2.3.4687.9786-1
 
  When chatting with someone, the timestamps are shown in UTC
  instead of the local time zone that I set on the system.
 
 
  Kurt



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



Bug#670697: debtags: update tags db after apt update

2013-11-19 Thread Jakub Wilk

* Daniel Hartwig mand...@gmail.com, 2012-04-28, 17:04:
Aptitude previously included a rather unsightly kludge to call 'debtags update 
--local' after updating the packages list.


I see that this file is now included in debtags. However, it's in the wrong 
directory: it should be in /etc/apt/apt.conf.d/.


--
Jakub Wilk


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



Bug#725239: libpython3.3-stdlib: xargs memory exhausted

2013-11-19 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Am 17.09.2013 23:38, schrieb Jörg Sommer:
 Package: libpython3.3-stdlib Version: 3.3.2-6 Severity: normal
 
 Hello,
 
 while installing the package I've got the message memory exhausted from 
 xargs. It seems there's a call with very large input in the postrm script.
 
 Vorbereitung zum Ersetzen von libpython3.3-stdlib 3.3.2-5 (durch
 .../libpython3.3-stdlib_3.3.2-6_amd64.deb) ... xargs: Der Arbeitsspeicher
 ist erschöpft. Ersatz für libpython3.3-stdlib:amd64 wird entpackt ...

all the uses of xargs are guarded with:

remove_bytecode()
{
pkg=$1
max=$(LANG=C LC_ALL=C xargs --show-limits  /dev/null 21 | awk
'/Maximum/ {print int($NF / 4)}')
dpkg -L $pkg \
| awk -F/ 'BEGIN {OFS=/} /\.py$/
{$NF=sprintf(__pycache__/%s.*.py[co], substr($NF,1,length($NF)-3)); print}' \
| xargs --max-chars=$max echo \
| while read files; do rm -f $files; done
find /usr/lib/python3 /usr/lib/@PVER@ \
\( -name dist-packages -prune \) -o \
\( -name __pycache__ -type d -empty -print \) \
| xargs -r rm -rf
}


limiting the max amount of command line arguments to 25% of the maximum.  I
don't see how this could fail.  Maybe something wrong with the locale setting?

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.15 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iEYEARECAAYFAlKLIUUACgkQStlRaw+TLJzpMACfTgei24ghCet+HaOiFi2qXbcm
QAIAnR+Zmfjf7avI5ePemOk/JOGzAssK
=NiiP
-END PGP SIGNATURE-


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



Bug#729948: www.debian.org: Changelog for curl/squeeze not found (404)

2013-11-19 Thread Mike Dornberger
Package: www.debian.org
Severity: normal

| $ wget 
'http://ftp-master.metadata.debian.org/changelogs//main/c/curl/curl_7.21.0-2.1+squeeze5_changelog'
| --2013-11-18 13:49:41--  
http://ftp-master.metadata.debian.org/changelogs//main/c/curl/curl_7.21.0-2.1+squeeze5_changelog
| Resolving ftp-master.metadata.debian.org... 5.153.231.4, 130.89.148.14, 
140.211.15.34, ...
| Connecting to ftp-master.metadata.debian.org|5.153.231.4|:80... connected.
| HTTP request sent, awaiting response... 404 Not Found
| 2013-11-18 13:49:41 ERROR 404: Not Found.

(NB: I got the link to the changelog file from
http://packages.debian.org/squeeze/curl, which had a security upload
recently.)

Also in aptitude, if I want to view the changelog (via pressing 'C'), I
get: 

Failed to download the changelog of libcurl3: 404  Not Found [IP:
140.211.15.34 80]

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

Kernel: Linux 2.6.32-5-amd64 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Sincerely,
 Mike Dornberger


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



Bug#729948: www.debian.org: Changelog for curl/squeeze not found (404)

2013-11-19 Thread Paul Wise
Control: reassign -1 ftp.debian.org

It looks like ftp-master.metadata.d.o is missing changelogs for
packages from oldstable-security.

On Tue, Nov 19, 2013 at 4:20 PM, Mike Dornberger wrote:
 Package: www.debian.org
 Severity: normal

 | $ wget 
 'http://ftp-master.metadata.debian.org/changelogs//main/c/curl/curl_7.21.0-2.1+squeeze5_changelog'
 | --2013-11-18 13:49:41--  
 http://ftp-master.metadata.debian.org/changelogs//main/c/curl/curl_7.21.0-2.1+squeeze5_changelog
 | Resolving ftp-master.metadata.debian.org... 5.153.231.4, 130.89.148.14, 
 140.211.15.34, ...
 | Connecting to ftp-master.metadata.debian.org|5.153.231.4|:80... connected.
 | HTTP request sent, awaiting response... 404 Not Found
 | 2013-11-18 13:49:41 ERROR 404: Not Found.

 (NB: I got the link to the changelog file from
 http://packages.debian.org/squeeze/curl, which had a security upload
 recently.)

 Also in aptitude, if I want to view the changelog (via pressing 'C'), I
 get:

 Failed to download the changelog of libcurl3: 404  Not Found [IP:
 140.211.15.34 80]

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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



Bug#729846: gnome-session: No background/wallpaper after upgrade

2013-11-19 Thread Emilio Pozuelo Monfort
On 18/11/13 10:43, shirish शिरीष wrote:
 Package: gnome-session
 Version: 3.8.4-3
 Severity: normal
 
 Dear Maintainer,
 I upgraded to gnome 3.8 today. I went to an xfce-session for the upgrade.
 
 After the upgrade, stopped gdm and started the gdm service so logind
 asks my login credentials.
 
 Shared my credentials and logged in to GNOME-flashback.
 
 After logging in, see no wallpaper/background in GNOME-flashback.

The problem is that gnome-settings-daemon dropped the background plugin:

 Version 3.7.90
 ==
 - Set locale and IBus envvars on startup for our children
 - Remove background plugin, as background handling is now
   done in gnome-shell

So some other component may need to do this for flashback.

Emilio


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



Bug#728952: supercollider-emacs: sc-emacs fails to install with xemacs installed

2013-11-19 Thread Dan S
Hi IOhannes,

I'm perhaps the main debian SC maintainer, and unfortunately I am not
an emacs user. The supercollider-emacs package is specified to depend
simply on emacs23 | emacsen which looks innocent enough to me. If
the site-lisp for xemacs is incompatible with xemacs then surely
it's an issue for xemacs maintainers? Or if there is a fix/workaround
that you can recommend, please recommend.

Dan


2013/11/7 IOhannes m zmoelnig zmoel...@iem.at:
 Package: supercollider-emacs
 Version: 1:3.6.3~repack-3
 Severity: normal

 installing supercollider-emacs with xemacs21 installed, will try also install
 the site-lisp for for xemacs.
 unfortunately these are incompatible with xemacs, making the package
 uninstallable.

 attached is the output of `apt-get -f install`

 fgamsdr
 IOhanens


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

 Kernel: Linux 3.10-3-686-pae (SMP w/4 CPU cores)
 Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/bash

 Versions of packages supercollider-emacs depends on:
 ii  emacs23 [emacsen]23.4+1-4.1
 ii  supercollider-language   1:3.6.3~repack-3
 ii  xemacs21-mule [emacsen]  21.4.22-4

 Versions of packages supercollider-emacs recommends:
 ii  w3m-el  1.4.483+0.20120614-3

 supercollider-emacs suggests no packages.

 -- no debconf information

 ___
 pkg-multimedia-maintainers mailing list
 pkg-multimedia-maintain...@lists.alioth.debian.org
 http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


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



Bug#729900: courier-authdaemon: Postfix - SASL authentication failure

2013-11-19 Thread Guido Bozzetto

I'm sorry the posted script have some mistakes.

Attached is the script /etc/init.d/courier-authdaemon with a better
solution to the reported problem that uses a dedicated function
postfix_check().

   Guido Bozzetto.
#! /bin/sh -e
#
### BEGIN INIT INFO
# Provides:  courier-authdaemon
# Required-Start:$remote_fs $syslog
# Required-Stop: $remote_fs $syslog
# Default-Start: 2 3 4 5
# Default-Stop:  0 1 6
### END INIT INFO

prefix=/usr
exec_prefix=${prefix}
sysconfdir=/etc/courier
sbindir=${exec_prefix}/sbin
daemonscript=${sbindir}/authdaemond
rundir_courier=/var/run/courier
rundir=/var/run/courier/authdaemon
pidfile=${rundir}/pid

. /lib/lsb/init-functions

# Check for a leftover init script
if [ ! -x $daemonscript ]; then
exit 0
fi

#== Postfix chrooted ==#+20131117 g...@nline.it
postfix_check() {
  local PFINIT=/etc/init.d/postfix
  local PFMASTER=/etc/postfix/master.cf
  local PFSMTPD=/etc/postfix/sasl/smtpd.conf

  if [ -s $PFINIT ]  [ -s $PFMASTER ] ; then
# Use Postfix
if [ $(/usr/bin/awk '$1~/^smtp$/  $8~/smtpd/ {print $5}
 ' $PFMASTER)0 != n0 ]
then # chroot: Yes
  if [ -s $PFSMTPD ]  [ 0$(/bin/sed -n \
-e '/^authdaemond_path:/s,.\+:\s*,,p' $PFSMTPD) = 0$rundir/socket ] 
 [ ! -L $rundir ]
  then
/bin/rm -fr $rundir 
/bin/ln -s /var/spool/postfix/$rundir $rundir_courier
  fi
else # chroot: No
  if [ -L $rundir ] ;then
/bin/rm -fr $rundir
  fi
fi # Postfix chrooted ?
  fi # Use Postfix
} # postfix_check()
#-- Postfix chrooted --#

case $1 in
start)
# Start daemon.
cd /
log_daemon_msg Starting Courier authentication services authdaemond
if [ ! -d $rundir_courier ]; then
mkdir -m 0775 $rundir_courier
chown daemon:daemon $rundir_courier
# set file context for SELinux (#668564)
[ -x /sbin/restorecon ]  /sbin/restorecon $rundir_courier
fi
postfix_check
if [ ! -d $rundir ]; then
mkdir -m 0750 $rundir 
chown daemon:daemon $rundir
# set file context for SELinux (#668564)
[ -x /sbin/restorecon ]  /sbin/restorecon $rundir
fi
$daemonscript start
log_end_msg 0
;;
stop)
# Stop daemon.
cd /
log_daemon_msg Stopping Courier authentication services authdaemond
$daemonscript stop
log_end_msg 0
;;
restart|force-reload)
$0 stop
$0 start
;;
status)
status_of_proc -p $pidfile  authdaemond  exit 0 || exit $?
;;
*)
echo Usage: $0 {start|stop|restart|force-reload|status} 2
exit 2
;;
esac
exit 0


Bug#729949: kakasi: Missing symbol check_kanji_level in libkakasi

2013-11-19 Thread NOKUBI Takatsugu
Package: kakasi
Version: 2.3.5~pre1+cvs20071101-1
Severity: important

lib/Makefile.am don't have liblevel.c entry, so check_kanji_level symbol
is missing and can't dlopen libkakasi.so. It is also effected in unstable.

The latest upstream CVS HEAD is already fixed.

BTW, I suggest to join pkg-nlp-ja (but alioth is down now).

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

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

Versions of packages kakasi depends on:
ii  kakasi-dic  2.3.5~pre1+cvs20071101-1
ii  libc6   2.13-38

kakasi recommends no packages.

kakasi 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#723456: libtext-kakasi-perl link with -L/usr/lib

2013-11-19 Thread NOKUBI Takatsugu
At Tue, 17 Sep 2013 18:46:39 +0800,
YunQiang Su wrote:
 This package has one or more -L/usr/lib in its build system,
 which will make it ftbfs if there is libraries under /usr/lib,
 while is not the default architecture, mips* for example.
 
 On mips* systems, /usr/lib is defined as place to hold O32
 libraries, and /usr/lib32 for N32, and /usr/lib64 is for N64.
 
 Beside the way, on the multiarch system like Debian, user may install
 libraries under /usr/lib by hand.
 
 Please use the default search path if you can, and please consider fix
 this.

I'll fix it, but latest libkakasi has a problem (already repoted), so
I can't build the package on unstable.

I'll upload the new package when libkakasi would be fixed.


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



Bug#729950: gnome-settings-daemon: jerky mouse cursor movement since GNOME 3.8 landed

2013-11-19 Thread Timothy Allen
Package: gnome-settings-daemon
Version: 3.8.5-2
Severity: normal

Yesterday GNOME 3.8 landed in Jessie, and the upgrade has been pretty painless
so far (much thanks and congratulations!) but there's one minor thing that's
bugging me: my mouse-cursor movement is a lot jerkier than I'm used to.

Here's a video I recorded using the new screen-recording feature (~800KB, it
plays quite nicely in Iceweasel):

https://mediacru.sh/_QdUPxna8n5r

Note that as I drag the Nautilus window about, the window movement is silky-
smooth, while the cursor lags quite noticeably.

This behaviour has survived across several logins and reboots. I have tried
disabling all my gnome-shell extensions. The cursor works beautifully as I
expect it to on the GNOME 3.8 login screen, GNOME Flashback (whether the
Metacity compositing mode is enabled or not) and Enlightenment 17; the cursor
moves sluggishly as described under the GNOME and GNOME Classic sessions.

I filed this bug against gnome-settings-daemon because I discovered
https://bugzilla.gnome.org/show_bug.cgi?id=694758 which implies that gnome-
settings-daemon now does some magic cursor manipulation. However, I disabled
org.gnome.settings-daemon.plugins.cursor.active, logged out and logged back in,
and the laggy cursor still persists.

I'm not sure how relevant this information is, but I started with the linux
3.10 package in Testing, and have just now tried updating to the 3.11 package
from Unstable (no change). I'm using a Kensington Expert Mouse (despite the
name, it's a USB trackball), and the xserver-xorg-video-intel driver (again,
the latest in unstable). This is a desktop PC, so there's no trackpad or touch-
screen involved.

Is there any more information I could provide that would be helpful? Is there a
more appropriate place I should be asking for help?

Thanks in advance for your attention.



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

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

Versions of packages gnome-settings-daemon depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.18.0-1
ii  gsettings-desktop-schemas3.8.2-2
ii  libc62.17-93
ii  libcairo21.12.16-2
ii  libcanberra-gtk3-0   0.30-2
ii  libcanberra0 0.30-2
ii  libcolord1   1.0.2-1
ii  libcups2 1.6.3-1
ii  libfontconfig1   2.11.0-1
ii  libgdk-pixbuf2.0-0   2.28.2-1
ii  libglib2.0-0 2.36.4-1
ii  libgnome-desktop-3-7 3.8.4-2
ii  libgtk-3-0   3.8.4-1
ii  libgudev-1.0-0   204-5
ii  libibus-1.0-51.5.3-7
ii  liblcms2-2   2.2+git20110628-2.3
ii  libnotify4   0.7.6-1
ii  libpackagekit-glib2-16   0.8.12-1
ii  libpango-1.0-0   1.36.0-1
ii  libpulse-mainloop-glib0  4.0-6+b1
ii  libpulse04.0-6+b1
ii  librsvg2-2   2.40.0-1
ii  libupower-glib1  0.9.23-2
ii  libwacom20.8-1
ii  libx11-6 2:1.6.2-1
ii  libxfixes3   1:5.0.1-1
ii  libxi6   2:1.7.2-1
ii  libxkbfile1  1:1.0.8-1
ii  libxtst6 2:1.2.2-1
ii  nautilus-data3.8.2-2
ii  systemd  204-5

Versions of packages gnome-settings-daemon recommends:
ii  pulseaudio  4.0-6+b1

Versions of packages gnome-settings-daemon suggests:
ii  e17 [x-window-manager]   0.17.3-2
ii  gnome-screensaver3.6.1-1
ii  metacity [x-window-manager]  1:2.34.13-1
ii  wmaker [x-window-manager]0.95.5-1
ii  x11-xserver-utils7.7+1

-- 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#729321: keyboard-configuration: changes /etc/default/keyboard upon upgrade without asking

2013-11-19 Thread Anton Zinoviev
On Fri, Nov 15, 2013 at 02:54:55PM +, Steve Cotton wrote:
 
 The upgrade scripts do lots to preserve configuration changes, but the option
 
 * keyboard-configuration/unsupported_config_options: false
 
 has a much longer lifespan than it seems it should.  Answering false to the
 debconf prompt below means that it will clobber the options on every upgrade,
 although the intention seems to be that it would only affect the initial
 interactive migration from debian-installer or XOrg settings.

I think there has been a reported bug against a very old version of 
console-setup caused by the fact that when the configuration in 
/etc/default/{console-setup,keyboard} was not supported by the upgrade 
scripts, console-setup refused to ask any question.  So this question is 
necessary - there are cases when the changes in the configuration files 
are not intended and the user might want to use dpkg-reconfigure in 
order to fix the files.

I suppose the attached patch is going to fix this bug but I haven't made 
any tests.  Unfortunately I won't be albe to work on console-setup for 
about a month, so I prefer to keep for now the patch in the BTS rather 
than to commit it (unless, of course, some other developer has the time 
to check whether the patch fixes the bug).

Anton Zinoviev


diff -Naur console-setup-1.103/debian/keyboard-configuration.config console-setup-1.103.new/debian/keyboard-configuration.config
--- console-setup-1.103/debian/keyboard-configuration.config	2013-09-16 08:18:50.0 +0300
+++ console-setup-1.103.new/debian/keyboard-configuration.config	2013-11-19 11:05:13.391026477 +0200
@@ -1253,6 +1253,8 @@
 # the locale or xorg.conf (in which case the user may
 # be unaware).
 		if [ -f $CONFIGFILE ]; then
+		db_reset keyboard-configuration/unsupported_config_layout || true
+		db_fset keyboard-configuration/unsupported_config_layout seen false
 		db_subst keyboard-configuration/unsupported_config_layout \
 			XKBLAYOUT $XKBLAYOUT
 		db_subst keyboard-configuration/unsupported_config_layout \
@@ -1267,6 +1269,8 @@
 		fi
 		db_get keyboard-configuration/unsupported_config_layout
 		else
+		db_reset keyboard-configuration/unsupported_layout || true
+		db_fset keyboard-configuration/unsupported_layout seen false
 		db_subst keyboard-configuration/unsupported_layout \
 			XKBLAYOUT $XKBLAYOUT
 		db_subst keyboard-configuration/unsupported_layout \
@@ -1293,10 +1297,6 @@
 		unsupported_layout=no
 		fi
 	else
-		db_reset keyboard-configuration/unsupported_config_layout || true
-		db_fset keyboard-configuration/unsupported_config_layout seen false
-		db_reset keyboard-configuration/unsupported_layout || true
-		db_fset keyboard-configuration/unsupported_layout seen false
 		# skip the question without making Debconf loop
 		STATE=$(( $STATE + $STATE - $old_state ))
 	fi
@@ -1436,6 +1436,8 @@
 		[ $unsupported_options = yes -a $is_not_debian_installer ]
 	then
 		if [ -f $CONFIGFILE ]; then
+		db_reset keyboard-configuration/unsupported_config_options || true
+		db_fset keyboard-configuration/unsupported_config_options seen false
 		db_subst keyboard-configuration/unsupported_config_options \
 			XKBOPTIONS $XKBOPTIONS
 		db_input medium \
@@ -1448,6 +1450,8 @@
 		fi
 		db_get keyboard-configuration/unsupported_config_options
 		else
+		db_reset keyboard-configuration/unsupported_options || true
+		db_fset keyboard-configuration/unsupported_options seen false
 		db_subst keyboard-configuration/unsupported_options \
 			XKBOPTIONS $XKBOPTIONS
 		db_input medium keyboard-configuration/unsupported_options || true
@@ -1462,10 +1466,6 @@
 		unsupported_options=no
 		fi
 	else
-		db_reset keyboard-configuration/unsupported_config_options || true
-		db_fset keyboard-configuration/unsupported_config_options seen false
-		db_reset keyboard-configuration/unsupported_options || true
-		db_fset keyboard-configuration/unsupported_options seen false
 		# skip the question without making Debconf loop
 		STATE=$(( $STATE + $STATE - $old_state ))
 	fi


Bug#727758:

2013-11-19 Thread Norman Rasmussen
Another data point which looks very similar:

I printed several hundred jobs today (all the same 1 page), and cups
crashed once with:

cupsd[8171]: segfault at f75fc814 ip f76413f8 sp ffbb3980
error 7 in libdbus-1.so.3.7.4[f7618000+49000]


Bug#729951: ITP: requests-aws -- AWS authentication for Amazon S3 for the wonderful python-requests module.

2013-11-19 Thread Thomas Bechtold
Package: wnpp
Severity: wishlist
Owner: Thomas Bechtold thomasbecht...@jpberlin.de

* Package name: requests-aws
  Version : 0.1.4
  Upstream Author : Paul Tax paul...@gmail.com
* URL : https://pypi.python.org/pypi/requests-aws/0.1.4
* License : BSD
  Programming Lang: Python
  Description : AWS authentication for Amazon S3 for the python-requests 
module.

elegant and simple HTTP library for Python, built for human beings
Requests allow you to send HTTP/1.1 requests. You can add headers, form data,
multipart files, and parameters with simple Python dictionaries, and access the
response data in the same way. It's powered by httplib and urllib3, but it does
all the hard work and crazy hacks for you.
..
This module adds AWS authentication for Amazon S3 based on the python-requests 
module. 


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



Bug#729888: kpasswd: missing error message when new passwords do not match

2013-11-19 Thread Raoul Borenius
On Mon, Nov 18, 2013 at 11:30:18AM -0800, Russ Allbery wrote:
 
 Is your kpasswdd server running the same version of Heimdal as the client?
 I ran into this too using the clients currently in Debian with a 1.5
 server.  I was guessing there was some sort of wire protocol change.

Server: up-to-date wheezy (1.6~git20120403+dfsg1-2)
Client: up-to-date sid (1.6~git20120403+dfsg1-4)

Clients on squeeze (1.4.0~git20100726.dfsg.1-2+squeeze1 with same KDC)
give a correct message btw:

user@squeeze-amd64$ kpasswd
user@REALM's Password: current password
New password: something
Verifying - New password: somethingdifferent
Verify failure
user@squeeze-amd64$

 Regards,

  Raoul


smime.p7s
Description: S/MIME cryptographic signature


Bug#729757: Does not set permissions on .git/annex according to core.sharedRepository

2013-11-19 Thread martin f krafft
also sprach Joey Hess jo...@debian.org [2013-11-18 23:21 +0100]:
 This is because git-annex moves files into the directory, so it is not
 creating a new file, so the +S has no effect.

At some point, git-annex get creates a file. Where does it do that
prior to moving?

 I am doubtful that it would make sense to make git-annex look at
 the +S and try to honor it when moving files around.

Yeah, that sounds like a hack. However, I think that the file should
already have the right permissions/ownership before the move. The
entire hierarchy is g+s after all.

-- 
 .''`.   martin f. krafft madduck@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
solange man nicht die moral des christentums
 als kapitalverbrechen am leben empfindet,
 haben dessen verteidiger gutes spiel.
 - friedrich nietzsche


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Bug#724937: Non free file non distribuable need a wayback machine

2013-11-19 Thread Peter Palfrader
On Sun, 29 Sep 2013, bastien ROUCARIES wrote:

 Package: snapshot.debian.org
 Severity: serious
 
 Dear ftp team I supose we need a wayback machine:
 http://sources.debian.net/src/ctn/3.0.6-13/apps/displays/x_utils.c?hl=21#L21

Can you please describe what you are asking to be done on snapshot?

Cheers,
-- 
   |  .''`.   ** Debian **
  Peter Palfrader  | : :' :  The  universal
 http://www.palfrader.org/ | `. `'  Operating System
   |   `-http://www.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#729952: /bin/date: date parsing inconsistencies

2013-11-19 Thread Ph. Marek
Package: coreutils
Version: 8.21-1
Severity: minor
File: /bin/date

These work as expected:

$ date -d '1 hour'
Die Nov 19 11:21:35 CET 2013
$ date -d '0 hour'
Die Nov 19 10:21:37 CET 2013
$ date -d '1 hour ago'
Die Nov 19 09:21:40 CET 2013


This gives a wrong answer, and no parsing error:
$ date -d 'a hour ago'
Die Nov 19 11:21:44 CET 2013

It looks like single characters are parsed as hour offsets:
$ date -d 'a'
Die Nov 19 02:00:00 CET 2013
$ date -d 'b'
Die Nov 19 03:00:00 CET 2013
$ date -d 'c'
$ date -d 'h'
Die Nov 19 09:00:00 CET 2013
$ date -d 'o'
Mon Nov 18 23:00:00 CET 2013
$ date -d 'p'
Mon Nov 18 22:00:00 CET 2013

I couldn't find anything about that in the info documentation.


This would be a bit more correct, but gives an error:
$ date -d 'an hour ago'
date: invalid date 'an hour ago'


$ echo $TZ
Europe/Vienna
$ locale
LANG=de_AT.UTF-8
LANGUAGE=de_AT:de
LC_CTYPE=de_AT.UTF-8
LC_NUMERIC=de_AT.UTF-8
LC_TIME=de_AT.UTF-8
LC_COLLATE=de_AT.UTF-8
LC_MONETARY=de_AT.UTF-8
LC_MESSAGES=de_AT.UTF-8
LC_PAPER=de_AT.UTF-8
LC_NAME=de_AT.UTF-8
LC_ADDRESS=de_AT.UTF-8
LC_TELEPHONE=de_AT.UTF-8
LC_MEASUREMENT=de_AT.UTF-8
LC_IDENTIFICATION=de_AT.UTF-8
LC_ALL=



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

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

Versions of packages coreutils depends on:
ii  libacl1  2.2.52-1
ii  libattr1 1:2.4.47-1
ii  libc62.17-93
ii  libselinux1  2.1.13-3

coreutils recommends no packages.

coreutils 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#724937: Non free file non distribuable need a wayback machine

2013-11-19 Thread Bastien ROUCARIES
n Tue, Nov 19, 2013 at 11:19 AM, Peter Palfrader wea...@debian.org wrote:
 On Sun, 29 Sep 2013, bastien ROUCARIES wrote:

 Package: snapshot.debian.org
 Severity: serious

 Dear ftp team I supose we need a wayback machine:
 http://sources.debian.net/src/ctn/3.0.6-13/apps/displays/x_utils.c?hl=21#L21

 Can you please describe what you are asking to be done on snapshot?
ctn
Purge this package ctn from archive (not distribuable file)

Bastien

 Cheers,
 --
|  .''`.   ** Debian **
   Peter Palfrader  | : :' :  The  universal
  http://www.palfrader.org/ | `. `'  Operating System
|   `-http://www.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#729953: kvpnc-data: ping_check.sh fails to properly check ping output

2013-11-19 Thread Frank Zacharias
Package: kvpnc-data
Version: 0.9.6a-2.1
Severity: minor
Tags: patch

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

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these lines ***
ping_check.sh relies on ping for connection status (if enabled in
profile settings) and the vpn connection terminates/reconnects if 
there is no ping answer. The script fails to properly parse the command
output. 

ping command from inetutils-ping.

regards, frank


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

Kernel: Linux 3.12.0-tahiti (SMP w/8 CPU cores; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

kvpnc-data depends on no packages.

Versions of packages kvpnc-data recommends:
ii  kvpnc  0.9.6a-2.1

kvpnc-data suggests no packages.

-- no debconf information
--- ping_check.sh.orig	2013-11-19 11:19:47.953807543 +0100
+++ ping_check.sh	2013-11-19 11:20:09.172206462 +0100
@@ -70,7 +70,7 @@
 	if [  $QUIET -eq '1' ]; then
 		echo -n Ping sequence $count: 
 	fi
-	if [ x = x$(ping -c 1 -w 5 $DEVICECMD $PINGHOST 21 | grep '1 received') ]; then
+	if [ x = x$(ping -c 1 -w 5 $DEVICECMD $PINGHOST 21 | grep '1 packets received') ]; then
 		fails=`expr $fails + 1`
 		if [  $QUIET -eq '1' ]; then
 			echo failed!


Bug#729876: aghermann: FTBFS on ia64, powerpc, s390x, sparc, ppc64, sh4: configure: error: g++ = 4.7 is required

2013-11-19 Thread Hiroyuki Yamamoto
Hi,

Thanks for a patch , Andrei.

However, with considering of happiness for all package maintainers,
maybe it is good that gcc-defaults shifts using unified version of gcc on all 
architectures,
e.g. dealing with c++11.

Matthias Klose posted a plan of updating default gcc,
but since applied only some architectures, there is no change recently.
http://lists.debian.org/debian-devel-announce/2013/05/msg5.html
http://lists.debian.org/debian-devel/2013/05/msg00259.html

Unfortunately, on sh4, gcc-4.8 has not succeeded to build yet,
but the other architectures have ever succeeded. 
http://buildd.debian-ports.org/status/logs.php?pkg=gcc-defaultsarch=sh4

Best regards,
-- 
Hiroyuki Yamamoto
A75D B285 7050 4BF9 AEDA  91AC 3A10 59C6 5203 04DC

andrei zavada wrote:
 Hi,
 
 I added to debian/rules a small amount of bash code which selects the best
 available g++ (trying first g++-4.8 then 4.7, both of which are known to
 work) and assigns it to CXX.  After that, ./configure will use $CXX (not
 whatever g++ happens to be), and therein lieth the fix.
 
 This is the relevant part:
 
  %:
   for v in 4.8 4.7; do \
 g=`which g++-$$v`; \
 if test -n $$g; then \
   $$g /dev/null 21; \
   if [ $$? != 127 ]; then export CXX=`which g++-$$v`; break; fi \
 fi \
   done; \
   dh $@ --with autoreconf
 
 The check for exit code 127 is required to detect the case of /usr/bin/g++-4.x
 existing (as a symlink) without g++-4.x actually installed.  This is actually
 the case with g++-4.9:
 
  $ g++-4.9
  /usr/bin/g++-4.9: not found (maybe g++-4.9 is not installed?)
  $ echo $?
  127
 
 Unless anyone suggests a better solution, I would ask my trusty sponsor
 Yaroslav to proceed with upload from
 http://johnhommer.com/academic/code/aghermann/source/deb/aghermann_1.0-2.dsc.
 
 Thanks
 Andrei
 
 On Mon, 18 Nov 2013 23:34:17 +0900
 Hiroyuki Yamamoto yama1...@gmail.com wrote:
 
 Source: aghermann
 Version: 1.0-1
 Severity: serious
 Justification: FTBFS by unsatisfiable build-dependency

 aghermann cannot be built on ia64, powerpc, s390x, sparc, ppc64, sh4,
 which use gcc-4.6 designated by gcc-defaults_1.123,
 so, maybe on alpha, too.

 https://buildd.debian.org/status/package.php?p=aghermannsuite=sid
 http://buildd.debian-ports.org/status/package.php?p=aghermannsuite=sid

 configure: error: g++ = 4.7 is required to build aghermann as we must
 use -std=c++11 features your compiler doesn't seem to support checking
 whether g++ has all required c++11 features... no

 On powerpcspe, its sbuild may not be maintained as clean-build environment,
 and all of g++-4.6, g++-4.7, g++-4.8 are installed, so building succeeded.

 Regards,
 


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



Bug#729757: Does not set permissions on .git/annex according to core.sharedRepository

2013-11-19 Thread martin f krafft
also sprach martin f krafft madd...@debian.org [2013-11-19 11:11 +0100]:
 At some point, git-annex get creates a file. Where does it do that
 prior to moving?

strace told me about .git/annex/tmp:

  % ls -ld .git/annex/tmp
  drwx--S--- 2 madduck pm 4096 Nov 19 11:14 .git/annex/tmp

so it has g+s, and if I create a file therein, the group is
inherited:

  % touch test  ls -l test
  -rw--- 1 madduck pm0 Nov 19 11:15 test

It seems thus that git-annex creates the temporary file in some
other way that causes the group not to be inherited (and umask to be
honoured, rather than core.sharedRepository).

-- 
 .''`.   martin f. krafft madduck@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
security here. yes, ma'am. yes. groucho glasses. yes, we're on it.
 c'mon, guys. somebody gave an aardvark a nose-cut: somebody who
 can't deal with deconstructionist humor. code blue.
  -- http://azure.humbug.org.au/~aj/armadillos.txt


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Bug#729954: Wrong python version used in w3af-console for wheezy

2013-11-19 Thread Joop Boonen

Package: w3af-console
Version: 1.0-rc3svn3489-1

The start-up script of w3af-console has the wrong python version 
hard-coded in start up script.


cat /usr/bin/w3af_console
#!/bin/sh
if [ -r /usr/share/w3af/w3af_console ] ; then
   /usr/bin/python2.5 /usr/share/w3af/w3af_console $@
fi

The standard python version installed on wheezy is 2.7.

As python 2.5 is installed I see:
w3af_console
/usr/bin/w3af_console: 3: /usr/bin/w3af_console: /usr/bin/python2.5: not 
found


when I run this program.

This problem also exists on testing.


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



Bug#729912: bts

2013-11-19 Thread Daniel Baumann
close 729912
close 729913
thanks

it is not the job of individial mkfs.* programs to introduce their own
options when this clearly needs to be coordinated top-down, or in other
words: for the sake of consistency between mkfs.*, this could be added
should mkfs from util-linux (which is tracked in the original bug
report) support it. in the meanwhile, no use in keeping the clone arround.

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


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



Bug#729955: Illegal instruction trying to launch s390x executables

2013-11-19 Thread Luca Falavigna
Package: binfmt-support
Version: 2.0.12


I compiled a dummy executable on zelenka (s390x porterbox):

(sid_s390x-dchroot)dktrkranz@zelenka:~$ cat test.c
#include stdio.h

int main()
{
printf(Hello!\n);
return 0;
}

(sid_s390x-dchroot)dktrkranz@zelenka:~$ gcc -Wall -static -o test test.c
(sid_s390x-dchroot)dktrkranz@zelenka:~$ ./test
Hello!
(sid_s390x-dchroot)dktrkranz@zelenka:~$


Trying to launch the executable on a machine with s390x binfmt
support, I receive the Illegal instruction error message:

dktrkranz@debomatic:~$ cat /proc/sys/fs/binfmt_misc/qemu-s390x
enabled
interpreter /usr/bin/qemu-s390x-static
flags:
offset 0
magic 7f454c46020201020016
mask fffe
dktrkranz@debomatic:~$ ./test
specification exception insn 0xb9860024b904
Illegal instruction
dktrkranz@debomatic:~$


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



Bug#729941: apt-cacher-ng: fails on current experimental/non-free

2013-11-19 Thread Eduard Bloch
Hallo Adam,

* Adam Borowski [Tue, Nov 19 2013, 03:53:24AM]:
 Package: apt-cacher-ng
 Version: 0.7.19-1
 Severity: normal
 
 
 For some reason, apt-cacher-ng gets spooked by some Package files.  I've
 seen this before on other repositories, currently it's experimental/non-free
 that fails.  I attached a copy of this file (as it's likely to have changed
 by the time you take a look).

As you suspected, I have trouble reproducing it. Could you send your
/etc/apt-cacher-ng/*.conf files please?

Could you also turn up debug= value to 7 and send me your logs after a
couple of days?

Thanks,
Eduard.


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



Bug#674467: [PATCH] Multiarch where available

2013-11-19 Thread Ron

Hi Gerardo,

On Tue, Nov 19, 2013 at 02:59:54AM -0400, Gerardo Malazdrewicz wrote:
 Ron:
Please consider this patch, or a polished version of it makefiles
 are not my forte)
It generates, for me, correct packages in both squeeze and
 experimental.

Thanks for taking a crack at this.  I'm pretty sure we can do it with a
much smaller patch though :)  And there seems to be a few things that
all of the patches submitted so far have missed too.

I've got something roughed out here, it just needs a bunch of actual
testing now to see that something unexpected wasn't broken and then
I'll push it out.

  Cheers,
  Ron


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



Bug#729956: Please support python 3

2013-11-19 Thread Pietro Battiston
Package: python-statsmodels
Version: 0.5.0-1
Severity: wishlist

Statsmodels apparently supports python 3¹, but such version is not
packaged in debian.

As far as I can guess, all the dependences (numpy, patsy scipy) are
ready.

Thanks!

¹ https://pypi.python.org/pypi/statsmodels



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

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

Versions of packages python-statsmodels depends on:
ii  python  2.7.5-5
ii  python-numpy1:1.7.1-3
ii  python-patsy0.2.1-3
ii  python-scipy0.12.0-3
ii  python-statsmodels-lib  0.5.0-1

Versions of packages python-statsmodels recommends:
ii  python-joblib  0.7.1-1
ii  python-matplotlib  1.3.1-1
ii  python-nose1.3.0-2
ii  python-pandas  0.12.0-2

python-statsmodels 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#729941: apt-cacher-ng: fails on current experimental/non-free

2013-11-19 Thread Adam Borowski
On Tue, Nov 19, 2013 at 12:28:53PM +0100, Eduard Bloch wrote:
  For some reason, apt-cacher-ng gets spooked by some Package files.  I've
  seen this before on other repositories, currently it's experimental/non-free
  that fails.  I attached a copy of this file (as it's likely to have changed
  by the time you take a look).
 
 As you suspected, I have trouble reproducing it. Could you send your
 /etc/apt-cacher-ng/*.conf files please?

I brought them to the stock state when trying reinstalling, the only change
currently is:

244c244
 # ConnectProto: v6 v4
---
 ConnectProto: v4 v6

(as my IPv6 goes through SiXXS which is slower than native IPv4).

 Could you also turn up debug= value to 7 and send me your logs after a
 couple of days?

Sure, I've just set it (Debug:7 in acng.conf).

-- 
A tit a day keeps the vet away.


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



Bug#728952: supercollider-emacs: sc-emacs fails to install with xemacs installed

2013-11-19 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On 2013-11-19 10:03, Dan S wrote:
 Hi IOhannes,
 
 I'm perhaps the main debian SC maintainer, and unfortunately I am
 not an emacs user. The supercollider-emacs package is specified to
 depend simply on emacs23 | emacsen which looks innocent enough to
 me. If the site-lisp for xemacs is incompatible with xemacs
 then surely it's an issue for xemacs maintainers? Or if there is a
 fix/workaround that you can recommend, please recommend.
 


the problem seems to be, that supercollider-emacs tries to install
site-lisp packages for all flavours of emacs (including xemacs), but
the sc.el (or whatever the name of the actual file) is not compatible
with the xemacs-flavour.

the solution would be, to either fix the sc.el file so it can also
work with other flavours, OR to not install it for incompatible
flavours at all.

a workaround would be to declare a conflict with xemacs21 (afaict,
there is no unversioned virtual package xemacs)

probably i find time to dig into the problem when alioth is available
again.

fgasrm
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.15 (GNU/Linux)
Comment: Using GnuPG with Icedove - http://www.enigmail.net/

iQIcBAEBCAAGBQJSi0W4AAoJELZQGcR/ejb4qYUP/0z404dBkBUyxFG30PYLTivf
wj0zLnvEGw4QBG76tNIIG82eQGx0kSnWwKjqzVNzJ0Cv+ZlorqWGt2pclpKGqbqO
nqU/9ptlLV2no4NmTpDnIK0bV67/BsWAtR07sQ2PWai7LNPFSN0QO956B4s6p+jR
Xa5kf+Sif5IyXRV7lRzhIATsgIyqoI2UnzZKbb1toARMtI2DBBXCDrvn48Pz97RQ
XIJ0kum/TiuJW7i6n9RDQw2jDbCvZM+hj4PEdTCristclVN+S6E1NLioFP5VmQWU
w9GqRL+AXpJQlDWlbRt6I0aNuOJSXOfj8sbuKC80geUkT0TRTH+J4kLGMmBIFnlj
ZCFmd4WIEqJelBz5N+k7Mzb3cniOc67LWnSJ1N5aYn7tbdzc9roRvkYpvubcSaQq
6U+J6W9fFQ8NMypCrEvT9VRkMPVwmsuNDZQnSUHwNnoaORyXpvP97BVLLS5UNDdY
jQi0PSBcAi6q0+7CHa3YFjVNqxwmigwMmdvmACYH3GAjRanYDxpQgCv++GAX8+9W
kiwKRayQofdN6YhR1zHLF4R8MDF/8JYSJXo9JuG2osNgYGWFVd78tpN6/BVr24Ji
V5yI7SoYy1ApCXOPTrqrJ57lxgSGQ2tejJo1OQZ9UUdcT99rLQ0H8UnnLzBQdzd6
t7eS1N/uyzzwjAV5gRYm
=DzRu
-END PGP SIGNATURE-


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



Bug#728491: #728491 Battery power and audio applet is missing

2013-11-19 Thread Noël Köthe
Hello,

I can confirm this problem with running flashback. Additional I'm not
able to get the audio/sound applet back.

Regards.

Noel


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


Bug#695473: gnome-disk-utility: Not possible to format disk

2013-11-19 Thread Fabian Greffrath
control reassign -1 util-linux
control found -1 2.20.1-5.5
control severity -1 important

 If this happens when you format vfat, then it's very likely caused by
 the very, very old wipefs (util-linux package) in Debian. It's not g-d-u
 nor the underlying udisks2 bug.
 
 Util-linux upstream fix is 6611a3dd783006fd8c6b924a76c4820287278d36
 wipefs: improve -a, use blkid_do_wipe()
 
 dated 2011-11-11...
 
 Also Ubuntu #1046665.

Reassigning to util-linux. Raising severity, because this affects other 
packages.

 - Fabian

-- 
Dr.-Ing. Fabian Greffrath, Dipl.-Phys.
RWTH Aachen University
Institute of Mineral Engineering (GHI)
Mauerstr. 5, D-52064 Aachen
Phone: +49-241-8094979, Fax: +49-241-8092226


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



Bug#729957: gdisk: FTBFS on kfreebsd-*

2013-11-19 Thread Laurent Bigonville
Package: gdisk
Version: 0.8.7-1
Severity: serious
Justification: fails to build from source (but built successfully in the past)

Hi,

It seems that gdisk FTBFS on kfreebsd-* due to the test suite

https://buildd.debian.org/status/fetch.php?pkg=gdiskarch=kfreebsd-amd64ver=0.8.7-1stamp=1376003992

This is preventing the package to migrate 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


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



Bug#729958: gdisk: Please upgrade to 0.8.8

2013-11-19 Thread Laurent Bigonville
Source: gdisk
Version: 0.8.7-1
Severity: wishlist

Hi,

Please upgrade to the version 0.8.8:

0.8.8 (10/14/2013):
_--

- Fixed bug that could cause segfault when passing an invalid partition
  number to sgdisk's -i/--info command.

- Added new type code: 933AC7E1-2EB4-4F13-B844-0E14E2AEF915, or gdisk code
  8302, for Linux /home partitions. This type code is used by recent
  versions of systemd to permit /home to be auto-mounted; see
  
http://www.freedesktop.org/software/systemd/man/systemd-gpt-auto-generator.html
  for details.

- Added new type code: 9E1A2D38-C612-4316-AA26-8B49521E5A8B, or gdisk code
  4100, for PowerPC PReP (PowerPC reference platform) boot.

- The number of partition type codes has grown large enough that it fills
  an 80x24 display. I've therefore added a pause (with a prompt to hit
  Enter) to display more items after showing 21 lines in gdisk or after
  the screen has nearly filled with entries in cgdisk. There's no such
  pause/prompt in sgdisk, though.

- Fine-tuned verification ('v') check for 0xEE partition that doesn't begin
  on sector 1: Previously, a disk with multiple 0xEE partitions would
  always trigger this warning. Now, the warning occurs only if NONE of the
  0xEE partitions begins on sector 1.

- Fixed hybrid MBR creation on disks larger than 2TiB: Previously, if one
  opted to create an extra partition to cover unused space following
  hybridized partitions, gdisk would hang.

- Added check for an active/bootable 0xEE protective partition to the
  verify ('v') function. If found, this is not counted as an error, but
  it is called out to the user, since it can cause some EFIs (such as
  VirtualBox's EFI) to ignore the disk.


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


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



Bug#729959: ITP: libmm-qt -- Qt wrapper for ModemManager DBus API

2013-11-19 Thread Maximiliano Curia
Package: wnpp
Severity: wishlist
Owner: Maximiliano Curia m...@debian.org

* Package name: libmm-qt
  Version : 0.5.1
  Upstream Author : Will Stephenson wstephen...@kde.org,
Lamarque Souza lamar...@kde.org,
Daniel Nicoletti dantt...@gmail.com
* URL : https://projects.kde.org/projects/extragear/libs/libmm-qt
* License : LGPL-2.1 or later as approved by kde e.v.
  Programming Lang: C++
  Description : Qt wrapper for ModemManager DBus API


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



Bug#695473: Info received (Bug#695473: gnome-disk-utility: Not possible to format disk)

2013-11-19 Thread Fabian Greffrath
control tags -1 patch

Please find a patch with the fix backported from Ubuntu attached.

- Fabian

diff -u util-linux-2.20.1/debian/changelog util-linux-2.20.1/debian/changelog
--- util-linux-2.20.1/debian/changelog
+++ util-linux-2.20.1/debian/changelog
@@ -1,3 +1,17 @@
+util-linux (2.20.1-5.6) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+
+  [Martin Pitt]
+
+  * misc-utils/wipefs.c: In --all mode, wipe several times until no further
+signatures are found. This is required for file systems like VFAT which
+can be detected in multiple different ways. This is fixed properly in 2.21
+(see LP #1012081), but does not backport well, so use this local hack for
+now. (LP: #1046665, Closes: #695473)
+
+ -- Fabian Greffrath fabian+deb...@greffrath.com  Tue, 19 Nov 2013 13:25:21 +0100
+
 util-linux (2.20.1-5.5) unstable; urgency=medium
 
   * Non-maintainer upload by the Security Team.
only in patch2:
unchanged:
--- util-linux-2.20.1.orig/misc-utils/wipefs.c
+++ util-linux-2.20.1/misc-utils/wipefs.c
@@ -377,15 +377,21 @@
 	if (optind != argc)
 		errx(EXIT_FAILURE, _(only one device as argument is currently supported.));
 
-	wp = read_offsets(wp, fname, all);
+/* we need to wipe several times for some file systems like VFAT, see
+ * https://launchpad.net/bugs/1046665 */
+do {
+wp = read_offsets(wp, fname, all);
 
-	if (wp) {
-		if (has_offset || all)
-			do_wipe(wp, fname, noact);
-		else
-			print_all(wp, mode);
+if (wp) {
+if (has_offset || all)
+do_wipe(wp, fname, noact);
+else
+print_all(wp, mode);
 
-		free_wipe(wp);
-	}
+free_wipe(wp);
+wp = NULL;
+} else
+break;
+} while (!noact  all);
 	return EXIT_SUCCESS;
 }


Bug#695473: gnome-disk-utility: Not possible to format disk

2013-11-19 Thread Fabian Greffrath
reassign 695473 util-linux
found 695473 2.20.1-5.5
severity 695473 important
tags 695473 patch
thanks

[Gosh, I am too stupid for the BTS! Trying again...]

 If this happens when you format vfat, then it's very likely caused by
 the very, very old wipefs (util-linux package) in Debian. It's not g-d-u
 nor the underlying udisks2 bug.
 
 Util-linux upstream fix is 6611a3dd783006fd8c6b924a76c4820287278d36
 wipefs: improve -a, use blkid_do_wipe()
 
 dated 2011-11-11...
 
 Also Ubuntu #1046665.

Reassigning to util-linux. Raising severity, because this affects other 
packages.

 - Fabian


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



Bug#729960: /etc/dhcp/dhclient-exit-hooks.d/ddclient: line 7: [: =: unary operator expected

2013-11-19 Thread Nelson A. de Oliveira
Package: ddclient
Version: 3.8.1-1.1
Severity: normal

Today while running a dhclient I saw this:

=
# dhclient wlan0
/etc/dhcp/dhclient-exit-hooks.d/ddclient: line 7: [: =: unary operator expected
RTNETLINK answers: File exists
/etc/dhcp/dhclient-exit-hooks.d/ddclient: line 7: [: =: unary operator expected
=

Thank you!

Best regards,
Nelson

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

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

Versions of packages ddclient depends on:
ii  debconf [debconf-2.0]  1.5.52
ii  initscripts2.88dsf-43
ii  lsb-base   4.1+Debian12
ii  perl [perl5]   5.18.1-4

Versions of packages ddclient recommends:
ii  libio-socket-ssl-perl  1.955-1

ddclient suggests no packages.

-- debconf information excluded


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



Bug#729677: golly: Please update to use wxwidgets3.0

2013-11-19 Thread NIIBE Yutaka
On 2013-11-15 at 15:58 +, Olly Betts wrote:
 I've built and done some testing of golly with the attached patch to
 update it to build against wxwidgets3.0, and it all looks good.

Thank you.

 I'm happy to NMU this change if you wish me to - just let me know.

Please go ahead for NMU.  When I will find time, I will incorporate
your change.
-- 


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



Bug#729851: ITP: ibus-typing-booster -- typing autocompletion for ibus to increase typing speeds

2013-11-19 Thread Osamu Aoki
Hi,

On Mon, Nov 18, 2013 at 10:00:46PM +0530, Vasudev Kamath wrote:
 Aron Xu a...@debian.org writes:
  Here is a general guideline for pkg-ime team:
  https://wiki.debian.org/Teams/IMEPackagingTeam
 
 Thank you I will read this before I start packaging this tool. There is
 one more ITP to come on ibus-sayura I would also like to maintain it as
 part of this team.
 
 
  I personally prefer using dh7 style, but have no objection if you feel
  better with cdbs.

Same here.
 
 The only reason I mentioned before hand was I had some trouble in other
 team, I prefer CDBS but I can work with dh7 too :-).

I know GNOME packages use cdbs and work fine if there are no problem ...
dh7 style is simpler to debug.  So please please please please use dh7.
Thanks in advance for your cooperation.

Let me summarize:
 * dh7 dh $@ style debian/rules
 * packaged in compat 9 supporting multi-arch as much as possible.
 * Overriode with LIBEXECDIR=/usr/lib/ibus (multi-arch forein
   plugin-executables, i.e., ibus-foo-setup)

I updated wiki page.

Osamu


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



Bug#729955: Illegal instruction trying to launch s390x executables

2013-11-19 Thread Colin Watson
On Tue, Nov 19, 2013 at 12:29:28PM +0100, Luca Falavigna wrote:
 Trying to launch the executable on a machine with s390x binfmt
 support, I receive the Illegal instruction error message:
 
 dktrkranz@debomatic:~$ cat /proc/sys/fs/binfmt_misc/qemu-s390x
 enabled
 interpreter /usr/bin/qemu-s390x-static
 flags:
 offset 0
 magic 7f454c46020201020016
 mask fffe
 dktrkranz@debomatic:~$ ./test
 specification exception insn 0xb9860024b904
 Illegal instruction
 dktrkranz@debomatic:~$

What happens if you try this?

  sudo update-binfmts --disable qemu-s390x
  qemu-s390x-static ./test

-- 
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#729844: live-build: UEFI boot support

2013-11-19 Thread Raphael Hertzog
Hi,

Please keep the submitter in CC, I wasn't aware of your reply.

On Mon, 18 Nov 2013, Daniel Baumann wrote:
 it needs finalized debianization of syslinux 6 first, which will have to
 go through NEW (again; after passing NEW for years it was now rejected
 because of its embedded gpxe that has not/never been in
 debian/copyright. as that is a major task to go through 800 files
 manually, i have no ETA for this). after that, support for it can be
 added in live-build which is trivial.

Can you point me to your updated syslinux package (either git repository
or .dsc) so that I can help you to update debian/copyright?

In the mean time, please push in a topic branch whatever you already
have in terms of live-build support. We should be able to test it
with the current syslinux in experimental, no? Otherwise we should
be able to test with the updaded syslinux package that you'll
point us to.

Thank you in advance.
-- 
Raphaël Hertzog ◈ Debian Developer

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


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



Bug#729955: Illegal instruction trying to launch s390x executables

2013-11-19 Thread Luca Falavigna
2013/11/19 Colin Watson cjwat...@debian.org:
 What happens if you try this?

   sudo update-binfmts --disable qemu-s390x
   qemu-s390x-static ./test


Same behavior:

dktrkranz@debomatic:~$ sudo update-binfmts --disable qemu-s390x
dktrkranz@debomatic:~$ qemu-s390x-static ./test
specification exception insn 0xb9860024b904
Illegal instruction
dktrkranz@debomatic:~$


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



Bug#729844: live-build: UEFI boot support

2013-11-19 Thread Daniel Baumann
On 11/19/2013 02:52 PM, Raphael Hertzog wrote:
 Can you point me to your updated syslinux package (either git repository
 or .dsc) so that I can help you to update debian/copyright?

there's a vcs field in debian/control.

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


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



Bug#729961: qemu-system-x86: rbd support

2013-11-19 Thread Clint Adams
Package: qemu-system-x86
Version: 1.6.0+dfsg-2
Severity: normal

Since #679686 has been resolved, please reintroduce
rbd support.


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



Bug#729955: Illegal instruction trying to launch s390x executables

2013-11-19 Thread Colin Watson
Control: reassign -1 qemu-user-static

On Tue, Nov 19, 2013 at 02:59:05PM +0100, Luca Falavigna wrote:
 2013/11/19 Colin Watson cjwat...@debian.org:
  What happens if you try this?
 
sudo update-binfmts --disable qemu-s390x
qemu-s390x-static ./test
 
 Same behavior:
 
 dktrkranz@debomatic:~$ sudo update-binfmts --disable qemu-s390x
 dktrkranz@debomatic:~$ qemu-s390x-static ./test
 specification exception insn 0xb9860024b904
 Illegal instruction
 dktrkranz@debomatic:~$

OK - qemu-user-static can have this one, then.

-- 
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#729791: fails to create tmpdir

2013-11-19 Thread Martin Pitt
tag 729791 pending
thanks

Ian Jackson [2013-11-17 13:00 +]:
 OSError: [Errno 2] No such file or directory: '../tmp'
 zealot:dgit
 
 Doing mkdir ../tmp helps.  But the FM says that the tmp will be
 created if necessary.

Indeed, noticed the same this morning. It's fixed in my local git.
(Now, if only alioth would come back online..)

Martin
-- 
Martin Pitt| http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.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#729790: crash: adt-run --output ../d --unbuilt-tree . --- ...

2013-11-19 Thread Martin Pitt
tag 729790 pending
thanks

Hey Ian,

thanks for the report! This is already fixed in my local git.

-- 
Martin Pitt| http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.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#729962: apt-show-versions installation fails on debian-armhf/stable

2013-11-19 Thread Fabien R
Package: apt-show-versions
Version: 0.20
Severity: normal

The package fails to install with this error:

Setting up apt-show-versions (0.20) ...
** initializing cache. This may take a while **
Error: No information about packages! (Maybe no deb entries?)
dpkg: error processing apt-show-versions (--configure):
 subprocess installed post-installation script returned error exit status 255
Errors were encountered while processing:
 apt-show-versions
E: Sub-process /usr/bin/dpkg returned an error code (1)


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

Kernel: Linux 3.9.11-x5 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages apt-show-versions depends on:
ii  apt  0.9.7.9
ii  libapt-pkg-perl  0.1.26+b1
ii  perl [libstorable-perl]  5.14.2-21+deb7u1

apt-show-versions recommends no packages.

apt-show-versions 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#693128: varnish: Please install headers that are needed to compile vmods

2013-11-19 Thread Vincent Bernat
 ❦ 13 novembre 2012 12:52 CET, Allard Hoeve all...@byte.nl :

 The current libvarnishapi-dev currently does not have enough header
 files to allow a user to compile vmods such as vmod_header.


 1) Most important of these files is vmod_abi.h, that allows a user to
 compile a module against a certain version of Varnish. This file is
 currently missing, preventing from compiling against a Debian Varnish in
 any useful way. Providing this file should be easy by means of the
 install file in debian/.

 2) Then there are a slew of other files that need to be installed for the
 libvarnishapi-dev package to be useful. I have compiled a list that is
 needed to compile libvmod-header on Debian. Other vmods need a similar
 list, but I haven't tried them.

 3) Finally, the script vmod.py is needed to create VCL header templates.


 Please consider including vmod_abi.h and please consider providing
 headers and vmod.py in future releases.

Hi!

I had the same problem. An immediate solution is to ship all the needed
files in libvarnishapi-dev. This is a bit ugly because we need .h files
contained in bin/varnishd. I have added those lines on top of
libvarnishapi-dev.install:

include/*.h usr/include/varnish
bin/varnishd/*.h usr/include/varnish/bin/varnishd

In override_dh_install, I add the following stuff to install vmod.py as
varnish-vmod. This is not expected by varnish modules but it seems there
is no standard way (yet) to discover this binary outside the source
tree.

install -D -o root -g root -m 755 \
$(CURDIR)/lib/libvmod_std/vmod.py \
$(CURDIR)/debian/libvarnishapi-dev/usr/bin/varnish-vmod
sed -i '1s+/usr/local/bin/python+/usr/bin/python+' \
$(CURDIR)/debian/libvarnishapi-dev/usr/bin/varnish-vmod

I had a look at upstream git and there was some changes to the build
system to install additional headers. So, it seems that upstream is
trying to do something sane with respect to compile external modules
outside of varnish source. However, there are still stuff needed from
bin/varnishd/*.h and the location of vmodtool.py (which replaces
vmod.py) is still not fixed.
-- 
Vincent Bernat | vincent.ber...@dailymotion.com
Dailymotion | 140 Boulevard Malesherbes | 75017 Paris | France


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



Bug#729964: xfce4-terminal: new tabs opened with keybinding or menu option do not open in current working directory

2013-11-19 Thread Moshe Yudkowsky



Package: xfce4-terminal
Version: 0.6.2-3
Severity: normal

When I use the keybinding to open a new tab, or I use the menu to open a 
new tab, the terminal window opens in $HOME rather than the current 
working dirctory of the tab from which I issued the command.


If this is configurable setting, either via normal or hidden options, I 
have been unable to find it.


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

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

Versions of packages xfce4-terminal depends on:
ii  exo-utils   0.10.2-2
ii  libatk1.0-0 2.10.0-2
ii  libc6   2.17-96
ii  libgdk-pixbuf2.0-0  2.28.2-1
ii  libglib2.0-02.36.4-1
ii  libgtk2.0-0 2.24.22-1
ii  libpango-1.0-0  1.36.0-1
ii  libvte9 1:0.28.2-5
ii  libx11-62:1.6.2-1
ii  libxfce4ui-1-0  4.10.0-5
ii  libxfce4util6   4.10.1-1

Versions of packages xfce4-terminal recommends:
ii  dbus-x11  1.6.18-1

xfce4-terminal suggests no packages.

-- no debconf information

--
Moshe Yudkowsky * mo...@pobox.com * www.pobox.com/~moshe
Christ, what a design -- I could eat a handful of iron filings and *puke*
a better emergency pump than that!
-- E. E. Doc Smith, _First Lensman_


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



Bug#729963: gcc-4.8-base: missing Breaks: gcc-4.4-base ( 4.4.7)

2013-11-19 Thread Andreas Beckmann
Version: 4.8.2-1

Hi,

even if the changelog entry from 4.7.2-12 is included in the
gcc-4.8-base changelog, the addition of the Breaks seems to have been
lost in some merge.


Andreas


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



Bug#729955: Illegal instruction trying to launch s390x executables

2013-11-19 Thread Michael Tokarev
Control: tag -1 moreinfo unreproducible

19.11.2013 18:15, Debian Bug Tracking System wrote:
 Bug #729955 [binfmt-support] Illegal instruction trying to launch s390x 
 executables
 Bug reassigned from package 'binfmt-support' to 'qemu-user-static'.

Guys, come on please, what's the version of qemu we're talking about?

I tried to reproduce on wheezy and sid versions, both works fine...

Thanks,

/mjt


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



Bug#729828: django-openid-auth: FTBFS with django-1.6

2013-11-19 Thread Andrew Starr-Bochicchio
tag 729828 patch
thanks

On Sun, Nov 17, 2013 at 10:21 PM, Sebastian Ramacher
sramac...@debian.org wrote:
 Source: django-openid-auth
 Version: 0.5-1
 Severity: serious
 Justification: fails to build from source
 Tags: sid jessie

 django-openid-auth fails to build with django 1.6:
 |debian/rules override_dh_auto_test
 | make[1]: Entering directory `/«PKGBUILDDIR»'
 | set -e; \
 |   for python in python2.7; do \
 | PYTHONPATH=. $python example_consumer/manage.py test 
 --settings=example_consumer.settings django_openid_auth ; \
 |   done
 | Traceback (most recent call last):
 |   File example_consumer/manage.py, line 2, in module
 | from django.core.management import execute_manager
 | ImportError: cannot import name execute_manager
 | make[1]: *** [override_dh_auto_test] Error 1

I've got a merge proposal upstream fixing this:

https://code.launchpad.net/~andrewsomething/django-openid-auth/1252445/+merge/195793

-- Andrew Starr-Bochicchio

   Ubuntu Developer https://launchpad.net/~andrewsomething
   Debian Developer http://qa.debian.org/developer.php?login=asb
   PGP/GPG Key ID: D53FDCB1


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



Bug#729965: libcurl3 7.21.0-2.1+squeeze5 --insecure regression

2013-11-19 Thread Brian Kroth
Package: libcurl3
Version: 7.21.0-2.1+squeeze5
Severity: important


Hi, I believe I've found a regression in the recent libcurl3 DSA update.  
Basically, it doesn't seem to be respecting the --insecure option in all 
cases.

This now fails:

# aptitude -PV install libcurl3=7.21.0-2.1+squeeze5
# curl -s -S --insecure https://backend-host-that-does-not-match-service-name  
/dev/null
curl: (51) SSL peer certificate or SSH remote key was not OK

But this succeeds:

# aptitude -PV install libcurl3=7.21.0-2.1+squeeze4
# curl -s -S --insecure https://backend-host-that-does-not-match-service-name  
/dev/null


Unfortunately, I haven't found a good test case for it at publicly 
accessible internet sites.  For instance, these still work as expected:

# curl -s -S --insecure https://74.125.225.40  /dev/null
# curl -s -S https://74.125.225.40  /dev/null
curl: (51) SSL: certificate subject name '*.google.com' does not match target 
host name '74.125.225.40'

So, I guess poke me offline if you need some extra details to help track 
this down.

I'll also note that wheezy versions don't seem to have this issue.

Thanks,
Brian

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

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

Versions of packages libcurl3 depends on:
ii  ca-certificates20090814+nmu3squeeze1 Common CA certificates
ii  libc6  2.11.3-4  Embedded GNU C Library: Shared lib
ii  libgssapi-krb5-2   1.8.3+dfsg-4squeeze7  MIT Kerberos runtime libraries - k
ii  libidn11   1.15-2GNU Libidn library, implementation
ii  libldap-2.4-2  2.4.23-7.3OpenLDAP libraries
ii  libssh2-1  1.2.6-1   SSH2 client-side library
ii  libssl0.9.80.9.8o-4squeeze14 SSL shared libraries
ii  zlib1g 1:1.2.3.4.dfsg-3  compression library - runtime

libcurl3 recommends no packages.

libcurl3 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#729967: fheroes2-pkg: French debconf templates translation

2013-11-19 Thread Julien Patriarca
Package: fheroes2-pkg
Version: N/A
Severity: wishlist
Tags: patch l10n

Dear Maintainer,

*** /home/julien/traductions/po-debconf/patch-translate.txt


Please find attached the french debconf templates translation, proofread by the
debian-l10n-french mailing list contributors.

This file should be put as debian/po/fr.po in your package build tree.



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

Kernel: Linux 3.10-0.bpo.3-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
# Translation of fheroes2-pkg debconf templates to french.
# Copyright (C) French l10n team debian-l10n-fre...@lists.debian.org
# This file is distributed under the same license as the fheroes2-pkg package.
# Julien Patriarca leatherf...@debian.org, 2013.
#
msgid 
msgstr 
Project-Id-Version: fheroes2-pkg\n
Report-Msgid-Bugs-To: fheroes2-...@packages.debian.org\n
POT-Creation-Date: 2013-11-07 07:11+0100\n
PO-Revision-Date: 2013-11-08 11:16+0100\n
Last-Translator: Julien Patriarca leatherf...@debian.org\n
Language-Team: FRENCH debian-l10n-fre...@lists.debian.org\n
Language: fr\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: boolean
#. Description
#: ../templates:2001
msgid Proceed with downloading and compiling fheroes2?
msgstr Faut-il télécharger puis compiler fheroes2 ?

#. Type: boolean
#. Description
#. Type: note
#. Description
#: ../templates:2001
 ../templates:3001
msgid 
The fheroes2 AI is non-free due to a not-for-sale restriction, and some 
images may also be non-free.
msgstr 
Le moteur d'intelligence artificielle ainsi que certaines images de fheroes2 
ne sont pas libres à cause d'une restriction sur la vente.

#. Type: boolean
#. Description
#. Type: note
#. Description
#: ../templates:2001
 ../templates:3001
msgid 
The installation process is therefore about to download the source files 
from SourceForge, compile them, and install the binary deb package 
\${PKGG}${VER}\.
msgstr 
Le processus d'installation va télécharger les fichiers sources depuis 
SourceForge, les compiler, puis installer le paquet deb « ${PKGG}${VER} ».

#. Type: boolean
#. Description
#: ../templates:2001
msgid Please confirm whether you wish this to happen.
msgstr Veuillez confirmer que c'est bien ce que vous souhaitez.

#. Type: note
#. Description
#: ../templates:3001
msgid 
Please remember to run \sudo dpkg-reconfigure ${PKGI}\ to build and 
install guest package(s) for the first time.
msgstr 
Veuillez noter qu'il vous faudra lancer « sudo dpkg-reconfigure ${PKGI} » 
pour compiler et installer le(s) paquet(s) invité(s) pour la première fois.

#. Type: title
#. Description
#: ../templates:4001
msgid Build and install ${PKGG}${VER}
msgstr Compiler et installer ${PKGG}${VER}

#. Type: title
#. Description
#: ../templates:5001
msgid Upgrades available for guest package(s)
msgstr Mises à jour disponibles pour le(s) paquet(s) invité(s)

#. Type: note
#. Description
#: ../templates:6001
msgid 
An update to guest package(s) [${PKGG_ALL}] version ${VER} is available but 
automatic upgrade is disabled.
msgstr 
Une mise à jour pour le(s) paquet(s) invité(s) [${PKGG_ALL}] version ${VER} 
est disponible mais la mise à jour automatique est désactivée.

#. Type: note
#. Description
#: ../templates:6001
msgid 
Please remember to run \sudo dpkg-reconfigure ${PKGI}\ to build and 
install guest package(s) or consider installing the APT post-invoke hook.
msgstr 
Veuillez noter qu'il vous faudra lancer « sudo dpkg-reconfigure ${PKGI} » 
pour compiler et installer le(s) paquet(s) invité(s) ou installer le 
déclencheur post-appel (« post-invoke hook ») d'APT.

#. Type: boolean
#. Description
#: ../templates:7001
msgid Install APT post-invoke hook?
msgstr Faut-il installer le déclencheur post-appel d'APT ?

#. Type: boolean
#. Description
#. Type: boolean
#. Description
#: ../templates:7001
 ../templates:8001
msgid 
If activated, the APT post-invoke hook takes care of future automatic 
upgrades of guest package(s) on host package upgrade. When an update is 
available, the hook will attempt to download and build the package(s), and 
(if \apt-get check\ reports no errors) install them with \dpkg -i\.
msgstr 
S'il est activé, le déclencheur post-appel (« post-invoke hook ») d'APT s'occupera des mises à 
jour automatiques futures du(es) paquet(s) invité(s) lors de la mise à jour 
du paquet sur l'hôte. Lorsqu'une mise à jour est disponible, le déclencheur 
essaiera de télécharger puis de compiler le(s) paquet(s), et, si la commande 
« apt-get check » ne retourne pas d'erreurs, les installera avec « dpkg -i ».

#. Type: boolean
#. Description
#. Type: boolean
#. Description
#: ../templates:7001
 

Bug#729966: dovecot: French debconf templates translation

2013-11-19 Thread Julien Patriarca
Package: dovecot
Version: N/A
Severity: wishlist
Tags: patch l10n

Dear Maintainer,
*** /home/julien/traductions/po-debconf/patch-translate.txt


Please find attached the french debconf templates translation, proofread by the
debian-l10n-french mailing list contributors.

This file should be put as debian/po/fr.po in your package build tree.



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

Kernel: Linux 3.10-0.bpo.3-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
# Translation of dovecot debconf templates to french.
# Copyright (C) 2013, French l10n team debian-l10n-fre...@lists.debian.org
# This file is distributed under the same license as the dovecot package.
# Julien Patriarca leatherf...@debian.org, 2013.
#
msgid 
msgstr 
Project-Id-Version: dovecot\n
Report-Msgid-Bugs-To: dove...@packages.debian.org\n
POT-Creation-Date: 2013-11-07 07:06+0100\n
PO-Revision-Date: 2013-11-08 10:15+0100\n
Last-Translator: Julien Patriarca leatherf...@debian.org\n
Language-Team: FRENCH debian-l10n-fre...@lists.debian.org\n
Language: fr\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: error
#. Description
#: ../dovecot-core.templates:2001
msgid Wrong location for SSL certificates
msgstr Mauvais emplacement pour les certificats SSL

#. Type: error
#. Description
#: ../dovecot-core.templates:2001
msgid 
This machine uses SSL certificates for Dovecot. These certificates should be 
moved from /etc/ssl to /etc/dovecot and Dovecot's configuration file (/etc/
dovecot/conf.d/10-ssl.conf) should be updated accordingly.
msgstr 
Cette machine utilise des certificats SSL pour Dovecot. Ces certificats 
doivent être déplacés de /etc/ssl vers /etc/dovecot, et le fichier de 
configuration de Dovecot (/etc/dovecot/conf.d/10-ssl.conf) doit être mis à 
jour en conséquence.

#. Type: error
#. Description
#: ../dovecot-core.templates:2001
msgid Please read /usr/share/doc/dovecot-core/README.Debian.gz for details.
msgstr 
Veuillez lire le fichier /usr/share/doc/dovecot-core/README.Debian.gz pour 
les détails.

#. Type: boolean
#. Description
#: ../dovecot-core.templates:3001
msgid Create a self-signed SSL certificate?
msgstr Faut-il créer un certificat SSL auto-signé ?

#. Type: boolean
#. Description
#: ../dovecot-core.templates:3001
msgid 
An SSL certificate is needed in order to use IMAP or POP3 over SSL/TLS. No 
such certificate was found.
msgstr 
Un certificat SSL est nécessaire pour utiliser les protocoles IMAP et POP3 
avec SSL. Aucun certificat n'a été trouvé.

#. Type: boolean
#. Description
#: ../dovecot-core.templates:3001
msgid 
Please choose whether you want to create one now. This will then be a self-
signed certificate.
msgstr 
Veuillez choisir si vous souhaitez en créer un maintenant. Ce sera alors un 
certificat auto-signé.

#. Type: boolean
#. Description
#: ../dovecot-core.templates:3001
msgid 
If you choose not to create a certificate, please adapt Dovecot's 
configuration file (/etc/dovecot/conf.d/10-ssl.conf).
msgstr 
Si vous choisissez de ne pas créer de certificat, veuillez modifier le 
fichier de configuration de Dovecot (/etc/dovecot/conf.d/10-ssl.conf).

#. Type: string
#. Description
#: ../dovecot-core.templates:4001
msgid Host name:
msgstr Nom d'hôte :

#. Type: string
#. Description
#: ../dovecot-core.templates:4001
msgid Please enter the host name to use in the SSL certificate.
msgstr Veuillez indiquer le nom d'hôte à utiliser dans le certificat SSL.

#. Type: string
#. Description
#: ../dovecot-core.templates:4001
msgid 
It will become the \commonName\ field of the generated SSL certificate.
msgstr Il constituera le champ « commonName » du certificat SSL créé.


Bug#729965: better example

2013-11-19 Thread Brian Kroth

Apparently I didn't look hard enough the first time.  This appears to have the 
same issue:

# curl -s -S --insecure https://www.example.com  /dev/null
curl: (51) SSL peer certificate or SSH remote key was not OK

Let me know if you need anything else.

Thanks,
Brian


smime.p7s
Description: S/MIME cryptographic signature


Bug#729969: zsnes: add a debug package

2013-11-19 Thread Etienne Millon
Package: zsnes
Version: 1.510+bz2-6
Severity: minor

Given the recent stability problems (ex: LP:1214241, #727781), a
package with debugging symbols would be a nice addition to zsnes.

Thanks

-- 
Etienne Millon


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



Bug#729970: buggy magic: text files reported as Python executable scripts very easily

2013-11-19 Thread Yann Cezard
Package: file
Version: 5.11-2
Severity: important

If a text file has 2 lines or more containing 3 (or more) ' or , it is
considered as a Python executable text script, which is bad because amavisd-new
rely on file to  determine the file type of mail attachments, and any mail which
have more than 3  or 3 ' in it would be reported as having an executable
attachment.

Steps to reproduce :
$ echo Test.  /tmp/test.txt
$ file /tmp/test.txt
/tmp/test.txt: ASCII text
$ echo '''  /tmp/test.txt
$ file /tmp/test.txt
/tmp/test.txt: ASCII text
$ echo '''  /tmp/test.txt
$ file /tmp/test.txt
/tmp/test.txt: Python script, ASCII text executable

''' and  (or more : , , etc.) are used for multiline comments in
Python, but that is not a sufficient condition to say if a file is a Python 
script.

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

Kernel: Linux 2.6.32-5-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/bash

Versions of packages file depends on:
ii  libc6   2.11.3-4 Embedded GNU C Library: Shared lib
ii  libmagic1   5.11-2   File type determination library us
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

file recommends no packages.

file 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#717498: pu: package bootchart/0.10~svn407-4.1~deb7u1 - PATCH v2

2013-11-19 Thread Andreas Beckmann
On 2013-08-05 10:29, Andreas Beckmann wrote:
 On 2013-07-21 19:35, Andreas Beckmann wrote:
 New patch, much less intrusive, use preinst to fix up the old
 initscript.
 
 0.10~svn407-4.1 has been uploaded to unstable, now I'd like to continue
 with 0.10~svn407-4.1~deb7u1 for wheezy.

There has also been another bug report from a user about bootchart not
being installable: #726701
I really think we should fix the currently uninstallable package in wheezy.


Andreas


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



Bug#697846: same problem

2013-11-19 Thread Daniel Ahern

I've got the same problem trying to compile gridcoin from the git repo:
make -f makefile.unix
/bin/sh ../share/genbuild.sh obj/build.h
...
obj/alert.o: file not recognized: File format not recognized
collect2: error: ld returned 1 exit status
make: *** [litecoind] Error 1

Is there a fix for this, yet?


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



Bug#720570: shogun: Please stop using openjdk-6-*

2013-11-19 Thread Steve Cotton
On Fri, Aug 23, 2013 at 14:19 +0200, Sylvestre Ledru wrote:
 As part of the transition to OpenJDK 7 and the removal of OpenJDK 6 from
 the archive, could you update the dependency of your package to 
 default-jdk ?

Hello Soeren,

Can I mark #720570 as fixed in version 3.0.1~git20131115.557741b-1 ?

This dependency seems already removed by your packaging changes for
splitting shogun in to separate libshogun and interface packages.

Thanks,
Steve


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



Bug#641049: openjdk-7-jre-headless: circular dependency with openjdk-7-jre-lib

2013-11-19 Thread Andreas Beckmann
Followup-For: Bug #641049
Control: tag -1 patch

Hi,

I'm attaching two patches that fix the circular dependency issues. I
verified in piuparts that the new packages install and remove cleanly in
sid, and upgrade successfully from jessie and wheezy. And especially the
previously problematic installation test of biomaj-watcher with
--enable-recommends now succeeds.

Patch 1 downgrades the
  openjdk-7-jre-lib Depends: openjdk-7-jre-headless 
to a Recommends, but this was not sufficient to solve the problem.
openjdk-7-jre-lib has no rdepends beyond openjdk-7-jre-headless.
Needs turning /usr/share/doc/openjdk-7-jre-lib into a real directory.

Patch 2 splits most of openjdk-7-jre-headless' content into a new
openjdk-7-jre-core package (better name suggestions welcome, and I'll
update the patch).

A third patch is needed for ca-certificates-java to switch the
dependency from openjdk-7-jre-headless to openjdk-7-jre-core to actually
break the circular dependency. I'll file a bug once the patches for
openjdk-7 have been accepted.

In the end the dependencies should look like:

openjdk-7-jre-headless: openjdk-7-jre-core, ca-certificates-java
ca-certificates-java: ... | openjdk-7-jre-core | ...
openjdk-7-jre-core: openjdk-7-jre-lib
openjdk-7-jre-lib: n/a

and the recommends:

openjdk-7-jre-lib: openjdk-7-jre-headless
openjdk-7-jre-core: openjdk-7-jre-headless


Andreas
From 73fd7df34faa44c906623486307a596465e1b00d Mon Sep 17 00:00:00 2001
From: Andreas Beckmann a...@debian.org
Date: Sat, 16 Nov 2013 18:20:47 +0100
Subject: [PATCH 1/2] break circular dependency openjdk-7-jre-{lib,headless}

---
 debian/JB-jre-lib.preinst.in |   10 ++
 debian/changelog |6 ++
 debian/control.in|4 ++--
 debian/rules |7 ++-
 4 files changed, 20 insertions(+), 7 deletions(-)
 create mode 100644 debian/JB-jre-lib.preinst.in

diff --git a/debian/JB-jre-lib.preinst.in b/debian/JB-jre-lib.preinst.in
new file mode 100644
index 000..d258ac3
--- /dev/null
+++ b/debian/JB-jre-lib.preinst.in
@@ -0,0 +1,10 @@
+#!/bin/sh
+set -e
+
+# prepare switching from symlink to real directory
+DOCDIR=/usr/share/doc/@basename@-jre-lib
+if [ -h $DOCDIR ]; then
+	rm $DOCDIR
+fi
+
+#DEBHELPER#
diff --git a/debian/changelog b/debian/changelog
index c6445d3..fb6c6fd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,12 @@ openjdk-7 (7u25-2.3.12-4.1) UNRELEASED; urgency=low
   * debian/rules
 - run autoreconf, instead of aclocal, automake and autoconf (Closes: #724083)
 
+  [ Andreas Beckmann ]
+  * openjdk-7-jre-lib: Break circular dependency with openjdk-7-jre-headless
+by downgrading the Depends to Recommends. Make /u/s/d/openjdk-7-jre-lib a
+real directory instead of a symbolic link to openjdk-7-jre-headless.
+(Closes: 641049)
+
  -- Hideki Yamane henr...@debian.org  Wed, 23 Oct 2013 19:14:39 +0900
 
 openjdk-7 (7u25-2.3.12-4) unstable; urgency=low
diff --git a/debian/control.in b/debian/control.in
index 1befc68..f6452b8 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -61,8 +61,8 @@ Package: @basename@-jre-lib
 Architecture: @lib_arch@
 Multi-Arch: foreign
 Pre-Depends: ${dpkg:Depends}
-Depends: @basename@-jre-headless (= ${base:Version}), ${misc:Depends}
-Recommends: ${dlopen:Recommends}
+Depends: ${misc:Depends}
+Recommends: @basename@-jre-headless (= ${base:Version}), ${dlopen:Recommends}
 Built-Using: ${rhino:Source}
 Description: OpenJDK Java runtime (architecture independent libraries)
  OpenJDK Java runtime, using ${vm:Name}.
diff --git a/debian/rules b/debian/rules
index 70a00d7..dd0adae 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1783,11 +1783,6 @@ ifneq (,$(DEB_HOST_MULTIARCH))
 	  echo '$(commonbasedir)/src.zip $(basedir)/src.zip'  $(d_jdk).links
 endif
 
-	: # create docdir symlinks for $(p_lib)
-	( \
-	  echo usr/share/doc/$(p_jrehl) usr/share/doc/$(p_lib); \
-	)  $(d_lib).links
-
 	: # create docdir symlinks for $(p_dbg)
 	( \
 	  echo usr/share/doc/$(p_jrehl) usr/share/doc/$(p_dbg); \
@@ -1920,6 +1915,8 @@ ifeq ($(with_docs),yes)
 	  ln -sf ../$(p_jrehl)/$$b $(d_doc)/usr/share/doc/$(p_doc)/$$b; \
 	done
 endif
+	dh_installchangelogs -p$(p_lib)
+	dh_installdocs -p$(p_lib)
 # FIXME: desktop and menu files not ready for multiarch. #658321
 ifeq (,$(DEB_HOST_MULTIARCH))
 	dh_installmenu -i $(nodocs)
-- 
1.7.10.4

From 83d7a6ebd88955ac0424bd844555fc6110096d5a Mon Sep 17 00:00:00 2001
From: Andreas Beckmann a...@debian.org
Date: Sat, 16 Nov 2013 19:00:57 +0100
Subject: [PATCH 2/2] split openjdk-7-jre-core from openjdk-7-jre-headless

---
 debian/JB-jre-core.overrides.in |5 ++
 debian/JB-jre-core.postinst.in  |  144 +++
 debian/JB-jre-core.postrm.in|   21 +
 debian/JB-jre-core.preinst.in   |   28 +++
 debian/JB-jre-core.prerm.in |   27 +++
 debian/JB-jre-headless.overrides.in |5 --
 debian/JB-jre-headless.postinst.in  |  144 ---
 

Bug#729971: ITP: libnm-qt -- Qt wrapper for NetworkManager API

2013-11-19 Thread Maximiliano Curia
Package: wnpp
Severity: wishlist
Owner: Maximiliano Curia m...@debian.org

* Package name: libnm-qt
  Version : 0.9.0.1
  Upstream Author : Ilia Kats ilia-k...@gmx.net,
Daniel Nicoletti dantt...@gmail.com,
Jan Grulich jgrul...@redhat.com,
Lamarque Souza lamar...@kde.org,
Will Stephenson wstephen...@kde.org
* URL : https://projects.kde.org/projects/extragear/libs/libnm-qt
* License : LGPL-2.1 or later as approved by kde e.v.
  Programming Lang: C++
  Description : Qt wrapper for NetworkManager API


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



Bug#729863: Use dh_autotools-dev to update config.{sub,guess} for new ports

2013-11-19 Thread Norbert Preining
tag 729863 + pending
thanks

Hi Matthias,

 please use dh_autotools-dev to update config.{sub,guess} for new ports.

Thanks, my local git repo is updated. 

Now if alioth would only be back up ...

Norbert


PREINING, Norbert   http://www.preining.info
JAIST, Japan TeX Live  Debian Developer
DSA: 0x09C5B094   fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094



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



Bug#729965: Regression in curl if you use --insecure

2013-11-19 Thread Pascal Weller
Hi

It looks to me as if curl needs to use 0 for CURLOPT_SSL_VERIFYPEER and 
CURLOPT_SSL_VERIFYHOST
in case you use --insecure.

I found this patch that went in a later version of curl


--- curl-7.26.0.orig/src/tool_operate.c
+++ curl-7.26.0/src/tool_operate.c
@@ -982,7 +982,7 @@ int operate(struct Configurable *config,
 if(curlinfo-features  CURL_VERSION_SSL) {
   if(config-insecure_ok) {
 my_setopt(curl, CURLOPT_SSL_VERIFYPEER, 0L);
-my_setopt(curl, CURLOPT_SSL_VERIFYHOST, 1L);
+my_setopt(curl, CURLOPT_SSL_VERIFYHOST, 0L);
   }
   else {
 my_setopt(curl, CURLOPT_SSL_VERIFYPEER, 1L);




Cheers Pascal


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



Bug#729445: Workaround

2013-11-19 Thread Martin Michlmayr
Here's a workaround for partman-basicfilesystem but obviously it would
be nice if this could get fixed properly.

diff --git a/commit.d/format_basicfilesystems b/commit.d/format_basicfilesystems
index 2b24dee..4a572ca 100755
--- a/commit.d/format_basicfilesystems
+++ b/commit.d/format_basicfilesystems
@@ -61,6 +61,13 @@ for dev in $DEVICES/*; do
read_line status
close_dialog
sync
+   # Create link in /dev/disk/by-uuid
+   dev=$(basename $device)
+   uuid=$(blkid $device -s UUID -o value)
+   if [ -n $uuid ]; then
+   rm -f /dev/disk/by-uuid/$uuid
+   ln -s ../../$dev 
/dev/disk/by-uuid/$uuid
+   fi
else
status=failed
fi

-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#729965: libcurl3 7.21.0-2.1+squeeze5 --insecure regression

2013-11-19 Thread Alessandro Ghedini
Control: reassing -1 curl
Control: found -1 curl/7.21.0-2.1+squeeze5
Control: found -1 curl/7.26.0-1+wheezy5
Control: tags -1 confirmed

On mar, nov 19, 2013 at 09:51:35 -0600, Brian Kroth wrote:
 Package: libcurl3
 Version: 7.21.0-2.1+squeeze5
 Severity: important
 
 
 Hi, I believe I've found a regression in the recent libcurl3 DSA update.  
 Basically, it doesn't seem to be respecting the --insecure option in all 
 cases.

Yes, it seems that the libcurl3 patch exposed a latent bug in the curl tool
that was fixed in a later version (7.28.1 AFAICT). Wheezy is affected too.

For the security team, I prepared new uploads that fix the regression (see
attached debdiffs), could you please have a look?

Cheers

-- 
perl -E '$_=q;$/= @{[@_]};and s;\S+;inidehG ordnasselA;eg;say~~reverse'
diff -Nru curl-7.21.0/debian/changelog curl-7.21.0/debian/changelog
--- curl-7.21.0/debian/changelog	2013-11-16 13:16:01.0 +0100
+++ curl-7.21.0/debian/changelog	2013-11-19 17:40:46.0 +0100
@@ -1,3 +1,10 @@
+curl (7.21.0-2.1+squeeze6) oldstable-security; urgency=low
+
+  * Disable host verification too when using the --insecure option
+(Closes: #729965)
+
+ -- Alessandro Ghedini gh...@debian.org  Tue, 19 Nov 2013 17:29:46 +0100
+
 curl (7.21.0-2.1+squeeze5) oldstable-security; urgency=high
 
   * Fix OpenSSL checking of a certificate CN or SAN name field when the
diff -Nru curl-7.21.0/debian/patches/disable-verifyhost-with-insecure.patch curl-7.21.0/debian/patches/disable-verifyhost-with-insecure.patch
--- curl-7.21.0/debian/patches/disable-verifyhost-with-insecure.patch	1970-01-01 01:00:00.0 +0100
+++ curl-7.21.0/debian/patches/disable-verifyhost-with-insecure.patch	2013-11-19 17:40:46.0 +0100
@@ -0,0 +1,18 @@
+Description: Disable host verification too when the --insecure option is used
+Origin: vendor
+Bug-Debian: http://bug.debian.org/729965
+Forwarded: not-needed
+Author: Alessandro Ghedini gh...@debian.org
+Last-Update: 2013-11-19
+
+--- a/src/main.c
 b/src/main.c
+@@ -5106,7 +5106,7 @@
+ if(config-insecure_ok) {
+   /* new stuff needed for libcurl 7.10 */
+   my_setopt(curl, CURLOPT_SSL_VERIFYPEER, FALSE);
+-  my_setopt(curl, CURLOPT_SSL_VERIFYHOST, 1);
++  my_setopt(curl, CURLOPT_SSL_VERIFYHOST, FALSE);
+ }
+ else {
+   char *home = homedir();
diff -Nru curl-7.21.0/debian/patches/series curl-7.21.0/debian/patches/series
--- curl-7.21.0/debian/patches/series	2013-11-16 13:16:01.0 +0100
+++ curl-7.21.0/debian/patches/series	2013-11-19 17:40:46.0 +0100
@@ -12,6 +12,7 @@
 test1218-another-cookie-tailmatch-test
 CVE-2013-2174.patch
 CVE-2013-4545.patch
+disable-verifyhost-with-insecure.patch
 
 # this must be the last
 curl_links_with_rt
diff -Nru curl-7.26.0/debian/changelog curl-7.26.0/debian/changelog
--- curl-7.26.0/debian/changelog	2013-11-16 13:12:02.0 +0100
+++ curl-7.26.0/debian/changelog	2013-11-19 17:41:19.0 +0100
@@ -1,3 +1,10 @@
+curl (7.26.0-1+wheezy6) stable-security; urgency=low
+
+  * Disable host verification too when using the --insecure option
+(Closes: #729965)
+
+ -- Alessandro Ghedini gh...@debian.org  Tue, 19 Nov 2013 17:15:32 +0100
+
 curl (7.26.0-1+wheezy5) stable-security; urgency=high
 
   * Fix OpenSSL checking of a certificate CN or SAN name field when the
diff -Nru curl-7.26.0/debian/patches/11_disable-verifyhost-with-insecure.patch curl-7.26.0/debian/patches/11_disable-verifyhost-with-insecure.patch
--- curl-7.26.0/debian/patches/11_disable-verifyhost-with-insecure.patch	1970-01-01 01:00:00.0 +0100
+++ curl-7.26.0/debian/patches/11_disable-verifyhost-with-insecure.patch	2013-11-19 17:41:19.0 +0100
@@ -0,0 +1,21 @@
+From a1be8e7f9be2feff103f314cd8ea8a50a560e79e Mon Sep 17 00:00:00 2001
+From: Daniel Stenberg dan...@haxx.se
+Date: Tue, 6 Nov 2012 22:27:25 +0100
+Subject: [PATCH] curl: set CURLOPT_SSL_VERIFYHOST to 0 to disable
+Bug-Debian: http://bugs.debian.org/729965
+
+---
+ src/tool_operate.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- a/src/tool_operate.c
 b/src/tool_operate.c
+@@ -982,7 +982,7 @@
+ if(curlinfo-features  CURL_VERSION_SSL) {
+   if(config-insecure_ok) {
+ my_setopt(curl, CURLOPT_SSL_VERIFYPEER, 0L);
+-my_setopt(curl, CURLOPT_SSL_VERIFYHOST, 1L);
++my_setopt(curl, CURLOPT_SSL_VERIFYHOST, 0L);
+   }
+   else {
+ my_setopt(curl, CURLOPT_SSL_VERIFYPEER, 1L);
diff -Nru curl-7.26.0/debian/patches/series curl-7.26.0/debian/patches/series
--- curl-7.26.0/debian/patches/series	2013-11-16 13:12:02.0 +0100
+++ curl-7.26.0/debian/patches/series	2013-11-19 17:41:19.0 +0100
@@ -8,6 +8,7 @@
 08_CVE-2013-2174.patch
 09_reset-timecond.patch
 10_CVE-2013-4545.patch
+11_disable-verifyhost-with-insecure.patch
 
 90_gnutls.patch
 99_nss.patch


signature.asc
Description: Digital signature


Bug#729972: bsh: Transition package to use servlet3.0 api

2013-11-19 Thread James Page
Package: bsh
Version: 2.0b4-14
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu trusty ubuntu-patch

Dear Maintainer,

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

  * Merge from Debian unstable.  Remaining changes:
- Transition libservlet2.5-java - libservlet3.0-java.

We've had this in Ubuntu for a release or so now (as a result of switching
tomcat6 for tomcat7 in Ubuntu main). It would be great if Debian could
make the same transition so we can drop tomcat6 altogether!

Thanks for considering the patch.


-- System Information:
Debian Release: wheezy/sid
  APT prefers trusty-updates
  APT policy: (500, 'trusty-updates'), (500, 'trusty-security'), (500, 
'trusty'), (100, 'trusty-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.12.0-3-generic (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru bsh-2.0b4/debian/changelog bsh-2.0b4/debian/changelog
diff -Nru bsh-2.0b4/debian/control bsh-2.0b4/debian/control
--- bsh-2.0b4/debian/control	2013-11-04 16:39:43.0 +
+++ bsh-2.0b4/debian/control	2013-11-19 17:31:36.0 +
@@ -11,8 +11,8 @@
javacc,
javahelper (= 0.32~),
libbsf-java,
-   libservlet2.5-java,
-   libservlet2.5-java-doc,
+   libservlet3.0-java,
+   libservlet3.0-java-doc,
maven-repo-helper
 Standards-Version: 3.9.5
 Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/bsh
@@ -23,7 +23,7 @@
 Architecture: all
 Depends: default-jre-headless | java1-runtime-headless | java2-runtime-headless,
  libjline-java, libbsh-java (= ${source:Version}), ${misc:Depends}
-Suggests: bsh-doc, default-jre | java1-runtime | java2-runtime, libservlet2.5-java
+Suggests: bsh-doc, default-jre | java1-runtime | java2-runtime, libservlet3.0-java
 Enhances: libbsf-java
 Description: Java scripting environment (BeanShell) Version 2
  BeanShell is a small, free, embeddable, Java source interpreter with object
diff -Nru bsh-2.0b4/debian/rules bsh-2.0b4/debian/rules
--- bsh-2.0b4/debian/rules	2013-11-04 16:39:43.0 +
+++ bsh-2.0b4/debian/rules	2013-11-17 01:41:50.0 +
@@ -7,7 +7,7 @@
 PACKAGE  := $(DEB_SOURCE_PACKAGE)
 VERSION  := $(DEB_UPSTREAM_VERSION)
 JAVA_HOME:= /usr/lib/jvm/default-java
-DEB_JARS := servlet-api-2.5 bsf javacc
+DEB_JARS := servlet-api-3.0 bsf javacc
 DEB_ANT_BUILD_TARGET := javadoc jarall test
 ANT_OPTS  = -Dcompile.debug=true
 


Bug#720570: shogun: Please stop using openjdk-6-*

2013-11-19 Thread Soeren Sonnenburg
yes indeed for the moment we won't have interfaces packaged at all so
this is obsolete.

On 19.11.13 17:41, Steve Cotton wrote:
 On Fri, Aug 23, 2013 at 14:19 +0200, Sylvestre Ledru wrote:
 As part of the transition to OpenJDK 7 and the removal of OpenJDK 6 from
 the archive, could you update the dependency of your package to 
 default-jdk ?
 
 Hello Soeren,
 
 Can I mark #720570 as fixed in version 3.0.1~git20131115.557741b-1 ?
 
 This dependency seems already removed by your packaging changes for
 splitting shogun in to separate libshogun and interface packages.
 
 Thanks,
 Steve
 


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



Bug#729973: javahelper: please support debhelper-style option -p mypkg

2013-11-19 Thread Dmitry Smirnov
Package: javahelper
Version: 0.45
Severity: minor

dh_* tools can be invoked with -p option in the following ways:

dh_installinit -v -pmypkg
dh_installinit -v -p mypkg

Javahelper support only first variant:

jh_depends -v -pmypkg

But it just do not do anything if there is a space between -p and
mypkg:

jh_depends -v -p mypkg

This behaviour is slightly confusing so it would be nice to recognise
DH-compatible syntax. Thanks.

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


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



Bug#729718: Enable support for autopkgtest

2013-11-19 Thread Jakub Wilk

[I'm not the maintainer of this package.]

* Jean-Baptiste Lallement jeanbaptiste.lallem...@gmail.com, 2013-11-16, 10:14:
I used py.test instead of calling __init__.py as setup.py does 
because init adds the root of the source tree to the path and we want 
to run the testsuite against the package on the system.


I added raise ImportError to my 
/usr/lib/python2.7/dist-packages/simplejson/__init__.py, and it didn't cause 
any test failures. It looks like you still test against the source, rather 
than the installed package...



+Tests: upstream
+Depends: @, python-pytest


That's a bit wasteful. @ expands to python-simplejson 
python-simplejson-dbg, python3-simplejson, python3-simplejson-dbg, 
python-simplejson-doc, pypy-simplejson, even though you'd actually test 
only the first one.


--
Jakub Wilk


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



Bug#719585: jitsi: Reports time in UTC instead of the local timezone

2013-11-19 Thread Kurt Roeckx
I'm not sure if I had a /etc/timezone when I started jitsi the
last time since I did run dpkg-reconfigure tzdata yesterday and
the file is recreated.  But when I start jitsi now it does seem
to work properly.


Kurt

On Tue, Nov 19, 2013 at 09:58:54AM +0200, Damian Minkov wrote:
 Is it properly set in /etc/timezone?
 
 I see a lot of reports for java wrong detecting the timezone on
 Internet, so this can be related, do you have another java application
 to check whether date is correctly displayed?
 
 On Mon, Nov 18, 2013 at 10:59 PM, Kurt Roeckx k...@roeckx.be wrote:
  Hi,
 
  I'm still seeing this with 2.3.4909-1
 
  This is for messages comming and going to facebook.  The clock on
  my PC reported 21:28, facebook shows that it was at 9:28pm, but
  jitsi shows it as 20:28.
 
  My locale is set to en_US, my /etc/localtime is set for
  Europe/Brussels and everything shows the time properly.
 
  jitsi shows it as Nov 18, 2013 20:28:48
 
 
  Kurt
 
  On Fri, Aug 23, 2013 at 02:13:40PM +0300, Damian Minkov wrote:
  Hi,
 
  did you change the timezone while jitsi was running? Currently
  timezone change while running is not supported.
  Timestamps are normally shown on my side. If I change timezone (using
  # dpkg-reconfigure tzdata as described in
  https://wiki.debian.org/TimeZoneChanges) and then start jitsi
  everything seems fine and timestamps of history are updated correctly
  and those for incoming and outgoing messages also shows the localtime
  of the machine.
 
  Regards
  damencho
 
 
  On Tue, Aug 13, 2013 at 1:43 PM, Kurt Roeckx k...@roeckx.be wrote:
   Package: jitsi
   Version: 2.3.4687.9786-1
  
   When chatting with someone, the timestamps are shown in UTC
   instead of the local time zone that I set on the system.
  
  
   Kurt
 
 


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



Bug#729940: fixed upstream in 3.8.1

2013-11-19 Thread Ryan Tandy
Control: fixed -1 3.8.1-1
Control: tags -1 fixed-upstream

This is fixed upstream in layout: don't use OnlyUnallocated for
sections different than Other (6e7790b on master, b89833d on
gnome-3-8) and that change is included in the 3.8.1 tarballs.


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



Bug#729974: Patch: Adding a 'status' target to the initscript

2013-11-19 Thread Gunnar Wolf
Package: thin
Version: 1.3.1-3
Severity: normal
Tags: patch

I added a 'status' target to the initscript, which gives useful
information (i.e. which Thin servers went down if any). I decided to
implement it against the output of netstat and not against the running
processes as I have at least found one case where an instance was
running but somehow not listening to the right socket — But I know
this might be polemic/dirty.

Read: I'm not uploading this yet, please comment!

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

Kernel: Linux 3.11-1-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 thin depends on:
ii  libc6 2.17-93
ii  libruby1.81.8.7.358-8
ii  libruby1.9.1  1.9.3.448-1
ii  ruby  1:1.9.3
ii  ruby-daemons  1.1.5-2
ii  ruby-eventmachine 1.0.3-3
ii  ruby-rack 1.5.2-1
ii  ruby1.8 [ruby-interpreter]1.8.7.358-8
ii  ruby1.9.1 [ruby-interpreter]  1.9.3.448-1
ii  ruby2.0 [ruby-interpreter]2.0.0.299-2

thin recommends no packages.

thin suggests no packages.

-- debconf-show failed
From 984ff8a1a01e01d3510733388338bc6d409b1fba Mon Sep 17 00:00:00 2001
From: Gunnar Wolf gw...@debian.org
Date: Tue, 19 Nov 2013 11:54:14 -0600
Subject: [PATCH] Added a status target to the initscript

---
 debian/changelog   |  7 +
 debian/control |  2 +-
 debian/patches/fix-init-script | 63 ++
 3 files changed, 66 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6e74d9a..dda5de9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+thin (1.3.1-4) UNRELEASED; urgency=low
+
+  * Team upload
+  * Added a status target to the initscript
+
+ -- Gunnar Wolf gw...@debian.org  Tue, 19 Nov 2013 11:48:22 -0600
+
 thin (1.3.1-3) unstable; urgency=low
 
   * Team upload.
diff --git a/debian/control b/debian/control
index 999c30f..617e045 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ XS-Ruby-Versions: all
 Package: thin
 Architecture: any
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-rack (= 1.0.0), ruby-eventmachine (= 0.12.10), ruby-daemons (= 1.0.9)
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-rack (= 1.0.0), ruby-eventmachine (= 0.12.10), ruby-daemons (= 1.0.9), lsb-base
 Replaces: thin1.8 ( 1.3.1-1)
 Breaks: thin1.8 ( 1.3.1-1)
 Provides: thin1.8
diff --git a/debian/patches/fix-init-script b/debian/patches/fix-init-script
index 249f261..adab242 100644
--- a/debian/patches/fix-init-script
+++ b/debian/patches/fix-init-script
@@ -1,9 +1,9 @@
 # (better) lsb compliance
 
-Index: ruby-thin/lib/thin/controllers/service.sh.erb
+Index: thin/lib/thin/controllers/service.sh.erb
 ===
 ruby-thin.orig/lib/thin/controllers/service.sh.erb	2012-01-10 01:15:50.0 -0800
-+++ ruby-thin/lib/thin/controllers/service.sh.erb	2012-01-10 01:17:56.0 -0800
+--- thin.orig/lib/thin/controllers/service.sh.erb	2013-11-19 11:40:33.0 -0600
 thin/lib/thin/controllers/service.sh.erb	2013-11-19 11:43:17.0 -0600
 @@ -4,7 +4,7 @@
  # Required-Start:$local_fs $remote_fs
  # Required-Stop: $local_fs $remote_fs
@@ -13,11 +13,13 @@ Index: ruby-thin/lib/thin/controllers/service.sh.erb
  # Short-Description: thin initscript
  # Description:   thin
  ### END INIT INFO
-@@ -15,20 +15,28 @@
+@@ -15,23 +15,80 @@
  
  DAEMON=%= Command.script %
  SCRIPT_NAME=%= INITD_PATH %
 -CONFIG_PATH=%= config_files_path %
++
++. /lib/lsb/init-functions
  
  # Exit if the package is not installed
  [ -x $DAEMON ] || exit 0
@@ -31,6 +33,23 @@ Index: ruby-thin/lib/thin/controllers/service.sh.erb
 +	% end %
 +}
 +
++parse_config() {
++# Thin configuration files are expressed as flat YAML; implement a very
++# simplistic parser, good enough for our limited purposes.
++#
++# This parser interprets each YAML declaration used in this script
++# in the current shell environment; of course, it should be used
++# with care, as a crafted expression could lead to arbitrary code
++# execution. Some care is taken to sanitize it.
++CONFIG=$1
++if [ ! -f $CONFIG -o ! -r $CONFIG ]; then
++echo Thin configuration file $CONFIG not readable
++exit 3
++fi
++`ruby -ne 'next unless /^(port|servers|address|tag)\s*:\s*([\.\-\_\d\w]+)$/ ;puts export %s=%s % [$1,$2]' $CONFIG`
++}
++
++
  case $1 in
start)
 -	$DAEMON start --all $CONFIG_PATH
@@ -45,5 +64,39 @@ Index: ruby-thin/lib/thin/controllers/service.sh.erb
 +  restart|force-reload|reload)
 +	run_action restart
  	;;
++  status)
++ 

Bug#728049: adt-virt-schroot: avoid debconf prompts on running tests

2013-11-19 Thread Martin Pitt
Hello Arthur,

I got back to investigating this.

Arthur de Jong [2013-10-28 22:46 +0100]:
 I'm seeing it with the prompts for slapd (both slapd/password1 and
 slapd/password2 which both have priority high) and from nss-pam-ldapd
 (the package that I'm trying to make tests for).
 
 I'm running the tests with
   adt-run nss-pam-ldapd_0.9.2-1.dsc --- adt-virt-schroot sid-snap

I'm afraid I still cannot reproduce this. schroot defaults to
noninteractive, but even when I enable dialog I didn't get any
slapd prompt. I downloaded that very version from experimental, and
although I get some test case failures, both tests ran, slapd got
installed, and there was no debconf.

To cross-check I took out the DEBIAN_FRONTEND=noninteractive bits from
adt-run, and *did* get the prompts, so on my end it seems they are
doing their job.

Could you perhaps do the following: Configure your schroot to use
readline, and then run

  adt-run nss-pam-ldapd_0.9.2-1.dsc -d --log-file=/tmp/log --- adt-virt-schroot 
sid-snap

and then attach /tmp/log? This should show me at which point the
prompt occurs (test/build/binary/etc. dependency), and also include
debugging information from adt-run.

Thank you!

Martin
-- 
Martin Pitt| http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)


signature.asc
Description: Digital signature


Bug#729974: Acknowledgement (Patch: Adding a 'status' target to the initscript)

2013-11-19 Thread Gunnar Wolf
FWIW, this patch includes fixing the Lintian warning
(init.d-script-does-not-source-init-functions) currently reported for
this package.


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



Bug#728232: sup-mail: CVE-2013-4478 and CVE-2013-4479

2013-11-19 Thread Per Andersson
Hi!

On Sun, Nov 10, 2013 at 8:58 PM, Salvatore Bonaccorso car...@debian.org wrote:
 Hi Per,

 Did you had time to prepare the fixes for unstable?

I am looking at uploading the latest upstream version to unstable yes.


 Can you also prepare packages targetting squeeze-security and
 wheezy-security and contact the Security team at
 t...@security.debian.org?

I am on this also.


Best,
Per

 Regards,
 Salvatore


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



Bug#729975: hotot: Wheezy version no longer usable with Twitter, uses retired 1.0 API

2013-11-19 Thread Sébastien Villemot
Package: hotot
Version: 1:0.9.7.32+git20111213.1d89daf-1.1
Severity: grave
Tags: upstream
Control: fixed -1 1:0.9.8.14-2

Dear Maintainer,

The version of hotot in wheezy is currently unusable with Twitter (though the
identi.ca backend may work, I did not test). The problem is that it uses
Twitter's 1.0 API, which has been retired on June 11, 2013.

There are two possible solutions:

- upload a new upstream release to wheezy, though I doubt the Release Team
  would accept that;

- or remove hotot from wheezy, and upload a recent version to wheezy-backports.

The second solution should be very easy to implement: I was able to compile
hotot 1:0.9.8.14-2 on wheezy without any change to the source package.

Cheers,

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


signature.asc
Description: Digital signature


Bug#726341: ideviceinstaller: FTBFS against libimobildevice 1.1.5

2013-11-19 Thread Andreas Metzler
On 2013-11-17 Modestas Vainius mo...@debian.org wrote:
 Hello Andreas,

 Šeštadienis 09 Lapkritis 2013 09:29:29 rašė:
  This FTBFS is now happening in sid, so bumping this to serious.  This is
  currently stalling the libimobildevice transition.

 Could you NMU ideviceinstaller in unstable? It seems to have built
 fine on all arches in experimental.

Hello,

I can, but I will not be able to this week. I expect it would take
until monday 26th.

cu Andreas
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'


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



Bug#729976: wims: postinst stuck waiting after exit 0 - debconf db_stop fixes this

2013-11-19 Thread Alban Browaeys
Package: wims
Version: 1:4.07a~dfsg1-4
Severity: normal
Tags: patch

Dear Maintainer,
I was able to reproduce with:
DEBCONF_DEBUG=developer /var/lib/dpkg/info/wims.postinst configure 1

the transactions are fine, exit 0 of the wims.postinst execute,
then deconf parent script wait forever with the wims.postinst
child zombie.

I added dn_stop (at end at first then after the $RET grab of
db_get). Attached patch is the latter.

Best regards
Alban

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

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

Versions of packages wims depends on:
ii  adduser3.113+nmu3
ii  bsd-mailx [mailx]  8.1.2-0.20131005cvs-1
ii  chemeq 2.11-1
ii  cpp4:4.8.1-3
ii  debconf [debconf-2.0]  1.5.52
ii  fortunes   1:1.99.1-7
ii  gnuplot4.6.4-1
ii  graphviz   2.26.3-15+b1
ii  imagemagick8:6.7.7.10-6
ii  ldap-utils 2.4.31-1+nmu2+b1
ii  libc6  2.17-96
ii  libgcc11:4.8.2-5
ii  libgd3 2.1.0-3
ii  libjs-edit-area0.8.2-1
ii  libjs-jquery   1.7.2+dfsg-3
ii  libjs-jquery-metadata  8-2
ii  libjs-mootools 1.4.5~debian1-2.1
ii  libjs-prototype1.7.1-3
ii  libstdc++6 4.8.2-5
ii  maxima 5.31.3-5
ii  maxima-share   5.31.3-5
ii  octave 3.6.4-4
ii  pari-gp2.5.5-1
ii  texlive-base   2013.20131112-1
ii  texlive-fonts-recommended  2013.20131112-1
ii  texlive-latex-base 2013.20131112-1
ii  units-filter   3.5-3
ii  wims-modules   1:4.07a~dfsg1-4

Versions of packages wims recommends:
ii  apache2  2.4.6-3
ii  apache2-bin [httpd]  2.4.6-3
ii  gap  4r6p5-3
ii  wims-help4.01-2
ii  wims-java-applets1:4.07a~dfsg1-4
ii  yacas1.3.3-2

wims suggests no packages.

-- debconf information:
* wims/reconfigure-webserver: apache2
* wims/restart-webserver: true
--- wims.postinst.old	2013-11-19 20:34:23.0 +0100
+++ wims.postinst.new	2013-11-19 20:36:14.0 +0100
@@ -105,6 +105,7 @@
   # reconfigure the webserver if necessary
   db_get wims/reconfigure-webserver
   webservers=$RET
+  db_stop || true
   restart=
   # remove a previous file if existing for apache2.2
   rm -f /etc/apache2/conf.d/wims.conf


Bug#698988: Bug#729660: ITP: xemacs21 -- highly customizable text editor

2013-11-19 Thread Russ Allbery
Henrique de Moraes Holschuh h...@debian.org writes:
 On Sun, 17 Nov 2013, Russ Allbery wrote:

 Yeah, I know, which is part of why I used it for an example.  I looked
 at it yesterday and will probably adopt it at some point when I have
 enough free time to do a proper job on the initial upload.

 File an ITA bug on nvi with that paragraph, please.

An ITA bug on nvi will block someone else who wants to adopt it, and
therefore I don't plan on doing that until I'm actually ready to commit to
adopting it myself.  In the meantime, the orphaned status is correct.

I read debian-release and debian-qa, so hopefully I'll notice if someone
starts looking seriously at removing it from the archive.  I'll also copy
this message to the O bug.

-- 
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#729977: vim-gtk: gvim fails with SIGSEV

2013-11-19 Thread J C

Package: vim-gtk
Version: 2:7.3.547-7
Severity: important

Dear Maintainer,

Running gvim fails with SIGSEV.  Terminal vim runs fine.

-- Package-specific info:

--- real paths of main Vim binaries ---
/usr/bin/vi is /usr/bin/vim.gtk
/usr/bin/vim is /usr/bin/vim.gtk
/usr/bin/gvim is /usr/bin/vim.gtk

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

Kernel: Linux 3.2.0-4-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 vim-gtk depends on:
ii  libacl1 2.2.51-8
ii  libc6   2.13-38
ii  libgdk-pixbuf2.0-0  2.26.1-1
ii  libglib2.0-02.33.12+really2.32.4-5
ii  libgpm2 1.20.4-6
ii  libgtk2.0-0 2.24.10-2
ii  libice6 2:1.0.8-2
ii  liblua5.1-0 5.1.5-4
ii  libpango1.0-0   1.30.0-1
ii  libperl5.14 5.14.2-21+deb7u1
ii  libpython2.72.7.3-6
ii  libruby1.9.11.9.3.194-8.1+deb7u1
ii  libselinux1 2.1.9-5
ii  libsm6  2:1.2.1-2
ii  libtinfo5   5.9-10
ii  libx11-62:1.5.0-1+deb7u1
ii  libxt6  1:1.1.3-1+deb7u1
ii  tcl8.5  8.5.11-2
ii  vim-common  2:7.3.547-7
ii  vim-gui-common  2:7.3.547-7
ii  vim-runtime 2:7.3.547-7

vim-gtk recommends no packages.

Versions of packages vim-gtk suggests:
pn  cscopenone
ii  gnome-icon-theme  3.4.0-2
ii  ttf-dejavu2.33-3
pn  vim-doc   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#729978: base: fdisk returns last_lba(): I don't know how to handle files with mode 20660

2013-11-19 Thread Vaclav Vobornik
Package: base
Severity: important

Hi,
I have connected a 4TB disk but fdisk cannot access it:

# dmesg
ugen1.4: Seagate at usbus1
umass0: Seagate Backup+ Desk, class 0/0, rev 2.10/1.00, addr 4 on usbus1
umass0:  SCSI over Bulk-Only; quirks = 0x4101
umass0:7:0:-1: Attached to scbus7
da0 at umass-sim0 bus 0 scbus7 target 0 lun 0
da0: Seagate Backup+ Desk 050B Fixed Direct Access SCSI-6 device 
da0: 40.000MB/s transfers
da0: 3815447MB (976754645 4096 byte sectors: 255H 63S/T 60800C)

# fdisk -l /dev/da0
last_lba(): I don't know how to handle files with mode 20660


Parted returns:
# parted -l 
Model: Seagate  Backup+ Desk (scsi)
Disk /dev/da0: 4001GB
Sector size (logical/physical): 4096B/512B
Partition Table: msdos

Number  Start   End SizeType File system  Flags
 1  1049kB  10.7GB  10.7GB  primary
 2  10.7GB  4001GB  3990GB  primary

snip

The disk is visible under /dev/:

# ls -l /dev/da*
crw-rw 1 root disk 0,  89 Nov 18 22:35 /dev/da0
crw-rw 1 root disk 0, 101 Nov 19 21:02 /dev/da0s1
crw-rw 1 root disk 0, 102 Nov 19 21:02 /dev/da0s2


I was able to create zpool on the /dev/da0s2, however the zpool is not 
importable back immediately after zpool export:

# zpool import
  pool: seagate
id: 15553645456179362411
 state: FAULTED
status: One or more devices contains corrupted data.
action: The pool cannot be imported due to damaged devices or data.
   see: http://www.sun.com/msg/ZFS-8000-5E
config:

seagateFAULTED  corrupted data
  7676761785093270867  UNAVAIL  corrupted data

zdb returns:

# zdb -l /dev/da0s2

LABEL 0

version: 28
name: 'seagate'
state: 1
txg: 319778
pool_guid: 15553645456179362411
hostname: 'nax'
top_guid: 7676761785093270867
guid: 7676761785093270867
vdev_children: 1
vdev_tree:
type: 'disk'
id: 0
guid: 7676761785093270867
path: '/dev/da0s2'
phys_path: '/dev/da0s2'
whole_disk: 1
metaslab_array: 30
metaslab_shift: 35
ashift: 12
asize: 3990043754496
is_log: 0
create_txg: 4

LABEL 1

version: 28
name: 'seagate'
state: 1
txg: 319778
pool_guid: 15553645456179362411
hostname: 'nax'
top_guid: 7676761785093270867
guid: 7676761785093270867
vdev_children: 1
vdev_tree:
type: 'disk'
id: 0
guid: 7676761785093270867
path: '/dev/da0s2'
phys_path: '/dev/da0s2'
whole_disk: 1
metaslab_array: 30
metaslab_shift: 35
ashift: 12
asize: 3990043754496
is_log: 0
create_txg: 4

LABEL 2

failed to read label 2

LABEL 3

failed to read label 3





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

Kernel: kFreeBSD 9.0-2-amd64
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.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#725333: when run in screen, elinks causes beeping on all window changes

2013-11-19 Thread Moritz Muehlenhoff
On Fri, Oct 04, 2013 at 03:07:11AM -0700, Dallas E. Legan wrote:
 Package: elinks
 Version: 0.12~pre6-1+b1
 Severity: normal
 
 During a session using the screen program, if elinks is started
 screen starts to beep everytime a change is made to a different or new
 window or area.
 This continues even after elinks is stopped, until screen is detached.
 After reattaching, the problem is found to have stopped.
 Neither links or links2 (nor w3m or lynx for that matter)
 trigger this problem.
 
 Thanks for any consideration.

I cannot reproduce. I think that's rather an issue somewhere in your
screen configuration?

Cheers,
Moritz


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



Bug#728183: (no subject)

2013-11-19 Thread Stefan Kopetzky
Same here. I'm not using any of the mentioned applets.

The workaround with deleting
~/.kde/share/config/plasma-desktop-appletsrc makes it possible to start,
but when trying to add any (tested quite a few) applet it will crash again.

Regards,
Stefan


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



Bug#729791: fails to create tmpdir

2013-11-19 Thread Ian Jackson
Martin Pitt writes (Re: Bug#729791: fails to create tmpdir):
 tag 729791 pending
 thanks
...
 Indeed, noticed the same this morning. It's fixed in my local git.
 (Now, if only alioth would come back online..)

Heh, yes.

Thanks,
Ian.;


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



Bug#729965: libcurl3 7.21.0-2.1+squeeze5 --insecure regression

2013-11-19 Thread Salvatore Bonaccorso
Hi Alessandro,

On Tue, Nov 19, 2013 at 06:18:42PM +0100, Alessandro Ghedini wrote:
 Control: reassing -1 curl
 Control: found -1 curl/7.21.0-2.1+squeeze5
 Control: found -1 curl/7.26.0-1+wheezy5
 Control: tags -1 confirmed
 
 On mar, nov 19, 2013 at 09:51:35 -0600, Brian Kroth wrote:
  Package: libcurl3
  Version: 7.21.0-2.1+squeeze5
  Severity: important
  
  
  Hi, I believe I've found a regression in the recent libcurl3 DSA update.  
  Basically, it doesn't seem to be respecting the --insecure option in all 
  cases.
 
 Yes, it seems that the libcurl3 patch exposed a latent bug in the curl tool
 that was fixed in a later version (7.28.1 AFAICT). Wheezy is affected too.
 
 For the security team, I prepared new uploads that fix the regression (see
 attached debdiffs), could you please have a look?

This looks good to me. Could you upload both packages for
security-master?

Regards,
Salvatore


signature.asc
Description: Digital signature


Bug#729979: wims-moodle: [INTL:pt] Updated Portuguese translation for debconf messages

2013-11-19 Thread Américo Monteiro
Package: wims-moodle
version: 4.0-8
Tags: l10n, patch
Severity: wishlist

Updated Portuguese translation for wims-moodle's debconf messages.
Translator: Américo Monteiro a_monte...@gmx.com
Feel free to use it.

For translation updates please contact 'Last Translator' or the
Portuguese Translation Team traduz at debianpt.org.

-- 
Melhores cumprimentos/Best regards,

Traduz! - Portuguese Translation Team


wims-moodle_4.0-8_pt.po.gz
Description: GNU Zip compressed data


Bug#729981: gem2deb: Fails to handle irregular file names on install

2013-11-19 Thread Christopher Huhn
Package: gem2deb
Version: 0.5.0
Severity: normal
Tags: patch

Hi,

I tried to gem2deb di-ruby-lvm-attrib. This fails because the gem contains
files with parentheses in their name.
This can be circumvented by protecting the file name with quotes when calling 
install.

Cheers,
Christopher

-- System Information:
Debian Release: wheezy/sid
  APT prefers saucy-updates
  APT policy: (500, 'saucy-updates'), (500, 'saucy-security'), (500, 'saucy')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.11.0-13-generic (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gem2deb depends on:
ii  build-essential   11.6ubuntu5
ii  debhelper 9.20130630ubuntu1
ii  devscripts2.13.4
ii  perl  5.14.2-21build1
ii  ruby  1:1.9.3
ii  ruby1.8 [ruby-interpreter]1.8.7.358-7ubuntu2
ii  ruby1.9.1 [ruby-interpreter]  1.9.3.194-8.1ubuntu2
ii  ruby1.9.1-dev 1.9.3.194-8.1ubuntu2
ii  ruby2.0 [ruby-interpreter]2.0.0.299-2
ii  ruby2.0-dev   2.0.0.299-2

gem2deb recommends no packages.

gem2deb suggests no packages.

-- no debconf information
diff -Nru gem2deb-0.5.0/lib/gem2deb/installer.rb gem2deb-0.5.0chr1/lib/gem2deb/installer.rb
--- gem2deb-0.5.0/lib/gem2deb/installer.rb	2013-08-08 21:42:59.0 +0200
+++ gem2deb-0.5.0chr1/lib/gem2deb/installer.rb	2013-11-19 21:24:30.0 +0100
@@ -185,7 +185,7 @@
   files_to_install.each do |file|
 from = File.join(src, file)
 to = File.join(dest, file)
-run install -D -m#{mode} #{from} #{to}
+run install -D -m#{mode} '#{from}' '#{to}'
   end
 end
 


Bug#729980: [tar] Incomplete description for -s flag

2013-11-19 Thread Tim Sattarov
Package: tar
Version: 1.27-3
Severity: minor

--- Please enter the report below this line. ---
Hi,

currently man page for tar has this description for -s

_BEGIN_
 -s, --preserve-order, --same-order
   member arguments are listed in the same order as the
_END_


which does not look clear for me.

I suggest to change it to description from
http://www.gnu.org/software/tar/manual/tar.html

_BEGIN_

‘--same-order’
‘--preserve-order’
‘-s’

This option is an optimization for tar when running on machines with small
amounts of memory. It informs tar that the list of file arguments has
already been sorted to match the order of files in the archive

_END_

Thanks
Tim

--- System information. ---
Architecture: amd64
Kernel:   Linux 3.11-1-amd64

Debian Release: jessie/sid
  800 unstablehttp.us.debian.org
  800 unstabledeb-multimedia.org
  500 stable  dl.google.com
1 experimentalhttp.us.debian.org

--- Package information. ---
Package's Depends field is empty.

Package's Recommends field is empty.

Suggests (Version) | Installed
==- -===
bzip2  | 1.0.6-5
ncompress  |
xz-utils   | 5.1.1alpha 20120614-2
tar-scripts|


Bug#729982: sssd not starting via systemd

2013-11-19 Thread Florian
Package: sssd
Version: 1.11.2-1
Severity: important

Dear Maintainer,

after latest upgrade of sssd on sid/amd64 sssd was not running anymore.
So i tried it manually:

# systemctl start sssd
Failed to issue method call: Unit sssd.service failed to load: Invalid
argument. See system logs and 'systemctl status sssd.service' for details.

# systemctl status sssd.service
sssd.service - System Security Services Daemon
   Loaded: error (Reason: Invalid argument)
   Active: inactive (dead)

Nov 19 18:29:30 master sssd[3466]: Shutting down
Nov 19 18:29:30 master sssd[3465]: Shutting down
Nov 19 18:29:30 master sssd[be[3351]: Shutting down
Nov 19 18:29:30 master systemd[1]: Stopped LSB: System Security Services
Daemon.
Nov 19 18:29:30 master systemd[1]: [/lib/systemd/system/sssd.service:8]
Executable path is not absolute, ignori... -D -f
Nov 19 18:29:30 master systemd[1]: sssd.service lacks ExecStart setting.
Refusing.
Nov 19 18:29:43 master systemd[1]: [/lib/systemd/system/sssd.service:8]
Executable path is not absolute, ignori... -D -f
Nov 19 18:29:43 master systemd[1]: sssd.service lacks ExecStart setting.
Refusing.
Nov 19 18:29:43 master systemd[1]: [/lib/systemd/system/sssd.service:8]
Executable path is not absolute, ignori... -D -f
Nov 19 18:29:43 master systemd[1]: sssd.service lacks ExecStart setting.
Refusing.

# cat /etc/systemd/system/multi-user.target.wants/sssd.service
[Unit]
Description=System Security Services Daemon
# SSSD will not be started until syslog is
After=syslog.target

[Service]
EnvironmentFile=-/etc/sysconfig/sssd
ExecStart=${exec_prefix}/sbin/sssd -D -f
# These two should be used with traditional UNIX forking daemons
# consult systemd.service(5) for more details
Type=forking
PIDFile=/var/run/sssd.pid

[Install]
WantedBy=multi-user.target


Simple workaround/fix for me:


# diff -Nur sssd.service sssd.service.bak
--- sssd.service2013-11-19 21:22:24.695995263 +0100
+++ sssd.service.bak2013-11-19 21:21:59.439741345 +0100
@@ -5,7 +5,7 @@

 [Service]
 EnvironmentFile=-/etc/sysconfig/sssd
-ExecStart=/usr/sbin/sssd -D -f
+ExecStart=${exec_prefix}/sbin/sssd -D -f
 # These two should be used with traditional UNIX forking daemons
 # consult systemd.service(5) for more details
 Type=forking



-- 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=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages sssd depends on:
ii  python-sss   1.11.2-1
ii  sssd-ad  1.11.2-1
ii  sssd-common  1.11.2-1
ii  sssd-ipa 1.11.2-1
ii  sssd-krb51.11.2-1
ii  sssd-ldap1.11.2-1
ii  sssd-proxy   1.11.2-1

sssd recommends no packages.

sssd 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#729983: Allow to attach comments to backups / generations

2013-11-19 Thread Michael Biebl
Package: obnam
Version: 1.5-1
Severity: wishlist

It would be handy if one could add comments / descriptions when creating
a new backup generation, say like
obnam backup --description=This backup was triggered via cron

Or make it possible to attach comments via a separate command
afterwards, like
obnam add-description [GENERATION] my comment





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

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

Versions of packages obnam depends on:
ii  libc6 2.17-96
ii  python2.7.5-5
ii  python-cliapp 1.20130808-1
ii  python-larch  1.20130808-1
ii  python-paramiko   1.10.1-1
ii  python-tracing0.6-2
ii  python-ttystatus  0.23-1

obnam recommends no packages.

obnam 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#729785: Copyright review for the package libpqxx 4.0.1-2.

2013-11-19 Thread Marcin Kulisz
On 2013-11-17 20:43:05, Charles Plessy wrote:
 Package: libpqxx
 Version: 4.0.1-1
 Severity: serious
 Control: user debian-le...@lists.debian.org
 Control: usertags -1 one-copyright-review
 
 Dear Marcin,
 
Hi Charles

 In the hope of speeding up and strenghtening the processing of the NEW queue I
 had a look at your package libpqxx 4.0.1-2.  The rationale is explained in
 the proposal in the following wiki page.

Thx a lot for taking time and doing so.

 I found that libpqxx 4.0.1 contains at least one minified JavaScript file,
 doc/html/Reference/jquery.js, for which there is no coresponding source, and
 that is mentionned in the Debian copyright file.  If it works, it would be
 better to replace this file with a link to the same file provided by
 libjs-jquery.  You may find other advices on the debian-mentors mailing list 
 on
 how to deal with the situation.
 
I'm already providing link for jquery.js in libpqxx-doc.links, it is documented
in README.Debian, sorry for not giving explicit information about it in dch.
If you think it'll be beneficial for the future I'll add such information in to
dch with the next commit. Hopefully this is sorting this problem.

On the other hand can you tell me how did you found this problem as according
to the files listing from
http://ftp-master.debian.org/new/libpqxx_4.0.1-2.html,
my build logs and actual package check link is there, lintian is not
complaining (and it used to before), so I'm a bit confused.

 On a more minor side, the copyright statement of Bart Samwel in
 tools/template2mak.py is also missing from the Debian copyright file.

I'll fixed soon as alioth is up again.

 Have a nice Sunday,

It's already Tuesday :-)
Thx a lot for good wishes (the same for you) and one more thx for the review.
-- 

|_|0|_|  |
|_|_|0| Heghlu'Meh QaQ jajVam  |
|0|0|0|  kuLa -  |

gpg --keyserver pgp.mit.edu --recv-keys 0x58C338B3
3DF1 A4DF C732 4688 38BC F121 6869 30DD  58C3 38B3


signature.asc
Description: Digital signature


Bug#729984: ITP: golang-gocheck-dev -- Richer testing framework for Go libraries and applications to use.

2013-11-19 Thread Sergio Schvezov
Package: wnpp
Severity: wishlist
Owner: Sergio Schvezov sergio.schve...@canonical.com

* Package name: golang-gocheck-dev
  Version : 0.0~bzr20131118+85
  Upstream Author : Gustavo Niemeyer gust...@niemeyer.net
* URL : http://labix.org/gocheck
* License : BSD-3-Clause
  Programming Lang: Go
  Description : Richer testing framework for Go libraries and
applications to use.

gocheck extends Go's internal testing library with features such as:

- Helpful error reporting to aid on figuring problems out
- Richer test helpers: assertions which interrupt the test immediately,
  deep multi-type comparisons, string matching, etc
- Suite-based grouping of tests
- Fixtures: per suite and/or per test set up and tear down
- Benchmarks integrated in the suite logic (with fixtures, etc)
- Management of temporary directories
- Panic-catching logic, with proper error reporting
- Proper counting of successes, failures, panics, missed tests, skips,
etc
- Explicit test skipping
- Support for expected failures
- Verbosity flag which disables output caching (helpful to debug
  hanging tests, for instance)
- Multi-line string reporting for more comprehensible failures
- Inclusion of comments surrounding checks on failure reports
- Fully tested (it manages to test itself reliably)


Bug#729985: linux-image-3.2.0-4-486: Kernel panic Unable to mount root on old laptop with linux-image-3.2.0-4-486

2013-11-19 Thread sebek
Package: src:linux
Version: 3.2.51-1
Severity: critical
Justification: breaks the whole system

Dear Maintainer,

After an aptitude upgrade in debian wheezy, a new kernel 
linux-image-3.2.0-4-486 was installed.
This kernel does not boot with following messages:

No filesystem could mount root: tried:
Kernel Panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
and then a stack trace.

I tried adding some debugging parameter to the kernel start line as instructed 
in:
https://wiki.archlinux.org/index.php/Boot_Debugging#Extreme_Debug
but it didn't added anything useful.

When selected in grub, the older kernel linux-image-3.2.0-2-486 (Version: 
3.2.20-1) does boot correctly.

When comparing 3.2.0-2 and 3.2.0-4 in /boot/grub/grub.cfg, they look similar 
(especially the set root='(hd0,msdos1)' and the UUID)

My laptop is a HP compaq nx7000 

cat /proc/cpuinfo 
processor   : 0
vendor_id   : GenuineIntel
cpu family  : 6
model   : 9
model name  : Intel(R) Pentium(R) M processor 1400MHz
stepping: 5
microcode   : 0x5
cpu MHz : 600.000
cache size  : 1024 KB
fdiv_bug: no
hlt_bug : no
f00f_bug: no
coma_bug: no
fpu : yes
fpu_exception   : yes
cpuid level : 2
wp  : yes
flags   : fpu vme de pse tsc msr mce cx8 sep mtrr pge mca cmov clflush 
dts acpi mmx fxsr sse sse2 tm pbe bts est tm2
bogomips: 1196.20
clflush size: 64
cache_alignment : 64
address sizes   : 32 bits physical, 32 bits virtual
power management:



-- Package-specific info:
** Kernel log: boot messages should be attached

** Model information
not available

** PCI devices:
00:00.0 Host bridge [0600]: Intel Corporation 82855PM Processor to I/O 
Controller [8086:3340] (rev 03)
Subsystem: Compaq Computer Corporation Device [0e11:0860]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort+ SERR- PERR- INTx-
Latency: 0
Region 0: Memory at b000 (32-bit, prefetchable) [size=256M]
Capabilities: access denied
Kernel driver in use: agpgart-intel

00:01.0 PCI bridge [0604]: Intel Corporation 82855PM Processor to AGP 
Controller [8086:3341] (rev 03) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 128
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
I/O behind bridge: 3000-3fff
Memory behind bridge: 9040-904f
Prefetchable memory behind bridge: 9800-9fff
Secondary status: 66MHz+ FastB2B+ ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort+ SERR- PERR-
BridgeCtl: Parity- SERR- NoISA+ VGA+ MAbort- Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-

00:1d.0 USB controller [0c03]: Intel Corporation 82801DB/DBL/DBM 
(ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 [8086:24c2] (rev 01) (prog-if 00 
[UHCI])
Subsystem: Compaq Computer Corporation Device [0e11:0860]
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 10
Region 4: I/O ports at 48c0 [size=32]
Kernel driver in use: uhci_hcd

00:1d.1 USB controller [0c03]: Intel Corporation 82801DB/DBL/DBM 
(ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 [8086:24c4] (rev 01) (prog-if 00 
[UHCI])
Subsystem: Compaq Computer Corporation Device [0e11:0860]
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR- INTx-
Latency: 0
Interrupt: pin B routed to IRQ 5
Region 4: I/O ports at 48e0 [size=32]
Kernel driver in use: uhci_hcd

00:1d.2 USB controller [0c03]: Intel Corporation 82801DB/DBL/DBM 
(ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 [8086:24c7] (rev 01) (prog-if 00 
[UHCI])
Subsystem: Compaq Computer Corporation Device [0e11:0860]
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR- INTx-
Latency: 0
Interrupt: pin C routed to IRQ 5
Region 4: I/O ports at 4c00 [size=32]
Kernel driver in use: uhci_hcd

00:1d.7 USB controller [0c03]: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 
EHCI Controller [8086:24cd] (rev 01) (prog-if 20 [EHCI])
Subsystem: Compaq 

Bug#729986: libnss-mysql-bg: Patch 04_shadow.diff Introduces Lock Acquisition Hang

2013-11-19 Thread Pat Suwalski
Package: libnss-mysql-bg
Version: 1.5-3+b3
Severity: serious
Justification: Policy 4.3

Hello,

I have found that the Debian patch 04_shadow.diff to libnss-mysql-bg causes
the library to hang under completely typical usage.

I am using libnss-mysql-bg with chrooted SFTP as documented here:
http://www.debian-administration.org/articles/590

I do not believe this to be causing the issue in question.

The issue is that when a get* entity check happens under the sftp session, the
server process hangs. This can be triggered simply by running 'ls' in the
sftp client.

A backtrace of the internal-sftp process shows the issue clearly:

#0  0x7f2ba42f6cec in __lll_lock_wait () from 
/lib/x86_64-linux-gnu/libpthread.so.0
#1  0x7f2ba42f2339 in _L_lock_926 () from 
/lib/x86_64-linux-gnu/libpthread.so.0
#2  0x7f2ba42f215b in pthread_mutex_lock () from 
/lib/x86_64-linux-gnu/libpthread.so.0
#3  0x7f2ba0d368d9 in _nss_mysql_getgrnam_r () from 
/usr/lib/x86_64-linux-gnu/libnss_mysql.so.2
#4  0x7f2ba5216a8d in getgrnam_r () from /lib/x86_64-linux-gnu/libc.so.6
#5  0x7f2ba52160e0 in getgrnam () from /lib/x86_64-linux-gnu/libc.so.6
#6  0x7f2ba0d361c8 in ?? () from /usr/lib/x86_64-linux-gnu/libnss_mysql.so.2
#7  0x7f2ba0d36547 in _nss_mysql_getpwuid_r () from 
/usr/lib/x86_64-linux-gnu/libnss_mysql.so.2
#8  0x7f2ba5217f4d in getpwuid_r () from /lib/x86_64-linux-gnu/libc.so.6
#9  0x7f2ba521783f in getpwuid () from /lib/x86_64-linux-gnu/libc.so.6

Both _nss_mysql_getpwuid_r() and _nss_mysql_getgrnam_r() use
_nss_mysql_lookup(), which uses a mutex. Naturally, these functions
cannot be nested.

The recursed nature of this execution is introduced by 04_shadow.diff, which
does the following inside _nss_mysql_lookup():

+  /* Get shadow gid, if needed */
+  if(cur_euid != 0) {
+cur_egid = getegid ();
+struct group *grp = getgrnam(shadow);
+shadow_gid = (grp ? grp-gr_gid : -1);
+  }

Assuming getgrnam() is mapped to libnss-mysql-bg in /etc/libnss-mysql.cfg,
it will re-enter libnss-mysql and block on the lock.

This simple workaround allows this package to work on my system:

--- lookup.c.orig   2013-11-19 20:16:12.778779823 +
+++ lookup.c2013-11-19 20:17:05.622959118 +
@@ -143,8 +143,7 @@
   /* Get shadow gid, if needed */
   if(cur_euid != 0) {
 cur_egid = getegid ();
-struct group *grp = getgrnam(shadow);
-shadow_gid = (grp ? grp-gr_gid : -1);
+shadow_gid = 42;
   }
 
   D (%s: restricted = %d, cur_euid = %u, FUNCNAME, restricted, cur_euid);

This is obviously not the correct solution for the package, but it allows
it to be used on my servers, and any server with Debian-standard group
numbering.

It is not clear what the original patch was actually trying to accomplish,
so I cannot write a correct real fix.


-- 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/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libnss-mysql-bg depends on:
ii  libc6  2.13-38
ii  libmysqlclient18   5.5.31+dfsg-0+wheezy1
ii  multiarch-support  2.13-38
ii  zlib1g 1:1.2.7.dfsg-13

libnss-mysql-bg recommends no packages.

Versions of packages libnss-mysql-bg suggests:
ii  libpam-mysql  0.7~RC1-4+b3
pn  mysql-server  none

-- Configuration Files:
/etc/libnss-mysql-root.cfg [Errno 13] Permission denied: 
u'/etc/libnss-mysql-root.cfg'
/etc/libnss-mysql.cfg 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#729987: lives: missing dep on libmjpegutils-2.1-0

2013-11-19 Thread Yann Dirson
Package: lives
Version: 2.0.6~ds0-1
Severity: serious

$ lives test.mov
/usr/lib/lives/lives-exe: error while loading shared libraries: 
libmjpegutils-2.1.so.0: cannot open shared object file: No such file or 
directory

Installing libmjpegutils-2.1-0 fixes the problem.

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

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

Versions of packages lives depends on:
ii  frei0r-plugins1.1.22git20091109-1.4
ii  imagemagick   8:6.7.7.10-6
ii  libasound21.0.27.2-3
ii  libatk1.0-0   2.10.0-2
ii  libavc1394-0  0.5.4-2
ii  libavcodec54  6:9.10-1
ii  libavformat54 6:9.10-1
ii  libavutil52   6:9.10-1
ii  libc6 2.17-93
ii  libcairo-gobject2 1.12.16-2
ii  libcairo2 1.12.16-2
ii  libdv41.0.0-6
ii  libgcc1   1:4.8.2-1
ii  libgdk-pixbuf2.0-02.28.2-1
ii  libgl1-mesa-glx [libgl1]  9.2.2-1
ii  libglee0d15.4.0-2
ii  libglib2.0-0  2.36.4-1
ii  libglu1-mesa [libglu1]9.0.0-2
ii  libgtk-3-03.8.4-1
ii  libjack-jackd2-0 [libjack-0.116]  1.9.9.5+20130622git7de15e7a-1
ii  libmjpegutils-2.0-0   1:2.0.0+debian-2
ii  libogg0   1.3.1-1
ii  liboil0.3 0.3.17-2
ii  libpango-1.0-01.36.0-1
ii  libpangocairo-1.0-0   1.36.0-1
ii  libpng12-01.2.49-5
ii  libpulse0 4.0-6+b1
ii  libraw1394-11 2.1.0-1
ii  libsdl1.2debian   1.2.15-8
ii  libstdc++64.8.2-1
ii  libswscale2   6:9.10-1
ii  libtheora01.1.1+dfsg.1-3.1
ii  libunicap20.9.12-2
ii  libweed0  2.0.6~ds0-1
ii  libx11-6  2:1.6.2-1
ii  libxrender1   1:0.9.8-1
ii  lives-data2.0.6~ds0-1
ii  mplayer   2:1.0~rc4.dfsg1+svn34540-1+b2
ii  ogmtools  1:1.5-3+b1
ii  perl  5.18.1-4
ii  procps1:3.3.4-2
ii  python2.7.5-5
ii  sox   14.4.1-3
ii  zlib1g1:1.2.8.dfsg-1

Versions of packages lives recommends:
pn  dvgrab none
pn  icedax none
ii  libtheora-bin  1.1.1+dfsg.1-3.1
ii  mencoder   2:1.0~rc4.dfsg1+svn34540-1+b2
pn  mkvtoolnix none
ii  pulseaudio 4.0-6+b1
ii  x11-utils  7.7+1
ii  youtube-dl 2013.10.23-1

Versions of packages lives suggests:
ii  ffmpeg  6:0.8.9-1
pn  libdv-bin   none
pn  mjpegtools  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#729988: xchat: Background can't be set to transparent anymore as of GNOME 3.6

2013-11-19 Thread Manuel Bilderbeek
Package: xchat
Version: 2.8.8-7.1+b1
Severity: normal

Dear Maintainer,

As of yesterday, GNOME 3.6 got into testing and that stopped the
transparent background from working on system which run GNOME 3. Setting
it now gives the error:
Unable to set transparent background!

You may be using a non-compliant window
manager that is not currently supported.

Apparently this newer version of GNOME 3 (which is the main and default
desktop environment on Debian now) does not support this feature any
more? (Talking about functional regression...) As far as I understand
from GNOME people, the method XChat is using is outdated, hence this bug
report.

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

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

Versions of packages xchat depends on:
ii  libatk1.0-0  2.10.0-2
ii  libc62.17-93
ii  libcairo21.12.16-2
ii  libdbus-1-3  1.6.18-1
ii  libdbus-glib-1-2 0.100.2-1
ii  libfontconfig1   2.11.0-1
ii  libfreetype6 2.4.9-1.1
ii  libgdk-pixbuf2.0-0   2.28.2-1
ii  libglib2.0-0 2.36.4-1
ii  libgtk2.0-0  2.24.22-1
ii  libpango-1.0-0   1.36.0-1
ii  libpangocairo-1.0-0  1.36.0-1
ii  libpangoft2-1.0-01.36.0-1
ii  libperl5.18  5.18.1-4
ii  libsexy2 0.1.11-2+b1
ii  libssl1.0.0  1.0.1e-4
ii  libx11-6 2:1.6.2-1
ii  libxml2  2.9.1+dfsg1-3
ii  xchat-common 2.8.8-7.1

Versions of packages xchat recommends:
ii  alsa-utils 1.0.27.2-1
ii  libnotify-bin  0.7.6-1
ii  libnotify4 0.7.6-1
ii  libpython2.7   2.7.5-8
ii  tcl8.5 8.5.14-2
ii  xdg-utils  1.1.0~rc1+git20111210-7

xchat 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



  1   2   >