Bug#784130: git-debcherry: trailing slash in -o argument breaks patch series file

2015-05-04 Thread Ron

Hi Niko,

On Sun, May 03, 2015 at 01:57:49PM +0300, Niko Tyni wrote:
 Package: gitpkg
 Version: 0.26
 Severity: minor
 Tags: patch
 
 A trailing slash in the patch directory argument (-o) of git-debcherry
 silently breaks the patch series file, because the generation
 unconditionally appends a slash to the value, causing the sed command
 to fail and leaving absolute pathnames in the series.
 
 Proposed patch attached.

Thanks for this.  We can probably do it without needing sed though,
something like this:

diff --git a/git-debcherry b/git-debcherry
index 76032c7..b01e161 100755
--- a/git-debcherry
+++ b/git-debcherry
@@ -115,7 +115,7 @@ while : ; do
shift
;;
-o | --output-directory)
-   patch_dir=$2
+   patch_dir=${2%/}
case $patch_dir in
/*)
;;


I've added David to the CC for this one, please include him in the
discussion for any other git-debcherry related changes too, since
I'd like his review and ack before pushing any of those (especially
for things like #784159 where it's not quite as clear cut as this).

[Knowing how these sort of things unfold, I'm kind of anticipating you
running into at least one or two other interesting things that haven't
come up before now too! ;]

  Thanks!
  Ron


 From 9de71b37282a0fbae44a2582dfd4d1cc7e8d Mon Sep 17 00:00:00 2001
 From: Niko Tyni nt...@debian.org
 Date: Sun, 3 May 2015 13:50:04 +0300
 Subject: [PATCH] Strip trailing slash from patch directory
 
 A trailing slash in the patch directory argument would
 silently break the patch series file, because the generation
 unconditionally appends a slash to the value.
 ---
  git-debcherry | 1 +
  1 file changed, 1 insertion(+)
 
 diff --git a/git-debcherry b/git-debcherry
 index 76032c7..4766600 100755
 --- a/git-debcherry
 +++ b/git-debcherry
 @@ -122,6 +122,7 @@ while : ; do
   *)
   patch_dir=$(pwd)/$patch_dir
   esac
 + patch_dir=$(echo $patch_dir | sed 's,/$,,')
   shift;
   shift;
   ;;
 -- 
 2.1.4
 


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



Bug#772423: O: haskell-doc -- Assorted Haskell language documentation

2015-05-04 Thread Alexandre Delanoë
retitle 772423 O: haskell-doc -- Assorted Haskell language documentation
thanks


Hello,
after discussion with haskell-maintainers team, maintaining this package
seems not to be usefull now.
Regards,

-- 
Alexandre Delanoë


signature.asc
Description: Digital signature


Bug#761403: CAP_FOWNER

2015-05-04 Thread Arto Jantunen
Hi,

 CapabilityBoundingSet:

 Since you add CAP_FOWNER (compared to upstream): What use cases
 require it?

CAP_FOWNER is required by ControlSocket /var/run/tor/control. Tor
chowns the control socket on startup (and fails to start if this does
not succeed).

-- 
Arto Jantunen


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



Bug#783851: gthumb: no fullscreen in fullscreen mode

2015-05-04 Thread Marek Poks

On 05/03/2015 03:15 PM, Herbert Parentes Fortes Neto (hpfn) wrote:

Hi Poks,

On Thu, 30 Apr 2015 19:10:07 +0200
Poksmarek.p...@euroimpex.pl  wrote:


Package: gthumb
Version: 3:3.3.1-2+b2
Severity: normal

Dear Maintainer,

when in fullscreen, there is some ugly frame rendered that destroys visual
perception of my photographs. I've paid extra $500 for larger screen, to see
photos bigger and you wasted it with that big ugly frame around a photo. why?

This is not a bug.

I belive it depends on the size of the photo.


regards,


Hi,

photo is 6000x4000, while screen is 2560x1440. if it is not a bug, it's 
a feature, isn't it? don't you think lcd device has it's own frame, and 
the screen, with a pixels is to render image, not another frame.

idea of this feature is kind of buggy!

sorry, tht's my opoinion. it's ridiculus until it's not possible to 
disable it.


Marek Poks


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



Bug#783852: gthumb: it's very slow in compare to wheezy version

2015-05-04 Thread Marek Poks

On 05/03/2015 03:19 PM, Herbert Parentes Fortes Neto (hpfn) wrote:

On Thu, 30 Apr 2015 19:04:13 +0200
Poksmarek.p...@euroimpex.pl  wrote:


Package: gthumb
Version: 3:3.3.1-2+b2
Severity: normal

Dear Maintainer,

new gThumb released with jessie is really slow. it's useless. it takes few
seconds to load regular image shot with DSLR. gThumb version release with
wheeze was far away faster!


This is not a bug.

Maybe the new version (3.4.0) is faster. I will package it this week!
Check the sid.


regards,
really, not a bug? why not make it another 10 times slower, to make this 
extra feature far better?


intel i5-3570k is quite fast CPU and you say 5-10 seconds to load photo 
by gthumb is not a bug?


Marek Poks

--
Marek Poks
Projektant/programista

Euroimpex SA, ul. Mydlana 3b, 51-502 Wrocław
tel. +48 71 7848 100, faks +48 71 7848 123
KRS 068587 w Sądzie Rejonowym dla Wrocławia-Fabrycznej
Kapitał zakładowy opłacony: 53 zł, NIP: 899-01-07-125

www.euroimpex.pl, www.nashuatec.pl, www.documaster.pl


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



Bug#781276: pre-approval for mutter/3.14.4-1

2015-05-04 Thread Julien Cristau
On Thu, Mar 26, 2015 at 21:22:46 +0100, Josselin Mouette wrote:

 unblock mutter/3.14.4-1
 

On Thu, Mar 26, 2015 at 22:36:38 +0100, Josselin Mouette wrote:

 unblock gnome-shell/3.14.4-1
 
Please upload mutter/3.14.4-1~deb8u1 and gnome-shell/3.14.4-1~deb8u1 to
jessie.

Thanks,
Julien


signature.asc
Description: Digital signature


Bug#768476: openssl: Removes symbol without SONAME bump

2015-05-04 Thread Gianfranco Costamagna
What is the rationale for this?


I see in the changelog:

* Temporary enable SSLv3 methods again, but they will go away.


so if the changelog is correct, sid is *not* affected.

cheers,

G

Il Lunedì 4 Maggio 2015 0:48, Christoph Anton Mitterer cales...@scientia.net 
ha scritto:



Control: tags -1 + sid

Apparently the version with the missing soname bump is now in sid as
well, therefore adding the tag.


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



Bug#783875: playonlinux: Error in POL_Wine, fails to install new programs

2015-05-04 Thread Björn Siebke
I discovered that Wine was missing i386-support. After installing wine32
the problems vanished (others appeared).

So why does POL display such a vague message? This needs to be changed.


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



Bug#704253: RFP: xmlvalidate -- Quick and flexible XML validator

2015-05-04 Thread Dmitry Smirnov
Well, since `xmlvalidate` is written in Java it cannot be quick...
Does `xmlvalidate` have any advantages over `xmllint`? Seems unlikely...

-- 
All the best,
 Dmitry Smirnov.

---

Moral courage is the most valuable and usually the most absent
characteristic in men.
-- George S. Patton---



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


Bug#784178: jessie-pu: package php-horde-passwd/5.0.2-3+deb8u1

2015-05-04 Thread Mathieu Parent (Debian)
2015-05-04 4:22 GMT+02:00 David Prévot taf...@debian.org:
 Hi Mathieu,

Salut David,

 Le 03/05/2015 16:10, Mathieu Parent a écrit :

 php-horde-passwd in jessie (5.0.2-3) has a typo bug in the Kolab driver 
 (#780670) which needs a one-line fix.

 It looks like Sid is still affected. Can you please get a fixed version
 in Sid: I believe the release team will expect to have the fix in the
 archive before considering backporting it into stable.

Good catch. It was waiting in git, now uploaded as 5.0.2-4.

 Regards

 David


Merci

-- 
Mathieu Parent


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



Bug#783723: cruft-ng: Cruft dies with stack-smashing attack error

2015-05-04 Thread Alexandre Detiste
Thanks for the strace !

I can now reproduce this, by setting my local to either 'C' or
en_US.UTF8 as yours; this will help me track this bug.

Of course, It works for me,
with LANG=fr_BE.UTF-8 LANGUAGE=fr_BE:fr;
but that won't help you much.

Alexandre


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



Bug#784214: allow manual override for the regression DLA/DSA Id

2015-05-04 Thread Mike Gabriel
Package: security-tracker
Severity: wishlist
Tags: patch

Hi,

attached is a patch that adds manual DLA/DSA id override support if an
upload tackles a regression already announce via an earlier DSA/DLA.

Current use case / example:

  xorg-server ver+deb6u1 (DLA-120-1) fixed CVE-2014-8092
  xorg-server ver+deb6u2 (DLA-218-1) fixed some other CVE (irrelevant here)
  xorg-server ver+deb6u3 (DLA-120-2) fixes CVE-2015-3418 (regression of
   fix for CVE-2014-8092)

At the moment: when using bin/genDLA like this:

  $ bin/gen-DLA  --save xorg-server regression CVE-2015-3418

 the script will create a follow-DLA for 218-1 (i.e., 218-2). Whereas
the correct/wanted DLA id would be 120-2.

The attached patch allows one to specify the DLA id to follow up on with
the regression keyword. Thus, with the patch applied, I can do this:

  $ bin/gen-DLA  --save xorg-server regression:120-1 CVE-2015-3418

 which then will provide me with a DLA-120-2 mail template and put
the prepared upload of my xorg-server package into data/DLA/list.

What could be added:

  o check, if the manual specified override exists and is for the same package

light+love,
Mike


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

Kernel: Linux 3.16.0-4-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
Init: systemd (via /run/systemd/system)
Index: bin/gen-DSA
===
--- bin/gen-DSA	(revision 34054)
+++ bin/gen-DSA	(working copy)
@@ -157,8 +157,12 @@
 shift
 
 TYPE=security
-if [ regression = $1 ]; then
+REGRESSION_DAID=
+if printf '%s' $1 | grep -Eq '^regression(|:[0-9]+(-[0-9]+|))$'; then
 TYPE=regression
+if printf '%s' $1 | grep -Eq '^regression:([0-9]+(-[0-9]+|))$'; then
+	REGRESSION_DAID=$(printf '%s' $1 | sed -r 's/^regression:([0-9]+(-[0-9]+|))/\1/')
+fi
 shift
 fi
 
@@ -235,7 +239,11 @@
 
 if [ -z $DAID ]; then
 if [ $TYPE = regression ]; then
-	latest_daid=$(sed -nr '/'$IDMODE'-[0-9]+-[0-9]+' $PACKAGE '/{s/^.+'$IDMODE'-[0]*([0-9-]+).*$/\1/;p;q}' data/$IDMODE/list)
+	if [ -z $REGRESSION_DAID ]; then
+		latest_daid=$(sed -nr '/'$IDMODE'-[0-9]+-[0-9]+' $PACKAGE '/{s/^.+'$IDMODE'-[0]*([0-9-]+).*$/\1/;p;q}' data/$IDMODE/list)
+	else
+		latest_daid=$REGRESSION_DAID
+	fi
 	revision=${latest_daid#*-}
 	daid=${latest_daid%-*}
 else


Bug#783620: initramfs-tools: initramfs broken on first boot into Jessie, Unable to mount root fs on unknown-block(0, 0)

2015-05-04 Thread Bernhard Schmidt
Hi,

 If I mount the filesystem in a rescue system with norecovery and the
 initrd is either different or missing that would narrow it down, no?
 And a workaround would be calling sync before the reboot.

Confirmed ..

Bernhard


signature.asc
Description: OpenPGP digital signature


Bug#784215: strongswan-nm: network-manager-strongswan unavailable

2015-05-04 Thread Robert Sander
Package: strongswan-nm
Version: 5.2.1-6
Severity: grave
Justification: renders package unusable

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?

I am trying to use strongswan IPsec VPN through Network-Manager. The plugin 
package network-manager-strongswan is not available, but listed as dependency 
for strongswan-nm.

   * What exactly did you do (or not do) that was effective (or
 ineffective)?

I tried to install network-manager-strongswan

   * What was the outcome of this action?

root@jessie:~# apt-get install network-manager-strongswan
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Package network-manager-strongswan is not available, but is referred to by 
another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'network-manager-strongswan' has no installation candidate

   * What outcome did you expect instead?

Installation of the strongswan plugin for Network-Manager.

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


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

Kernel: Linux 3.16.0-4-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
Init: systemd (via /run/systemd/system)


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



Bug#761403: Update patch

2015-05-04 Thread Arto Jantunen

The previous patch had a bug, /var/run/tor was not getting created.
Sadly as long as we emulate the init script (tor starts as root and
daemonizes) we can't use the systemd RuntimeDirectory feature. Instead
the attached updated patch uses a ExecStartPre command to create the
directory.

Also, I quickly tested obfs4 and at least that pluggable transport seems
to work even with the systemd hardening stuff enabled. I'll test some
others at a later point.

-- 
Arto Jantunen

From 3f50f0225b09bee31472ea62e79fcc8da05487f5 Mon Sep 17 00:00:00 2001
From: Arto Jantunen vi...@debian.org
Date: Thu, 30 Apr 2015 13:56:43 +0300
Subject: [PATCH] Install and enable the systemd service file

- Patch the included service file to closely match the initscript
- Add build-dep on dh-systemd
- Install the service file
---
 debian/control   |  2 +-
 debian/patches/debianize-systemd-service | 40 
 debian/patches/series|  1 +
 debian/rules |  3 ++-
 debian/tor.dirs  |  1 +
 5 files changed, 45 insertions(+), 2 deletions(-)
 create mode 100644 debian/patches/debianize-systemd-service

diff --git a/debian/control b/debian/control
index 76b8ce1..c5e1258 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: tor
 Section: net
 Priority: optional
 Maintainer: Peter Palfrader wea...@debian.org
-Build-Depends: debhelper (= 8.1.0~), quilt, libssl-dev, zlib1g-dev, libevent-dev (= 1.1), binutils (= 2.14.90.0.7), hardening-includes, asciidoc (= 8.2), docbook-xml, docbook-xsl, xmlto, dh-apparmor, libseccomp-dev [amd64 i386]
+Build-Depends: debhelper (= 8.1.0~), quilt, libssl-dev, zlib1g-dev, libevent-dev (= 1.1), binutils (= 2.14.90.0.7), hardening-includes, asciidoc (= 8.2), docbook-xml, docbook-xsl, xmlto, dh-apparmor, libseccomp-dev [amd64 i386], dh-systemd
 Build-Conflicts: libnacl-dev, libseccomp-dev [!amd64 !i386]
 Standards-Version: 3.9.4
 Homepage: https://www.torproject.org/
diff --git a/debian/patches/debianize-systemd-service b/debian/patches/debianize-systemd-service
new file mode 100644
index 000..6243e65
--- /dev/null
+++ b/debian/patches/debianize-systemd-service
@@ -0,0 +1,40 @@
+From: Arto Jantunen vi...@debian.org
+Date: Wed, 29 Apr 2015 19:27:02 +0300
+Subject: Debianize systemd service file
+
+---
+ contrib/dist/tor.service.in | 14 --
+ 1 file changed, 8 insertions(+), 6 deletions(-)
+
+diff --git a/contrib/dist/tor.service.in b/contrib/dist/tor.service.in
+index c251158..57e5ecf 100644
+--- a/contrib/dist/tor.service.in
 b/contrib/dist/tor.service.in
+@@ -3,10 +3,12 @@ Description = Anonymizing overlay network for TCP
+ After = syslog.target network.target nss-lookup.target
+ 
+ [Service]
+-Type = notify
+-NotifyAccess = all
+-ExecStartPre = @BINDIR@/tor -f @CONFDIR@/torrc --verify-config
+-ExecStart = @BINDIR@/tor -f @CONFDIR@/torrc
++Type = forking
++PIDFile = /var/run/tor/tor.pid
++EnvironmentFile=-/etc/default/tor
++ExecStartPre = /usr/bin/install -Z -m 02750 -o debian-tor -g debian-tor -d @LOCALSTATEDIR@/run/tor
++ExecStartPre = @BINDIR@/tor --defaults-torrc /usr/share/tor/tor-service-defaults-torrc --verify-config
++ExecStart = @BINDIR@/tor --defaults-torrc /usr/share/tor/tor-service-defaults-torrc $ARGS
+ ExecReload = /bin/kill -HUP ${MAINPID}
+ KillSignal = SIGINT
+ TimeoutSec = 30
+@@ -22,8 +24,8 @@ ProtectSystem = full
+ ReadOnlyDirectories = /
+ ReadWriteDirectories = -@LOCALSTATEDIR@/lib/tor
+ ReadWriteDirectories = -@LOCALSTATEDIR@/log/tor
+-NoNewPrivileges = yes
+-CapabilityBoundingSet = CAP_SETUID CAP_SETGID CAP_NET_BIND_SERVICE
++ReadWriteDirectories = -@LOCALSTATEDIR@/run
++CapabilityBoundingSet = CAP_SETUID CAP_SETGID CAP_NET_BIND_SERVICE CAP_DAC_OVERRIDE CAP_CHOWN CAP_FOWNER
+ 
+ [Install]
+ WantedBy = multi-user.target
diff --git a/debian/patches/series b/debian/patches/series
index 19e8864..b267a32 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 improve-geoip-warning
+debianize-systemd-service
diff --git a/debian/rules b/debian/rules
index d404e19..2bf6b9b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,7 @@ endif
 %:
 	dh \
 		$@ \
-		--with quilt \
+		--with quilt,systemd \
 		--builddirectory=build \
 		--parallel
 
@@ -52,6 +52,7 @@ override_dh_install:
 	cp debian/tor.apparmor-profile debian/tor/etc/apparmor.d/system_tor
 	cp debian/tor.apparmor-profile.abstraction debian/tor/etc/apparmor.d/abstractions/tor
 	dh_apparmor --profile-name=system_tor -ptor
+	cp build/contrib/dist/tor.service  debian/tor/lib/systemd/system
 
 override_dh_installdocs:
 	dh_installdocs -ptor-dbg --link-doc=tor
diff --git a/debian/tor.dirs b/debian/tor.dirs
index f693956..7c82b44 100644
--- a/debian/tor.dirs
+++ b/debian/tor.dirs
@@ -1 +1,2 @@
 etc/apparmor.d/abstractions
+lib/systemd/system
-- 
2.1.4



Bug#784216: /etc/elinks/elinks.conf is gone

2015-05-04 Thread Jakub Wilk

Package: elinks
Version: 0.12~pre6-6
User: debian...@lists.debian.org
Usertags: adequate obsolete-conffile

elinks_0.12~pre6-6 no longer ships the /etc/elinks/elinks.conf conffile. 
I suppose this is not intentional, because no such change was mentioned 
in the changelog.


--
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#784218: piuparts: Please document how to test upgrades of split packages

2015-05-04 Thread Fabian Greffrath
Package: piuparts
Version: 0.63
Severity: wishlist

Hi there,

this is more or less a request to add documentation for a specific use
case, because I believe if am using piuparts wrong.

I maintain a package game that is already in Debian unstable in
version 1.0-1. For the next upload, I have decided to split the
package into three, namely game, game-variant and game-data. The
former two are two variants of the game, whereas the latter contains
the common files for both variants. In the course of this split,
new Depends, Breaks and Replaces relations have been added as
(believed) appropriate and there are also some alternatives (for
the two different implementations of game) that need to get managed
upon upgrade. You see, this is a mess. ;)

Now, if I want to test the upgrade path game (sid) - game + game-variant +
game-data, how would I invoke piuparts? Passing it only the .changes file
of my local build will only install and remove these three packages.
The upgrade is not performed, because two of these packages are not
found in the Debian archive. What I want to test is (1) install the
game package from sid and (2) upgrade to the packages given in the
.changes file. How do I achieve this?

Thank you very much!

 - Fabian


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

Kernel: Linux 3.16.0-4-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
Init: systemd (via /run/systemd/system)

Versions of packages piuparts depends on:
ii  debootstrap  1.0.67
ii  debsums  2.0.53
ii  dpkg 1.17.25
ii  lsb-release  4.1+Debian13+nmu1
ii  lsof 4.86+dfsg-1
ii  piuparts-common  0.63
ii  python-debian0.1.27
pn  python:any   none

Versions of packages piuparts recommends:
ii  adequate  0.12.1

Versions of packages piuparts suggests:
pn  schroot  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#768476: [Pkg-openssl-devel] Bug#768476: openssl: Removes symbol without SONAME bump

2015-05-04 Thread Kurt Roeckx
tag 768476 - sid
thanks

On Mon, May 04, 2015 at 06:53:39AM +, Gianfranco Costamagna wrote:
 What is the rationale for this?
 
 
 I see in the changelog:
 
 * Temporary enable SSLv3 methods again, but they will go away.
 
 
 so if the changelog is correct, sid is *not* affected.

It's not.

Also tagging just sid is wrong in any case.  It should either
have removed the experimental tag or added both sid and strecht.

If sid was affected, tagging it sid has as result that it would be
allowed to move to strecht since you say it's not affecting
strecht.


Kurt


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



Bug#784217: elinks: fails to install: rmdir: failed to remove '/usr/share/doc/elinks': Directory not empty

2015-05-04 Thread Jakub Wilk

Package: elinks
Version: 0.12~pre6-6
Severity: grave

elinks fails to install:

# apt-get install -y elinks
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  elinks-data (0.12~pre6-6)
Suggested packages:
  elinks-doc (0.12~pre6-6)
The following NEW packages will be installed:
  elinks (0.12~pre6-6)
  elinks-data (0.12~pre6-6)
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 881 kB of archives.
After this operation, 3101 kB of additional disk space will be used.
Get:1 http://ftp.debian.org/debian/ unstable/main elinks-data all 0.12~pre6-6 
[382 kB]
Get:2 http://ftp.debian.org/debian/ unstable/main elinks i386 0.12~pre6-6 [499 
kB]
Fetched 881 kB in 0s (9000 kB/s)
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package elinks-data.
(Reading database ... 10850 files and directories currently installed.)
Preparing to unpack .../elinks-data_0.12~pre6-6_all.deb ...
Unpacking elinks-data (0.12~pre6-6) ...
Selecting previously unselected package elinks.
Preparing to unpack .../elinks_0.12~pre6-6_i386.deb ...
Unpacking elinks (0.12~pre6-6) ...
Setting up elinks-data (0.12~pre6-6) ...
Setting up elinks (0.12~pre6-6) ...
rmdir: failed to remove '/usr/share/doc/elinks': Directory not empty
dpkg: error processing package elinks (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
elinks
E: Sub-process /usr/bin/dpkg returned an error code (1)

--
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#761403: CAP_FOWNER

2015-05-04 Thread nusenu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

 CapabilityBoundingSet:
 
 Since you add CAP_FOWNER (compared to upstream): What use cases 
 require it?
 
 CAP_FOWNER is required by ControlSocket /var/run/tor/control.
 Tor chowns the control socket on startup (and fails to start if
 this does not succeed).

I was able to use ControlSocket without CAP_FOWNER.
Adding CAP_DAC_OVERRIDE and CAP_CHOWN was enough in my case.

See also:
https://lists.torproject.org/pipermail/tor-dev/2015-April/008638.html

What tor version did you test with?

thanks,
nusenu
-BEGIN PGP SIGNATURE-

iQIcBAEBCgAGBQJVRyECAAoJEFv7XvVCELh0h2UP/jMTEknl49OOgKKobZ0eqaZ/
0ZJzwrrbY7GHjehl2Tf9V2EvekIkZMEvg1J1I293Kxlq4rYLCA1IBOCA/LxL0auD
nugF5U6xYRQdLKjBlb3/DdSFF/ms87aqt4iBd/mxSlX5oOwW6RwuRSeh4GW0r3/k
13zQKYhzoFjb+H2l614yoeaaoMxrL7m3+qVzquKsSAa/ew4mvGi7y3sWzzUwQvJx
GrzQgqOK4+mbNA+uanLLhC5QSRuwtYfSlgcsRRA+vSqdukJbFYifZs3HjLtEjA6Z
VRe1aurJ2d6XDiBSkPbNc8okCgsXTsi3PxKLDrD75rzlU/hD+UU9mrJacoLU4y4b
utcCr15z8ovCOZXNbR9nf7mrtwE6H5ZH7iRPwwIpuV7XRYKgylu0biJRmAcZBthr
6vPpgOENoPIQxVXmGWmpB0Fd8xp1AexT6DxEIrrQmlG2DhCq1i88HHIpTtrwFzY0
Kkr1zR5cEIxIjrZgGECBOtNsLzLY4YHgwgRYZjP2AwccKwTM88jGeQLKtuRYrCeX
C+90alTLQVl14mY6wu+c9iTxejG06Db2dXKZ6KX+zGW5ippibFcy/WTRNTpmyIWf
oYuySYJwEEE0JgnSuhuRgvxRs/zr8LJtrEC+bjpqIeRYIcwAPtvhpg9UI0gY5n4u
QwZVefbznZNYbOzN7AuQ
=Jo+x
-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#758172: isync: dots in maildir names

2015-05-04 Thread Oswald Buddenhagen
git master now has a SubFolders option to select the folder naming
style.


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



Bug#784214: allow manual override for the regression DLA/DSA Id

2015-05-04 Thread Alessandro Ghedini
On Mon, May 04, 2015 at 09:09:04AM +0200, Mike Gabriel wrote:
 Package: security-tracker
 Severity: wishlist
 Tags: patch
 
 Hi,
 
 attached is a patch that adds manual DLA/DSA id override support if an
 upload tackles a regression already announce via an earlier DSA/DLA.
 
 Current use case / example:
 
   xorg-server ver+deb6u1 (DLA-120-1) fixed CVE-2014-8092
   xorg-server ver+deb6u2 (DLA-218-1) fixed some other CVE (irrelevant here)
   xorg-server ver+deb6u3 (DLA-120-2) fixes CVE-2015-3418 (regression of
fix for CVE-2014-8092)
 
 At the moment: when using bin/genDLA like this:
 
   $ bin/gen-DLA  --save xorg-server regression CVE-2015-3418
 
  the script will create a follow-DLA for 218-1 (i.e., 218-2). Whereas
 the correct/wanted DLA id would be 120-2.
 
 The attached patch allows one to specify the DLA id to follow up on with
 the regression keyword. Thus, with the patch applied, I can do this:
 
   $ bin/gen-DLA  --save xorg-server regression:120-1 CVE-2015-3418
 
  which then will provide me with a DLA-120-2 mail template and put
 the prepared upload of my xorg-server package into data/DLA/list.

You can just run:

   $ bin/gen-DLA  --save 120-2 xorg-server regression CVE-2015-3418

and it will create DLA-120-2 as you instruct the script to do.

Cheers


signature.asc
Description: Digital signature


Bug#782054: mbsync: New version cannot open Maildir boxes

2015-05-04 Thread Oswald Buddenhagen
i made a bunch of fixes (for 1.2.x) and added the SubFolders option to
select the folder naming style (for 1.3), the latter of which should
make the dot hack unnecessary (by consistently not using leading dots).
let me know if any issues remain.


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



Bug#784217: elinks: fails to install: rmdir: failed to remove '/usr/share/doc/elinks': Directory not empty

2015-05-04 Thread Jakub Wilk

user debian...@lists.debian.org
usertags 784217 + piuparts
thanks

* Jakub Wilk jw...@debian.org, 2015-05-04, 09:34:

Setting up elinks-data (0.12~pre6-6) ...
Setting up elinks (0.12~pre6-6) ...
rmdir: failed to remove '/usr/share/doc/elinks': Directory not empty
dpkg: error processing package elinks (--configure):
subprocess installed post-installation script returned error exit status 1


Also seen on piuparts.d.o:
https://piuparts.debian.org/sid/fail/elinks_0.12~pre6-6.log 


--
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#761403: CAP_FOWNER

2015-05-04 Thread Arto Jantunen
nusenu nus...@openmailbox.org writes:

 CapabilityBoundingSet:

 Since you add CAP_FOWNER (compared to upstream): What use cases
 require it?

 CAP_FOWNER is required by ControlSocket /var/run/tor/control.
 Tor chowns the control socket on startup (and fails to start if
 this does not succeed).

 I was able to use ControlSocket without CAP_FOWNER.
 Adding CAP_DAC_OVERRIDE and CAP_CHOWN was enough in my case.

 See also:
 https://lists.torproject.org/pipermail/tor-dev/2015-April/008638.html

 What tor version did you test with?

With 0.2.6.7. Did you test both cases where /var/run/tor exists and
doesn't exist?

-- 
Arto Jantunen


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



Bug#784219: evince scrolls till end when pressing Tab

2015-05-04 Thread simon
Package: evince
Version: 3.14.1-2
Severity: important

Dear Maintainer, I read pdf using evince, as I want to switch to other
applications by pressing Alt + Tab, the document scrolls automatically
until it reaches the end. Actually, pressing Tab causes this problem.
Best regards!


*** Reporter, please consider answering these questions, where appropriate ***

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

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


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

Kernel: Linux 3.14-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
Init: systemd (via /run/systemd/system)

Versions of packages evince depends on:
ii  evince-common  3.14.1-2
ii  gnome-icon-theme-symbolic  3.12.0-1
ii  libatk1.0-02.14.0-1
ii  libc6  2.19-18
ii  libcairo-gobject2  1.14.0-2.1
ii  libcairo2  1.14.0-2.1
ii  libevdocument3-4   3.14.1-2
ii  libevview3-3   3.14.1-2
ii  libgdk-pixbuf2.0-0 2.31.1-2+b1
ii  libglib2.0-0   2.42.1-1
ii  libgtk-3-0 3.14.5-1
ii  libnautilus-extension1a3.14.1-2
ii  libpango-1.0-0 1.36.8-3
ii  libpangocairo-1.0-01.36.8-3
ii  libsecret-1-0  0.18-1+b1
ii  libxml22.9.1+dfsg1-5
ii  shared-mime-info   1.3-1
ii  zlib1g 1:1.2.8.dfsg-2+b1

Versions of packages evince recommends:
ii  dbus-x11  1.8.16-1
ii  gvfs  1.22.2-1

Versions of packages evince suggests:
ii  nautilus  3.14.1-2
ii  poppler-data  0.4.7-1
pn  unrar 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#784214: allow manual override for the regression DLA/DSA Id

2015-05-04 Thread Holger Levsen
control: retitle -1 make sure regression updates are documented
control: tags -1 - patch 

Hi Mike,

On Montag, 4. Mai 2015, Alessandro Ghedini wrote:
 You can just run:
 
$ bin/gen-DLA  --save 120-2 xorg-server regression CVE-2015-3418
 
 and it will create DLA-120-2 as you instruct the script to do.

please provide a patch for documenting this.


cheers,
Holger



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


Bug#784220: gst-plugins-bad0.10: CVE-2015-0797: buffer overflow in the plugin for mp4 playback

2015-05-04 Thread Salvatore Bonaccorso
Source: gst-plugins-bad0.10
Version: 0.10.23-7.1
Severity: grave
Tags: security upstream patch
Justification: user security hole
Control: fixed -1 0.10.23-7.1+deb7u2

Hi

This is as well for keeping track of this issue in the BTS. In
DSA-3225-1 a buffer overflow in the plugin for mp4 playback was fixed.
For jessie and above the impact is less grave as no browser attack
vector is present. But could you fix this issue as well through a
jessie-pu?

https://security-tracker.debian.org/tracker/CVE-2015-0797
https://www.debian.org/security/2015/dsa-3225

Keeping the severity to RC (unless you dissagree), since
gst-plugins-bad0.10 might be as well a candidate for removal before
the stretch release.

Patch:
https://sources.debian.net/data/main/g/gst-plugins-bad0.10/0.10.23-7.1+deb7u2/debian/patches/buffer-overflow-mp4.patch

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#784221: phabricator: postinst fails

2015-05-04 Thread Christoph Egger
Package: phabricator
Version: 0~git20150428-1
Severity: important

Hi!

Updating phabricator fails:

# dpkg --configure -a
Setting up phabricator (0~git20150428-1) ...
Set 'phabricator.base-uri' in local configuration.
Set 'mysql.host' in local configuration.
Set 'mysql.user' in local configuration.
Set 'mysql.pass' in local configuration.
Storage is up to date. Use 'storage status' for details.
Verifying database schemata...
Found no adjustments for schemata.
ln: failed to create symbolic link ‘/etc/nginx/sites-enabled/phabricator.conf’: 
File exists
dpkg: error processing package phabricator (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 phabricator
  
Thanks for the package!

  Christoph

-- System Information:
Debian Release: 8.0
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'unstable')
Architecture: amd64 (x86_64)

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

Versions of packages phabricator depends on:
ii  arcanist   0~git20150428-1
ii  dbconfig-common1.8.47+nmu3
ii  debconf [debconf-2.0]  1.5.56
ii  fonts-font-awesome 4.2.0~dfsg-1
ii  jq 1.4-2.1
ii  libjs-raphael  2.1.0-1
ii  libphutil  0~git20150428-1
ii  php5   5.6.7+dfsg-1
ii  php5-cli   5.6.7+dfsg-1
ii  php5-curl  5.6.7+dfsg-1
ii  php5-fpm   5.6.7+dfsg-1
ii  php5-mysql 5.6.7+dfsg-1
ii  po-debconf 1.0.16+nmu3
ii  ucf3.0030

Versions of packages phabricator recommends:
ii  mariadb-server10.0.16-1
ii  nginx 1.6.2-5
ii  nginx-extras [nginx]  1.6.2-5
ii  php5-apcu 4.0.7-1
ii  php5-gd   5.6.7+dfsg-1

Versions of packages phabricator suggests:
pn  npm none
ii  python  2.7.9-1

-- debconf information:
* phabricator/phabricator_mysql_pwd: (password omitted)
* phabricator/pwd_check: (password omitted)
  phabricator/password_mismatch:
  phabricator/mysql_host: localhost
* phabricator/webserver: nginx
* phabricator/phabricator_mysql_user: root
* phabricator/domain_name: projects.faui2k9.de


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



Bug#784222: clang -fsanitize breaks initial stdio stream orientation

2015-05-04 Thread Richard Kettlewell
Package: clang-3.6
Version: 1:3.6-2

I'm not sure if this is a bug in Clang or in Glibc.

richard@deodand:~/junk$ cat t.c
#include stdio.h
#include wchar.h

int main(void) {
  FILE *fp = fopen(/dev/null, r);
  return printf(initial orientation: %d\n, fwide(fp, 0));
}
richard@deodand:~/junk$ clang-3.6 -fsanitize=address -o t t.c
richard@deodand:~/junk$ ./t
initial orientation: -1
richard@deodand:~/junk$ clang-3.6 -o t t.c
richard@deodand:~/junk$ ./t
initial orientation: 0
richard@deodand:~/junk$ gcc -o t t.c
richard@deodand:~/junk$ ./t
initial orientation: 0

ii  clang-3.6  1:3.6-2  i386 C, C++ and Objective-C
compiler (
ii  gcc-4.94.9.2-16 i386 GNU C compiler
ii  libc6:i386 2.19-18  i386 GNU C Library: Shared libraries

(I would check with clang-3.7 but #779785.)

ttfn/rjk


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



Bug#784223: [jessie] Typo in plugins/sudoers/po/de.po: Resp[r]ektieren

2015-05-04 Thread Christoph Berg
Package: sudo
Version: 1.8.10p3-1+deb8u2
Severity: normal
Tags: l10n patch jessie

Hi,

there's a gross typo in plugins/sudoers/po/de.po in jessie:

-#1) Resprektieren Sie die Privatsphäre anderer.\n
+#1) Respektieren Sie die Privatsphäre anderer.\n

(Resprect the privacy of others)

I know we don't usually fix typos in stable releases, but this is the
message users get on the first sudo run, and it's even the first word
of item #1, so it's pretty annoying to have to look at.

Could you consider fixing this along when a sudo update in jessie is
happening anyway?

Thanks,
Christoph
-- 
c...@df7cb.de | http://www.df7cb.de/
--- a/plugins/sudoers/po/de.po
+++ b/plugins/sudoers/po/de.po
@@ -8,7 +8,7 @@ msgstr 
 Project-Id-Version: sudoers 1.8.10b3\n
 Report-Msgid-Bugs-To: http://www.sudo.ws/bugs\n;
 POT-Creation-Date: 2014-02-07 15:13-0700\n
-PO-Revision-Date: 2014-02-09 10:17+0100\n
+PO-Revision-Date: 2015-05-04 10:09+0200\n
 Last-Translator: Jochen Hein joc...@jochen.org\n
 Language-Team: German translation-team...@lists.sourceforge.net\n
 Language: German\n
@@ -238,7 +238,7 @@ msgstr 
 Wir gehen davon aus, dass der lokale Systemadministrator Ihnen die\n
 Regeln erklärt hat.  Normalerweise läuft es auf drei Regeln hinaus:\n
 \n
-#1) Resprektieren Sie die Privatsphäre anderer.\n
+#1) Respektieren Sie die Privatsphäre anderer.\n
 #2) Denken Sie nach bevor Sie tippen.\n
 #3) Mit großer Macht kommt große Verantwortung.\n
 \n


signature.asc
Description: Digital signature


Bug#783826: cloud-utils: growpart uses deprecated sfdisk options

2015-05-04 Thread Juerg Haefliger
 Please check with your upstream for preferred solution (and fall
 back to fedora solution if needed).

 Please get a fixed version into sid ASAP as the upload of util-linux
 v2.26.2 will happen soon (and can include a versioned Breaks if you
 manage to produce a fixed version).

 For reference see:
 https://bugzilla.redhat.com/show_bug.cgi?id=1197894
 http://pkgs.fedoraproject.org/cgit/cloud-utils.git/tree/0002-Support-new-sfdisk-version-2.26.patch

I created the Fedora patch and will contact upstream to see how they
want to handle this.

...Juerg


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



Bug#784214: allow manual override for the regression DLA/DSA Id

2015-05-04 Thread Mike Gabriel

Hi Holger,

On  Mo 04 Mai 2015 10:08:58 CEST, Holger Levsen wrote:


control: retitle -1 make sure regression updates are documented
control: tags -1 - patch

Hi Mike,

On Montag, 4. Mai 2015, Alessandro Ghedini wrote:

You can just run:

   $ bin/gen-DLA  --save 120-2 xorg-server regression CVE-2015-3418

and it will create DLA-120-2 as you instruct the script to do.


please provide a patch for documenting this.


cheers,
Holger


This must go to https://wiki.debian.org/LTS/Development (I will do  
that later).


Anywhere else?

Mike
--

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

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

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


pgpm3pzs5G245.pgp
Description: Digitale PGP-Signatur


Bug#778799: gcc-doc: gcc.info not viewable in Emacs

2015-05-04 Thread Kevin Ryde
GUO Yixuan culu@gmail.com writes:

 It would be helpful if you can build

Oh, that'll be beyond my connection etc.
If it works for you it'd have to be right wouldn't it. :-)


-- 
No, eees hamster.


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



Bug#707338: python-uno is now removed from sid (except sparc...)

2015-05-04 Thread Rene Engelhard
retitle 783936 FTBFS: build-depends on removed python-uno
retitle 783937 FTBFS: build-depends on removed python-uno
retitle 707338 recommends obsolete python-uno (for python2) which was removed
retitle 707339 recommends obsolete python-uno (for python2) which was removed
retitle 707342 suggests obsolete python-uno (for python2) which was removed
thanks

Hi,

python-uno is now removed from sid, even (and will probably with the testing
run migrating LO 4.4.2 there, too):

From https://ftp-master.debian.org/removals.txt

=
[Date: Sun, 03 May 2015 22:18:25 +] [ftpmaster: Scott Kitterman]
Removed the following packages from unstable:

browser-plugin-libreoffice |  1:4.3.3-2 | amd64, arm64, armel, armhf, i386, 
kfreebsd-amd64, kfreebsd-i386, mips, mipsel, powerpc, ppc64el, s390x
python-uno |  1:4.3.3-2 | amd64, arm64, armel, armhf, i386, kfreebsd-amd64, 
kfreebsd-i386, mips, mipsel, powerpc, ppc64el, s390x

--- Reason ---
[auto-cruft] NBS (no longer built by libreoffice)
--
=

Regards,

Rene


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



Bug#774347: closed by Clint Adams cl...@debian.org (Bug#774347: fixed in sed 4.2.2-5)

2015-05-04 Thread Jérémy Bobbio
Control: reopen -1

Hi!

 Changes:
  sed (4.2.2-5) unstable; urgency=medium
  .
[ Jérémy Bobbio ]
* Fix mtimes before building binary packages.  closes: #774347.
* Stop recording current time when using gzip.

Sorry Clint. This is not enough as we've introduced umask variations.
The attached patch should make it right.

(and there's a little bonus)

-- 
Lunar.''`. 
lu...@debian.org: :Ⓐ  :  # apt-get install anarchism
`. `'` 
  `-   
From 5649d56def2a68c074f6319eff5f45059935132f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Bobbio?= lu...@debian.org
Date: Mon, 4 May 2015 10:12:04 +0200
Subject: [PATCH 1/2] Fix comment typo in debian/rules

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

diff --git a/debian/rules b/debian/rules
index f5f777a..52284d0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -108,7 +108,7 @@ endif
 
 	cd debian/tmp  find * -type f ! -regex '^DEBIAN/.*' -print0 | xargs -r0 md5sum  DEBIAN/md5sums
 
-# Build the packgae
+# Build the package
 	dpkg-shlibdeps -dPre-Depends $(tmpdir)/bin/sed
 	dpkg-gencontrol -isp
 	find debian/tmp -depth -newermt '$(BUILD_DATE)' -print0 | \
-- 
1.9.1

From c460ef042467cdac173794c7bd798f870642a019 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Bobbio?= lu...@debian.org
Date: Mon, 4 May 2015 10:13:52 +0200
Subject: [PATCH 2/2] Ensure consistent permissions with different umasks

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

diff --git a/debian/rules b/debian/rules
index 52284d0..1fdb5c6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -109,6 +109,8 @@ endif
 	cd debian/tmp  find * -type f ! -regex '^DEBIAN/.*' -print0 | xargs -r0 md5sum  DEBIAN/md5sums
 
 # Build the package
+	find $(tmpdir) ! -type l -print0 | xargs -0r chmod go=rX,u+rw,a-s
+
 	dpkg-shlibdeps -dPre-Depends $(tmpdir)/bin/sed
 	dpkg-gencontrol -isp
 	find debian/tmp -depth -newermt '$(BUILD_DATE)' -print0 | \
-- 
1.9.1



signature.asc
Description: Digital signature


Bug#784218: [Piuparts-devel] Bug#784218: piuparts: Please document how to test upgrades of split packages

2015-05-04 Thread Holger Levsen
Hi Fabian,

On Montag, 4. Mai 2015, Fabian Greffrath wrote:
 this is more or less a request to add documentation for a specific use
 case, because I believe if am using piuparts wrong.

have you seen #717125 ?


cheers,
Holger


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


Bug#784224: dailystrips: Updates to xkcd and scarygoround

2015-05-04 Thread Reuben Thomas
Package: dailystrips
Version: 1.0.28-11
Severity: normal
Tags: patch

xkcd and scarygoround have stopped working in the past couple of weeks. The
following backwards-compatible definitions get them working again:

strip scarygoround
name Scary Go Round
artist John Allison
homepage http://scarygoround.com/
type search
searchpattern img[^]+src=(strips/\d+.+?)
baseurl $homepage
provides latest
end

strip xkcd
name xkcd
homepage http://xkcd.com/
type search
baseurl http://imgs.xkcd.com
searchpage http://xkcd.com/
searchpattern img src=.+?//imgs.xkcd.com(/comics/.+?\.(png|jpg))
provides latest
end


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

Kernel: Linux 3.13.0-51-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

Versions of packages dailystrips depends on:
ii  debconf [debconf-2.0]  1.5.51ubuntu2
ii  libtimedate-perl   2.3000-1
ii  libwww-perl6.05-2
ii  perl   5.18.2-2ubuntu1

dailystrips recommends no packages.

dailystrips suggests no packages.

-- debconf information:
  dailystrips/warning-etcdefs:


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



Bug#783672: Oldoldstable

2015-05-04 Thread Gerard Mensoif
Supporting the oldoldstable name would also be nice 
(/usr/share/debootstrap/scripts/)
 

Bug#784225: libruby2.2: arch-dependent files in Multi-Arch: same package

2015-05-04 Thread Jakub Wilk

Package: libruby2.2
Version: 2.2.2-1
Severity: important
User: multiarch-de...@lists.alioth.debian.org
Usertags: multiarch

libruby2.2 is marked as Multi-Arch: same, but the following files are 
architecture-dependent:


/usr/lib/ruby/gems/2.2.0/specifications/default/bigdecimal-1.2.6.gemspec
/usr/lib/ruby/gems/2.2.0/specifications/default/io-console-0.4.3.gemspec

MD5 sums of the files are:

bigdecimal-1.2.6.gemspec:
 78f036c40b5dd99fb2636dbe5ae1a200 on armel, armhf;
 0b5bfeb378d7cf5c452ba5ba1b891c41 elsewhere.

io-console-0.4.3.gemspec:
 6a83c2944afe250223981aded0567325 on armel, armhf;
 b2fa95d56d351a90c571e8cebbeea4da elsewhere.

A diff between i386 and armel is attached.

--
Jakub Wilk
diff -ur 
libruby2.2_2.2.2-1_i386/usr/lib/ruby/gems/2.2.0/specifications/default/bigdecimal-1.2.6.gemspec
 
libruby2.2_2.2.2-1_armel/usr/lib/ruby/gems/2.2.0/specifications/default/bigdecimal-1.2.6.gemspec
--- 
libruby2.2_2.2.2-1_i386/usr/lib/ruby/gems/2.2.0/specifications/default/bigdecimal-1.2.6.gemspec
 2015-05-04 00:53:10.0 +0200
+++ 
libruby2.2_2.2.2-1_armel/usr/lib/ruby/gems/2.2.0/specifications/default/bigdecimal-1.2.6.gemspec
2015-05-04 02:04:23.0 +0200
@@ -9,7 +9,7 @@
   s.required_rubygems_version = Gem::Requirement.new(= 0) if s.respond_to? 
:required_rubygems_version=
   s.require_paths = [.]
   s.authors = [Kenta Murata, Zachary Scott, Shigeo Kobayashi]
-  s.date = 2015-05-03
+  s.date = 2015-05-04
   s.description = This library provides arbitrary-precision decimal 
floating-point number class.
   s.email = m...@mrkn.jp
   s.extensions = [extconf.rb]
diff -ur 
libruby2.2_2.2.2-1_i386/usr/lib/ruby/gems/2.2.0/specifications/default/io-console-0.4.3.gemspec
 
libruby2.2_2.2.2-1_armel/usr/lib/ruby/gems/2.2.0/specifications/default/io-console-0.4.3.gemspec
--- 
libruby2.2_2.2.2-1_i386/usr/lib/ruby/gems/2.2.0/specifications/default/io-console-0.4.3.gemspec
 2015-05-04 00:53:10.0 +0200
+++ 
libruby2.2_2.2.2-1_armel/usr/lib/ruby/gems/2.2.0/specifications/default/io-console-0.4.3.gemspec
2015-05-04 02:04:23.0 +0200
@@ -10,7 +10,7 @@
   s.require_paths = [.]
   s.authors = [Nobu Nakada]
   s.cert_chain = [certs/nobu.pem]
-  s.date = 2015-05-03
+  s.date = 2015-05-04
   s.description = add console capabilities to IO instances.
   s.email = n...@ruby-lang.org
   s.extensions = [extconf.rb]


Bug#784226: tracker.debian.org: Don't duplicate work

2015-05-04 Thread Joerg Jaspert
Package: tracker.debian.org
Severity: normal

Dear Maintainer,

as far as I can see, tracker.d.o seems to redo work for tasks that are
already done elsewhere.
The case I noticed is extracting files like changelogs and copyrights,
which the archive already extracts and provides in an rsyncable tree.[1]

It currently only extracts ('changelog', 'copyright', 'NEWS.Debian',
'README.Debian') but that list can be extended.


[1] It's currently limited to authenticated users, though we will move
that to the public ftp-master host so all can access it. But if you use
it, we will sync it directly to you, so get it updated on every update
dak is doing.

-- 
bye, Joerg


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



Bug#745837: curl should use a Certificate Revocation List by default

2015-05-04 Thread Alessandro Ghedini
On Mon, May 04, 2015 at 03:15:19AM +0200, Vincent Lefevre wrote:
 Control: retitle -1 curl should check certificate revocation status by default
 
 On 2014-04-26 13:19:35 +0200, Alessandro Ghedini wrote:
  TL;DR: let's do OCSP instead of downloading CRLs. It would still
  need someone to actually write the code though (ideally for all
  OpenSSL, GnuTLS and NSS).
 
 Well, I can see that curl now has a --cert-status option, which works:
 
 xvii:~ curl --cert-status https://www.vinc17.net:4434/
 curl: (91) SSL certificate revocation reason: (UNKNOWN) (-1)
 
 Without it, no errors. :(
 
 But most users and scripts don't use it (because it is new and/or they
 don't know it?), thus are potentially vulnerable to MITM attack.
 
 Checking the certificate revocation status should be done by default
 for security reasons, like what lynx and wget now do thanks to the new
 GnuTLS version.

--cert-status only checks for the status_request TLS extension which is not
supported by most servers (which means curl will fail by default on most
requests). So no, curl will not enable the option by default, at least until
status_request catches on.

Cheers


signature.asc
Description: Digital signature


Bug#774504: debianutils: please make the build reproducible

2015-05-04 Thread Jérémy Bobbio
Hi!

 The attached patches make several small changes to debian/rules. Once
 applied, debianutils can be built reproducibly on our current
 experimental framework.

This was merged in debianutils/4.5 but since umask variations are now
considered, this is not enough. The attached patch should do the trick.

Thanks,
-- 
Lunar.''`. 
lu...@debian.org: :Ⓐ  :  # apt-get install anarchism
`. `'` 
  `-   
From 8e5ae1e11483352d2b12ac5762958318671be455 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Bobbio?= lu...@debian.org
Date: Mon, 4 May 2015 10:31:26 +0200
Subject: [PATCH] Ensure consistent permissions with different umasks

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

diff --git a/debian/rules b/debian/rules
index 7904421..abf1cce 100755
--- a/debian/rules
+++ b/debian/rules
@@ -99,6 +99,8 @@ endif
 
 	cd debian/tmp  find * -type f ! -regex '^DEBIAN/.*' -print0 | LC_ALL=C sort -z | xargs -r0 md5sum  DEBIAN/md5sums
 
+	find debian/tmp ! -type l -print0 | xargs -0r chmod go=rX,u+rw,a-s
+
 	dpkg-shlibdeps debian/tmp/bin/run-parts \
 			debian/tmp/bin/tempfile \
 			debian/tmp/usr/bin/ischroot
-- 
1.9.1



signature.asc
Description: Digital signature


Bug#782376: inverted theme thumbnail padding distorts images

2015-05-04 Thread martin f krafft
also sprach Alexandre Rossi alexandre.ro...@gmail.com [2015-04-13 16:33 
+0200]:
 This patch[1] should fix the problem.

Confirmed! Thanks.

-- 
 .''`.   martin f. krafft madduck@d.o @martinkrafft
: :'  :  proud Debian developer
`. `'`   http://people.debian.org/~madduck
  `-  Debian - when you have better things to do than fixing systems
 
it is better to have loft and lost
than to never have loft at all.
   -- groucho marx


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


Bug#784218: [Piuparts-devel] Bug#784218: piuparts: Please document how to test upgrades of split packages

2015-05-04 Thread Fabian Greffrath
Control: forcemerge -1 717125

Hi there,

Am Montag, den 04.05.2015, 10:29 +0200 schrieb Holger Levsen: 
 have you seen #717125 ?

no, but it gave some valuable pointers and I think our concerns are
similar enough to merge both bugs. 
However, even after dozens of retries with different parameters, I
didn't get it to do what I expected. It either straightforward installed
the package from the local repo, because that had the higher version
number 1.0-2 (if used with the -a option) or it persisted to install
only the package from the Debian mirror, because of the game=1.0-1
command line passed over to apt-get.

I did not get it to first install the package from the Debian mirror,
then upgrade to the package from the local repo.

- Fabian



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


Bug#784229: startupmanager: [startupmanager] Bootloader menu resolution breaks jessie boot

2015-05-04 Thread Federico M.
Package: startupmanager
Version: 1.9.13-8
Severity: critical
Justification: breaks the whole system

Dear Maintainer,


Bootloader menu resolution breaks jessie boot.

Reproduce:
1) Go in Startupmanager -- Advanced.
2) Set Bootloader menu resolution to 800x600 or higher.
3) Close startup manager.
4) Reboot and see that jessie is not booting anymore.

Do you mind investigating?



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

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

Versions of packages startupmanager depends on:
ii  grub-pc2.02~beta2-22
ii  menu   2.1.47
ii  python 2.7.9-1
ii  python-glade2  2.24.0-4
ii  python-gnome2  2.28.1+dfsg-1.1
ii  python-libxml2 2.9.1+dfsg1-5
pn  python:any none
ii  x11-xserver-utils  7.7+3+b1
ii  yelp   3.14.1-1

startupmanager recommends no packages.

startupmanager suggests no packages.

-- no debconf information


Bug#784227: lxde: lxde: [lxde] Desktop pager settings menu does not open

2015-05-04 Thread Federico M.
Package: lxde
Version: 6
Severity: normal

Dear Maintainer,

in lxde, Desktop pager settings menu does not open.

Reproduce:
1) Move mouse on the bottom lxde menu, over the desktop pager.
2) Right click and select Desktop pager setting menu.
3) Does not open.

Do you mind investigating?



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

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

Versions of packages lxde depends on:
ii  galculator  2.1.3-1
ii  gpicview0.2.4-2+b2
ii  leafpad 0.8.18.1-4
ii  lxappearance0.6.1-1
ii  lxappearance-obconf 0.2.2-1
ii  lxde-core   6
ii  lxde-icon-theme 0.5.1-1
ii  lxinput 0.3.4-1
ii  lxrandr 0.3.0-1
ii  lxsession [lxsession-edit]  0.5.1-2
ii  lxterminal  0.2.0-1
ii  xarchiver   1:0.5.4-1

Versions of packages lxde recommends:
ii  alsamixergui  0.9.0rc2-1-9.1
ii  chromium [www-browser]42.0.2311.135-1~deb8u1
ii  clipit1.4.2-1
ii  evince [pdf-viewer]   3.14.1-2
ii  gdm3 [x-display-manager]  3.14.1-7
ii  gnome-disk-utility3.12.1-1+b1
ii  gnome-mplayer 1.0.9-3
ii  gnome-system-tools3.0.0-4
ii  gucharmap 1:3.14.1-1
ii  iceweasel [www-browser]   31.6.0esr-1
ii  lxmusic   0.4.6-2
ii  lxsession [lxpolkit]  0.5.1-2
ii  menu-xdg  0.5
ii  network-manager-gnome 0.9.10.0-2
ii  transmission-gtk  2.84-0.2
ii  usermode  1.109-1
ii  w3m [www-browser] 0.5.3-19
ii  xserver-xorg  1:7.7+7

Versions of packages lxde suggests:
ii  gimp
  2.8.14-1+b1
ii  gnome-packagekit [update-notifier]  3.14.0-1
ii  libreoffice 1:4.3.3-2+deb8u1
pn  lxlauncher  none
ii  lxtask  0.1.6-1
ii  pidgin  2.10.11-1
pn  xfce4-power-manager none

-- no debconf information


Bug#784228: Registering multiple people per account

2015-05-04 Thread martin f krafft
Package: summit.debconf.org
Severity: wishlist

For families and couples, it can be quite a nuisance to expect an
Alioth account for every person just so that every person can be
registered.

Especially if we move beyond summit, we might want to consider
allowing multiple persons to be registered to attend a conference
from a single account. For each person, such things as dietary
preferences and t-shirt sizes would be tracked individually.

This would also have the benefit of keeping families together, which
is relevant for e.g. room allocation, child care, etc.

-- System Information:
Debian Release: 8.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

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


-- 
 .''`.   martin f. krafft madduck@d.o @martinkrafft
: :'  :  proud Debian developer
`. `'`   http://people.debian.org/~madduck
  `-  Debian - when you have better things to do than fixing systems


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


Bug#782814: transition: libvncserver

2015-05-04 Thread Jonathan Wiltshire

Control: tag -1 moreinfo

On 2015-05-01 23:22, Peter Spiess-Knafl wrote:

Hi,

I tested against lcd4linux and vlc. I already sent mails to all
rdepends, but only got an answer from lcd4linux maintainer.


It would be good to know about other packages before we start, so 
problems can be resolved before they hold the transition up. The full 
list is:


aqemu
guacamole-server
kcemu
krdc
krfb
lcd4linux
netsurf
remmina
virtualbox
vlc
x11vnc


--
Jonathan Wiltshire  j...@debian.org
Debian Developer http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51

directhex i have six years of solaris sysadmin experience, from
8-10. i am well qualified to say it is made from bonghits
layered on top of bonghits


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



Bug#784102: wheezy-pu: package clamav/0.98.7+dfsg-0+deb7u1

2015-05-04 Thread Adam D. Barratt
Control: tags -1 + pending

On Sat, 2015-05-02 at 22:59 -0400, Scott Kitterman wrote:
 Once again, new clamav release.  Painfully huge debdiff attached.
 
 Four CVEs addressed in this version:
 
 CVE-2015-2668   Infinite loop condition on a crafted xz archive file
 CVE-2015-   Crash on crafted petite packed file
 CVE-2015-2221   Infinite loop condition on crafted y0da cryptor file
 CVE-2015-2170   Crash in upx decoder with crafted file
 
 There are also a couple of changes to fix regressions when running with
 systemd (some of the configuration options were ignored).

Flagged for acceptance.

Regards

Adam


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



Bug#784230: open-vm-tools-dkms: vmhgfs doesnt compile with kernel 3.2.68-1+deb7u1 (d_alias issue)

2015-05-04 Thread Norbert Lange
Package: open-vm-tools-dkms
Version: 2:9.4.6-1770165-8~bpo70+1
Severity: important

Dear Maintainer,
Building the dkms modules is not working, due to the changes in struct dentry.
You have applied a patch d_alias_fix, but this checks for kernel version = 
3.16.7
Removing this check will make compilation possible, but likely this would mean 
youd have to make sure the kernel is updated to a recent version

-- System Information:
Debian Release: 7.8
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'oldstable')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-4-686-pae (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 open-vm-tools-dkms depends on:
ii  dkms  2.2.0.3-1.2
ii  make  3.81-8.2

Versions of packages open-vm-tools-dkms recommends:
ii  open-vm-tools  2:9.4.6-1770165-8~bpo70+1

Versions of packages open-vm-tools-dkms suggests:
ii  open-vm-tools-desktop  2:9.4.6-1770165-8~bpo70+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#781508: fprintd: Please upgrade to version 0.6.0

2015-05-04 Thread Matteo F. Vescovi
Hi!

On 2015-03-30 at 09:10 (CEST), Jim Barber wrote:
 I have a Lenovo X1 Carbon Gen 3 laptop.
 It has a Validity Sensors, Inc. VFS5011 finger print reader.
 
 Support for this reader was added in version 0.6.0 of the libfprint software.

Actually, the support has been already added via the libfprint 0.6.0
package in the experimental suite.
I'm using it right now, on the same laptop, and it works just fine.

HTH.

Cheers.


-- 
Matteo F. Vescovi || Debian Developer
GnuPG KeyID: 4096R/0x8062398983B2CF7A


signature.asc
Description: Digital signature


Bug#784231: FTBFS: configure: WARNING: unrecognized options: --disable-maintainer-mode, --disable-silent-rules

2015-05-04 Thread Jonathan Wiltshire
Package: sipwitch
Version: 1.6.1-1
Severity: serious
Tags: sid
Justification: FTBFS

A rebuild of sipwitch in sid for the libucommon7 transition fails. Tail of the
build log:

-
config.status: creating libsipwitch.pc
config.status: creating sipwitch.spec
config.status: creating sipwitch-config
config.status: creating directive
config.status: creating sipwitch-config.h
config.status: executing libtool commands
config.status: executing depfiles commands
configure: WARNING: unrecognized options: --disable-maintainer-mode, 
--disable-silent-rules
touch debian/stamp-autotools
/usr/bin/make  -C .  
make[1]: Entering directory '/«PKGBUILDDIR»'
Makefile:277: *** missing separator (did you mean TAB instead of 8 spaces?).  
Stop.
make[1]: Leaving directory '/«PKGBUILDDIR»'
make: *** [debian/stamp-makefile-build] Error 2
/usr/share/cdbs/1/class/makefile.mk:47: recipe for target 
'debian/stamp-makefile-build' failed
-

This blocks the transition.

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

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


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



Bug#784158: [pkg-cinnamon] Bug#784158: cinnamon: GUI logons with cinnamon + lightdm do not source either /etc/profile or ~/.profile

2015-05-04 Thread Maximiliano Curia
Control: reassign -1 lightdm 1.10.3-3
Control: clone -1 -2
Control: reassign -2 x11-common 1:7.7+7
Control: severity -1 normal
Control: retitle -1 Missing pam_env.so user_readenv=1 in the pam file
Control: severity -2 normal
Control: retitle -2 Xsession script to process /etc/profile and ~/.profile

The reported issue is not specific to cinnamon, so I'm reassigning parts of
this to the lightdm package maintainers and the rest to the x11-common
maintainers.

On 03/05/15 17:51, graeme vetterlein wrote:
 My ~/.profile (I believe the default jessie one) was not being sourced as 
 $PATH
 was being set incorrectly

The ~/.profile file is intended to be sourced by a login shell session, it's
not specified if it needs to be sourced by a X session, and it hasn't been the
default in most Debian desktop managers.

The documented way to add environment variables is using the ~/.xsessionrc to
add them when starting the X session (see Xsession(5)), or /etc/environment
and ~/.pam_environment to add them when login in via pam.

Sadly, the pam file distributed in the lightdm package is not processing the
/etc/environment and ~/.pam_environment file. Thus the reassignment of this
bug to the lightdm package.

Lightdm maintainers: please consider adding:
auth  required pam_env.so user_readenv=1
to the /etc/pam.d/lightdm conffile

 I expected BOTH scripts to be executed at a GUI logon.

 Looking back @ wheezy, I see work was done in /etc/gdm/Xsession. I took the 
 relevant section
 of that file and used it to create:

 /etc/X11/Xsession.d/70fix_lightdm_gpv:

 # GPV: 2-May-2015, lightdm + cinnamon forgets to source ANY profiles!!

 # First read /etc/profile and .profile
 test -f /etc/profile  . /etc/profile
 test -f $HOME/.profile  . $HOME/.profile
 # Second read /etc/xprofile and .xprofile for X specific setup
 test -f /etc/xprofile  . /etc/xprofile
 test -f $HOME/.xprofile  . $HOME/.xprofile

 This caused both /etc/profile and ~/.profile to get executed and so the 
 wheezy behaviour was restored.

I'm not sure this is a good idea, but I forward this part to the x11-common
package maintainers, so they decide whether it makes sense to add a Xsession.d
script for this.

Happy hacking,
-- 
Seek simplicity, and distrust it. -- Whitehead's Rule
Saludos /\/\ /\  `/



signature.asc
Description: OpenPGP digital signature


Bug#745837: curl should use a Certificate Revocation List by default

2015-05-04 Thread Vincent Lefevre
On 2015-05-04 10:57:36 +0200, Alessandro Ghedini wrote:
 --cert-status only checks for the status_request TLS extension which is not
 supported by most servers (which means curl will fail by default on most
 requests). So no, curl will not enable the option by default, at least until
 status_request catches on.

OK, if I understand, it just supports OCSP stapling, not plain OCSP.
So, why not using plain OCSP if no OCSP stapling information is
received?

-- 
Vincent Lefèvre vinc...@vinc17.net - Web: https://www.vinc17.net/
100% accessible validated (X)HTML - Blog: https://www.vinc17.net/blog/
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)


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



Bug#784233: configure: WARNING: unrecognized options: --disable-maintainer-mode

2015-05-04 Thread Jonathan Wiltshire
Package: libccaudio2
Version: 2.1.3-1
Severity: serious
Tags: sid
Justification: FTBFS

A rebuild of libccaudio2 in sid for the libucommon7 transition fails. Tail of
the build log:

-
config.status: creating ccaudio2.spec
config.status: creating directive
config.status: creating ccaudio2-config.h
config.status: executing libtool commands
config.status: executing depfiles commands
configure: WARNING: unrecognized options: --disable-maintainer-mode
make[1]: Leaving directory '/«PKGBUILDDIR»'
   dh_auto_build -a -O--parallel
make -j4
Makefile:263: *** missing separator (did you mean TAB instead of 8 spaces?).  
Stop.
make[1]: Entering directory '/«PKGBUILDDIR»'
make[1]: Leaving directory '/«PKGBUILDDIR»'
dh_auto_build: make -j4 returned exit code 2
make: *** [build-arch] Error 2
debian/rules:3: recipe for target 'build-arch' failed
-

This blocks the transition.


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

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


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



Bug#781888: [pkg-cinnamon] Bug#781888: cinnamon-session: session does not start

2015-05-04 Thread Maximiliano Curia
Hi,

On 02/05/15 17:25, Frederik Himpe wrote:
 I'm experiencing exactly the same problem on one of my systems:

 ii  libcinnamon-control-center1:amd64 2.2.11-4 amd64utilities to
 configure the Cinnamon desktop

Oh, cinnamon-control-center is missing a version dependency of
libcinnamon-control-center1, added.

 ii  libcinnamon-menu-3-0  2.2.0-3  amd64Cinnamon
 implementation of the freedesktop menu specification

Well, that's not updated, you are probably missing the updated:
gir1.2-cmenu-3.0

I'm adding those missing dependencies (that would be part of the next
release). Please let me know it that fixes the issue.

Happy hacking,
-- 
C makes it easy to shoot yourself in the foot; C++ makes it harder,
but when you do it blows your whole leg off.
-- Bjarne Stroustrup
Saludos /\/\ /\  `/



signature.asc
Description: OpenPGP digital signature


Bug#784234: initramfs-tools: searches for fsck.btrfs in the wrong directory

2015-05-04 Thread Norbert Preining
Package: initramfs-tools
Version: 0.120
Severity: important

With the update of btrfs-tools to 4.0-1 I get this:
  update-initramfs: Generating /boot/initrd.img-4.1.0-rc2
  Warning: /sbin/fsck.btrfs doesn't exist, can't install to initramfs, ignoring.
and indeed, the changelog states

btrfs-tools (4.0-1) unstable; urgency=medium
  
  * Move all binaries to /bin (Closes: #770806)

and there it is
-rwxr-xr-x 1 root root 1177 May  4 07:28 /bin/fsck.btrfs

I don't know who should fix that, though.

All the best

Norbert

-- Package-specific info:
-- initramfs sizes
-rw-r--r-- 1 root root 4.7M Apr 14 14:22 /boot/initrd.img-3.17.0
-rw-r--r-- 1 root root 4.7M Apr 14 14:22 /boot/initrd.img-3.18.0
-rw-r--r-- 1 root root 4.9M Apr 14 14:22 /boot/initrd.img-3.19.0
-rw-r--r-- 1 root root 4.9M Apr 14 14:22 /boot/initrd.img-4.0.0
-rw-r--r-- 1 root root 4.9M Apr 14 14:22 /boot/initrd.img-4.0.0-rc6+
-rw-r--r-- 1 root root 4.9M Apr 14 14:22 /boot/initrd.img-4.0.0-rc7
-rw-r--r-- 1 root root 4.9M Apr 18 11:36 /boot/initrd.img-4.0.0-rc7+
-rw-r--r-- 1 root root 3.8M May  4 19:28 /boot/initrd.img-4.1.0-rc2
-- /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-4.1.0-rc2 root=/dev/sda7 ro libata.force=noncq

-- /proc/filesystems
ext3
ext2
vfat
iso9660
ntfs
fuseblk
btrfs

-- lsmod
Module  Size  Used by
ctr 3503  2 
ccm 6946  2 
acpi_call   4055  0 
binfmt_misc 6006  1 
nfsd  199194  2 
auth_rpcgss36500  1 nfsd
oid_registry2099  1 auth_rpcgss
nfs_acl 2063  1 nfsd
nfs   105211  0 
lockd  53114  2 nfs,nfsd
grace   1506  2 nfsd,lockd
sunrpc152397  6 nfs,nfsd,auth_rpcgss,lockd,nfs_acl
x86_pkg_temp_thermal 4315  0 
intel_powerclamp8146  0 
kvm_intel 127847  0 
kvm   250993  1 kvm_intel
crc32c_intel   12785  0 
aesni_intel   158005  4 
aes_x86_64  7295  1 aesni_intel
iwlmvm202743  0 
mac80211  331322  1 iwlmvm
lrw 3255  1 aesni_intel
gf128mul5479  1 lrw
glue_helper 3782  1 aesni_intel
ablk_helper 1612  1 aesni_intel
joydev  8259  0 
cryptd  7151  2 aesni_intel,ablk_helper
iwlwifi80313  1 iwlmvm
cfg80211  179797  3 iwlwifi,mac80211,iwlmvm
sony_laptop36270  0 
ipv6  264130  61 
autofs421176  2 

-- /etc/initramfs-tools/modules

-- /etc/kernel-img.conf
# Kernel image management overrides
# See kernel-img.conf(5) for details
do_symlinks = yes
do_bootloader = no
do_initrd = yes
link_in_boot = no

-- /etc/initramfs-tools/initramfs.conf
MODULES=most
BUSYBOX=y
KEYMAP=n
COMPRESS=gzip
DEVICE=
NFSROOT=auto

-- /etc/initramfs-tools/update-initramfs.conf
update_initramfs=yes
backup_initramfs=no

-- mkinitramfs hooks
/etc/initramfs-tools/hooks/:

/usr/share/initramfs-tools/hooks:
btrfs
busybox
dmsetup
fsck
fuse
intel_microcode
keymap
klibc
kmod
ntfs_3g
resume
thermal
udev
zz-busybox


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

Kernel: Linux 4.1.0-rc2 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages initramfs-tools depends on:
ii  busybox  1:1.22.0-15
ii  cpio 2.11+dfsg-4.1
ii  klibc-utils  2.0.4-2
ii  kmod 20-1
ii  udev 215-17

Versions of packages initramfs-tools recommends:
ii  busybox  1:1.22.0-15

Versions of packages initramfs-tools suggests:
pn  bash-completion  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#784235: Support True/False in dput.cf

2015-05-04 Thread Gaudenz Steinlin
Package: dput-ng
Version: 1.8
Severity: wishlist

dput allows the use of True and False instead of 0/1 for boolean values
in it's configuration file. dput-ng throws the following exception at
this:

Traceback (most recent call last):
  File /usr/bin/dput, line 106, in module
upload_package(changes, args)
  File /usr/lib/python2.7/dist-packages/dput/uploader.py, line 273, in 
invoke_dput
profile = dput.profile.load_profile(args.host)
  File /usr/lib/python2.7/dist-packages/dput/profile.py, line 197, in 
load_profile
return config.get_config(host)
  File /usr/lib/python2.7/dist-packages/dput/profile.py, line 148, in 
get_config
validate_object('config', ret, 'profiles/%s' % (name))
  File /usr/lib/python2.7/dist-packages/dput/util.py, line 212, in 
validate_object
raise ex
dput.exceptions.InvalidConfigError: Error with config file profiles/XX - 
Value 'True' for field 'allow_unsigned_uploads' is not of type boolean


This can be worked around by replacing all True values with 1 and all False 
values 
with 0, but it would be nice if dput-ng fully supported the old config file 
format.

Gaudenz

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

Kernel: Linux 3.16.0-4-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
Init: systemd (via /run/systemd/system)

Versions of packages dput-ng depends on:
ii  python-dput  1.8
pn  python:any   none

Versions of packages dput-ng recommends:
ii  bash-completion  1:2.1-4

dput-ng 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#758460: xserver-xorg-video-nouveau: Crash and freeze with GeForce 6150SE.

2015-05-04 Thread Agustin Martin
Package: xserver-xorg-video-nouveau
Version: 1:1.0.11-1
Followup-For: Bug #783805

 Dear Maintainer,

 1) I've just switched to Jessie and now my system is very unstable (barely
 usable). That was not the case at all with Wheezy. I guess it's related to
 the nouveau driver, but maybe some cryptic kernel issue are involved too ?
 Just for the record, I gave a try to Jessie in the beginning of 2013 (so
 testing at that time), but went back to Wheezy, for the same reason : way
 too frequent crashes.

 2) ctrl+alt+F1 doesn't work to take control again.

 3) It's difficult to accurately trigger (at user level) which typical
 action entails a crash, it's somewhat fuzzy.

 4) I skimmed through the bug lists but I can't figure out whether or not
 the same *exact* bug has always been reported. Forgive me, if so. And it's
 my first bug report.

 5) I used the reportbug tool, but why some critical section doesn't figure
 and reportbug removes it, like this one (extract of dmesg) :

 dmesg:[   68.627296] nouveau E[PBUS][:00:0d.0] MMIO write of
 x00820001 FAULT at 0x00b000

Hi,

Just to confirm a similar problem in a GeForce 6150SE graphics engine,

00:0d.0 VGA compatible controller: NVIDIA Corporation C61 [GeForce 6150SE 
nForce 430] (rev a2)

Similar messages in syslog,

[  711.849697] nouveau E[PBUS][:00:0d.0] MMIO write of 0x00870001 FAULT 
at 0x00b010

and random freeze. Last seen thing is some sort of zig-zag random pattern
apparently with colors used at that time. Nothing but hard reboot helps
once the system is frozen, not even Magic SysRq. No relevant info seems
to appear in syslog.

An important info is that this does not happen if I reboot with old
3.2.04-amd64 (3.2.65-1+deb7u2) wheezy kernel. So this seems to be a problem
with the nouveau kernel module.

Noticed that something similar has been reported in
http://bugs.debian.org/758460 for a GeForce 6150LE. Not merging both bug
reports in case they are different issues for different chip variants, but
cc'ing. Following advice there I tried with kernel boot parameter
nouveau.config=NvMSI=0 in the command line and with

options nouveau NvMSI=0

in a /etc/modprobe.d/local-video.conf file (also built a new initramfs in
case this is needed), problem is still here, no luck.

I am still blindly trying to find a reproducibility pattern, Seems that when
mozilla is used and closed, if I try to open it again inmediately failure
often happens. Just have to do one of this quick iceweasel start and stop
cycles to hit the problem with a very high probability (funny, this seems
not to happen with chromium). 

I do not have daily access to the affected box (and it is not one of my
boxes), but let me know if I can try to provide more info.

By the way, gdm3 is not used there, just lightdm, and init is sysvinit.  

Regards,


X server symlink status:

lrwxrwxrwx 1 root root 13 Mar 11  2014 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 2401376 Feb 11 01:35 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
--
00:0d.0 VGA compatible controller [0300]: NVIDIA Corporation C61 [GeForce 
6150SE nForce 430] [10de:03d0] (rev a2)

/etc/X11/xorg.conf does not exist.

/etc/X11/xorg.conf.d does not exist.

KMS configuration files:

/etc/modprobe.d/radeon-kms.conf:
  options radeon modeset=1

Kernel version (/proc/version):
---
Linux version 3.16.0-4-amd64 (debian-ker...@lists.debian.org) (gcc version 
4.8.4 (Debian 4.8.4-1) ) #1 SMP Debian 3.16.7-ckt9-3~deb8u1 (2015-04-24)

-- 
Agustin


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



Bug#778833: monkeysphere: upgrade fails: Failed running transition script /usr/share/monkeysphere/transitions/0.23

2015-05-04 Thread Jonas Smedegaard
Package: monkeysphere
Version: 0.37-2
Followup-For: Bug #778833

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Now I experienced same error at a fresh Jessie install:

[...]
Selecting previously unselected package monkeysphere.
Preparing to unpack .../monkeysphere_0.37-2_all.deb ...
Unpacking monkeysphere (0.37-2) ...
[...]
Setting up monkeysphere (0.37-2) ...
adding monkeysphere user...
ms: setting up Monkeysphere authentication trust core...
Failed running transition script /usr/share/monkeysphere/transitions/0.23
dpkg: error processing package monkeysphere (--configure):
 subprocess installed post-installation script returned error exit status 141
[...]
Errors were encountered while processing:
 monkeysphere
E: Sub-process /usr/bin/dpkg returned an error code (1)
Failed to perform requested operation on package.  Trying to recover:
Setting up monkeysphere (0.37-2) ...
ms: setting up Monkeysphere authentication trust core...
/usr/share/monkeysphere/ma/setup: line 73: printf: write error: Broken pipe
Failed running transition script /usr/share/monkeysphere/transitions/0.23
dpkg: error processing package monkeysphere (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 monkeysphere


Repeating APT install (I use aptitude) does not help: monkeysphere fails
to install from scratch on Jessie!

Manually running monkeysphere-authentication setup from a bash shell works.


 - Jonas

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJVR0+NAAoJECx8MUbBoAEhM50P/iEyqyfXpbefOknAOv/M129H
teYBCGG4t5v5xHued2EOrutDxLa0rcbOS84AiEjkrmuna1ImkxgHd13KTUrDx15V
fxiBe8XGekuNVxIYkhJtztJHK69YzE1TJorDx3YJOvXQhzwQ3gNnt5i3XLCyITQY
6TU0l2PvNV4kuelz1rs8Fe9dUFXXaKJtkNFLBXgZmpaXeA+IORSXeyDSFtJ8Wlur
aoAimrLqgi7xyH2aX5ksUm8zgUl82ZOY1o0NRnrGEvxeb2MLVQH36UFrkcMMIPi+
9z7a9d+tWMMyxxc7uU3lwtZkiWeNuNP4pAOfVP5KPL5N2pz29mY7EydmdsN73IAt
5ac1GFOMddrVMufyIrhEvzzlQhDTq1hCxOXIlDrK2NX/bDr39hl4sGJvuw3KmhGb
Tu8KXrbtdc+WxniTRKXpKa6z2NTdGr+UW97mUwZ+Ooyg+sV+voJZF4Hi9Cr5iKox
TGJ3WzXXWUVis0ow5UyYFr2v5vdhfExg/GmZ+NPOXsAgUJEQTX2uWs1JoZBuVNGh
g42hEZf1mKvphyr3j68IPv5waJQL+jXeIPuYGjrUeGsM0P/EEQy9yMT3sXVlmY4v
wMaEtXC1F20dmmGfE7f2Zrb2piHl2l0k3Csl/J1zvaaqZwanAL6USeEIrYRd0uC9
TiacVFv0t7zZhmnR+5Ng
=r4zc
-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#784236: Build-Depends on libelf-dev, but libelf support no longer enabled

2015-05-04 Thread Michael Biebl
Source: glib2.0
Version: 2.44.0-2
Severity: normal

Since the update to 2.44.0, libelf support is no longer enabled.
Checking the build logs at [1], the configure check prints:

checking for LIBELF... no

The package still has a Build-Depends on libelf-dev. So it looks like an
unintended change which was overlooked and needs further investigation,
why the configure check fails.



[1] https://buildd.debian.org/status/package.php?p=glib2.0
-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (200, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-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
Init: systemd (via /run/systemd/system)


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



Bug#784237: Emails about needing to restart apt-get

2015-05-04 Thread Thijs Kinkhorst
Package: needrestart
Version: 2.0-2
Severity: normal

Hi,

Running needrestart after an upgrade which included a new apt version triggers
an email with the following content:

  Your session on host tetraquark.soleus.nu (/dev/pts/0) is running 
  obsolete binaries or libraries as listed below.
  
  Please consider to relogin or restart the affected processes!
  
  apt-get[4699,31634]

Probably the current package manager should be excluded from the checks.



Cheers,
Thijs

-- Package-specific info:
needrestart output:
Your outdated processes:
bash[2394], irssi[2397]



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

Kernel: Linux 3.2.0-4-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: sysvinit (via /sbin/init)

Versions of packages needrestart depends on:
ii  dpkg   1.17.25
ii  libmodule-find-perl0.12-1
ii  libmodule-scandeps-perl1.16-1
ii  libproc-processtable-perl  0.51-1
ii  libsort-naturally-perl 1.03-1
ii  libterm-readkey-perl   2.32-1+b1
ii  perl   5.20.2-4

needrestart recommends no packages.

Versions of packages needrestart suggests:
pn  libnotify-bin  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#778833: monkeysphere: upgrade fails: Failed running transition script /usr/share/monkeysphere/transitions/0.23

2015-05-04 Thread Jonas Smedegaard
Package: monkeysphere
Version: 0.37-2
Followup-For: Bug #778833

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Purging monkeysphere and installing again from scratch fails too:

(Reading database ... 32919 files and directories currently installed.)
Removing lockfile-progs (0.1.17) ...
Removing netcat (1.10-41) ...
Removing netcat-traditional (1.10-41) ...
Processing triggers for man-db (2.7.0.2-5) ...
Press Return to continue.

Selecting previously unselected package netcat-traditional.
(Reading database ... 32865 files and directories currently installed.)
Preparing to unpack .../netcat-traditional_1.10-41_amd64.deb ...
Unpacking netcat-traditional (1.10-41) ...
Selecting previously unselected package lockfile-progs.
Preparing to unpack .../lockfile-progs_0.1.17_amd64.deb ...
Unpacking lockfile-progs (0.1.17) ...
Selecting previously unselected package monkeysphere.
Preparing to unpack .../monkeysphere_0.37-2_all.deb ...
Unpacking monkeysphere (0.37-2) ...
Selecting previously unselected package netcat.
Preparing to unpack .../netcat_1.10-41_all.deb ...
Unpacking netcat (1.10-41) ...
Processing triggers for man-db (2.7.0.2-5) ...
Setting up netcat-traditional (1.10-41) ...
update-alternatives: using /bin/nc.traditional to provide /bin/nc (nc) in auto 
mode
Setting up lockfile-progs (0.1.17) ...
Setting up monkeysphere (0.37-2) ...
adding monkeysphere user...
ms: setting up Monkeysphere authentication trust core...
Failed running transition script /usr/share/monkeysphere/transitions/0.23
dpkg: error processing package monkeysphere (--configure):
 subprocess installed post-installation script returned error exit status 141
Setting up netcat (1.10-41) ...
Errors were encountered while processing:
 monkeysphere
E: Sub-process /usr/bin/dpkg returned an error code (1)
Failed to perform requested operation on package.  Trying to recover:
Setting up monkeysphere (0.37-2) ...
ms: setting up Monkeysphere authentication trust core...
/usr/share/monkeysphere/ma/setup: line 73: printf: write error: Broken pipe
Failed running transition script /usr/share/monkeysphere/transitions/0.23
dpkg: error processing package monkeysphere (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 monkeysphere
Press Return to continue.


Seems failing code is /usr/share/monkeysphere/transitions/0.23 line 58:

# run the authentication setup (this is also the first chance to bail
# if 0.23 is not fully-installed, because m-a did not exist before
# 0.23)
monkeysphere-authentication setup


Perhaps the intended bailing wrongly exits non-zero, or that migration
script in not designed to be executed unconditionally from postinst?

 - Jonas

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJVR1K1AAoJECx8MUbBoAEhKqgP/0Ji+3EGz92BPxHHQ3yuCHDa
hQSasYD1gxJXcaXS7HG/R0MvJ1wln0ZtTpKKOubF9pjZl1HOz6eDWn9i4+AfjVkX
D2dvBt7ICpCKlfWmtnwzUKeWq7n952wmBxqjIs/qGuyrTgjrbU4xEZhFr9zhGI0t
5PKYFxjDM2Xi110b0iFbNIJPTCiAAKWzSLFTAncUxOwWdTY7F7bJeIdot6WR/QuP
IeKSqp+0OvrcIcIAPbKyGMnxdmv5OJtvdOnKr4Ar85Vctw/hKIRI1e3bnjX1C44v
bY6GHTL1o7mqWqdrJApaJlq2nPEL1aRtnbPsEqydrrOYwslxsvQEeCSmoLqMCHxn
vDwynUbdEMHV2NzmcWPJhpeS2akMS2/LCoHJ3sqD8ajdbjPUksRgknzVr6PsGmlk
TipnKXb2ME/JbOQDp18wC/f1YpOMd/jNCEvfEAV7N95RqvljQNpbziftt+qJEDFF
33QGrDt//tzAdydwjxAk52li9J+RvqrAYH5qfMy0gWGcx0gAtznuLZlyRxJxMDoT
ytxvREt3ehhl5KW+GxxPr0mmAx2tuJcAQezASSDxbZyn1RbCNjUaLSEisPtg6SHF
odQH7eY9fn1413QcyOAK0UYGBj+DVnAA93wm2LittDV3qj0yAzO+uf/zKTDP9dfA
qAlpJn8p2SLCxn49bOxt
=JNLp
-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#779081: Still a no go with open-vm-tools/open-vm-dkms 2:8.8.0+2012.05.21-724730-1+nmu2

2015-05-04 Thread Jan Völkers
Same here!


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



Bug#784238: systemd: emergency.service restart leads to unusable system

2015-05-04 Thread Bernd Zeimetz

Severity: critical
Package: systemd
Tags: security

Restarting emergency.service (as done by needsrestart) within the 
emergency.service leads to a prompt for the root password to enter 
maintenance, but neither entering a valid password nor pressing ctrl+d 
results into a login shell.


Even worse, pressing enter shows the prompt from the former shell and 
I'm able to get 'bash ... command not found errors' by entering various 
combinations of letters and hitting return often enough. So while the 
shell seems to be locked, it is actually possible to run commands within 
the shell behind the login.



--
Mit freundlichen Grüßen


Bernd Zeimetz
Systems Engineer
Debian Developer

conova communications GmbH
Web| http://www.conova.com/
E-Mail | b.zeim...@conova.com

Zentrale Salzburg
Karolingerstraße 36A
5020 Salzburg

Tel | +43 (0) 662 22 00 - 313
Fax | +43 (0) 662 22 00 - 209

Es gelten die Allgemeinen Geschäftsbedingungen der
conova communications GmbH, http://www.conova.com/de/agb/


smime.p7s
Description: S/MIME cryptographic signature


Bug#783909: libgphoto2-2-dev missing for requested tests

2015-05-04 Thread Emilio Pozuelo Monfort
Control: reopen -1

On 04/05/15 13:13, Emilio Pozuelo Monfort wrote:
 I'm closing this report as it makes no sense. Just forget about piuparts until
 you update your dependency. It will be fine after that.

I hadn't realized this had been reassigned. Reopening.

Emilio


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



Bug#490265: [pkg-lynx-maint] Bug#490265: package name should be lynx (Re: Bug#490265)

2015-05-04 Thread Axel Beckert
Hi,

Guillem Jover wrote:
 On Sat, 2013-06-01 at 16:56:55 +0100, Justin B Rye wrote:
  Please go ahead and rename the package lynx-cur to lynx.
  
  There is only one package in Debian providing a /usr/bin/lynx
  executable; users should be able to find the description for that
  package by asking for apt-cache show lynx.  Users should *not* need
  to know ancient history about the packaging of different upstream
  branches of lynx just to find the package's name!
 
 I concur! Given that there's a new maintainer team and we are at the
 beginning of the release, now might be a good time to tackle this. :)

This is on the plan. lynx-cur-wrapper is already gone, btw.

There are though still discussions if the source package should be
renamed, too, and if a lynx-data/lynx-common package is worth to be
split off.

Regards, Axel
-- 
 ,''`.  |  Axel Beckert a...@debian.org, http://people.debian.org/~abe/
: :' :  |  Debian Developer, ftp.ch.debian.org Admin
`. `'   |  4096R: 2517 B724 C5F6 CA99 5329  6E61 2FF9 CD59 6126 16B5
  `-|  1024D: F067 EA27 26B9 C3FC 1486  202E C09E 1D89 9593 0EDE


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



Bug#783822: libsane-dev: depends on libgphoto2-2-dev which no longer exists

2015-05-04 Thread Jörg Frings-Fürst
Only for documentation:

http://anonscm.debian.org/cgit/collab-maint/sane-backends.git/commit/?id=92e4a7996dd44432053d380db4835dfd492b300a


-- 
New:
GPG Fingerprint: 63E0 075F C8D4 3ABB 35AB  30EE 09F8 9F3C 8CA1 D25D
GPG key (long) : 09F89F3C8CA1D25D
GPG Key: 8CA1D25D
CAcert Key S/N : 0E:D4:56

Old pgp Key: BE581B6E (revoked since 2014-12-31).

Jörg Frings-Fürst
D-54526 Niederkail

Threema: SYR8SJXB

IRC: j_...@freenode.net
 j_...@oftc.net

My wish list: 
 - Please send me a picture from the nature at your home.




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


Bug#784236: Build-Depends on libelf-dev, but libelf support no longer enabled

2015-05-04 Thread Simon McVittie
On 04/05/15 11:56, Michael Biebl wrote:
 Checking the build logs at [1], the configure check prints:
 
 checking for LIBELF... no

... but then it also prints:

checking for elf_begin in -lelf... yes
checking for elf_getshdrstrndx in -lelf... yes
checking for elf_getshdrnum in -lelf... yes
checking libelf.h usability... yes
checking libelf.h presence... yes
checking for libelf.h... yes

As far as I can see from configure.ac, libelf support works if *either*
the pkg-config check for libelf.pc passes, *or* the old-style checks for
symbols and headers pass.

Prior to 2.43.2-1 we used libelfg0-dev from src:libelf, which has
libelf.pc; now we use libelf-dev from src:elfutils, which doesn't. See
also http://bugs.debian.org/769408.

S


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



Bug#784239: transition: xfce 4.12

2015-05-04 Thread Yves-Alexis Perez
Package: release.debian.org
Severity: normal
Owner: pkg-xfce-de...@lists.alioth.debian.org
User: release.debian@packages.debian.org
Usertags: transition

Hi,

we'd like to upload Xfce 4.12 to unstable. It currently sits in
experimental since few weeks, and seems to work just fine.

There's a soname transition (libxfce4util6 to libxfce4util7) so it'll
need some binNMUs, and as always the xfce4-panel plugins need to be
rebuilt against the new panel to get the correct dependencies/conflicts.
This time plugins built against xfce4-panel 4.10 should work with
xfce4-panel 4.12, but we don't know about the future so we keep the
shlibs like this for now.

The ben file generated by reportbug was wrong because the xfce4-panel
package is not renamed and we need to check the version, so I edited it
manually following the Xfce 4.10 ben file but it might still be wrong.

Thanks in advance and congrats for the Jessie release!

Ben file:

title = xfce 4.12;
is_affected = .depends ~ libxfce4util6 | .build-depends ~ xfce4-panel-dev | 
.depends ~ libxfce4util7;
is_good = .depends ~ libxfce4util7 | .depends ~ xfce4-panel ( 4.11);
is_bad = .depends ~ libxfce4util6 | .depends ~ xfce4-panel (= 4.11);


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

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


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



Bug#784240: nginx: please re-enable AIO support

2015-05-04 Thread Sandro Tosi
Source: nginx
Severity: normal

Hello,
please re-enable --with-file-aio . and no, I dont think that dropping its
support because it made the package FTBFS in kFreeBSD was a good decision:
either conditionally disable on those archs or eventually contact upstream to
have that fixed here too.

Regards,
Sandro

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

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


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



Bug#784238: systemd: emergency.service restart leads to unusable system

2015-05-04 Thread Michael Biebl
control: severity -1 important
control: tags -1 - security

Am 04.05.2015 um 13:15 schrieb Bernd Zeimetz:
 Severity: critical
 Package: systemd
 Tags: security
 
 Restarting emergency.service (as done by needsrestart) within the
 emergency.service leads to a prompt for the root password to enter
 maintenance, but neither entering a valid password nor pressing ctrl+d
 results into a login shell.

Why do you run needrestart in emergency mode?




-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#784118: RM: squid -- RoQA; replaced by squid3

2015-05-04 Thread Scott Kitterman
On Sunday, May 03, 2015 11:25:39 AM you wrote:
 Package: ftp.debian.org
 Severity: normal
 
 Hi,
 please remove squid. It has been replaced by squid3 (672156)
 and is already not part of jessie, so let's also remove it
 from unstable now.

It still has rdepends:

Checking reverse dependencies...
# Broken Depends:
sqcwa: sqcwa
squid-prefetch: squid-prefetch

Those either need to be removed as well or made to use squid3.  Please remove 
the moreinfo tag once this has been resolved.

Scott K

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


Bug#784238: systemd: emergency.service restart leads to unusable system

2015-05-04 Thread Michael Biebl
Am 04.05.2015 um 13:41 schrieb Michael Biebl:
 control: severity -1 important
 control: tags -1 - security
 
 Am 04.05.2015 um 13:15 schrieb Bernd Zeimetz:
 Severity: critical
 Package: systemd
 Tags: security

 Restarting emergency.service (as done by needsrestart) within the
 emergency.service leads to a prompt for the root password to enter
 maintenance, but neither entering a valid password nor pressing ctrl+d
 results into a login shell.
 
 Why do you run needrestart in emergency mode?

@needrestart maintainers: can you give us some background on this, does
needrestart really restart emergency.service while it's being active?
That would be a bit like pulling the rug while you're standing on it.


-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#784238: systemd: emergency.service restart leads to unusable system

2015-05-04 Thread Bernd Zeimetz

control: severity -1 grave

On 05/04/2015 01:41 PM, Michael Biebl wrote:

Restarting emergency.service (as done by needsrestart) within the
emergency.service leads to a prompt for the root password to enter
maintenance, but neither entering a valid password nor pressing ctrl+d
results into a login shell.


Why do you run needrestart in emergency mode?


that is not the question here.
Restarting a service should not be broken, and having a completely 
unusable system which seems to be locked but it is not is clearly a 
security issue, and not being able to return away from this is a grave bug.


Actually one should discuss if a CVE number should be assigned here.


--
Mit freundlichen Grüßen


Bernd Zeimetz
Systems Engineer
Debian Developer

conova communications GmbH
Web| http://www.conova.com/
E-Mail | b.zeim...@conova.com

Zentrale Salzburg
Karolingerstraße 36A
5020 Salzburg

Tel | +43 (0) 662 22 00 - 313
Fax | +43 (0) 662 22 00 - 209

Es gelten die Allgemeinen Geschäftsbedingungen der
conova communications GmbH, http://www.conova.com/de/agb/


smime.p7s
Description: S/MIME cryptographic signature


Bug#784083: cloud-init dependencies chains is completely broken with systemd.

2015-05-04 Thread Mehdi Abaakouk

Hi,

After further investigation, the whole cloud-init dependencies chains is 
completely broken with systemd.


cloud-config.service, cloud-final.service, cloud-init-local.service, 
cloud-init.service start in parallel, but:


cloud-init-local must start before networking
cloud-init should depends on cloud-init-local and networking
cloud-config should depends on cloud-init and cloud-init-local
cloud-final should depends on cloud-config and be the last serivices to 
start


This issue is more critical, that I have thought initially, because with 
systemd, the cloud-init behavior is completely unpredictable...


Also, the current packaged debian version source contains the systemd 
unit files, but the binary package doesn't install them.


The current systemd dependencies chains of a minimal system with 
cloud-init:


# systemctl list-dependencies
default.target
● ├─cloud-config.service
● ├─cloud-final.service
● ├─cloud-init-local.service
● ├─cloud-init.service
● ├─display-manager.service
● ├─systemd-update-utmp-runlevel.service
● └─multi-user.target
●   ├─cloud-config.service
●   ├─cloud-final.service
●   ├─cloud-init-local.service
●   ├─cloud-init.service
●   ├─cron.service
●   ├─rc-local.service
●   ├─rsyslog.service
●   ├─ssh.service
●   ├─systemd-ask-password-wall.path
●   ├─systemd-logind.service
●   ├─systemd-update-utmp-runlevel.service
●   ├─systemd-user-sessions.service
●   ├─basic.target
●   │ ├─paths.target
●   │ ├─slices.target
●   │ │ ├─-.slice
●   │ │ └─system.slice
●   │ ├─sockets.target
●   │ │ ├─systemd-initctl.socket
●   │ │ ├─systemd-journald-dev-log.socket
●   │ │ ├─systemd-journald.socket
●   │ │ ├─systemd-shutdownd.socket
●   │ │ ├─systemd-udevd-control.socket
●   │ │ └─systemd-udevd-kernel.socket
●   │ ├─sysinit.target
●   │ │ ├─debian-fixup.service
●   │ │ ├─dev-hugepages.mount
●   │ │ ├─dev-mqueue.mount
●   │ │ ├─kbd.service
●   │ │ ├─kmod-static-nodes.service
●   │ │ ├─networking.service
●   │ │ ├─proc-sys-fs-binfmt_misc.automount
●   │ │ ├─sys-fs-fuse-connections.mount
●   │ │ ├─sys-kernel-config.mount
●   │ │ ├─sys-kernel-debug.mount
●   │ │ ├─systemd-ask-password-console.path
●   │ │ ├─systemd-binfmt.service
●   │ │ ├─systemd-journal-flush.service
●   │ │ ├─systemd-journald.service
●   │ │ ├─systemd-modules-load.service
●   │ │ ├─systemd-random-seed.service
●   │ │ ├─systemd-sysctl.service
●   │ │ ├─systemd-tmpfiles-setup-dev.service
●   │ │ ├─systemd-tmpfiles-setup.service
●   │ │ ├─systemd-udev-trigger.service
●   │ │ ├─systemd-udevd.service
●   │ │ ├─systemd-update-utmp.service
●   │ │ ├─udev-finish.service
●   │ │ ├─cryptsetup.target
●   │ │ ├─local-fs.target
●   │ │ │ ├─-.mount
●   │ │ │ ├─systemd-fsck-root.service
●   │ │ │ └─systemd-remount-fs.service
●   │ │ └─swap.target
●   │ └─timers.target
●   │   └─systemd-tmpfiles-clean.timer
●   ├─getty.target
●   │ ├─getty-static.service
●   │ ├─getty@tty1.service
●   │ └─serial-getty@ttyS0.service
●   └─remote-fs.target
● └─remote-fs-pre.target

Cheers,
--
Mehdi Abaakouk
mail: sil...@sileht.net
irc: sileht


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



Bug#747824: Please release your work on atom in Debian

2015-05-04 Thread 陳昌倬
Hi Jörg,

Do you mind to release your work on Debian package for atom? It is
very helpful for other who want to handle the license issues, thanks.

-- 
ChangZhuo Chen (陳昌倬) czc...@gmail.com
http://czchen.info/
Key fingerprint = EC9F 905D 866D BE46 A896  C827 BE0C 9242 03F4 552D


signature.asc
Description: Digital signature


Bug#746651: akonadi-backend-mysql: please make it possible to use with MariaDB

2015-05-04 Thread Martin Steigerwald
Am Mittwoch, 11. März 2015, 13:22:36 schrieb Pablo Pascual:
 Hi to all
 
 I've modified akonadi-backend-mysql dependencies for personal use and it's
 working ok. I wish to share for all.
 
 The attached package depends are: libqt4-sql-mysq, virtual-mysql-server.

In Kubuntu its also possible to run Akonadi MySQL backend with MariaDB.

As is discussed in kdepim-users in thread Replace MySQL with MariaDB.

Mailinglist archive at

https://mail.kde.org/pipermail/kdepim-users/

seems broken tough.

Would be really nice to have this in Debian as well, as in the original 
poster says Akonadi based software seemed to be snappier with this change. 
And I heard elsewhere that just replacing MySQL by MariaDB can improve 
performance.

Ciao,
-- 
Martin 'Helios' Steigerwald - http://www.Lichtvoll.de
GPG: 03B0 0D6C 0040 0710 4AFA  B82F 991B EAAC A599 84C7


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



Bug#783637: Installation fails because starting colord fails on missing libudev.so.0

2015-05-04 Thread Michael Lager

Hi - thanks.

Requested information:
objdump -x /usr/lib/colord/colord | grep NEEDED
  NEEDED   libm.so.6
  NEEDED   libsqlite3.so.0
  NEEDED   libpolkit-gobject-1.so.0
  NEEDED   liblcms2.so.2
  NEEDED   libgudev-1.0.so.0
  NEEDED   libgusb.so.2
  NEEDED   libusb-1.0.so.0
  NEEDED   libsystemd.so.0
  NEEDED   libcolordprivate.so.2
  NEEDED   libgthread-2.0.so.0
  NEEDED   libgio-2.0.so.0
  NEEDED   libgobject-2.0.so.0
  NEEDED   libgmodule-2.0.so.0
  NEEDED   libglib-2.0.so.0
  NEEDED   libpthread.so.0
  NEEDED   libc.so.6

and ...
  for i in $(ldd /usr/lib/colord/colord | cut -d '' -f 2 | cut -d '(' 
-f 1) ; do echo $i ; objdump -x $i | grep NEEDED ; dpkg -S $i ; done

linux-vdso.so.1
objdump: 'linux-vdso.so.1': No such file
dpkg-query: no path found matching pattern *linux-vdso.so.1*
/lib/x86_64-linux-gnu/libm.so.6
  NEEDED   libc.so.6
libc6:amd64: /lib/x86_64-linux-gnu/libm.so.6
/usr/lib/x86_64-linux-gnu/libsqlite3.so.0
  NEEDED   libpthread.so.0
  NEEDED   libdl.so.2
  NEEDED   libc.so.6
libsqlite3-0:amd64: /usr/lib/x86_64-linux-gnu/libsqlite3.so.0
/usr/lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
  NEEDED   libgio-2.0.so.0
  NEEDED   libgobject-2.0.so.0
  NEEDED   libglib-2.0.so.0
  NEEDED   libsystemd.so.0
  NEEDED   libpthread.so.0
  NEEDED   libc.so.6
libpolkit-gobject-1-0:amd64: 
/usr/lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0

/usr/lib/x86_64-linux-gnu/liblcms2.so.2
  NEEDED   libm.so.6
  NEEDED   libpthread.so.0
  NEEDED   libc.so.6
liblcms2-2:amd64: /usr/lib/x86_64-linux-gnu/liblcms2.so.2
/usr/lib/x86_64-linux-gnu/libgudev-1.0.so.0
  NEEDED   libudev.so.1
  NEEDED   libgio-2.0.so.0
  NEEDED   libgobject-2.0.so.0
  NEEDED   libglib-2.0.so.0
  NEEDED   libdl.so.2
  NEEDED   libpthread.so.0
  NEEDED   libc.so.6
libgudev-1.0-0:amd64: /usr/lib/x86_64-linux-gnu/libgudev-1.0.so.0
/usr/lib/x86_64-linux-gnu/libgusb.so.2
  NEEDED   libgthread-2.0.so.0
  NEEDED   libgio-2.0.so.0
  NEEDED   libusb-1.0.so.0
  NEEDED   libgudev-1.0.so.0
  NEEDED   libgobject-2.0.so.0
  NEEDED   libglib-2.0.so.0
  NEEDED   libpthread.so.0
  NEEDED   libc.so.6
libgusb2:amd64: /usr/lib/x86_64-linux-gnu/libgusb.so.2
/usr/local/lib/libusb-1.0.so.0
  NEEDED   libudev.so.0
  NEEDED   librt.so.1
  NEEDED   libpthread.so.0
  NEEDED   libc.so.6
dpkg-query: no path found matching pattern /usr/local/lib/libusb-1.0.so.0
/lib/x86_64-linux-gnu/libsystemd.so.0
  NEEDED   librt.so.1
  NEEDED   liblzma.so.5
  NEEDED   libgcrypt.so.20
  NEEDED   libresolv.so.2
  NEEDED   libdl.so.2
  NEEDED   libpthread.so.0
  NEEDED   libc.so.6
  NEEDED   ld-linux-x86-64.so.2
libsystemd0:amd64: /lib/x86_64-linux-gnu/libsystemd.so.0
/usr/lib/x86_64-linux-gnu/libcolordprivate.so.2
  NEEDED   libm.so.6
  NEEDED   libudev.so.1
  NEEDED   liblcms2.so.2
  NEEDED   libgthread-2.0.so.0
  NEEDED   libgio-2.0.so.0
  NEEDED   libgobject-2.0.so.0
  NEEDED   libgmodule-2.0.so.0
  NEEDED   libglib-2.0.so.0
  NEEDED   libpthread.so.0
  NEEDED   libc.so.6
libcolord2:amd64: /usr/lib/x86_64-linux-gnu/libcolordprivate.so.2
/usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0
  NEEDED   libpthread.so.0
  NEEDED   libglib-2.0.so.0
  NEEDED   libc.so.6
libglib2.0-0:amd64: /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0
/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
  NEEDED   libgobject-2.0.so.0
  NEEDED   libgmodule-2.0.so.0
  NEEDED   libglib-2.0.so.0
  NEEDED   libz.so.1
  NEEDED   libselinux.so.1
  NEEDED   libresolv.so.2
  NEEDED   libc.so.6
libglib2.0-0:amd64: /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  NEEDED   libglib-2.0.so.0
  NEEDED   libffi.so.6
  NEEDED   libc.so.6
libglib2.0-0:amd64: /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
/usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0
  NEEDED   libdl.so.2
  NEEDED   libglib-2.0.so.0
  NEEDED   libc.so.6
libglib2.0-0:amd64: /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0
/lib/x86_64-linux-gnu/libglib-2.0.so.0
  NEEDED   libpcre.so.3
  NEEDED   libpthread.so.0
  NEEDED   libc.so.6

Bug#783688: serverstats: please make the build reproducible

2015-05-04 Thread Bjoern Boschman
Hi,

an updated pkg wouldd be available here
https://mentors.debian.net/package/serverstats

I have no power to upload to debian :(

Cheers
B

On Wed, Apr 29, 2015 at 10:03 AM Chris Lamb la...@debian.org wrote:

 Source: serverstats
 Version: 0.8.2-10
 Severity: wishlist
 Tags: patch
 User: reproducible-bui...@lists.alioth.debian.org
 Usertags: umask
 X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

 Hi,

 While working on the reproducible builds effort [1], we have noticed
 that serverstats could not be built reproducibly.

 The attached patch removes umask variability from the build system. Once
 applied, serverstats can be built reproducibly in our reproducible
 toolchain.

 I think a better fix would be to drop the use of DH_FIXPERMS_EXCLUDE
 (which
 is deprecated anyway) and make the changes you want in another hook.
 This
 would have the added benefit of being more explicit about the changes
 between a regular package and what serverstats needs to do. Just a
 thought.

  [1]: https://wiki.debian.org/ReproducibleBuilds


 Regards,

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



Bug#731547: Time for nmu?

2015-05-04 Thread Mattias Ellert
mån 2015-01-19 klockan 10:06 +0100 skrev Emilio Pozuelo Monfort:
 On 19/01/15 09:31, Mattias Ellert wrote:
  Dear Debian glib-2.0 maintainers.
  
  It is now more than 3 months since a patch fixing this bug was attached
  to this bug report, and there has been no response from you since.
  
  I can offer to upload a binnmu that applies the attached patch to the
  latest version of the package in testing. Let me know if this is
  something that would be helpful or if it would be disruptive for some
  reason.
 
 [ You should have Cc'ed glib...@packages.debian.org when reassigning so we 
 would
 have got a copy of your mail. ]
 
 This is only an important bug, affecting hurd, which is not a release
 architecture, and we are in deep freeze. So a NMU (not a binNMU) is not 
 welcome
 at this point.
 
 You can instead send your patch upstream, so that when the freeze is over and 
 we
 update to a new upstream release, your patch is included for free.
 
 Cheers,
 Emilio

The freeze has been lifted. Any chance this can now be fixed?

I can repeat my offer to do an NMU if you prefer to handle it that way.

Mattias



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


Bug#784233: libccaudio2 needs to pass --with-pkg-config to configure

2015-05-04 Thread Jonas Smedegaard
retitle 784233 libccaudio2: FTBFS: configure uses too old ucommon-config options
thanks

libucommon-dev ships with both custom script ucommon-config and a 
pkg-config file.

libccaudio2 calls ucommon-config script with unsupported option --clink.

Simplest way to address this is to instruct configure script to instead 
use pkg-config which silently ignores the bogus option.


 - Jonas

-- 
 * Jonas Smedegaard - idealist  Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: signature


Bug#784150: java-package: Created package doesn't provide default-jre/default-jdk

2015-05-04 Thread Emmanuel Bourg
Hi,

Actually default-jre points to the default JRE provided by Debian
(openjdk-* or gcj depending on the architecture) and this dependency
shouldn't be provided by the package generated by java-package.

LibreOffice depends on default-jre *or* java5-runtime, this is the
dependency that should be provided by java-package. Up to java-package
0.56 (as in Jessie) the package generated provides javan-runtime for
the last 3 versions of Java, so when packaging Java 8 you get java{6, 7,
8}-runtime, but not java5-runtime, that's why it doesn't work with
LibreOffice. Starting with java-package 0.57 all the javan-runtime for
n = 5 are provided. I'll backport this version to Jessie, you'll then
be able to create a package that works well with libreoffice.

Emmanuel Bourg


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



Bug#784214: allow manual override for the regression DLA/DSA Id

2015-05-04 Thread Mike Gabriel

Hi Holger,

On  Mo 04 Mai 2015 10:08:58 CEST, Holger Levsen wrote:


please provide a patch for documenting this.


Done that for the LTS team:
https://wiki.debian.org/LTS/Development?action=diffrev1=84rev2=85

Anywhere else?

Mike
--

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

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

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


pgpZ5kVfv8UIc.pgp
Description: Digitale PGP-Signatur


Bug#784238: systemd: emergency.service restart leads to unusable system

2015-05-04 Thread Michael Biebl
control: severity -1 important

Am 04.05.2015 um 13:53 schrieb Bernd Zeimetz:
 control: severity -1 grave
 
 On 05/04/2015 01:41 PM, Michael Biebl wrote:
 Restarting emergency.service (as done by needsrestart) within the
 emergency.service leads to a prompt for the root password to enter
 maintenance, but neither entering a valid password nor pressing ctrl+d
 results into a login shell.

 Why do you run needrestart in emergency mode?
 
 that is not the question here.

It's important, since emergency mode is not meant to be used to install
packages. emergency mode is only supposed to be entered if something
fatal happened during boot.

 Restarting a service should not be broken, and having a completely
 unusable system which seems to be locked but it is not is clearly a
 security issue, and not being able to return away from this is a grave bug.
 
 Actually one should discuss if a CVE number should be assigned here.

No, not really. What we probably should do is mark
emergency.service as
RefuseManualStart=yes
RefuseManualStop=yes
because restarting it is stupid and needrestart shouldn't do it.
It's like killing getty while you're logged in.


-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#774422: perl: please make perl builds reproducible

2015-05-04 Thread Jérémy Bobbio
Hi!

Here's an update after rebasing my patches on 5.20.2-4.

Niko Tyni:
 - the build system also embeds information about the build host, at
   least the kernel version and hostname. Those need to be stripped too.
   From 'perl -V':
 
 osname=linux, osvers=3.16.0-4-amd64, 
 archname=x86_64-linux-gnu-thread-multi
 uname='linux estella 3.16.0-4-amd64 #1 smp debian 3.16.7-ckt2-1 
 (2014-12-08) x86_64 gnulinux '
 
   I assume varying uname et al. isn't actively tested yet?

We do now test it by calling `linux64 --uname-2.6`. It will make the
version look like 2.6.56-4. And indeed, this is an issue.

The kernel version shows in Config.pm (`osvers`), Config_heavy.pl
(`osvers`).

The full uname is shown in Config_heavy.pl (in a comment, and in
`myuname`), in CORE/config.h (in a comment, in `OSVERS`), and in the
binaries.

I'm not sure what's the best answer here. Always use 2.6.42? As in
Debian we can't really know which version of the kernel the package is
going to be used with, it should stay compatible with older kernels as
much as possible.


Another issue that surfaced now that we are doing timezone variations is
that LOCALTIME_MIN and LOCALTIME_MAX gets different values depending on
the value of the TZ environment variable.

This shows in CORE/conf.h, in Config_heavy.pl, and in the binaries.

If I read it right, `sLOCALTIME_min` and `sLOCALTIME_max` can be
overloaded from `Configure`.

The minimum I had on my amd64 system is with TZ=UTC-24, -62167305600.
The maximum is with TZ=UTC and is 67768036191590399.

It feels like a bug to have something that can be configured through an
environment variable on a running system affect what gets encoded in the
binary.

-- 
Lunar.''`. 
lu...@debian.org: :Ⓐ  :  # apt-get install anarchism
`. `'` 
  `-   


signature.asc
Description: Digital signature


Bug#783637: Installation fails because starting colord fails on missing libudev.so.0

2015-05-04 Thread Cyril Brulebois
Michael Lager outbo...@lager.freeserve.co.uk (2015-05-04):
 dpkg-query: no path found matching pattern /usr/local/lib/libusb-1.0.so.0

Here's your problem. On a jessie system, this file (located under
/usr/lib rather than /usr/local/lib), has a dependency on libudev.so.1
instead of libudev.so.0.

Move it aside (or delete it entirely), and enjoy.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#714058: CC65 licensing

2015-05-04 Thread John Paul Adrian Glaubitz

Hello John!

On 04/26/2015 09:52 PM, j...@jrd.org wrote:

I was contacted by Mr. Glaubitz about licensing status of the
software.  I hereby declare my approval for putting CC65 and its
related tools and utilities under GPL-2.


Would it also be possible to license your contributions to CC65 under 
the zlib license? I have talked to Ullrich von Bassewitz who has 
maintained CC65 for a very long time and he chose the zlib license for 
all the code he wrote and he also said, that all of his code can be 
freely distributed using the zlib license without any restrictions 
regarding commercial use.



I'm tickled that it's still in use.  I'd like it to continue to be
freely available and for the community to have fun with it and keep
getting good use out of it.


With your permission to use the zlib license for your contributions we 
could start the packaging process right away and CC65 could therefore 
soon become part of Debian, Ubuntu and many other Linux distributions,

we just need your official OK :).

Thanks a lot!

Adrian

--
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaub...@debian.org
`. `'   Freie Universitaet Berlin - glaub...@physik.fu-berlin.de
  `-GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913


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



Bug#784241: ooniprobe: [debconf_rewrite] Debconf templates and debian/control review proposal

2015-05-04 Thread Christian Perrier
Package: ooniprobe
Version: N/A
Severity: normal

Dear Debian maintainer,

Hello,

I just noticed new or modified debconf templates appearing for this
package.

I would like to suggest you to consider calling for debconf templates
review AND translation updates when you introduce new debconf
templates or modify the existing templates in a package or, if you
prefer, to send a call for translations after uploading the first
version that introduces new templates or templates changes.

If you're interested in suggestions for doing this, you can find some
at the end of this bug report.

The debian-l10n-english team will now start a review, on our own
initiative. It will be conducted through this bug report.


Suggestions for future debconf templates review


1) Getting debconf templates reviewed
--

The Debian i18n contributors have developed a set of suggestions for
the writing style of debconf templates, to give them an overall
consistency all around Debian. These writing style suggestions are
explained in the Developers Reference. Lintian also warns about common
writing style concerns.

Maintainers are welcome when they ask for a review of debconf templates
and/or packages descriptions on debian-l10n-engl...@lists.debian.org.
It is of course not needed to wait for someone (such as me right me)
proposing you such a review.

In such situations (whether the review is requested by the maintainer
or proposed by someone else), someone from the debian-l10n-english
team will pick up the review to do, handle it, and finally send you a
bug report with the suggested templates. If you want, you can ask for
being CC'ed to the various discussions when the templates are
reviewed.


2) Call for new translations


As soon as the templates have been reviewed, you can ask Debian
translators for new translations:

Just go to your package's build tree and use:

$ podebconf-report-po --call

This will propose you a generic mail which is to be sent to
debian-i...@lists.debian.org and call for new translations.

This utility will mention existing translations to avoid duplicate
work. 

It will also attach the needed material to this mail.

Please also think about giving a deadline to translators. We like
deadlines..:-)

3) Always call for translation updates before uploading
---

(of course only when you change the debconf templates!)

If your package already includes debconf translations (ie *.po files
in debian/po), please consider calling for translation updates if you
happen to change something in the templates...or just in case when you
release a new version.

This is done with the following command:

$ podebconf-report-po

This will build private mails to translators (ie people listed in
Last-Translator in the PO files) for translations that are
incomplete. These mails will included the needed PO file for each
translator.


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

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)


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



Bug#784238: systemd: emergency.service restart leads to unusable system

2015-05-04 Thread Michael Biebl
Control: forwarded -1 
http://lists.freedesktop.org/archives/systemd-devel/2015-May/031482.html

Am 04.05.2015 um 14:26 schrieb Michael Biebl:
 No, not really. What we probably should do is mark
 emergency.service as
 RefuseManualStart=yes
 RefuseManualStop=yes

I forwarded this suggestion to the upstream m-l for their input.

Am 04.05.2015 um 13:15 schrieb Bernd Zeimetz: Severity: critical
 Even worse, pressing enter shows the prompt from the former shell and
 I'm able to get 'bash ... command not found errors' by entering various
 combinations of letters and hitting return often enough. So while the
 shell seems to be locked, it is actually possible to run commands within
 the shell behind the login.

This comes from KillMode=process in emergency.service, which means that only
the main process is stopped, so in your case the bash process kept running,
fighting with sulogin over the input.


I asked upstream for clarification on this point, i.e. why KillMode=process
is used here.


-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#784242: libccaudio2: diff for 2.1.3-1.1 NMU

2015-05-04 Thread Jonas Smedegaard
Source: libccaudio2
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Here's a diff for the 2.1.3-1.1 NMU:

diff -Nru libccaudio2-2.1.3/debian/changelog libccaudio2-2.1.3/debian/changelog
- --- libccaudio2-2.1.3/debian/changelog2014-06-25 14:28:48.0 
+0200
+++ libccaudio2-2.1.3/debian/changelog  2015-05-04 14:52:48.0 +0200
@@ -1,3 +1,12 @@
+libccaudio2 (2.1.3-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix pass --with-pkg-config to configure, to avoid FTBFS with recent
+libucommon-dev.
+Closes: bug#784233. Thanks to Jonathan Wiltshire.
+
+ -- Jonas Smedegaard d...@jones.dk  Mon, 04 May 2015 14:52:41 +0200
+
 libccaudio2 (2.1.3-1) unstable; urgency=low
 
   * New upstream release 
diff -Nru libccaudio2-2.1.3/debian/rules libccaudio2-2.1.3/debian/rules
- --- libccaudio2-2.1.3/debian/rules2014-06-25 14:21:55.0 +0200
+++ libccaudio2-2.1.3/debian/rules  2015-05-04 14:50:58.0 +0200
@@ -3,4 +3,4 @@
dh $@ --parallel --with autoreconf
 
 override_dh_auto_configure:
- - dh_auto_configure -- --enable-speex
+   dh_auto_configure -- --enable-speex --with-pkg-config


 - Jonas

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJVR23pAAoJECx8MUbBoAEhNRwQAI2EPZXp2FFJYCGlO8ufEgXF
Fwo7X/EuwtLT2V/u6qvA/jmnU5Ha6ARb4K0sEO8zwUw3Bx5OhWel8hytSuzyHtur
pLiX2mI5QQr6wPV27VpKubwqFRhUJZy1Mwm8cOsMQW5l8Nr1c5DQYZMK+qMhrZ6O
s/YkQLpJI7vtERRNlP9u0Z1BBrYxH6HQLlMfz7CCqHkRqzv0g8dwnc4pl4dL4Ed2
RxL6pDyuV+G+4a2yhqUucMfOHFNIqLmrS9ME7gF96L9i0z3d4QtzvMELozKSDobn
PkSb0ipnOut3+WSea+ALin7lNXpnRwbmCtsjX7qQVuHXbrxtFCvVHn46SHZTnEla
RJv7VlYOWDMwLaggn23d01+PpCPFOlihbc5cGpM0hc5+7hpXsZpLy5eVD9XuPb9Y
g/2DG0VTdMfuPRMC8CO8T/ONwM1f6ReTg+4fMHBgAGX9nFPdt0xJ6cVQrhz2Efih
2FwMJX5ME2Ehld2l40L0T3/cfeTS4pk7Zy11drSVv4ZC2IMzT+KBYcuxdh0DVNl2
xC4NT6vPLmNyqmdYYlNyDP/Va28QqJNgXwfiDlMjjtQ5WwBKv4tfE5blqthASmDD
DRUIUMCeOKxU469ZZ3IKiUeQ7zLkc1MdZ3pTtJS2kuKwGjaz4IZfuiMBgBRVxZWL
x2XGDjoNVOEX2gt0Q5qp
=skto
-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#714058: ITP: cc65 -- Cross compiler and toolchain for 6502-based systems

2015-05-04 Thread Oliver Schmidt
Hi everyone,

I'm Oliver Schmidt, the maintainer of https://github.com/cc65/cc65 and I
was contacted by Mr. Glaubitz concerning cc65.

I have no objections whatsoever to put my contributions to cc65 under both
'License of Zlib' and GPL-2.

Regards,
Oliver


Bug#784243: ITP: fcitx-kkc -- Fcitx wrapper for libkkc IM engine

2015-05-04 Thread Mitsuya Shibata
Package: wnpp
Severity: wishlist
Owner: Mitsuya Shibata mty.shib...@gmail.com

* Package name: fcitx-kkc
  Version : 0.1.1
  Upstream Author : Xuetian Weng CSSlayer wen...@gmail.com
* URL : https://github.com/fcitx/fcitx-kkc
* License : GPL-3
  Programming Lang: C++
  Description : Fcitx wrapper for libkkc IM engine

fcitx-kkc is a wrapper of libkkc IM engine for Fcitx.

libkkc provides a converter from Japanese Kana-string to
Kana-Kanji-mixed-string.

I would like to maint this package with IME Packaging Team
pkg-ime-de...@lists.alioth.debian.org
-- 
Mitsuya Shibata
mty.shib...@gmail.com


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



Bug#783826: cloud-utils growroot doesn't work with newer sfdisk = 2.26 : fixed patch solution for newer and older sfdisk

2015-05-04 Thread Thomas Goirand

Hi Scott and Juerg,

Someone has filed this bug in Debian:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783826

Unfortunately, the patch here:
http://pkgs.fedoraproject.org/cgit/cloud-utils.git/plain/0002-Support-new-sfdisk-version-2.26.patch

doesn't work with the older sfdisk, currently in Sid, but works with 
version 2.26 only.


To make a smooth transition, best would be to make a conditional test, 
and check if we're running with util-linux 2.25, or = 2.26. This would 
also allow newer cloud-utils to be backported to Jessie.


This is what I've done on the attached patch. Scott, could you please 
use that upstream from now on?


Also, what about the do-not-use-EXIT-when-trapping.patch patch which I 
had to add in Debian? Could you please apply them both?


Cheers,

Thomas Goirand (zigo)
Description: Adds support for sfdisk 2.26 and higher
 The usage of sfdisk has changed in util-linux = 2.26, so this patch makes it
 possible to use both old and newer versions.
 .
 This patch has been made adapting this patch from Fedora:
 http://pkgs.fedoraproject.org/cgit/cloud-utils.git/plain/0002-Support-new-sfdisk-version-2.26.patch
 which was attached to the below bug:
 https://bugzilla.redhat.com/show_bug.cgi?id=1197894
Author: Thomas Goirand z...@debian.org
Bug-Debian: https://bugs.debian.org/783826
Forwarded: no
Last-Update: 2015-05-04

--- cloud-utils-0.27.orig/bin/growpart
+++ cloud-utils-0.27/bin/growpart
@@ -132,8 +132,46 @@ bad_Usage() {
 	exit 2
 }
 
+is_sfdisk_higher_than_226 () {
+	local SFDISK_VERSION MAJOR MID
+	# Do convenient caching of the result
+	# to avoid forking of sfdisk
+	if [ -n ${SFDISK_HIGHER_THAN_226} ] ; then
+		return ${SFDISK_HIGHER_THAN_226}
+	fi
+	SFDISK_VERSION=`sfdisk -v | awk '{print $4}'`
+	# Using dpkg --compare-version if dpkg is present
+	if [ -x /usr/bin/dpkg ] ; then
+		dpkg --compare-versions ${SFDISK_VERSION} ge 2.26
+		return $?
+	# Compatibility layer for non-debian platforms
+	else
+		MAJOR=`echo $SFDISK_VERSION | cut -d. -f1`
+		MID=`echo $SFDISK_VERSION | cut -d. -f2`
+		if [ ${MAJOR} -ge 2 ] ; then
+			if [ ${MAJOR} -gt 2 ] ; then
+SFDISK_HIGHER_THAN_226=0
+			else
+if [ ${MID} -ge 26 ] ; then
+	SFDISK_HIGHER_THAN_226=0
+else
+	SFDISK_HIGHER_THAN_226=1
+fi
+			fi
+		else
+			SFDISK_HIGHER_THAN_226=1
+		fi
+	fi
+	return ${SFDISK_HIGHER_THAN_226}
+}
+
 mbr_restore() {
-	sfdisk --no-reread ${DISK} ${MBR_CHS} -I ${MBR_BACKUP}
+	if is_sfdisk_higher_than_226 ; then
+		dd if=${MBR_BACKUP}-${DISK#/dev/}-0x.bak of=${DISK} bs=1 \
+			conv=notrunc
+	else
+		sfdisk --no-reread ${DISK} ${MBR_CHS} -I ${MBR_BACKUP}
+	fi
 }
 
 sfdisk_worked_but_blkrrpart_failed() {
@@ -148,7 +186,7 @@ sfdisk_worked_but_blkrrpart_failed() {
 
 mbr_resize() {
 	RESTORE_HUMAN=${TEMP_D}/recovery
-	MBR_BACKUP=${TEMP_D}/orig.save
+	MBR_BACKUP=${TEMP_D}/backup
 
 	local change_out=${TEMP_D}/change.out
 	local dump_out=${TEMP_D}/dump.out
@@ -160,24 +198,39 @@ mbr_resize() {
 	local _devc cyl _w1 heads _w2 sectors _w3 tot dpart
 	local pt_start pt_size pt_end max_end new_size change_info
 
-	# --show-pt-geometry outputs something like
-	# /dev/sda: 164352 cylinders, 4 heads, 32 sectors/track
-	rqe sfd_geom sfdisk ${DISK} --show-pt-geometry ${tmp} 
-		read _devc cyl _w1 heads _w2 sectors _w3 ${tmp} 
-		MBR_CHS=-C ${cyl} -H ${heads} -S ${sectors} ||
-		fail failed to get CHS from ${DISK}
-
-	tot=$((${cyl}*${heads}*${sectors}))
-
-	debug 1 geometry is ${MBR_CHS}. total size=${tot}
-	rqe sfd_dump sfdisk ${MBR_CHS} --unit=S --dump ${DISK} \
-		${dump_out} ||
-		fail failed to dump sfdisk info for ${DISK}
-
-	{
-		echo ## sfdisk ${MBR_CHS} --unit=S --dump ${DISK}
-		cat ${dump_out}
-	}  ${RESTORE_HUMAN}
+	if is_sfdisk_higher_than_226 ; then
+		tot=$(sfdisk --list ${DISK} | awk '{ print $(NF-1) ; exit }') ||
+			fail failed to get total number of sectors from ${DISK}
+		debug 1 total number of sectors of ${DISK} is ${tot}
+
+		rqe sfd_dump sfdisk --dump ${DISK} \
+			${dump_out} ||
+			fail failed to dump sfdisk info for ${DISK}
+		{
+			echo ## sfdisk --dump ${DISK}
+			cat ${dump_out}
+		}  ${RESTORE_HUMAN}
+	else
+		# --show-pt-geometry outputs something like
+		# /dev/sda: 164352 cylinders, 4 heads, 32 sectors/track
+		rqe sfd_geom sfdisk ${DISK} --show-pt-geometry ${tmp} 
+			read _devc cyl _w1 heads _w2 sectors _w3 ${tmp} 
+			MBR_CHS=-C ${cyl} -H ${heads} -S ${sectors} ||
+			fail failed to get CHS from ${DISK}
+
+		tot=$((${cyl}*${heads}*${sectors}))
+		debug 1 geometry is ${MBR_CHS}. total size=${tot}
+
+		rqe sfd_dump sfdisk ${MBR_CHS} --unit=S --dump ${DISK} \
+			${dump_out} ||
+			fail failed to dump sfdisk info for ${DISK}
+		{
+			echo ## sfdisk ${MBR_CHS} --unit=S --dump ${DISK}
+			cat ${dump_out}
+		}  ${RESTORE_HUMAN}
+	fi
+
+
 	[ $? -eq 0 ] || fail failed to save sfdisk -d output
 
 	debugcat 1 ${RESTORE_HUMAN}
@@ -237,8 +290,13 @@ mbr_resize() {
 		exit 0
 	fi
 
-	LANG=C sfdisk --no-reread ${DISK} ${MBR_CHS} --force \
-		-O ${MBR_BACKUP} 

Bug#784239: transition: xfce 4.12

2015-05-04 Thread Emilio Pozuelo Monfort
On 04/05/15 13:34, Yves-Alexis Perez wrote:
 Package: release.debian.org
 Severity: normal
 Owner: pkg-xfce-de...@lists.alioth.debian.org
 User: release.debian@packages.debian.org
 Usertags: transition
 
 Hi,
 
 we'd like to upload Xfce 4.12 to unstable. It currently sits in
 experimental since few weeks, and seems to work just fine.
 
 There's a soname transition (libxfce4util6 to libxfce4util7) so it'll
 need some binNMUs, and as always the xfce4-panel plugins need to be
 rebuilt against the new panel to get the correct dependencies/conflicts.
 This time plugins built against xfce4-panel 4.10 should work with
 xfce4-panel 4.12, but we don't know about the future so we keep the
 shlibs like this for now.
 
 The ben file generated by reportbug was wrong because the xfce4-panel
 package is not renamed and we need to check the version, so I edited it
 manually following the Xfce 4.10 ben file but it might still be wrong.
 
 Thanks in advance and congrats for the Jessie release!
 
 Ben file:
 
 title = xfce 4.12;
 is_affected = .depends ~ libxfce4util6 | .build-depends ~ xfce4-panel-dev 
 | .depends ~ libxfce4util7;
 is_good = .depends ~ libxfce4util7 | .depends ~ xfce4-panel ( 4.11);
 is_bad = .depends ~ libxfce4util6 | .depends ~ xfce4-panel (= 4.11);

The xfce4-panel tests seem inverted.

Have you done test rebuilds for the libxfce4util rdeps?

Regards,
Emilio


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



Bug#784244: developers-reference: suffix +deb8u1 is for stable uploads, even if they are not a NMU

2015-05-04 Thread Santiago Vila
Package: developers-reference
Version: 3.4.14
Tags: patch

The way I read the IRC logs in Bug#685646, suffixes like +deb8u1
are the preferred version numbering scheme for any upload to stable,
regardless of them being Non Maintainer Uploads or Maintainer Uploads.

The current text says NMU which is a little bit confusing.

A simple way to fix this would be to simply use the upload word
instead of NMU, as in the following patch:

diff --git a/developers-reference-3.4.14/pkgs.dbk 
b/developers-reference-3.4.14/pkgs.dbk
index 5a34b95..2daf418 100644
--- a/developers-reference-3.4.14/pkgs.dbk
+++ b/developers-reference-3.4.14/pkgs.dbk
@@ -2157,9 +2157,9 @@ this, a version of the form
 
literal+debreplaceableX/replaceableureplaceableY/replaceable/literal
 should be used, where replaceableX/replaceable is the major release number,
 and replaceableY/replaceable is a counter starting at literal1/literal.
-For example, while Wheezy (Debian 7.0) is stable, a security NMU to stable for
+For example, while Wheezy (Debian 7.0) is stable, a security upload to stable 
for
 a package at version literal1.5-3/literal would have version
-literal1.5-3+deb7u1/literal, whereas a security NMU to Jessie would get
+literal1.5-3+deb7u1/literal, whereas a security upload to Jessie would get
 version literal1.5-3+deb8u1/literal.
 /para
 /section


Thanks.


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



Bug#784239: transition: xfce 4.12

2015-05-04 Thread Yves-Alexis Perez
On lun., 2015-05-04 at 15:24 +0200, Emilio Pozuelo Monfort wrote:
 The xfce4-panel tests seem inverted.

Yes, sorry (I'm glad I actually put a warning sign :)
 
 Have you done test rebuilds for the libxfce4util rdeps?

The “core” Xfce stack in experimental is built against libxfce4util7,
yes. I didn't build all the panel plugins but I don't expect much
breakage here.

One thing which might break (I'll test and report back) is libxfcegui4,
which is an old/deprecated Xfce library (replaced by libxfce4ui), which
is still in the archive because not everything has been ported to
libxfce4ui.

Regards,
-- 
Yves-Alexis


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


Bug#784141: xarchiver: errors with drag and drop to xfce desktop

2015-05-04 Thread Mark 1234
Thanks Markus!!

It's xfce on Debian Jessie, so Thunar is the file manager.

However I just did the same thing on Xubuntu 14 and got no error
messages... so sorry I guess this is a horrible bug report.

Mark



On 5/3/15, Markus Koschany a...@gambaru.de wrote:
 On 03.05.2015 15:47, coocoo wrote:
 Package: xarchiver
 Version: 1:0.5.4-1
 Severity: normal

 Dear Maintainer,

 When I download the gz file from here in IceWeasel

 http://hg.octave.org/mxe-octave/archive/tip.tar.gz

 it opens into xarchiver. Then I drag/drop the contents to desktop and it
 works
 but I get a bunch of error messages. I'm on xfce desktop on debian
 jessie.

 Thanks for you help.

 Hello,

 could you post your error messages to this bug report please?

 I have just tried to reproduce this scenario. I use GNOME 3 and the
 Nautilus file manager. tip.tar.gz opens in xarchiver and when I drag and
 drop the index.html file to my home directory it works as expected.

 So the questions is: What kind of file manager do you use? Did you drag
 and drop the files to your desktop or to your file manager (and there to
 the desktop directory)? What kind of application controls your desktop?
 As far as I know Thunar should be the default file manager for Xfce.
 What happens if you drag and drop the file to another file manager such
 as Nautilus or pcmanfm?

 Regards,

 Markus





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



Bug#784246: gedit-r-plugin: broken in jessie

2015-05-04 Thread Frédéric Mothe
Package: gedit-r-plugin
Version: 0.8.0.2-Gtk3-Python3-1
Severity: normal

Hello,

gedit-r-plugin does not seem to work with gedit 3.14.0.
It can be activated but nothing happens and i did not find how to open a R
console.

Thanks,
Frédéric



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

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

Versions of packages gedit-r-plugin depends on:
ii  gedit3.14.0-3
ii  gir1.2-vte-2.90  1:0.36.3-1
ii  python   2.7.9-1
ii  python-vte   1:0.28.2-5

Versions of packages gedit-r-plugin recommends:
ii  r-base-core  3.2.0-1~wheezycran3.0

gedit-r-plugin 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   3   >