Bug#757360: Confusing version, please follow upstream version tags

2014-08-09 Thread Volker Schroer

Hi,

one should differ
the version of gnuradio gr-fcdproplus is suitable for
and the version of gr-fcdproplus.

At the moment the master branch is suitable for gnuradio 3.7.x and there 
exits an older  3.6 branch suitable for 3.6 .


There are tags for the 3.6 and the 3.7 releases but they don't reflect 
updates.

So what about using branches (3.6 , 3.7) to make the dependency clearer.
though it's already fixed in the CMakeList.txt
 ( find_package(Gnuradio 3.7)

In addition I could try to add the version of gnuradio the lib is build 
against to the library name.


Would this help ?


-- Volker


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



Bug#757548: Please switch to libvirt-daemon-system

2014-08-09 Thread Guido Günther
Source: nova
Version: 2014.1.1-8
Severity: wishlist
Tags: patch

Hi,
The libvirt package has been split to allow installation without 
the libvirtd daemon running as root. The package that ensures
that libvird is running as root (providing qemu:///system and lxc:///)
is now called libvirt-daemon-system. The attached patch changes
the dependencies accordingly. It'd be great if this could be applied.

To be on the safe side you could also depend on libvirt-daemon-system
| libvirt-bin and use Should-Start: libvirtd libvirt-bin but since a
version in backports will be available too this isn't necessary.

Cheers,
 -- Guido
From 966cb1f28acce048984540e31104edefa7592adf Mon Sep 17 00:00:00 2001
Message-Id: 966cb1f28acce048984540e31104edefa7592adf.1407534200.git@sigxcpu.org
From: =?UTF-8?q?Guido=20G=C3=BCnther?= a...@sigxcpu.org
Date: Fri, 8 Aug 2014 23:37:28 +0200
Subject: [PATCH] Switch to libvirt-daemon-system instead of libvirt-bin

libvirt-bin is now a transitional package, use libvirt-daemon-system
instead.
---
 debian/control   | 10 +-
 debian/nova-compute.init |  4 ++--
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index ea569c8..8aaff30 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Build-Depends: debhelper (= 9),
 Build-Depends-Indep: bpython,
  euca2ools,
  ipython,
- libvirt-bin,
+ libvirt-daemon-system,
  openssh-client,
  procps,
  pylint,
@@ -227,7 +227,7 @@ Architecture: all
 Pre-Depends: dpkg (= 1.15.6~)
 Depends: adduser,
  dpkg-dev,
- libvirt-bin,
+ libvirt-daemon-system,
  nova-common,
  nova-compute,
  python-libvirt,
@@ -257,7 +257,7 @@ Architecture: all
 Pre-Depends: dpkg (= 1.15.6~)
 Depends: adduser,
  dpkg-dev,
- libvirt-bin,
+ libvirt-daemon-system,
  nova-common,
  nova-compute,
  python-libvirt,
@@ -313,7 +313,7 @@ Architecture: all
 Pre-Depends: dpkg (= 1.15.6~)
 Depends: adduser,
  dpkg-dev,
- libvirt-bin,
+ libvirt-daemon-system,
  nova-common,
  nova-compute,
  python-libvirt,
@@ -345,7 +345,7 @@ Pre-Depends: dpkg (= 1.15.6~)
 Depends: adduser,
  dpkg-dev,
  qemu-kvm | kvm,
- libvirt-bin,
+ libvirt-daemon-system,
  nova-common,
  nova-compute,
  python-libvirt,
diff --git a/debian/nova-compute.init b/debian/nova-compute.init
index 7876c18..b4b65f1 100644
--- a/debian/nova-compute.init
+++ b/debian/nova-compute.init
@@ -3,8 +3,8 @@
 # Provides:  nova-compute
 # Required-Start:$network $local_fs $remote_fs $syslog
 # Required-Stop: $remote_fs
-# Should-Start:  libvirtd libvirt-bin postgresql mysql keystone rabbitmq-server ntp
-# Should-Stop:   libvirtd libvirt-bin postgresql mysql keystone rabbitmq-server ntp
+# Should-Start:  libvirtd postgresql mysql keystone rabbitmq-server ntp
+# Should-Stop:   libvirtd postgresql mysql keystone rabbitmq-server ntp
 # Default-Start: 2 3 4 5
 # Default-Stop:  0 1 6
 # Short-Description: Nova Compute server
-- 
2.0.1



Bug#757549: owncloud: DB-Errors on Migration 6.0.3 to 7.0.0

2014-08-09 Thread Tom Fernandes
Package: owncloud
Version: 7.0.0+dfsg-2~bpo70+2
Severity: normal

Dear Maintainer,

I upgraded OC from 6.0.3+dfsg-2~bpo70+1 to 7.0.0+dfsg-2~bpo70+2 and then
went to my OC-website. I was prompted for clicking to run the update,
which I did. Then it said there was an error and that I should report
this to the community.

The postgres-log says:
ERROR:  relation oc_share_external already exists
STATEMENT:  CREATE TABLE oc_share_external (id SERIAL NOT NULL,
remote VARCHAR(512) NOT NULL, share_token VARCHAR(64) NOT NULL,
password VARCHAR(64) NOT NULL, name VARCHAR(64) NOT NULL, owner
VARCHAR(64) NOT NULL, user VARCHAR(64) NOT NULL, mountpoint
VARCHAR(4000) NOT NULL, mountpoint_hash VARCHAR(32) NOT NULL, PRIMARY
KEY(id))

The OC-log reports:
ailed to update database structure (exception 'PDOException' with
message 'SQLSTATE[42P07]: Duplicate table: 7 ERROR: relation
oc_share_external already exists' in
/usr/share/php/Doctrine/DBAL/Connection.php:801 Stack trace: #0
/usr/share/php/Doctrine/DBAL/Connection.php(801): PDO-query('CREATE
TABLE o...') #1 /usr/share/owncloud/lib/private/db/migrator.php(179):
Doctrine\DBAL\Connection-query('CREATE TABLE o...') #2
/usr/share/owncloud/lib/private/db/migrator.php(35):
OC\DB\Migrator-applySchema(Object(Doctrine\DBAL\Schema\Schema)) #3
/usr/share/owncloud/lib/private/db/mdb2schemamanager.php(98):
OC\DB\Migrator-migrate(Object(Doctrine\DBAL\Schema\Schema)) #4
/usr/share/owncloud/lib/private/db.php(320):
OC\DB\MDB2SchemaManager-updateDbFromStructure('/usr/share/ownc...') #5
/usr/share/owncloud/lib/private/app.php(1172):
OC_DB::updateDbFromStructure('/usr/share/ownc...') #6
/usr/share/owncloud/lib/private/app.php(980):
OC_App::updateApp('files_sharing') #7
/usr/share/owncloud/lib/private/app.php(87):
OC_App::checkUpgrade('files_sharing') #8
/usr/share/owncloud/lib/private/app.php(72):
OC_App::loadApp('files_sharing') #9
/usr/share/owncloud/lib/private/updater.php(222): OC_App::loadApps() #10
/usr/share/owncloud/lib/private/updater.php(137):
OC\Updater-doUpgrade('7.0.0.8', '6.0.3.1') #11
/usr/share/owncloud/core/ajax/update.php(35): OC\Updater-upgrade() #12
{main} Next exception 'Doctrine\DBAL\DBALException' with message 'An
exception occurred while executing 'CREATE TABLE oc_share_external
(id SERIAL NOT NULL, remote VARCHAR(512) NOT NULL, share_token
VARCHAR(64) NOT NULL, password VARCHAR(64) NOT NULL, name
VARCHAR(64) NOT NULL, owner VARCHAR(64) NOT NULL, user VARCHAR(64)
NOT NULL, mountpoint VARCHAR(4000) NOT NULL, mountpoint_hash
VARCHAR(32) NOT NULL, PRIMARY KEY(id))': SQLSTATE[42P07]: Duplicate
table: 7 ERROR: relation oc_share_external already exists' in
/usr/share/php/Doctrine/DBAL/DBALException.php:91 Stack trace: #0
/usr/share/php/Doctrine/DBAL/Connection.php(811):
Doctrine\DBAL\DBALException::driverExceptionDuringQuery(Object(PDOException),
'CREATE TABLE o...') #1
/usr/share/owncloud/lib/private/db/migrator.php(179):
Doctrine\DBAL\Connection-query('CREATE TABLE o...') #2
/usr/share/owncloud/lib/private/db/migrator.php(35):
OC\DB\Migrator-applySchema(Object(Doctrine\DBAL\Schema\Schema)) #3
/usr/share/owncloud/lib/private/db/mdb2schemamanager.php(98):
OC\DB\Migrator-migrate(Object(Doctrine\DBAL\Schema\Schema)) #4
/usr/share/owncloud/lib/private/db.php(320):
OC\DB\MDB2SchemaManager-updateDbFromStructure('/usr/share/ownc...') #5
/usr/share/owncloud/lib/private/app.php(1172):
OC_DB::updateDbFromStructure('/usr/share/ownc...') #6
/usr/share/owncloud/lib/private/app.php(980):
OC_App::updateApp('files_sharing') #7
/usr/share/owncloud/lib/private/app.php(87):
OC_App::checkUpgrade('files_sharing') #8
/usr/share/owncloud/lib/private/app.php(72):
OC_App::loadApp('files_sharing') #9
/usr/share/owncloud/lib/private/updater.php(222): OC_App::loadApps() #10
/usr/share/owncloud/lib/private/updater.php(137):
OC\Updater-doUpgrade('7.0.0.8', '6.0.3.1') #11
/usr/share/owncloud/core/ajax/update.php(35): OC\Updater-upgrade() #12
{main}) 


My OC-instance seems to work fine, but I feel uneasy if the DB-migration
executed fine in the end.
I did not find a way to re-run the upgrade or to verify the status of
the system.

Is there a way to check if the upgrade/migration worked correctly?

Warm regards and thanks for the good work,


Tom

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

Kernel: Linux 3.2.0-4-amd64 (SMP w/1 CPU core)
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 owncloud depends on:
ii  fonts-font-awesome   3.2.1~dfsg-2~bpo7+1
ii  fonts-liberation 1.07.2-6
ii  fonts-linuxlibertine 5.1.3-1
ii  fonts-lohit-deva 2.5.1-1
ii  fonts-sil-gentium-basic  1.1-5
ii  fonts-wqy-microhei   0.2.0-beta-2~bpo70+1
ii  libjs-chosen 0.9.11-1~bpo7+1
ii  libjs-dojo-dojox 1.7.2+dfsg-1
ii  libjs-jcrop  0.9.12+dfsg-1~bpo70+1
ii  libjs-jquery-minicolors  

Bug#755947: I switched to youtube-dl

2014-08-09 Thread 積丹尼 Dan Jacobson
OK I switched to youtube-dl. That works in this case.


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



Bug#750022: slapd: offer mdb backend in configuration

2014-08-09 Thread Ryan Tandy

On 31/05/14 12:34 PM, Ryan Tandy wrote:

The LMDB backend is now considered stable, and in 2.4.40 upstream will
start to recommend it over hdb as the default backend. For jessie I'd
like for it to at least be included as an option in the debconf menus.


Trivial example of how that might look (modulo a debconf-updatepo) attached.


The default maxsize for back-mdb is 10 MiB, only enough (IMO) for a toy
database. I think we should configure it higher, but I'm not sure how
high. On 32-bit systems there is only so much address space available.


How about a default of 1 GiB? That should fit in the 32-bit address 
space but is still significantly larger than any casual user is likely 
to have. We should document the size restriction, though, and if 
possible provide an example of a cron job to monitor it.



I predict, though, that offering mdb as a configuration choice is going
to result in a lot of people asking for dpkg-reconfigure to be able to
change the backend of an existing database (ie. #599585)...


Actually, AFAICT dpkg-reconfigure is happy to create a new database with 
a different backend. Will follow that bug up separately.



I don't know what the format stability of mdb is like (ie. whether, or
when, a dump/reload is required). I will look into that.


IIRC, in 2.4.40 there is a forward-incompatible change: upgrades to 
2.4.40 are fine but going back requires a reload. Can't find an ITS 
reference right now: might have been an IRC discussion (wishing I kept 
better logs) or maybe my brain is starting to invent things...


The disk format will not change backward-incompatibly in 2.4, but it 
sounds like it will at the transition to 2.5. ([ITS#7713] is an example 
of a format-breaking change.)


[ITS#7713] http://www.openldap.org/its/?findid=7713

Out of time for tonight and probably for the weekend, looking forward to 
Debconf where I might have some bigger blocks of time for this...


cheers,
Ryan
From 9e87486c2934c6321fcc76266833904525ace500 Mon Sep 17 00:00:00 2001
From: Ryan Tandy r...@nardis.ca
Date: Fri, 8 Aug 2014 21:29:57 -0700
Subject: [PATCH 1/2] re-introduce @BACKENDOPTIONS@ for mdb

---
 debian/slapd.init.ldif  |  5 +
 debian/slapd.scripts-common | 15 +++
 2 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/debian/slapd.init.ldif b/debian/slapd.init.ldif
index 6a237e0..6fefcae 100644
--- a/debian/slapd.init.ldif
+++ b/debian/slapd.init.ldif
@@ -62,10 +62,7 @@ objectClass: olcDatabaseConfig
 objectClass: @BACKENDOBJECTCLASS@
 olcDatabase: @BACKEND@
 olcDbCheckpoint: 512 30
-olcDbConfig: set_cachesize 0 2097152 0
-olcDbConfig: set_lk_max_objects 1500
-olcDbConfig: set_lk_max_locks 1500
-olcDbConfig: set_lk_max_lockers 1500
+@BACKENDOPTIONS@
 olcLastMod: TRUE
 olcSuffix: @SUFFIX@
 olcDbDirectory: /var/lib/ldap
diff --git a/debian/slapd.scripts-common b/debian/slapd.scripts-common
index 5427204..5d671b5 100644
--- a/debian/slapd.scripts-common
+++ b/debian/slapd.scripts-common
@@ -460,15 +460,21 @@ create_new_slapd_conf() {		# {{{
 # Create the new slapd.d directory (configuration)
 # Usage: create_new_slapd_conf basedn backend
 
-	local initldif failed basedn backend backendobjectclass adminpass
+	local initldif failed basedn backend backendobjectclass backendoptions adminpass
 
 	# Fetch configuration
 	basedn=$1
 	backend=$2
-	if [ $backend = hdb ]; then
-		backendobjectclass=olcHdbConfig
+	if [ $backend = mdb ]; then
+		backendoptions=olcDbMaxSize: 1073741824
+		backendobjectclass=olcMdbConfig
 	else
-		backendobjectclass=olcBdbConfig
+		backendoptions=olcDbConfig: set_cachesize 0 2097152 0\nolcDbConfig: set_lk_max_objects 1500\nolcDbConfig: set_lk_max_locks 1500\nolcDbConfig: set_lk_max_lockers 1500
+		if [ $backend = hdb ]; then
+			backendobjectclass=olcHdbConfig
+		else
+			backendobjectclass=olcBdbConfig
+		fi
 	fi
 	db_get slapd/internal/adminpw
 	adminpass=$RET
@@ -484,6 +490,7 @@ create_new_slapd_conf() {		# {{{
 	# Change some defaults
 	sed -i -e s|@BACKEND@|$backend|g ${initldif}
 	sed -i -e s|@BACKENDOBJECTCLASS@|$backendobjectclass|g ${initldif}
+	sed -i -e s|@BACKENDOPTIONS@|$backendoptions|g ${initldif}
 	sed -i -e s|@SUFFIX@|$basedn|g ${initldif}
 	sed -i -e s|@PASSWORD@|$adminpass|g ${initldif}
 
-- 
2.1.0.rc1

From 4de312cd174bc4aad91a92f3d1a186a8515392b9 Mon Sep 17 00:00:00 2001
From: Ryan Tandy r...@nardis.ca
Date: Fri, 8 Aug 2014 21:30:15 -0700
Subject: [PATCH 2/2] add MDB backend in debconf choices

---
 debian/slapd.templates | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/slapd.templates b/debian/slapd.templates
index 551e881..0a1c5d5 100644
--- a/debian/slapd.templates
+++ b/debian/slapd.templates
@@ -131,13 +131,17 @@ _Description: slapcat failure during upgrade
 
 Template: slapd/backend
 Type: select
-Choices: BDB, HDB
+Choices: BDB, HDB, MDB
 Default: HDB
 _Description: Database backend to use:
  The HDB backend is recommended. HDB and BDB use similar storage formats,
  but HDB adds 

Bug#754384: php5-fpm: Apache2 + php5-fpm using fastcgi breaks after upgrading to 5.6.0~rc2+dfsg-1

2014-08-09 Thread David Zuelke
New PR for PHP to fix the breakage: https://github.com/php/php-src/pull/765

On 12 Jul 2014, at 22:46, Lars Veldscholte l...@tuxplace.nl wrote:

 OK, so mod_fastcgi is deprecated.
 
 If I switch to mod_proxy_fcgi with mod_proxy_handler like this:
 
 FilesMatch \.php$
SetHandler proxy:fcgi://127.0.0.1:9000/
 /FilesMatch
 
 I won't have the problems I encountered when I used mod_proxy_fcgi with
 mod_proxy, right? (Like this:)
 
 ProxyPassMatch ^/(.*\.php(/.*)?)$
 fcgi://127.0.0.1:9000/path/to/your/documentroot/$1
 
 If so, I guess I'm gonna try that.
 


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



Bug#735884: Review of debian/copyright for ocp-indent

2014-08-09 Thread Johannes Schauer
Hi Andreas,

Quoting Andreas Cadhalpun (2014-08-09 00:48:05)
  You introduced a default copyright for INRIA, Jun Furuse and OCamlPro
  where I tried to name files individually to match the different copyrights.
  For example the only files that are copyright INRIA seem to be
  src/approx_tokens.ml, src/approx_lexer.mll and src/approx_common.mli so I
  don't see how INRIA can be in the default block.
 
 There had been no general 'Files: *' stanza and some files (like 
 Makefile etc.) had not been mentioned explicitly. Therefore I created 
 the default stanza with the license mentioned in the LICENSE file.

correct, this indeed makes a 'Files: *' stanza necessary or some files will not
be matched.

 To shorten debian/copyright I merged all the files under this license 
 into this stanza, which thus mentions all copyright holders.
 But if you prefer to list some of them, e.g. those with copyright INRIA, 
 separately, that is also fine.
 
 [...]
 
 Merging all the copyright holders and dates into the default stanza doesn't
 mean that all the files are copyrighted by all the listed copyright holders
 with the same dates, but rather that at least one of them is copyrighted by
 at least one of these copyright holders with one of the dates.
 
 The copyright format specification makes it clear that whether to merge 
 or not is just a matter of taste:
 Since the license of the manual pages is the same as the other files in 
 the package, the last paragraph above could instead be combined with the 
 first paragraph, listing both copyright statements in one Copyright 
 field. Whether to combine paragraphs with the same license is left to 
 the discretion of the author of the debian/copyright file. [a]

Okay, I see. Then I agree that merging those stanzas makes things much more
maintainable and readable.

 You're welcome.  By the way, I just notice that 'BSD-3-clause' should have
 been 'BSD-3-Clause' (with capital C) as recommended by the copyright format
 specification.

Indeed. Thanks, I changed that too.

 As these have rather permissive licenses, it wouldn't hurt to leave them and
 just document there existence in debian/copyright.  But if you prefer, it's
 also fine to remove them via Files-Excluded.

I'll cater for that in a later release.

I noticed something else: when you added tests/passing/traverse.mli as being
licensed under AGPL-3, is it not necessary to paste the full text of the AGPL-3
because the AGPL cannot be found in /usr/share/common-licenses? I added the
text of the AGPL-3 to debian/copyright to fulfill policy § 12.5.

You can find the full diff of the changes in:
http://anonscm.debian.org/cgit/pkg-ocaml-maint/packages/ocp-indent.git/commit/?id=3316070c3164a14926abd9fcba46b88b8419640c

I uploaded the fixed package to mentors and would probably need somebody to
upload it for me:

http://mentors.debian.net/debian/pool/main/o/ocp-indent/ocp-indent_1.4.1-2.dsc

Thank you for your help!

cheers, josch


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



Bug#599585: dpkg-reconfigure slapd not working

2014-08-09 Thread Ryan Tandy

Control: tags -1 + moreinfo unreproducible

Hi Aniruddha,

I'm sorry this bug has gone so long without an answer.

On 09/10/10 02:11 AM, Aniruddha wrote:

Changes made with 'dpkg-reconfigure slapd' such as DNS domain name,
Organization name and Administrator password are not applied to
slapd. This makes it impossible to login with phpldapadmin.


I haven't been able to reproduce this problem in squeeze or later. After 
running 'dpkg-reconfigure slapd' I do get a new, pristine configuration 
and, if I accept the prompt to move the old database away (which your 
debconf info indicates you also did), a new database as well, both using 
the newly chosen settings.


Can you provide any more information that might help me reproduce the 
problem on my system?


thanks,
Ryan


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



Bug#755616: Fails to build with Django 1.7

2014-08-09 Thread Brian May
I reported this upstream at
https://github.com/tomchristie/django-rest-framework/issues/1747

The git version seems to be fine, but hasn't been released yet.
-- 
Brian May br...@microcomaustralia.com.au


Bug#757533: debian-archive-keyring: source package signed by removed key

2014-08-09 Thread Adam D. Barratt

On 2014-08-09 1:19, Michael Gilbert wrote:

On Fri, Aug 8, 2014 at 7:52 PM, Cyril Brulebois wrote:

The archive keyring package is currently signed by Philip Kern's old
removed key.

Since this package contains the keys to archive, it really needs a
valid signature.

$ apt-get source debian-archive-keyring --download-only


Well, surely this is using the apt cache, with Release files and GPG
signatures all over the place…


Release files signed by the keys that were signed by the removed key.


For stable, that's partially accurate, as the wheezy stable release key 
is indeed signed by Phil's old key. It is, however, also signed by my, 
very much current, key and Phil's new key.


However, stable's Release file is also co-signed by, and = testing are 
_only_ signed by, the ftp-master key, for which:


adsb@franck:~$ gpg  --keyring 
/srv/keyring.debian.org/keyrings/debian-keyring.gpg  --keyring 
/usr/share/keyrings/debian-archive-keyring.gpg --list-sigs 46925553

pub   4096R/46925553 2012-04-27 [expires: 2020-04-25]
uid  Debian Archive Automatic Signing Key (7.0/wheezy) 
ftpmas...@debian.org
sig 346925553 2012-04-27  Debian Archive Automatic Signing Key 
(7.0/wheezy) ftpmas...@debian.org

sig 37E7B8AC9 2012-04-27  [User ID not found]
sig 3   PB12525C4 2012-04-27  Joerg Jaspert jo...@debian.org
sig  A3AE44A4 2012-04-27  Michael O'Connor (stew) 
s...@vireo.org

sig  CA1CF964 2012-04-27  Ansgar Burchardt ans...@debian.org
sig  15B0FD82 2012-04-27  Mark Hymers m...@debian.org
sig  672C8B12 2012-04-28  [User ID not found]

none of the sigs belong to the Release Team.


It's M.C. Escher painting kind of situation, and I'm being rather
pedantic, but then again, it's simply good hygiene.


Pedantry != release-criticality.


(Also, I don't see why this particular source package would be special
and would need a specific handling as far as its signature goes.)


Other bad sigs in the archive should also get cleaned up.  I need do a
more complete analysis of bad sigs and also do a -devel MBF
discussion.


It might have been nice to have done that step first.. :-(

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#757550: slapd: can't be reconfigured twice (backup path exists)

2014-08-09 Thread Ryan Tandy

Package: slapd
Version: 2.4.23-7.2
Severity: minor
Control: found -1 2.4.39-1

Hi Alessandro,

On 30/01/13 04:00 AM, Alessandro Dentella wrote:

Same problem here,

In my case dpkg-reconfigure worked yesterday but today ends with:

Stopping OpenLDAP: slapd.
   Moving old database directory to /var/backups:

   Backup path /var/backups/unknown-2.4.23-7.2.ldapdb exists. Giving up...

And no change is applied. I had to remove /var/backups/unknown... and after
that it worked as exected. Note that even after a completete
remove --purge dpkg-reconfigure was stuck.


I don't believe this is the same bug as the one you replied to, but I 
agree that this behaviour is not ideal. In fact the script includes code 
to generate a unique backup path using the current date and time, but 
it's not used because dpkg-reconfigure passes the previously configured 
version which gets used instead. I'm turning this into a new bug report 
to track that. Thanks for reporting it!


thanks,
Ryan


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



Bug#737285: ITA: tetzle -- Jigsaw puzzle game

2014-08-09 Thread Dariusz Dwornikowski
Hi Jackson,


Do you still intend to adopt this ? If not, let me know, I will adopt
this within Debian Games team.



-- 
Pozdrawiam,
Dariusz Dwornikowski, Assistant
Institute of Computing Science, Poznań University of Technology
www.cs.put.poznan.pl/ddwornikowski/
room 2.7.2 BTiCW | tel. +48 61 665 29 41


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



Bug#742363: check_cups: CUPS access policy loopback interface was the reason

2014-08-09 Thread Andreas B. Mundt

Hi Jan,

thanks for your reply.  Indeed, the failure of check_cups has nothing
to do with the plugin, but with the more restrict access policy of the
cups version in jessie.  It happened that  access via the loop-back
interface (127.0.0.1) was not allowed anymore on my setup.

Looking forward to the monitoring-plugins package,
best regards

Andi


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



Bug#750255: lio-utils: FTBFS: chmod: cannot access '/«BUILDDIR»/lio-utils-3.1+git2.fd0b34fd/debian/lio-utils/usr/share/pyshared/*.py': No such file or directory

2014-08-09 Thread Ritesh Raj Sarraf
On 08/09/2014 03:31 AM, Aurelien Jarno wrote:
 On Wed, Jun 04, 2014 at 12:16:06PM +0530, Ritesh Raj Sarraf wrote:
  For the sake of users who may land on this bug report. lio-utils is
  deprecated upstream. Users are advised to switch to targetcli. lio-utils
  may soon be removed from the Debian repositories.
  
 Even if lio-utils is deprecated, targetcli depends on it. Ignoring this
 bug just mean we currenyl don't have scsi target support in Jessie,
 which is be a pitty.

No. It is on my list and will be fixed very soon.. Personal stuff has
delayed it but soon I'll be resuming work on it.

-- 
Ritesh Raj Sarraf | http://people.debian.org/~rrs
Debian - The Universal Operating System



signature.asc
Description: OpenPGP digital signature


Bug#757551: lintian: check if DEP-5 debian/copyright covers all files in the unpacked sources

2014-08-09 Thread Johannes Schauer
Package: lintian
Version: 2.5.25
Severity: wishlist

Hi,

it seems that lintian does not yet notice if a DEP-5 debian/copyright
file misses specifying copyright information for some files in the
unpacked sources. It would be nice if lintian could warn if
debian/copyright misses to provide information about some files.

cheers, josch

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

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

Versions of packages lintian depends on:
ii  binutils   2.24.51.20140617-1
ii  bzip2  1.0.6-5
ii  diffstat   1.58-1
ii  file   1:5.19-1
ii  gettext0.18.3.2-3
ii  hardening-includes 2.5
ii  intltool-debian0.35.0+20060710.1
ii  libapt-pkg-perl0.1.29+b1
ii  libarchive-zip-perl1.37-2
ii  libclass-accessor-perl 0.34-1
ii  libclone-perl  0.37-1
ii  libdpkg-perl   1.17.10
ii  libemail-valid-perl1.194-1
ii  libfile-basedir-perl   0.03-1
ii  libipc-run-perl0.92-1
ii  liblist-moreutils-perl 0.33-2
ii  libparse-debianchangelog-perl  1.2.0-1
ii  libtext-levenshtein-perl   0.09-1
ii  libtimedate-perl   2.3000-2
ii  liburi-perl1.62-1
ii  man-db 2.6.7.1-1
ii  patchutils 0.3.3-1
ii  perl [libdigest-sha-perl]  5.18.2-6
ii  t1utils1.37-2

Versions of packages lintian recommends:
ii  libautodie-perl 2.25-1
ii  libperlio-gzip-perl 0.18-3
ii  perl-modules [libautodie-perl]  5.18.2-6

Versions of packages lintian suggests:
pn  binutils-multiarch none
ii  dpkg-dev   1.17.10
ii  libhtml-parser-perl3.71-1+b1
ii  libtext-template-perl  1.46-1
ii  libyaml-perl   0.95-1
ii  xz-utils   5.1.1alpha+20120614-2

-- 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#737285: ITA: tetzle -- Jigsaw puzzle game

2014-08-09 Thread Jackson Doak
I had a package on mentors for a while, but I think it's gone now. Please
put it in the games team. I'm part of it anyway
On 9 Aug 2014 17:36, Dariusz Dwornikowski 
dariusz.dwornikow...@cs.put.poznan.pl wrote:

 Hi Jackson,


 Do you still intend to adopt this ? If not, let me know, I will adopt
 this within Debian Games team.



 --
 Pozdrawiam,
 Dariusz Dwornikowski, Assistant
 Institute of Computing Science, Poznań University of Technology
 www.cs.put.poznan.pl/ddwornikowski/
 room 2.7.2 BTiCW | tel. +48 61 665 29 41



Bug#751968: dar: File /etc/darrc missing but referred to in manpage

2014-08-09 Thread Brian May
On 3 July 2014 21:57, Simon Ruderich 
he29h...@stud.informatik.uni-erlangen.de wrote:

 Thanks for your response. We missed the dar-docs package. Would
 it be possible to include the basic documentation (like examples
 and FAQ) in the main package to make it available for all users
 of the package?


Apologies for my slow response.

I have split the documentation into a separate package, so people don't
need to install it if there don't want it.

dar has a suggests for dar-docs



   /usr/share/doc/dar-docs/FAQ.html contains:
 
  Note that dar provides in its /etc/darrc default configuration file, a
  long list of -Z options to avoid compressing most common
  compressed files, that you can activate by simply adding
 compress-exclusion
  on dar command-line.

 Thank you. So they are not provided out of the box on Debian, as
 the default configuration file is not installed.


As far as I can tell there is no default configuration file despite what
the documentation says. So maybe someone needs to open an upstream bug
report on this.
-- 
Brian May br...@microcomaustralia.com.au


Bug#686447: Review of debian/copyright for zfs-linux

2014-08-09 Thread Andreas Cadhalpun

Hi,

On 09.08.2014 02:33, Darik Horn wrote:

On Fri, Aug 8, 2014 at 7:21 PM, Andreas Cadhalpun
andreas.cadhal...@googlemail.com wrote:


OK, it's fine to have them separated, but in that case shouldn't the
copyright of the default stanza match what the COPYRIGHT file says, or maybe
just add Sun Microsystems, Inc. to the default stanza?


Yes.


OK.


As you are the author of the man page in question here, do you agree to
license the file man/man1/splat.1 under a DFSG-free license, e.g. GPL-2+?


Yes, of course, according to the mainline project license.


I suspected that, but it's a bit unclear when looking at the man page 
itself. Therefore I suggest to either add the standard GPL boilerplate 
to the man page or, if you prefer, just remove the scary All rights 
reserved., so that one doesn't have to wonder if the project license 
really applies to this file.



I haven't reviewed the debian/copyright of zfs-linux fully yet, but attached
patch fixes some issues I already noticed:


Thanks, syntax changes will happen on your advice.


You're welcome.

Best regards,
Andreas


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



Bug#755513: Processed: Re: Bug #755513 : nvidia-opencl-dev: binary conflict with ocl-icd-libopencl1

2014-08-09 Thread Graham Inggs
On 8 August 2014 19:43, Vincent Danjean vdanjean...@free.fr wrote:
 For what I remember, both these packages have the libOpenCL.so file
 so they are buggy (should declare a conflict directly or indirectly)

libOpenCL.so is shipped by amd-opencl-dev, nvidia-opencl-dev and
ocl-icd-libopencl1.
However, the conflicts relationship does not need to be in all three
packages, simply having it in ocl-icd-libopencl1 is enough.
(amd-opencl-dev, nvidia-opencl-dev and ocl-icd-opencl-dev already
conflict with each other because they all provide the opencl-dev
virtual package)

 Ignoring request to alter fixed versions of bug #755513 to the same values 
 previously set
 Bug #755513 [ocl-icd-libopencl1] nvidia-opencl-dev: binary conflict with 
 ocl-icd-libopencl1
 Marked as found in versions ocl-icd/2.1.0-1.

 There is nothing new in this package related to this problem.

libOpenCL.so has been in nvidia-opencl-dev since August 2013 and in
amd-opencl-dev since October 2013 (see changelog excerpt below).
The next upload of ocl-icd after that date should have had the
conflicts on amd-app changed to amd-opencl-dev and the conflicts on
nvidia-libopencl1-dev changed to nvidia-opencl-dev.

   So, please, explain your reassign or revert it back.

This bug was preventing nvidia-cuda-toolkit from migrating to testing
and I believe there is an upload to pycuda (which depends on
nvidia-cuda-toolkit) coming soon.
Considering that by shipping libOpenCL.so, ocl-icd-libopencl1 is the
package breaking policy, and that you indicated libOpenCL.so might
move to the ocl-icd-opencl-dev package, I believe it is simpler for
this bug to be fixed in ocl-icd-libopencl1 alone without affecting
amd-opencl-dev and nvidia-opencl-dev as well.


fglrx-driver (1:13.4-4) unstable; urgency=low

  * Move the libOpenCL.so symlink from amd-libopencl1 to amd-opencl-dev and
adjust Depends/Breaks/Replaces accordingly.

 -- Andreas Beckmann a...@debian.org  Thu, 17 Oct 2013 22:18:40 +0200


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



Bug#757552: Guided and manual LVM fails

2014-08-09 Thread m . li

Package: debian-installer
Version: 20140802

When using both 20140802 and latest nightly amd64 hd-media installer, 
when I get to the Partition hard drives stage and choose Guided - 
used entire disk and setup LVM, choose any of the recipes (single, 
separate /home, etc.), the install then fails and I get an error message 
stating This probably happened because there are too many (primary) 
partitions in the partition table..

Upon continuing, I can see the following partitions have been created:
- ~250MB /boot partition
- LVM partition/volume using the rest of the disk space
- LVM volume group ([hostname]-vg)
- root LVM volume, ~300MB

If I then manually go to Configure the Logical Volume Manager, remove 
the existing root volume, create appropriately sized volumes and go 
back to the partition list, the list is now as follows:

- ~250MB /boot partition
- LVM partition/volume using the rest of the disk space
ie. The volume group and volumes are missing.

Choosing Manual partitioning also has the same effect.

syslog doesn't show any errors:

Aug  9 07:41:11 partman-lvm:   Writing physical volume data to disk 
/dev/cciss/c0d0p5
Aug  9 07:41:11 partman-lvm:   Physical volume /dev/cciss/c0d0p5 
successfully created

Aug  9 07:41:11 partman-lvm:   Volume group hp1 successfully created
Aug  9 07:41:12 partman-lvm:   Logical volume root created

Guided and Manual LVM works correctly in the stable 7.6 installer.


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



Bug#735884: Review of debian/copyright for ocp-indent

2014-08-09 Thread Andreas Cadhalpun

Hi Johannes,

On 09.08.2014 08:33, Johannes Schauer wrote:

I noticed something else: when you added tests/passing/traverse.mli as being
licensed under AGPL-3, is it not necessary to paste the full text of the AGPL-3
because the AGPL cannot be found in /usr/share/common-licenses? I added the
text of the AGPL-3 to debian/copyright to fulfill policy § 12.5.


Of course!
It would be nice if lintian could warn about this problem... :D [1]


You can find the full diff of the changes in:
http://anonscm.debian.org/cgit/pkg-ocaml-maint/packages/ocp-indent.git/commit/?id=3316070c3164a14926abd9fcba46b88b8419640c


Thanks for fixing this so fast.


I uploaded the fixed package to mentors and would probably need somebody to
upload it for me:

http://mentors.debian.net/debian/pool/main/o/ocp-indent/ocp-indent_1.4.1-2.dsc


Unfortunately I can't help you here, because I'm no DD.


Thank you for your help!


You're welcome.

Best regards,
Andreas


1: https://bugs.debian.org/757545


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



Bug#747270: [Python-modules-team] Bug#747270: python-librabbitmq

2014-08-09 Thread Brian May
On 29 July 2014 22:29, Michael Fladischer mich...@fladi.at wrote:

  I also note that the version number was called 1.5.0+dfsg-1, which
  suggests you had to repackage the orig.tar.gz file - was this the case?

 See debian/copyright. I excluded the whole embedded librabbitmq-c
 library. Thus the +dfsg suffix.


Sorry, still don't understand why you had to repackage the  orig.tar.gz
file for this.

As far as I can see the clib directory is licensed under the MIT license,
so is already ok to distribute under the DFSG.

So it makes sense not to use it, but I don't see any justification for
repackaging the orig.tar.gz file.

Did I miss something?
-- 
Brian May br...@microcomaustralia.com.au


Bug#747270: [Python-modules-team] Bug#747270: Bug#747270: python-librabbitmq

2014-08-09 Thread Brian May
In debian/control you had:

librabbitmq-dev (= 0.5.0)

Are you aware of this being an actual requirement?

Debian sid only has 0.4.1
-- 
Brian May br...@microcomaustralia.com.au


Bug#757545: lintian: warn if the License paragraph in debian/copyright for known licenses not in /usr/share/common-licenses is too short

2014-08-09 Thread Andreas Cadhalpun

Hi,

On 09.08.2014 07:38, Johannes Schauer wrote:

some licenses are rather long and thus it could be easily detected
whether their License paragraph in debian/copyright is too short to
possibly contain them.

Here some examples of licenses which are probably long enough such that
this heuristic would have a low amount of false positives but are not
shipped in /usr/share/common-licenses:

  - AGPL3
  - LaTeX Project Public License
  - Python Software Foundation License
  - Mozilla Public License
  - Creative Commons licenses

the user would then get a message like: your License stanza for AGPL3+
is only 20 lines long and thus probably not the full text of the AGPL


I'd also welcome such a lintian tag.

The ftp-masters would probably even want to use this tag to 
automatically REJECT uploads [1].


Best regards,
Andreas

1: https://lists.debian.org/debian-devel/2014/08/msg00113.html


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



Bug#756941: gnome-shell: Gnome-Shell 3.13-1 hangs at GDM

2014-08-09 Thread Marc Bonnor
Hello,

I upgraded from 3.12.2-3 to 3.13.1-1 today and after rebooting I was
left with a blank screen and a cursor blinking in top left hand corner.

During this upgrade I also upgraded these packages;
gnome-session, gnome-session-bin, gnome-session-common, gdm3,
gir1.2-gdm3, libgdm1, and new package install of xwayland. 

I reversed all the above upgrades and rebooted, working again ...

I was able to upgrade again all the above packages except for the
gnome-shell and gnome-shell-common, reboot and desktop is working ok.

Each time I upgrade gnome-shell and reboot I get the blank screen.


I would be happy to provide further information if it helps. 
  
-- 
Regards

Marc


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



Bug#757460: tcpcryptd: Please provide a possibility to enable tcpcryptd automatically

2014-08-09 Thread Axel Beckert
Hi Daniel,

I actually suspected such (maturity) reasons after playing around with
it for a moment. And I do understand and agree with them.

So for now, please add the following or a similar sentence after This
package contains the network daemon, which will accept and wrap
traffic redirected to it. in tcpcryptd's package description to make
people not expect a system service (as I did):

  So far this package does not start the service automatically. Please
  see the provided example script on how to start it.

Maybe the second sentence belongs to README.Debian instead, but I
think the package description is not a bad place either for now.

Daniel Kahn Gillmor wrote:
 On 08/08/2014 09:28 AM, Axel Beckert wrote:
  while it seems that the provided
  /usr/share/doc/tcpcryptd/examples/launch_tcpcryptd.sh seems to take care
  of making the user aware that starting it may interrupt existing
  connections, I think, it would be very useful and following the idea of
  opportunistic encryption if tcpcryptd would be started by default,
  e.g. via some init.d script.
  
  Maybe a debconf question of priority low or medium could ask the user if
  it should be enabled by default, with the default set to yes.
 
 yes, this is definitely on the agenda for the package.  (see debian/TODO
 for additional packaging work plans).  I hope to get a sensible systemd
 tcpcryptd.service file sorted out during debconf

Please also provide an init.d script. Please do not make this package
dependent on systemd. I can imagine there are quite some paranoid
people out there who not trust systemd.

 there are a lot of possible nuances of how things could go wrong with
 enabling such a service by default -- from making sure it handles
 changes in network status properly, to questions about phone-home
 behavior on startup, to concerns about client linkability, to
 interaction with existing firewall rules,

Indeed. I must admit, I didn't get it working yet with the provided
example script. On one machine 3/6 tests failed, on another machine it
already failed to set the initial iptables rules and I haven't yet
found out why. (Both machines had fail2ban on it, but no further
iptables usage. The one where it failed immediately was a Xen DomU.)

 to the scary possibility of locking out the administrator of a
 remote machine if something goes wrong.

As far as I've understood it should suffice to disable tcpcrypt on his
local machine in that case.

 So for the moment, the package will be a tools-only package, not one
 that supplies a system service in any automated way.

I can understand that.

 But i'd be very happy for help/suggestions/patches to add a system
 service that address any of the above concerns.

As soon as I've understood what goes wrong with the example script in
my cases I may file more reports (I don't want to call them bug
reports :-) with how I had to improve the script to make it work. I
think this will also enlarge the chances to make it a system service
at some point in the future.

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


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



Bug#757553: new upstream version

2014-08-09 Thread Brian May
Source: librabbitmq
Version: 0.4.1-1
Severity: wishlist

Hello,

I believe there is a new upstream version available, version 0.5.

This *might* be a show stopper in resolving a release critical bug,
#747270, although I am not absolutely sure of that just yet.

Thanks.
-- 
Brian May br...@microcomaustralia.com.au


Bug#749264: No nvidia-driver working

2014-08-09 Thread Vincent Cheng
Ok, I think the discussion has derailed quite a bit from the original
bug report...

Karsten, I can sympathize with you, but to address your concern that
the packages are broken and that we should be doing better, I'd say
that the current nvidia packages in Debian are doing the utmost
possible to make installing of the proprietary nvidia drivers as
painless as possible (much of it thanks to Andreas, of course). Let me
explain what we already have:

- current long term / stable releases and supported legacy branches
all packaged up in Debian
- nvidia-detect, to help users pick the right set of packages to
install if they don't already know the status of upstream support for
their GPU
- integration with both DKMS and module-assistant, as well as
pre-built nvidia kernel modules (built from
src:nvidia-graphics-modules), in the nvidia packages so that
installation is painless
- nvidia-xconfig (which is upstream's tool to create nvidia-compatible
xorg.conf files), as well as debconf prompts during installation
(provided in nvidia-support) that tell you in no uncertain terms how
to create nvidia-compatible xorg.conf files
- a fairly complex alternatives system that makes sure the appropriate
vendor libGL is symlinked and used (so that e.g. users with hybrid
GPUs don't end up using the wrong libGL implementation, which is often
the result for nvidia optimus / bumblebee users that directly use
nvidia's installer).

Given the constraints (i.e. the fact that the proprietary nvidia
drivers are non-free, can't be installed by default, and how X is
configured), I honestly don't know how/where you expect Debian to do
better. The packages work (at least, for me, and likely for many other
users, given the high popcon count and relatively low number of bugs),
and we (as in the pkg-nvidia team...well, mostly Andreas) have done
our best to make the entire process as painless as possible. I mean,
sure, there could be a bug somewhere that's caused by the packages,
but I'm not seeing it.

Regards,
Vincent


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



Bug#736348: Segmentation fault to launch celery worker

2014-08-09 Thread Brian May
For the record, see:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=747270

I think both bug reports should stay open for now, until we can either
prove the problem has been fixed, or that the bug is in one package and not
the other.

Thanks
-- 
Brian May br...@microcomaustralia.com.au


Bug#754071: [Python-apps-team] Bug#754071: python-pelican : please include docuemnts or make python-pelican-doc package.

2014-08-09 Thread Vincent Cheng
tags 754071 - wontfix - upstream

On Tue, Aug 5, 2014 at 8:17 AM, Yukiharu Yabuki yab...@netfort.gr.jp wrote:
 Hi, maintainer

 I asked them how to get document sets.

 https://github.com/getpelican/pelican/issues/1428#issuecomment-51210846

Ah, ok, it looks like I was mistaken and the docs are in fact included
in the git repo upstream. I'll jot down this bug on my todo list, but
with everything else on it this is fairly low-priority for me (also
partly because a new -doc package means going through the NEW queue,
and I do my best to avoid NEW nowadays because it's just so
painful...); in other words, patches are welcome. :)

Regards,
Vincent


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



Bug#741299: freetype: CVE-2014-2240, CVE-2014-2241: stack OOB read/write, DoS

2014-08-09 Thread Michael Gilbert
control: tag -1 patch

Hi, I've uploaded an nmu fixing this issue.  Please see attached patch.

Best wishes,
Mike
diff -u freetype-2.5.2/debian/changelog freetype-2.5.2/debian/changelog
--- freetype-2.5.2/debian/changelog
+++ freetype-2.5.2/debian/changelog
@@ -1,3 +1,12 @@
+freetype (2.5.2-1.1) unstable; urgency=high
+
+  * Non-maintainer upload by the Security Team.
+  * Fix two security issues in the CFF rasterizer (closes: #741299)
+- CVE-2014-2240: out-of-bounds read/write in cf2hints.c.
+- CVE-2014-2241: denial-of-service in cf2ft.c.
+
+ -- Michael Gilbert mgilb...@debian.org  Mon, 28 Jul 2014 02:56:08 +
+
 freetype (2.5.2-1) unstable; urgency=low
 
   * New upstream release
diff -u freetype-2.5.2/debian/patches-freetype/series freetype-2.5.2/debian/patches-freetype/series
--- freetype-2.5.2/debian/patches-freetype/series
+++ freetype-2.5.2/debian/patches-freetype/series
@@ -3,0 +4,3 @@
+
+CVE-2014-2240.patch
+CVE-2014-2241.patch
only in patch2:
unchanged:
--- freetype-2.5.2.orig/debian/patches-freetype/CVE-2014-2240.patch
+++ freetype-2.5.2/debian/patches-freetype/CVE-2014-2240.patch
@@ -0,0 +1,21 @@
+From 0eae6eb0645264c98812f0095e0f5df4541830e6 Mon Sep 17 00:00:00 2001
+From: Dave Arnold darn...@adobe.com
+Date: Fri, 28 Feb 2014 06:40:01 +
+Subject: Fix Savannah bug #41697, part 1.
+
+* src/cff/cf2hints.c (cf2_hintmap_build): Return when `hintMask' is
+invalid.  In this case, it is not safe to use the length of
+`hStemHintArray'; the exception has already been recorded in
+`hintMask'.
+
+--- a/src/cff/cf2hints.c
 b/src/cff/cf2hints.c
+@@ -781,6 +781,8 @@
+   cf2_hintmask_setAll( hintMask,
+cf2_arrstack_size( hStemHintArray ) +
+  cf2_arrstack_size( vStemHintArray ) );
++  if ( !cf2_hintmask_isValid( hintMask ) )
++  return;   /* too many stem hints */
+ }
+ 
+ /* begin by clearing the map */
only in patch2:
unchanged:
--- freetype-2.5.2.orig/debian/patches-freetype/CVE-2014-2241.patch
+++ freetype-2.5.2/debian/patches-freetype/CVE-2014-2241.patch
@@ -0,0 +1,48 @@
+From 135c3faebb96f8f550bd4f318716f2e1e095a969 Mon Sep 17 00:00:00 2001
+From: Dave Arnold darn...@adobe.com
+Date: Fri, 28 Feb 2014 06:42:42 +
+Subject: Fix Savannah bug #41697, part 2.
+
+* src/cff/cf2ft.c (cf2_initLocalRegionBuffer,
+cf2_initGlobalRegionBuffer): It is possible for a charstring to call
+a subroutine if no subroutines exist.  This is an error but should
+not trigger an assert.  Split the assert to account for this.
+
+--- a/src/cff/cf2ft.c
 b/src/cff/cf2ft.c
+@@ -508,7 +508,7 @@
+   CF2_UInt  idx,
+   CF2_Bufferbuf )
+   {
+-FT_ASSERT( decoder  decoder-globals );
++FT_ASSERT( decoder );
+ 
+ FT_ZERO( buf );
+ 
+@@ -516,6 +516,8 @@
+ if ( idx = decoder-num_globals )
+   return TRUE; /* error */
+ 
++FT_ASSERT( decoder-globals );
++
+ buf-start =
+ buf-ptr   = decoder-globals[idx];
+ buf-end   = decoder-globals[idx + 1];
+@@ -581,7 +583,7 @@
+  CF2_UInt  idx,
+  CF2_Bufferbuf )
+   {
+-FT_ASSERT( decoder  decoder-locals );
++FT_ASSERT( decoder );
+ 
+ FT_ZERO( buf );
+ 
+@@ -589,6 +591,8 @@
+ if ( idx = decoder-num_locals )
+   return TRUE; /* error */
+ 
++FT_ASSERT( decoder-locals );
++
+ buf-start =
+ buf-ptr   = decoder-locals[idx];
+ buf-end   = decoder-locals[idx + 1];


Bug#757533: debian-archive-keyring: source package signed by removed key

2014-08-09 Thread Philipp Kern
severity 757533 normal
thanks

On Fri, Aug 08, 2014 at 07:41:11PM -0400, Michael Gilbert wrote:
 The archive keyring package is currently signed by Philip Kern's old
 removed key.
 
 Since this package contains the keys to archive, it really needs a
 valid signature.

The key has neither been revoked nor compromised. It just cannot be used
for new uploads nor to authenticate to Debian's systems. So I completely
disagree with the inflated severity you laid out here (and potential
MBFs).

We will update the package with the new Jessie key soon, though, which
should fix this issue as the package will need to be backported.

Kind regards
Philipp Kern


signature.asc
Description: Digital signature


Bug#752300: scrollz: Please build against libgnutls28-dev

2014-08-09 Thread Andreas Metzler
On 2014-06-26 Mike Markley m...@markley.org wrote:
 On Sun, Jun 22, 2014 at 01:06:39PM +0200, Andreas Metzler ametz...@bebt.de 
 wrote:
 Package: scrollz
 Version: 2.1-1.1
[...] 
 Please build scrollz against libgnutls28-dev instead of libgnutls-dev, the
 older GnuTLS version should not be part of jessie.

 I have an updated ScrollZ package for 2.2.3, but I haven't had a jessie or
 sid system in some time on which to verify that it conforms to circa 2014
 standards--I haven't made an upload in quite some time. I do still have my
 GPG key and the change may be as simple as an update to Build-Depends, so
 I'll see if I can do that...

Hello Mike,

for scrollz 2.1-1.1 a straight update of the build-dependencies seems
to work. - I could upload this is as NMU if you have not got the time.

Regarding 2014 standards: The package is at Standards-Version: 3.8.4
and could use some love, e.g. support for dpkg-buildflags.

cu Andreas

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


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



Bug#755234: a more complete patch for xfce4-power-manager 1.2.0-5, a problem with refreshing of battery status

2014-08-09 Thread Martin Schwenke
On Fri, 08 Aug 2014 17:24:18 +0200 Rafal fatwild...@gmail.com wrote:

 My previous patch fixes only updates of battery charge level. But, for 
 example, when AC cord is plugged in, the power manager still insists 
 that computer is on battery (although states also that battery is 
 charged). The patch below fixes the problem. It fixes also a problem 
 with messages like
  (xfce4-power-manager:31539): GLib-CRITICAL **: Source ID 73 was not 
 found when attempting to remove it

Interesting!  With the previous patch, at least on my laptop, xfpm
notices when the power is plugged in and I don't see any of those
messages in .xsession-errors...

Weird...

Whatever the case, thanks for trying to fix this madness!  :-)

peace  happiness,
martin


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



Bug#755234: [Pkg-xfce-devel] Bug#755234: Bug#755234: a more complete patch for xfce4-power-manager 1.2.0-5, a problem with refreshing of battery status

2014-08-09 Thread Yves-Alexis Perez
On sam., 2014-08-09 at 07:50 +0900, Norbert Preining wrote:
 Hi Yves, hi Rafael,
 
 Rafael: thanks a lot!
 
 Yves: I'll build my own packages with this patch in a minute and run them ;-)
 
 If you have the stuff in a vcs, I can build from there.

Not yet committed, I'm still a bit puzzled by the patch, to be honest.
The upower-0.99 port of xfpm 1.3 (in experimental) seems to take a
different road, which might be cleaner, but I didn't have a chance to
see if backporting was something possible.

Regards,
-- 
Yves-Alexis


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


Bug#752945: oasis: FTBFS - 2 test failures

2014-08-09 Thread Mehdi Dogguy

Hi,

Le 2014-06-28 02:01, Michael Tautschnig a écrit :

Package: oasis
Version: 0.4.4-2
Severity: serious
Usertags: goto-cc

During a rebuild of all Debian packages in a clean sid chroot (using 
cowbuilder

and pbuilder) the build failed with the following error.

[...]
expected: Exited with code 0 but got: Exited with code 1
--
==
Error: OASIS:5:TestFull:0:best=native:5:examples/with-c.

File
/srv/jenkins-slave/workspace/sid-goto-cc-oasis/oasis-0.4.4/_build/oUnit-OASIS-mt-farm05#02.log,
line 394, characters 1-1:
Error: OASIS:5:TestFull:0:best=native:5:examples/with-c (in the log).

File test/TestFullUtils.ml, line 419, characters 1-1:
Error: OASIS:5:TestFull:0:best=native:5:examples/with-c (in the code).

Exit status of command 
'/tmp/ounit-e59f4c-mt-farm05#02.dir/precompile/setup

-info -debug -all -- --override is_native true'
expected: Exited with code 0 but got: Exited with code 1
--
Ran: 227 tests in: 57.08 seconds.
FAILED: Cases: 227 Tried: 227 Errors: 0 Failures: 2 Skip:  4 Todo: 0
Timeouts: 0.


I've been unable to reproduce this build failure. The with-c passes 
with success in the two
cases here (native and byte). Are you able to reproduce this build 
failure outside Jenkins
and directly using cowbuilder or pbuilder? Or, provide us the produced 
log files to be able to

investigate further? Or, better, the full build directory.

My full build log is attached.

If I don't have a way to reproduce this bug, I guess I'll downgrade the 
severity to important.


Kind regards,

--
Mehdi

oasis-build-log-success.txt.gz
Description: Binary data


Bug#729203: Reintroducing FFmpeg to Debian

2014-08-09 Thread Charles Plessy
user debian-le...@lists.debian.org
usertags 729203 one-copyright-review
thanks

Le Fri, Aug 08, 2014 at 01:53:15AM +0200, Andreas Cadhalpun a écrit :
 
 Now, could anyone review the debian/copyright file of ffmpeg?
 The sources are available in this repository:
 https://anonscm.debian.org/cgit/collab-maint/ffmpeg.git

Hi Andreas,

I searched for license information missing from your debian/copyright and could
find only one case, libavutil/x86/x86inc.asm, which is under the ISC license.

The debian/copyright file of your package looks comprehensive to me.

Have a nice week-end,

-- 
Charles Plessy
Tsurumi, Kanagawa, Japan


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



Bug#757539: nmu: apertium language packages due to pcre3 update

2014-08-09 Thread Emilio Pozuelo Monfort
On 09/08/14 05:16, Paul Wise wrote:
 Package: release.debian.org
 Severity: normal
 User: release.debian@packages.debian.org
 Usertags: binnmu
 X-Debbugs-Cc: Kartik Mistry kar...@debian.org
 
 The recent pcre3 update has caused apertium to start segfaulting because
 the language data packages need to be rebuilt after pcre3 updates.

Why is that? Did libpcre break the ABI without bumping the SONAME? Did it change
something else in an incompatible way? Is that something supposed to be public
and used by rdeps? Do we need stricter dependencies in rdeps to prevent breakage
like this in the future?

Emilio

 apertium-es-ca was already rebuilt manually with an NMU. Please binNMU
 the rest, wanna-build commands below (hope I didn't get them wrong).
 
 https://bugs.debian.org/726590
 https://packages.qa.debian.org/a/apertium-es-ca/news/20140712T171843Z.html
 
 nmu apertium-en-ca_0.8.9-1+b1 . ALL . -m Rebuilding against new libpcre3
 nmu apertium-en-es_0.6.0-1.1+b1   . ALL . -m Rebuilding against new libpcre3
 nmu apertium-eo-ca_0.9.0-1.1+b1   . ALL . -m Rebuilding against new libpcre3
 nmu apertium-eo-es_0.9.0-1.1+b1   . ALL . -m Rebuilding against new libpcre3
 nmu apertium-es-gl_1.0.7-1. ALL . -m Rebuilding against new libpcre3
 nmu apertium-es-pt_1.0.3-2.1  . ALL . -m Rebuilding against new libpcre3
 nmu apertium-es-ro_0.7.1-2.1  . ALL . -m Rebuilding against new libpcre3
 nmu apertium-eu-es_0.3.1-1+b1 . ALL . -m Rebuilding against new libpcre3
 nmu apertium-fr-ca_1.0.2-1. ALL . -m Rebuilding against new libpcre3
 nmu apertium-fr-es_0.9.0-1+b1 . ALL . -m Rebuilding against new libpcre3
 nmu apertium-oc-ca_1.0.5-1.1+b1   . ALL . -m Rebuilding against new libpcre3
 nmu apertium-oc-es_1.0.5-1.1+b1   . ALL . -m Rebuilding against new libpcre3
 nmu apertium-pt-ca_0.8.1-1. ALL . -m Rebuilding against new libpcre3
 nmu apertium-pt-gl_0.9.1-1. ALL . -m Rebuilding against new libpcre3
 


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



Bug#747270: [Python-modules-team] Bug#747270: Bug#747270: python-librabbitmq

2014-08-09 Thread Brian May
Ok, I have built a preliminary package. I changed the build depends to
depend on librabbitmq-dev = 0.4.0, and it uses the pristine upstream
source with the changes to setup.py.

If I install this package and start a celery process, it works.

If I downgrade python-librabbitmq to the version in unstable, it breaks
again. So I think the new version may have fixed the problem.


Oddly enough though, python-kombu still appears to require python-amqp to
be installed even when using python-librabbitmq, as kombu/exceptions.py
contains:

from amqp import ChannelError, ConnectionError, ResourceError

This cannot be satisfied by python-librabbitmq


I also opened this bug report about librabbitmq-dev being an old version in
Debian, note though I didn't have to update this to solve this segmentation
fault.

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=757553


I have attached the current diff against svn. Will wait a bit for answers
on my previous questions before committing this. I probably should update
the changelog to close this bug report too.
-- 
Brian May br...@microcomaustralia.com.au
Index: debian/patches/fix_setup.patch
===
--- debian/patches/fix_setup.patch	(revision 29974)
+++ debian/patches/fix_setup.patch	(working copy)
@@ -9,8 +9,10 @@
 Last-Update: 2013-06-07
 Forwarded: no
 
 a/setup.cfg
-+++ b/setup.cfg
+Index: python-librabbitmq/setup.cfg
+===
+--- python-librabbitmq.orig/setup.cfg	2014-05-29 02:39:17.0 +1000
 python-librabbitmq/setup.cfg	2014-08-09 18:30:00.158622835 +1000
 @@ -1,8 +1,5 @@
  [nosetests]
  where = librabbitmq/tests
@@ -20,9 +22,11 @@
  
  [build_sphinx]
  source-dir = docs/
 a/setup.py
-+++ b/setup.py
-@@ -1,209 +1,13 @@
+Index: python-librabbitmq/setup.py
+===
+--- python-librabbitmq.orig/setup.py	2014-05-29 02:24:49.0 +1000
 python-librabbitmq/setup.py	2014-08-09 18:34:59.991774479 +1000
+@@ -1,178 +1,7 @@
 -import os
 -import platform
 -import sys
@@ -71,7 +75,7 @@
 -from distutils.command.build import build as _build
 -cmd = None
 -pkgdirs = []  # incdirs and libdirs get these
--libs = []#'rabbitmq']
+-libs = []
 -defs = []
 -incdirs = []
 -libdirs = []
@@ -115,6 +119,9 @@
 -
 -incdirs.append(LRMQDIST())  # for config.h
 -
+-if is_linux:  # Issue #42
+-libs.append('rt')  # -lrt for clock_gettime
+-
 -librabbitmq_ext = Extension('_librabbitmq',
 -sources=PyC_files + librabbit_files,
 -libraries=libs, include_dirs=incdirs,
@@ -156,8 +163,10 @@
 -vars[key] = vars[key].replace(
 -'-isysroot /Developer/SDKs/MacOSX10.6.sdk', '')
 -vars[key] = vars[key].replace('-Wall', '')
--restore = senv(('CFLAGS', vars['c']),
--('LDFLAGS', vars['ld']))
+-restore = senv(
+-('CFLAGS', vars['c']),
+-('LDFLAGS', vars['ld']),
+-)
 -try:
 -os.chdir(LRMQDIST())
 -if not os.path.isfile('config.h'):
@@ -198,20 +207,20 @@
  distmeta = [item.split('\')[1] for item in distmeta]
  version = distmeta[0].strip()
  author = distmeta[1].strip()
- contact = distmeta[2].strip()
+@@ -180,35 +9,6 @@
  homepage = distmeta[3].strip()
  
+ 
 -
--
 -ext_modules = []
 -cmdclass = {}
 -packages = []
--install_requires = []
 -goahead = False
 -is_jython = sys.platform.startswith('java')
 -is_pypy = hasattr(sys, 'pypy_version_info')
 -is_py3k = sys.version_info[0] == 3
 -is_win = platform.system() == 'Windows'
+-is_linux = platform.system() == 'Linux'
 -if is_jython or is_pypy or is_py3k or is_win:
 -pass
 -elif find_make():
@@ -234,21 +243,24 @@
  setup(
  name='librabbitmq',
  version=version,
-@@ -215,10 +19,14 @@
+@@ -220,12 +20,18 @@
  long_description=long_description,
  test_suite='nose.collector',
  zip_safe=False,
 -packages=packages,
 -cmdclass=cmdclass,
--install_requires=install_requires,
--ext_modules=ext_modules,
 +packages=find_packages(exclude=['ez_setup', 'funtests', 'funtests.*']),
 +package_dir={'librabbitmq.funtests': 'funtests'},
+ install_requires=[
+ 'amqp=1.2.1',
+ ],
+-ext_modules=ext_modules,
 +ext_modules=[
-+Extension('_librabbitmq', ['Modules/_librabbitmq/connection.c'],
-+  libraries=['rabbitmq'],
-+  include_dirs=['/usr/include'],
-+  library_dirs=['/usr/lib'])
++Extension(
++'_librabbitmq', ['Modules/_librabbitmq/connection.c'],
++libraries=['rabbitmq'],
++include_dirs=['/usr/include'],
++library_dirs=['/usr/lib'])
 +],
  classifiers=[
  

Bug#757473: package fails to build, one test is failing

2014-08-09 Thread Andreas Henriksson
Control: tags -1 unreproducible

Hello Mathias Klose!

On Fri, Aug 08, 2014 at 05:23:15PM +0200, Matthias Klose wrote:
 Package: src:libarchive
 Version: 3.1.2-8
 Severity: serious
 Tags: sid jessie
 
 seen on today's unstable on amd64:
 
 [...]
  10: test_extract_cpio_lzo
 cpio/test/test_extract_cpio_lzo.c:37: 0 != systemf(%s -i  %s test.out
 2test.err, testprog,
  reffile)
[...]

Thanks for your bug report. Unfortunately I'm not able to reproduce this
locally in an up to date pbuilder environment.
Do you have any additional hints for me how you spotted this error?
Was this spotted on debian build infrastructure or your local setup?
Are you able to reproduce it?

Regards,
Andreas Henriksson


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



Bug#753528: Fwd: Bug#753528: libav-tools: Floating point exception is raised when recording vom video4linux2

2014-08-09 Thread Bernhard Übelacker
Hello,
patch got applied upstream [1] and is contained in new release version 10.3.
There are already packages for 10.3 in unstable.

[1] 
http://git.libav.org/?p=libav.git;a=commit;h=dc71f1958846bb1d96de43a4603983dc8450cfcc

Kind regards,
Bernhard


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



Bug#745517: rawstudio buggy @upstream

2014-08-09 Thread Bernd Zeimetz
For those interested:

I had a look at the rawstudio svn, there is even a 2.1 release tagged, but no
tarball published. Reason for that might be that the tarball generation is
broken :) There are also various other bugs which make the build fail compltely.

As there are working and good alternatives, I'm not willing to spent the time
into fixing upstream code.

If nobody objects, I'll file a removal bug if rawstudio is still not in testing
when jessie is being frozen.

cheers,

bernd

-- 
 Bernd ZeimetzDebian GNU/Linux Developer
 http://bzed.dehttp://www.debian.org
 GPG Fingerprint: ECA1 E3F2 8E11 2432 D485  DD95 EB36 171A 6FF9 435F


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



Bug#757554: swift-im-2.0+dev6 failes to build on debian/kfreebsd

2014-08-09 Thread Yves Fischer
Package: swift-im
Version: 2.0+dev62
Tags: patch

As it can be seen in the buildlogs, swift-im does not build on kfreebsd.

One problem is that the scons buildsystem does not know about the
debkfreebsd9 platform.

The attached patch changes the buildscripts to treat debian/kfreebsd in
the same way as linux.

Kind regards,
Yves




Description: Detect debian/kfreebsd as linux in buildscripts
Forwarded: not-needed
Origin: vendor
Author: Yves Fischer yvesf+deb...@xapek.org

Index: swift-im-2.0+dev6/BuildTools/SCons/Tools/qt4.py
===
--- swift-im-2.0+dev6.orig/BuildTools/SCons/Tools/qt4.py
+++ swift-im-2.0+dev6/BuildTools/SCons/Tools/qt4.py
@@ -448,7 +448,7 @@ def enable_modules(self, modules, debug=
except: pass
debugSuffix = ''
 
-   if sys.platform.startswith(linux) and not crosscompiling :
+   if (sys.platform.startswith(gnukfreebsd) or sys.platform.startswith(linux)) and not crosscompiling :
if debug : debugSuffix = '_debug'
self.AppendUnique(CPPPATH=[os.path.join($QTDIR,include, phonon)])
for module in modules :




Bug#741275: Solution to the bug 741275

2014-08-09 Thread Víctor Manuel Espí
Hi, 
The solution to the bug 741275 is: Modify the source file 
/freerdp-1.0.1/include/freerdp/kbd/vkcodes.h adding the line { 0x35, 1, 
VK_DIVIDE   , KPDV },
I attached the original file and patched file. 
Thank you, Victor Espi/**
 * FreeRDP: A Remote Desktop Protocol Client
 * Microsoft Virtual Key Code Definitions and Conversion Tables
 *
 * Copyright 2009 Marc-Andre Moreau marcandre.mor...@gmail.com
 *
 * Licensed under the Apache License, Version 2.0 (the License);
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an AS IS BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* Microsoft Windows Virtual Key Codes: 
http://msdn.microsoft.com/en-us/library/ms645540.aspx */

#ifndef __VKCODES_H
#define __VKCODES_H

#include stddef.h
#include freerdp/api.h
#include freerdp/kbd/layouts.h

/* Mouse buttons */

#define VK_LBUTTON  0x01 /* Left mouse button */
#define VK_RBUTTON  0x02 /* Right mouse button */
#define VK_CANCEL   0x03 /* Control-break processing */
#define VK_MBUTTON  0x04 /* Middle mouse button (three-button mouse) */
#define VK_XBUTTON1 0x05 /* Windows 2000/XP: X1 mouse button */
#define VK_XBUTTON2 0x06 /* Windows 2000/XP: X2 mouse button */

/* 0x07 is undefined */

#define VK_BACK 0x08 /* BACKSPACE key */
#define VK_TAB  0x09 /* TAB key */

/* 0x0A to 0x0B are reserved */

#define VK_CLEAR0x0C /* CLEAR key */
#define VK_RETURN   0x0D /* ENTER key */

/* 0x0E to 0x0F are undefined */

#define VK_SHIFT0x10 /* SHIFT key */
#define VK_CONTROL  0x11 /* CTRL key */
#define VK_MENU 0x12 /* ALT key */
#define VK_PAUSE0x13 /* PAUSE key */
#define VK_CAPITAL  0x14 /* CAPS LOCK key */
#define VK_KANA 0x15 /* Input Method Editor (IME) Kana mode */
#define VK_HANGUEL  0x15 /* IME Hanguel mode (maintained for compatibility; 
use #define VK_HANGUL) */
#define VK_HANGUL   0x15 /* IME Hangul mode */

/* 0x16 is undefined */

#define VK_JUNJA0x17 /* IME Junja mode */
#define VK_FINAL0x18 /* IME final mode */
#define VK_HANJA0x19 /* IME Hanja mode */
#define VK_KANJI0x19 /* IME Kanji mode */

/* 0x1A is undefined */

#define VK_ESCAPE   0x1B /* ESC key */
#define VK_CONVERT  0x1C /* IME convert */
#define VK_NONCONVERT   0x1D /* IME nonconvert */
#define VK_ACCEPT   0x1E /* IME accept */
#define VK_MODECHANGE   0x1F /* IME mode change request */

#define VK_SPACE0x20 /* SPACEBAR */
#define VK_PRIOR0x21 /* PAGE UP key */
#define VK_NEXT 0x22 /* PAGE DOWN key */
#define VK_END  0x23 /* END key */
#define VK_HOME 0x24 /* HOME key */
#define VK_LEFT 0x25 /* LEFT ARROW key */
#define VK_UP   0x26 /* UP ARROW key */
#define VK_RIGHT0x27 /* RIGHT ARROW key */
#define VK_DOWN 0x28 /* DOWN ARROW key */
#define VK_SELECT   0x29 /* SELECT key */
#define VK_PRINT0x2A /* PRINT key */
#define VK_EXECUTE  0x2B /* EXECUTE key */
#define VK_SNAPSHOT 0x2C /* PRINT SCREEN key */
#define VK_INSERT   0x2D /* INS key */
#define VK_DELETE   0x2E /* DEL key */
#define VK_HELP 0x2F /* HELP key */

/* Digits, the last 4 bits of the code represent the corresponding digit */

#define VK_KEY_00x30 /* '0' key */
#define VK_KEY_10x31 /* '1' key */
#define VK_KEY_20x32 /* '2' key */
#define VK_KEY_30x33 /* '3' key */
#define VK_KEY_40x34 /* '4' key */
#define VK_KEY_50x35 /* '5' key */
#define VK_KEY_60x36 /* '6' key */
#define VK_KEY_70x37 /* '7' key */
#define VK_KEY_80x38 /* '8' key */
#define VK_KEY_90x39 /* '9' key */

/* 0x3A to 0x40 are undefined */

/* The alphabet, the code corresponds to the capitalized letter in the ASCII 
code */

#define VK_KEY_A0x41 /* 'A' key */
#define VK_KEY_B0x42 /* 'B' key */
#define VK_KEY_C0x43 /* 'C' key */
#define VK_KEY_D0x44 /* 'D' key */
#define VK_KEY_E0x45 /* 'E' key */
#define VK_KEY_F0x46 /* 'F' key */
#define VK_KEY_G0x47 /* 'G' key */
#define VK_KEY_H0x48 /* 'H' key */
#define VK_KEY_I0x49 /* 'I' key */
#define VK_KEY_J0x4A /* 'J' key */
#define VK_KEY_K0x4B /* 'K' key */
#define VK_KEY_L0x4C /* 'L' key */
#define VK_KEY_M0x4D /* 'M' key */
#define VK_KEY_N0x4E /* 'N' key */
#define VK_KEY_O0x4F /* 'O' key */
#define VK_KEY_P0x50 /* 'P' key */
#define VK_KEY_Q0x51 /* 'Q' key */
#define VK_KEY_R0x52 /* 'R' 

Bug#757153: gcc-4.9: FTBFS on arm64

2014-08-09 Thread Wookey
Package: gcc-4.9
Followup-For: Bug #757153


OK. I got to the bottom of this problem. It's essentially the same as
a prevous patch I did for gcc-4.8 but now there is an
aarch64-acle-intrinsics.texi file as well as an
arm-acle-intrinsics.texi file and a placeholder copy of that has to be
present to stop the build barfing on Debian.

Attached is a patch that fixes the problem.

Can you please do an upload with this in ASAP as the only package that
is out of date (and thus got rejected in the initial upload to the
main debian archive) is now gcc-4.9. And we need that bootstrap set to
start the official buildds next week.

Thanks
diff -u gcc-4.9-4.9.1/debian/changelog gcc-4.9-4.9.1/debian/changelog
--- gcc-4.9-4.9.1/debian/changelog
+++ gcc-4.9-4.9.1/debian/changelog
@@ -1,3 +1,10 @@
+gcc-4.9 (4.9.1-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Ensure arm-acle-intrinsics.texi exists
+
+ -- Wookey woo...@debian.org  Sat, 09 Aug 2014 00:09:53 +
+
 gcc-4.9 (4.9.1-4) unstable; urgency=high
 
   * Update to SVN 20140731 (r213317) from the gcc-4_9-branch.
diff -u gcc-4.9-4.9.1/debian/rules.patch gcc-4.9-4.9.1/debian/rules.patch
--- gcc-4.9-4.9.1/debian/rules.patch
+++ gcc-4.9-4.9.1/debian/rules.patch
@@ -32,6 +32,9 @@
 #	$(if $(with_linaro_branch),,svn-doc-updates) \
 
 else
+  debian_patches += \
+	$(if $(with_linaro_branch),gcc-dfsg-linaro-doc)
+
 endif
 debian_patches += \
 	gcc-gfdl-build
only in patch2:
unchanged:
--- gcc-4.9-4.9.1.orig/debian/patches/gcc-dfsg-linaro-doc.diff
+++ gcc-4.9-4.9.1/debian/patches/gcc-dfsg-linaro-doc.diff
@@ -0,0 +1,6 @@
+Index: gcc-4.9-4.9.1/src/gcc/doc/aarch64-acle-intrinsics.texi
+===
+--- /dev/null  1970-01-01 00:00:00.0 +
 gcc-4.9-4.9.1/src/gcc/doc/aarch64-acle-intrinsics.texi 2014-03-18 18:42:11.027303768 +
+@@ -0,0 +1 @@
++@c This file is empty because the original one has a non DFSG free license (GFDL)


Bug#757555: pam: CVE-2014-2583 pam_timestamp directory traversal issues

2014-08-09 Thread Michael Gilbert
package: src:pam
severity: important
version: 1.1.3-7
tags: security

Multiple directory traversal issues have been fixed in pam_timestap:
https://security-tracker.debian.org/tracker/CVE-2014-2583

Best wishes,
Mike


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



Bug#747270: [Python-modules-team] Bug#747270: python-librabbitmq

2014-08-09 Thread Michael Fladischer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Brian May wrote on 2014-08-09 10:28:
 So it makes sense not to use it, but I don't see any justification
 for repackaging the orig.tar.gz file.
 
 Did I miss something?

The idea was to save archive space by not shipping duplicated code in
the source package.

If you think that it's better to leave the upstream tarball untouched,
feel free to drop this one line from d/copyright.

Cheers,
- -- 
Michael Fladischer
Fladi.at
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCgAGBQJT5fVvAAoJEGlMre9Rx7W2b/MP/jicM+tbBBVoCKYHs8k+WGmR
nESmJVvry0aa2k3dhOjAQl3myggXeeK7MhYR95HcAb9C2ll++DEpwvDZGZbgq36K
+TibVvScgawVA1/Z0rNm7INeCrfK7dK8qzXPEBBvIsVt9ivDaSSNSWRD5XB4mnCv
JhQV8DdPVJ8z5o37L+DbFdGV9RPfrIIdIgXGdfkJExK7cGYDLiKBatDt68ppXQK3
JIkx5scYHEFtxQIYHbi5sCn4zRD2Ea3KJ/1fl+cOBEAsqfgPUyMXW9+4mxvBsPSt
7i5eifDKmdaWfVMKRJc51jBkjtjb6qTpseDeiwrm5L39WIDc6WtKjEb9GUb91YRJ
rY5plpLH4pm3//WgtwiTKUmd0itNiruLrdSCkKpkkWBxijwmr+xNYwa+TboguhD2
4nRHK/17XP9qqvUPmoRSgL1exDMnxtzH1Q2Vtne9VeG06SpIO6lXgBoyiaBMNT3m
U1y5XoFMg8IC1o/uBd9rYuA+e8mzP4Qj/hJCJfHmlu4umQaQo2oXwa+HgfDxtLC+
GhMHB5+UnLl0cnuM4VAE1unmUkVZ9LKciaBJM/LCxmWIIL2HoJfsu4HdhJvaujtP
1/1qX+dyv5VjTkSr00y6+YGyxVQ0g4HuUJ0aUQ6GO81MIPk23vf844/+5emODftu
3vwzlRiiaTv667hgFsrO
=1JYC
-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#757153: gcc-4.9: FTBFS on arm64

2014-08-09 Thread Wookey
+++ Wookey [2014-08-09 11:12 +0100]:

 Can you please do an upload with this in ASAP as the only package that
 is out of date (and thus got rejected in the initial upload to the
 main debian archive) is now gcc-4.9. And we need that bootstrap set to
 start the official buildds next week.

Sorry - should have said:
I'm happy to do an NMU with just this patch in if you prefer?

Wookey
-- 
Principal hats:  Linaro, Emdebian, Wookware, Balloonboard, ARM
http://wookware.org/


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



Bug#757556: libpam-pgsql: pwtype of md5_postgres does not work

2014-08-09 Thread Jan Baumgarten
Package: libpam-pgsql
Version: 0.7.3.1-4
Severity: normal
Tags: upstream patch

Dear Maintainer,

I tried to use libpam-pgsql to authenticate against the users created in a
PostgreSQL installation. My pam_pgsql.conf file looks like this:
database = postgres
table = pg_catalog.pg_shadow
user = postgres
password = passwordforpostgres
user_column = usename
pwd_column = passwd
pw_type = md5_postgres

Unfortunately this does not work because the password_encrypt function in
backend_pgsql.c does not create the correct password hashes for the password
type md5_postgres. The attached patch solved the problem for me.


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

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

Versions of packages libpam-pgsql depends on:
ii  libc62.13-38+deb7u3
ii  libgcrypt11  1.5.0-5+deb7u1
ii  libpam0g 1.1.3-7.1
ii  libpq5   9.3.5-1.pgdg70+1

libpam-pgsql recommends no packages.

libpam-pgsql suggests no packages.
Index: backend_pgsql.c
===
--- backend_pgsql.c	(revision 2)
+++ backend_pgsql.c	(revision 3)
@@ -302,7 +302,8 @@
 			*/
 			unsigned char hash[16] = { 0, }; /* 16 is the md5 block size */
 			int i;
-			s = (char *) malloc(33); /* 32 bytes + 1 byte for \0 */
+			s = (char *) malloc(36); /* 3 bytes for md5 + 32 bytes for the hash + 1 byte for \0 */
+			strncpy(s, md5, 3);
 
 			size_t unencoded_length;
 			char *unencoded;
@@ -313,7 +314,7 @@
 
 			gcry_md_hash_buffer(GCRY_MD_MD5, hash, unencoded, strlen(unencoded));
 			for(i = 0; i  sizeof(hash); i++)
-sprintf(s[i * 2], %.2x, hash[i]);
+sprintf(s[(i * 2) + 3], %.2x, hash[i]);
 
 			free(unencoded);
 


Bug#757557: Switch package name from gtk-redshift to redshift-gtk

2014-08-09 Thread Pedro Beja
package: gtk-redshift
version: 1.9.1-1
severity: wishlist

maybe a proper name to this package now would be redshift-gtk instead of
gtk-redshift.

let me hear your opinions.

cheers,
regards
althaser


Bug#755888: [Pkg-acpi-devel] Bug#755888: acpi-support-base: does alarming things with su and dbus-send

2014-08-09 Thread Michael Meskes
On Thu, Jul 24, 2014 at 11:15:44AM +0100, Simon McVittie wrote:
 * Probe for HasLogindAndSystemd1Manager first, before even looking
   for the X11 user. This check can be done at a purely system-wide level,
   without involving yourself with individual users. Also, systemd-logind
   is meant to be installed by default in Debian 8, and is increasingly
   depended-on by desktop environments anyway, so this check will often
   succeed, short-circuiting the scarier logic.

I don't really understand, the HasLogindAndSystemd1Manager test runs before the
DBUS based tests, doesn't it?

 * Consider checking only for the presence of systemd-logind, not
   for its ability to shut down. That would be significantly simpler,
   and in the unlikely event that systemd-logind is running but the sysadmin
   has explicitly configured it to not do power management, it seems
   undesirable for acpi-support to jump in and do it instead.

 * Modern GNOME relies on systemd-logind for suspend/hibernate/shutdown,
   so don't dbus-send to it, and perhaps don't check for its processes
   either; either systemd-logind will do the job, or GNOME won't.
   Also, as with systemd-logind, in the unlikely event that the logged-in
   user has explicitly configured GNOME to not load the Power plugin,
   it seems undesirable for acpi-support to jump in and do it.

I don't like making that assumption. You can easily see case where people use
different GUIs from time to time but want the system to always react the same
way and thus prefer to have acpi-support handle things.

 * I believe modern KDE relies on systemd-logind too; I don't use it,
   but the KDE maintainers would know.

The last time I checked it didn't but that has been a while. 
 
 * KDE no longer appears to have dcop, so avoid /usr/bin/dcop --user $XUSER;
   if you want to support obsolete KDE, avoid that anyway, unless dcop has
   been audited and is specifically safe for root to use like this.

Right, removed.

Michael

-- 
Michael Meskes
Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org
Jabber: michael.meskes at gmail dot com
VfL Borussia! Força Barça! Go SF 49ers! Use Debian GNU/Linux, PostgreSQL


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



Bug#757558: gosa: installation error when installing parallel with javascript-common

2014-08-09 Thread Andreas B. Mundt
Source: gosa
Severity: important
Tags: patch

Hi Mike and everybody else,

I run into a bug when installing GOsa in combination with
javascript-common.  When setting up gosa, it detects the directory
'/etc/lighttpd/conf-available' from the unpacked javascript-common
package [1].  However there is no '/etc/lighttpd/conf-enabled/' yet,
because it's created later when configuring javascript-common [2],
and the postinst script gosa.postinst fails with an error.  It cannot
create the link:
ln -s /etc/gosa/gosa-lighttpd.conf 
/etc/lighttpd/conf-enabled/99gosa-lighttpd.conf

Attached is a patch to create the missing directory if needed.

Regards,

Andi


[1] https://packages.debian.org/jessie/all/javascript-common/filelist
[2] 
http://anonscm.debian.org/cgit/pkg-javascript/javascript-common.git/tree/debian/javascript-common.postinst#n18
From b9302e044f0ccfa9fcb1b4c42b114816ab551bdc Mon Sep 17 00:00:00 2001
From: Andreas B. Mundt a...@debian.org
Date: Sat, 9 Aug 2014 12:37:23 +0200
Subject: [PATCH] Fix lighttpd missing directory.

---
 debian/gosa.postinst | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/gosa.postinst b/debian/gosa.postinst
index 405ff57..aa81b38 100755
--- a/debian/gosa.postinst
+++ b/debian/gosa.postinst
@@ -119,6 +119,9 @@ if [ -d /etc/lighttpd/conf-available ]; then
 		echo Making /gosa available in /etc/lighttpd/conf-enabled/
 
 		# Add GOsa include file
+		if [ ! -d /etc/lighttpd/conf-enabled/ ] ; then
+		mkdir -p /etc/lighttpd/conf-enabled
+		fi
 		ln -s /etc/gosa/gosa-lighttpd.conf /etc/lighttpd/conf-enabled/99gosa-lighttpd.conf
 	fi
 
-- 
2.0.1



Bug#697682: libapache2-mod-perl2: Intermittent FTBFS: t/apache/read3.t failure

2014-08-09 Thread Niko Tyni
tag 697682 = patch
thanks

On Thu, Aug 07, 2014 at 04:32:08PM +0300, Niko Tyni wrote:
 On Sat, Mar 30, 2013 at 03:26:55PM +, Dominic Hargreaves wrote:

  This doesn't seem to be limited to s390; I've seen it in on i386 during
  perl 5.16 rebuilds.
 
 As a data point, t/apache/read3.t fails for me consistently on the
 kfreebsd-{i386,amd64} porter boxes (fischer and falla) but interestingly
 not on the kfreebsd buildds.
 
 The test is getting an internal server error, with this in the
 error log:
 
   [Thu Aug 07 13:30:28.768239 2014] [perl:error] [pid 81995:tid 34593212160] 
 [client 127.0.0.1:12832] Apache2::RequestIO::read: (70007) The timeout 
 specified has expired at 
 /home/ntyni/libapache2-mod-perl2-2.0.8+httpd24-r1449661/t/response/TestApache/read3.pm
  line 30

As this was fully reproducible on the Debian/kFreeBSD boxes, I spent
some time debugging it.

The test is about a client sending a 12000 byte POST request to the
server, which reads it in a loop 100 bytes at a time and checks that it
all came through.

Starting the server with
 t/TEST -httpd_conf $(pwd)/debian/apache2.conf -one-process -start-httpd

attaching ktrace to it
 ktrace -p $(pgrep apache2) -f ktrace.apache2.2000

and then running the client part under ktrace as well:
 ktrace -f ktrace.client.2000 -- perl -Iblib/lib -Iblib/arch t/apache/read3.t

gives nice traces to inspect with kdump.

The failure only happens when the POSTed string is large enough that
it doesn't fit in the same write() call with the HTTP headers. So
foobarx1300 doesn't exhibit the problem but foobarx2000 does.

There seems to be a deadlock here:

 client writes the HTTP headers of the POST request but not the data yet
   server reads HTTP headers
   server writes HTTP OK + part of the body
 client calls select(), gets 2 so there are two descriptors ready (read+write)
 client reads HTTP OK + part of the body
   server tries to read the POST data but gets EAGAIN (no data yet)
   server calls poll() and blocks until there's something to read
 client calls select() again and blocks

The client is using LWP::Protocol::http under the hood, and I see it
indeed stops writing to the server when it gets a full HTTP header (up
to two newlines.) This is around line 386 of lib/LWP/Protocol/http.pm
in libwww-perl_6.08-1. Also, I note that it sends the whole POST request
in one write() unless it's over eight kilobytes long (see line 276.)

I'm unsure if there's a fault with the client (it gets an FD that's
ready for writing from the first select() call but ignores it, calls
select() again and blocks because the server has already called poll()
on the same descriptor), but the deadlock can be fixed/worked around by
making the server not send a response before the full POST request has
been read. See the attached patch, which fixes this completely for me.

I can also reproduce the issue on amd64 by running the test in a loop and
putting some load on the host. The patch makes it go away there too.

Cc'ing the modperl dev list. Please consider applying the patch.
-- 
Niko Tyni   nt...@debian.org
From 2be468161de0b09df1eb10940abe531439d311e5 Mon Sep 17 00:00:00 2001
From: Niko Tyni nt...@debian.org
Date: Fri, 8 Aug 2014 17:22:33 +
Subject: [PATCH] Don't answer anything to the client before it's done sending
 the POST data

LWP::Protocol::http sends long POST requests with several write() calls.
If it gets a response with a full HTTP header (up to the two newlines)
before it's done with the later write() calls sending the actual POST data,
it will stop writing. This leads to a deadlock and a test failure after
timeout.

Bug-Debian: https://bugs.debian.org/697682
---
 t/response/TestApache/read3.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/t/response/TestApache/read3.pm b/t/response/TestApache/read3.pm
index 8ad9f26..2994093 100644
--- a/t/response/TestApache/read3.pm
+++ b/t/response/TestApache/read3.pm
@@ -20,8 +20,6 @@ my $expected = foobarx2000;
 sub handler {
 my $r = shift;
 
-plan $r, tests = 1;
-
 # test to read data up to end of file is signaled
 my $data = '';
 my $where = 0;
@@ -31,6 +29,8 @@ sub handler {
 $where += $len;
 } while ($len  0);
 
+plan $r, tests = 1;
+
 ok t_cmp($data, $expected, reading up to end of file);
 
 Apache2::Const::OK;
-- 
2.1.0.rc1



Bug#757559: ITP: sagemath-database-combinatorial-designs -- Databases of combinatorial designs

2014-08-09 Thread Julien Puydt

Package: wnpp
Severity: wishlist

* Package name: sagemath-database-combinatorial-designs
  Version: 20140630
  Upstream author: Nathann Cohen
* URL: 
http://www.sagemath.org/packages/upstream/combinatorial_designs/index.html

* License: GPL-2+
  Description: Databases of combinatorial designs

For the moment, the package is a single text file containing integers 
(mutually orthogonal latin squares), coming from the Handbook of 
Combinatorial Designs, 2ed ; but it is going to contain other data in 
the future (at least that's what upstream has in mind).


Notice that I'm a little annoyed by the copyright: Nathann Cohen is the 
one who typed the data, but the book is by someone else, and the data is 
well... like the digits of pi, probably non-copyrightable...


I plan to package it for the debian-science project, as part of the 
effort to get sagemath properly packaged in debian.


Snark on #debian-science


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



Bug#746893: reassign to python-shogun, swig3.0 is now in unstable

2014-08-09 Thread Matthias Klose
Control: reassign -1 python-shogun

please update the packaging to use swig3.0.


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



Bug#757560: RFS: pktools/2.5.2+20140505-2

2014-08-09 Thread Ross Gammon
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package pktools

* Package name: pktools
  Version : 2.5.2+20140505-2
* URL : http://savannah.nongnu.org/projects/pktools
* License : GPL-3+
  Section : science

It builds these binary packages:

pktools- GDAL add-on tools to perform useful raster processing
pktools-dev - GDAL add-on tools to perform useful raster processing -
development

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

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


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

dget -x
http://mentors.debian.net/debian/pool/main/p/pktools/pktools_2.5.2+20140505-2.dsc

More information about hello can be obtained from:
http://www.nongnu.org/pktools/html/index.html

Changes since the last upload:

  [ Ross Gammon ]
  * Team upload.
  * Support for hfd5 transition to v1.8.13.
Thanks to Gilles Filippini (Closes: #756707)

  [ Bas Couwenberg ]
  * Handle common watch file issues, don't match pktools-latest.tar.gz.
  * Fix duplicate short description.
  * Add patch to fix 'bandwidth' typo.
  * Use dh-autoreconf for retooling.
(closes: #756653)
  * Add patch to set subdir-objects automake option for forward
compatibility.
  * Add gbp.conf to use pristine-tar by default.


Regards,
Ross Gammon


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



Bug#757561: apt: use --no-install-recommends by default for apt-get build-dep

2014-08-09 Thread Michael Gilbert
package: src:apt
severity: wishlist
version: 1.0.6

In almost all situations when fetching build-dependencies, the user
wants the minimum set necessary in order to save time, disk space,
clutter, etc, so it would be preferable for apt to avoid installing
the recommends for package when doing 'apt-get build-dep package.

Best wishes,
Mike


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



Bug#750021: debhelper: Use vendorlib and vendorarch from Config instead of hardcoding their values

2014-08-09 Thread Niko Tyni
On Mon, Jul 28, 2014 at 09:47:14PM +0100, Dominic Hargreaves wrote:
 On Sat, May 31, 2014 at 10:25:44PM +0300, Niko Tyni wrote:
  There's a couple of hardcoded instances of /usr/lib/perl5 in debhelper
  that are soon going to be outdated as $Config{vendorarch} will change
  with Perl 5.20.0. See #748380.
  
  While at it, the attached patch also changes instances
  of /usr/share/perl5 to expand $Config{vendorlib},
  although that is not expected to change (and would be
  rather hard to change without arch:all binNMUs.)
 
 We planning an upload to sid of perl 5.20 on around 12th August, at
 which point this bug will become more exposed. It would be nice (but
 not essential) to get this patch included in debhelper before then;
 do you have any plans to do so or do you need any more input from the
 perl team?

Ping? For clarity: the main effect of this bug is that dh_fixperms will
not fix permissions of *.pm files under $Config{vendorarch} (currently
/usr/lib/perl5) anymore. (A secondary effect is that dh_perl will not
remove empty directories under $Config{vendorarch}.)

Given that all the packages having files under $Config{vendorarch} will
be rebuilt with the Perl 5.20 transition hopefully next week, this
will bite all of them that are currently relying on this functionality
in one go.

I went through my build logs and found 18 packages containing files
with non-standard permissions under $Config{vendorarch} when built with
perl_5.20.0-1:

  exactimage_0.8.9-6
  libapache-authenhook-perl_2.00-04+pristine-5
  libapache-db-perl_0.14-4
  libauthen-sasl-cyrus-perl_0.13-server-10
  libclone-perl_0.37-1
  libdate-simple-perl_3.0300-1
  libfilesys-smbclient-perl_3.2-2
  libforks-perl_0.34-2
  libfuse-perl_0.16.1-1
  libmath-bigint-gmp-perl_1.38-1
  libmath-int64-perl_0.30-2
  libnet-arp-perl_1.0.8-1
  libnet-idn-encode-perl_2.200-1
  libsgml-parser-opensp-perl_0.994-3
  libtest-leaktrace-perl_0.14-2
  libtfbs-perl_0.6.0+dfsg-1
  libtk-tablematrix-perl_1.23-6
  libxml-bare-perl_0.53-1

(Changing usr/share/perl5 to $Config{vendorlib} in my patch is not
 necessary for this transition. It's sort of overkill but shouldn't
 hurt either.)
-- 
Niko Tyni   nt...@debian.org


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



Bug#729203: Reintroducing FFmpeg to Debian

2014-08-09 Thread Andreas Cadhalpun

Hi Charles,

On 09.08.2014 11:45, Charles Plessy wrote:

I searched for license information missing from your debian/copyright and could
find only one case, libavutil/x86/x86inc.asm, which is under the ISC license.

The debian/copyright file of your package looks comprehensive to me.


Many thanks for the copyright review. (I know it is a lot of work.)

I added the missing information you found (and also uppercased some 
license names to match the copyright format specification) [1].


It's probably not necessary to make a new upload to the NEW queue for 
this change. In the repository is a new upstream version anyway and it 
will be uploaded, once the current version gets accepted.


Best regards,
Andreas


1: 
https://anonscm.debian.org/cgit/collab-maint/ffmpeg.git/commit/?id=d5f7788c60951684851ac8ef7fbb468bd385cdeb



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



Bug#729203: Reintroducing FFmpeg to Debian

2014-08-09 Thread Jonas Smedegaard
Quoting Andreas Cadhalpun (2014-08-09 13:34:04)
 On 09.08.2014 11:45, Charles Plessy wrote:
 I searched for license information missing from your debian/copyright 
 and could find only one case, libavutil/x86/x86inc.asm, which is 
 under the ISC license.

 The debian/copyright file of your package looks comprehensive to me.

 Many thanks for the copyright review. (I know it is a lot of work.)

 I added the missing information you found (and also uppercased some 
 license names to match the copyright format specification) [1].

 It's probably not necessary to make a new upload to the NEW queue for 
 this change. In the repository is a new upstream version anyway and it 
 will be uploaded, once the current version gets accepted.

In my experience you need not wait for ftpmaster approval to issue 
subsequent releases: When approving, they will simply approve the 
subsequent releases as well.

If you don't release updates, you may risk that when ftpmaster finds 
time to inspect your package they find flaws (which you knew about and 
had prepared fixes for but did not in fact formally provide) - and you 
get the package rejected and need to wait for _next_ window that they 
find time to inspect it anew.


 - 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#757552: Guided and manual LVM fails

2014-08-09 Thread Cyril Brulebois
m...@mazzanet.net.au m...@mazzanet.net.au (2014-08-09):
 Package: debian-installer
 Version: 20140802
 
 When using both 20140802 and latest nightly amd64 hd-media
 installer, when I get to the Partition hard drives stage and
 choose Guided - used entire disk and setup LVM, choose any of the
 recipes (single, separate /home, etc.), the install then fails and I
 get an error message stating This probably happened because there
 are too many (primary) partitions in the partition table..
 Upon continuing, I can see the following partitions have been created:
 - ~250MB /boot partition
 - LVM partition/volume using the rest of the disk space
 - LVM volume group ([hostname]-vg)
 - root LVM volume, ~300MB
 
 If I then manually go to Configure the Logical Volume Manager,
 remove the existing root volume, create appropriately sized
 volumes and go back to the partition list, the list is now as
 follows:
 - ~250MB /boot partition
 - LVM partition/volume using the rest of the disk space
 ie. The volume group and volumes are missing.
 
 Choosing Manual partitioning also has the same effect.
 
 syslog doesn't show any errors:
 
 Aug  9 07:41:11 partman-lvm:   Writing physical volume data to disk
 /dev/cciss/c0d0p5
 Aug  9 07:41:11 partman-lvm:   Physical volume /dev/cciss/c0d0p5
 successfully created
 Aug  9 07:41:11 partman-lvm:   Volume group hp1 successfully created
 Aug  9 07:41:12 partman-lvm:   Logical volume root created
 
 Guided and Manual LVM works correctly in the stable 7.6 installer.

Hi,

thanks for your report. That's indeed a known bug, which is tracked
through #757417 filed against libparted2-udeb, and what's preventing
us from releasing a beta 1.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#757562: evolution: segmentation fault when sending e-mail

2014-08-09 Thread Steven Post
Package: evolution
Version: 3.12.2-1+b1
Severity: important
Tags: upstream

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

Dear Maintainer,

Wen sending an e-mail (up to now it always happened when multiple persons are
involved) evolution segfaults after clicking the 'send' button.
This is the case with PGP signing enabled, as well as disabled.
A debug log from gdb is attached. Starting like this:
CAMEL_DEBUG=smtp gdb evolution  logfile

The system is running Debian Jessie (testing) with evolution 3.12.2.

Best regards,
Steven



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

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

Versions of packages evolution depends on:
ii  dbus   1.8.6-1
ii  debconf [debconf-2.0]  1.5.53
ii  evolution-common   3.12.2-1
ii  evolution-data-server  3.12.2-1
ii  gnome-icon-theme   3.12.0-1
ii  libatk1.0-02.12.0-1
ii  libc6  2.19-7
ii  libcamel-1.2-493.12.2-1
ii  libclutter-gtk-1.0-0   1.5.2-2
ii  libecal-1.2-16 3.12.2-1
ii  libedataserver-1.2-18  3.12.2-1
ii  libevolution   3.12.2-1+b1
ii  libglib2.0-0   2.40.0-3
ii  libgtk-3-0 3.12.2-1+b1
ii  libical1   1.0-1
ii  libnotify4 0.7.6-2
ii  libsoup2.4-1   2.46.0-2
ii  libwebkitgtk-3.0-0 2.4.4-2
ii  libxml22.9.1+dfsg1-4
ii  psmisc 22.21-2

Versions of packages evolution recommends:
ii  bogofilter 1.2.4+dfsg1-3
ii  evolution-plugins  3.12.2-1+b1
ii  yelp   3.12.0-1

Versions of packages evolution suggests:
pn  evolution-ews   none
pn  evolution-plugins-experimental  none
ii  gnupg   1.4.18-2
ii  network-manager 0.9.10.0-1

-- debconf information:
  evolution/kill_processes:
  evolution/needs_shutdown:
GNU gdb (GDB) 7.6.2 (Debian 7.6.2-1.1+b1)
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as x86_64-linux-gnu.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/...
Reading symbols from /usr/bin/evolution...Reading symbols from 
/usr/lib/debug/.build-id/e3/2a0870aac4e149582dce1477ab2152b17cf5f1.debug...done.
done.
(gdb) run
Starting program: /usr/bin/evolution 
warning: no loadable sections found in added symbol-file system-supplied DSO at 
0x77ffa000
warning: Could not load shared library symbols for linux-vdso.so.1.
Do you need set solib-search-path or set sysroot?
[Thread debugging using libthread_db enabled]
Using host libthread_db library /lib/x86_64-linux-gnu/libthread_db.so.1.
[New Thread 0x7fffddffb700 (LWP 6625)]
[New Thread 0x7fffd6e5e700 (LWP 6626)]
[New Thread 0x7fffd6450700 (LWP 6627)]
[New Thread 0x7fffd5c4f700 (LWP 6628)]
[New Thread 0x7fffc7fff700 (LWP 6629)]
[New Thread 0x7fff877fc700 (LWP 6630)]
[New Thread 0x7fff78b60700 (LWP 6632)]
[New Thread 0x7fff6bb98700 (LWP 6635)]
[New Thread 0x7fff6b397700 (LWP 6636)]
[New Thread 0x7fff6a78d700 (LWP 6637)]
[New Thread 0x7fff69f8c700 (LWP 6638)]
[New Thread 0x7fff6978b700 (LWP 6639)]
[New Thread 0x7fff68f8a700 (LWP 6640)]
[New Thread 0x7fff5bfff700 (LWP 6641)]
[New Thread 0x7fff5b7fe700 (LWP 6642)]
[New Thread 0x7fff5affd700 (LWP 6643)]
[New Thread 0x7fff5a7fc700 (LWP 6644)]
[New Thread 0x7fff59ffb700 (LWP 6645)]
[New Thread 0x7fff597fa700 (LWP 6646)]
[New Thread 0x7fff33b62700 (LWP 6653)]
[New Thread 0x7fff33361700 (LWP 6654)]
[New Thread 0x7fff32b60700 (LWP 6656)]
java version 1.7.0_65
OpenJDK Runtime Environment (IcedTea 2.5.1) (7u65-2.5.1-4)
OpenJDK 64-Bit Server VM (build 24.65-b04, mixed mode)
[New Thread 0x7fff2fae2700 (LWP 6669)]
[New Thread 0x7fff2f2e1700 (LWP 6670)]
[New Thread 0x7fff2eae0700 (LWP 6671)]
[New Thread 0x7fff2e2df700 (LWP 6672)]
[New Thread 0x7fff2d6de700 (LWP 6675)]
[New Thread 0x7fff2cedd700 (LWP 6676)]
[New Thread 0x7fff17fff700 (LWP 6677)]
[New Thread 0x7fff177fe700 (LWP 6678)]
[New Thread 0x7fff16ffd700 (LWP 6679)]
[New Thread 0x7fff167fc700 (LWP 6680)]
[Thread 0x7fff2cedd700 (LWP 6676) exited]
[Thread 0x7fff5affd700 (LWP 6643) exited]
[Thread 0x7fff5b7fe700 (LWP 6642) exited]
[Thread 0x7fff16ffd700 (LWP 6679) exited]
[Thread 0x7fff17fff700 (LWP 6677) exited]
[New Thread 0x7fff17fff700 (LWP 6681)]
[Thread 0x7fff5a7fc700 (LWP 6644) exited]
[Thread 0x7fff69f8c700 (LWP 6638) exited]
[Thread 0x7fff6a78d700 (LWP 6637) exited]
[Thread 0x7fff6bb98700 (LWP 6635) exited]
[Thread 0x7fff6b397700 (LWP 6636) exited]
[Thread 0x7fff68f8a700 (LWP 6640) exited]
[New Thread 0x7fff68f8a700 (LWP 6683)]
[Thread 

Bug#757563: libgtk2.0-0: gdk_window_get_screen() should not be used for pixmaps

2014-08-09 Thread Sebastian Gerhardt
Package: libgtk2.0-0
Version: 2.24.24-1
Severity: normal

Dear Maintainers,

in the file gtk/gtkdnd.c in the function gtk_drag_set_icon_pixmap
there is a line
g_return_if_fail (!mask || gdk_window_get_screen (mask) == screen);

The parameter mask is a GdkBitmap*. 

I assume the second condition was changed from
gdk_drawable_get_screen(mask) because this call had been declared
deprecated in anticipation of later GTK/GDK versions.

But in the GDK version included in libgtk2.0-0(2.24.24-1) the
GDK_IS_WINDOW(window) assertion will fail if called with the above
parameter.


Therefore I suggest that, for libgtk versions  3, this line be reverted
to:

g_return_if_fail (!mask || gdk_drawable_get_screen (mask) == screen);



This issue was found when dragging items on the desktop in the file
manager Caja for MATE. If
- it is built against GTK2 (which it is for Jessie) and
- composition is disabled,
only a fallback image will be displayed for the drag.

And the error messages are:
(caja:1541): Gdk-CRITICAL **: IA__gdk_window_get_screen: assertion
'GDK_IS_WINDOW (window)' failed

(caja:1541): Gtk-CRITICAL **: IA__gtk_drag_set_icon_pixmap: assertion '!
mask || gdk_window_get_screen (mask) == screen' failed


Best regards,
Sebastian


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

Versions of packages libgtk2.0-0 depends on:
ii  libatk1.0-0  2.12.0-1
ii  libc62.19-7
ii  libcairo21.12.16-2
ii  libcups2 1.7.4-4
ii  libfontconfig1   2.11.0-5
ii  libfreetype6 2.5.2-1
ii  libgdk-pixbuf2.0-0   2.30.7-1
ii  libglib2.0-0 2.40.0-3
ii  libgtk2.0-common 2.24.24-1
ii  libpango-1.0-0   1.36.3-1
ii  libpangocairo-1.0-0  1.36.3-1
ii  libpangoft2-1.0-01.36.3-1
ii  libx11-6 2:1.6.2-2
ii  libxcomposite1   1:0.4.4-1
ii  libxcursor1  1:1.1.14-1
ii  libxdamage1  1:1.1.4-2
ii  libxext6 2:1.3.2-1
ii  libxfixes3   1:5.0.1-2
ii  libxi6   2:1.7.4-1
ii  libxinerama1 2:1.1.3-1
ii  libxrandr2   2:1.4.2-1
ii  libxrender1  1:0.9.8-1
ii  multiarch-support2.19-7
ii  shared-mime-info 1.3-1

Versions of packages libgtk2.0-0 recommends:
ii  hicolor-icon-theme  0.13-1
ii  libgtk2.0-bin   2.24.24-1

Versions of packages libgtk2.0-0 suggests:
ii  gvfs 1.20.2-1
ii  librsvg2-common  2.40.2-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#757549: owncloud: DB-Errors on Migration 6.0.3 to 7.0.0

2014-08-09 Thread David Prévot
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi Tom,

Thanks for your interest in the backported owncloud package.

Le 09/08/2014 02:12, Tom Fernandes a écrit :
 Package: owncloud
 Version: 7.0.0+dfsg-2~bpo70+2

““Please report bugs that you found in the packages to the backports
mailinglist[1] and NOT to the Debian BTS!””[2]

   1: http://lists.debian.org/debian-backports/
   2: http://backports.debian.org/Instructions/#index6h2

 I upgraded OC from 6.0.3+dfsg-2~bpo70+1 to 7.0.0+dfsg-2~bpo70+2 and then
 went to my OC-website. I was prompted for clicking to run the update,
 which I did. Then it said there was an error and that I should report
 this to the community.
[…]
 My OC-instance seems to work fine, but I feel uneasy if the DB-migration
 executed fine in the end.
 I did not find a way to re-run the upgrade or to verify the status of
 the system.
 
 Is there a way to check if the upgrade/migration worked correctly?

Regards

David


-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBCAAGBQJT5g5WAAoJEAWMHPlE9r08KCgH/RF2qrfLJPmd3m1k+2/J9cRj
wDjeTyKTNnCnm7hZ2kCreWoKqlg9XXz9N/MUPC1ZvbjwWhbm2NmubwpJYX8L6IVw
fSfJbg4D+d3IqMByuWuLmyNJGE8ye07C1dX1spG7CQMNU4y82Nyr/A5qELasMkZh
QFRzY2X93qLw0GFR4G4rEuuuIumfSXnoz6I12olzG6twTvpsEv0Opq6IsVGkBrkA
81zNML77n5yXklR9JQqK7GMefdz45TQixWrzXKbUWqSNpdualyJYmRsMvV6YCUi9
gyRVwiux2Gm1fuxxx6pPmZzEXnuA7Qx1xg0Cfsul8iJXRLxw8ffXlHYu1IbjZnQ=
=jNZd
-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#757564: autoconf: Incorrect reference in autoheader(1)

2014-08-09 Thread Helge Kreutzmann
Package: autoconf
Version: 2.69-1
Severity: minor

At the end of autoheader(1) is the following statement:
   The Debian project regards the full documentation for
   autoheader to be non-free, so it is not included in Debian.
   Nevertheless, the non-free distribution that accompanies Debian
   includes the manual in its autoconf-doc package.
   Otherwise, you may be able to access the Autoconf manual
   online.  /usr/share/doc/autoconf/autoconf.html for more
   information.

However, /usr/share/doc/autoconf/autoconf.html does not exist.

However, /usr/share/doc/autoconf-doc/autoconf.html does exist (if the
package is installed additionally).

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

-- 
  Dr. Helge Kreutzmann deb...@helgefjell.de
   Dipl.-Phys.   http://www.helgefjell.de/debian.php
64bit GNU powered gpg signed mail preferred
   Help keep free software libre: http://www.ffii.de/


signature.asc
Description: Digital signature


Bug#757537: [pkg-php-pear] Bug#757537: Composer: Please, provide the “offical” name if it differs from the package name

2014-08-09 Thread Mathieu Parent
2014-08-08 22:20 GMT+02:00 David Prévot taf...@debian.org:
 Hi,

Hi David,

 It would be nice if ${phpcomposer:Debian-provide} contained the Debian
 translation of the name field from composer.json if this translation
 differs from the actual Debian package name.

Good suggestion. Some notes:
- dependencies on provide cannot use version. Because of this, an
override is better
- Maybe another substvar should be used instead (like
${phpcomposer:Debian-name}) to allow more granularity

I would tag this as wontfix, because of #1.

Cheers
-- 
Mathieu


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



Bug#757565: thunar: please recommend udisk-glue as (preferred?) alternative to gvfs

2014-08-09 Thread Jonas Smedegaard
Package: thunar
Version: 1.6.3-1
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

It has come to my attention that udisk-glue should be a lighter
alternative to gvfs and work with Xfce:
http://lists.debian.org/m3mwbdvqfl@neo.luffy.cx

Beware that I have not tried it myself yet, so don't just blindly apply
without verifying that it actually works as intended.

 - Jonas

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQF8BAEBCgBmBQJT5hIZXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ3NjQ4ODQwMTIyRTJDNTBFQzUxRDQwRTI0
RUMxQjcyMjM3NEY5QkQ2AAoJEE7BtyI3T5vWFWAH/2spWEFEZ/CbwmjNzXlOrWOM
8sJmF0IG5rJj/dOYU13kuBqTPM0HskS7VXXNS2y6SMUNRaG87rQdjFkdvfFm+5Aq
83ZpOeimuplh6hioN5CTQCeg/XZlEdzisf0hHARTjvmckMQ144z+Bj3BfaSAfhv+
4iKtypU5MgEg3WCvwGBkXuIafUIG5hxgnxEWPBWNFvesjo8cIseVSZHSqu5RJqqC
yBkI0hMswYKjxVIxmpao9zrQgJ3GmWFzv8t15JQoecedrtI/+/8/ybhQTTq0BiKP
KwEcKpZFEpo7+veV/cFdfAgjK41yfzjC0PSYiGXOdbof/+rN19s7LmPm6t+goiI=
=sLns
-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#757566: ITP: air-quality-sensor -- user space driver for AppliedSensor's Indoor Air Monitor

2014-08-09 Thread Benedikt Wildenhain
Package: wnpp
Severity: wishlist
Owner: Benedikt Wildenhain espera...@benedikt-wildenhain.de

* Package name: air-quality-sensor
  Version : 0.1
  Upstream Author : Jan-Benedict Glaw jbg...@lug-owl.de
* URL : https://github.com/bwildenhain/air-quality-sensor/
* License : GPL3
  Programming Lang: C
  Description : user space driver for AppliedSensor's Indoor Air Monitor

 This driver for AppliedSensor's Indoor Air Monitor prints a list with
 all connected sensors and their currently measured values to the
 commandline. Compatible sensors and further information have been
 documented on http://wiki.micasaverde.com/index.php/CO2_Sensor.
 .
 The air quality is displayed on the hardware token by three indicator
 lamps with the colours green (= good), yellow (= average) and red (=
 bad), the same colors are also printed by this tool.

There is currently no kernel or user space driver for this component in
Debian. This implementation uses libusb (either version 0.1 or 1.0) to
communicate with the sensor. I am currently looking for a sponsor.


signature.asc
Description: Digital signature


Bug#729203: Reintroducing FFmpeg to Debian

2014-08-09 Thread Andreas Cadhalpun

Hi Jonas,

On 09.08.2014 13:51, Jonas Smedegaard wrote:

Quoting Andreas Cadhalpun (2014-08-09 13:34:04)

On 09.08.2014 11:45, Charles Plessy wrote:

I searched for license information missing from your debian/copyright
and could find only one case, libavutil/x86/x86inc.asm, which is
under the ISC license.

The debian/copyright file of your package looks comprehensive to me.


Many thanks for the copyright review. (I know it is a lot of work.)

I added the missing information you found (and also uppercased some
license names to match the copyright format specification) [1].

It's probably not necessary to make a new upload to the NEW queue for
this change. In the repository is a new upstream version anyway and it
will be uploaded, once the current version gets accepted.


In my experience you need not wait for ftpmaster approval to issue
subsequent releases: When approving, they will simply approve the
subsequent releases as well.

If you don't release updates, you may risk that when ftpmaster finds
time to inspect your package they find flaws (which you knew about and
had prepared fixes for but did not in fact formally provide) - and you
get the package rejected and need to wait for _next_ window that they
find time to inspect it anew.


Thanks for warning me, as that would indeed be unfortunate, so I'm going 
to ask my sponsor to make a new upload.


Best regards,
Andreas


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



Bug#757567: ITP: libdist-zilla-plugin-githubmeta-perl -- Automatically include GitHub meta information in META.yml

2014-08-09 Thread Axel Beckert
Package: wnpp
Owner: Axel Beckert a...@debian.org
Severity: wishlist

* Package name: libdist-zilla-plugin-githubmeta-perl
  Version : 0.46
  Upstream Author : Chris Williams ch...@bingosnet.co.uk
* URL : https://metacpan.org/release/Dist-Zilla-Plugin-GithubMeta
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Automatically include GitHub meta information in META.yml

Dist::Zilla::Plugin::GithubMeta is a Dist::Zilla plugin to include
GitHub meta information in META.yml.

It automatically detects if the distribution directory is under git
version control and whether the origin is a GitHub repository and will
set the repository and homepage meta in META.yml to the appropriate URLs
for GitHub.


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



Bug#757568: traceroute --mtu doesn't work on recent kernels

2014-08-09 Thread Graham Inggs
Package: traceroute
Version: 1:2.0.20-1
Severity: important

Hi Maintainer

Running traceroute with the --mtu option gives strange output on recent kernels:

$ traceroute --mtu 8.8.8.8
traceroute to 8.8.8.8 (8.8.8.8), 30 hops max, 65000 byte packets
1 * 0.015 ms * 0.007 ms * 0.006 ms
2 * 0.006 ms * 0.007 ms * 0.006 ms
3 * 0.006 ms * 0.006 ms * 0.006 ms
4 * 0.006 ms * 0.008 ms * 0.007 ms
5 * 0.007 ms * 0.006 ms * 0.006 ms

I see similar numbers up to hop 30 and they appear almost instantly.
In Sid, Ubuntu Utopic and Ubuntu Trusty, traceroute 2.0.20 produces
output as above but 2.0.19 and 2.0.18 all segfault (as in #750759)
with the --mtu option.

In Ubuntu Precise (kernel 3.2), traceroute 2.0.18, 2.0.19 and 2.0.20
all work correctly with the --mtu option.

Regards
Graham


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



Bug#746907: qtwebkit: ftbfs with GCC-4.9

2014-08-09 Thread Matthias Klose
Control: tags -1 + patch

uploaded the attached fix to delayed/5.
diff -Nru qtwebkit-2.2.1/debian/changelog qtwebkit-2.2.1/debian/changelog
--- qtwebkit-2.2.1/debian/changelog 2013-11-05 02:15:31.0 +0100
+++ qtwebkit-2.2.1/debian/changelog 2014-08-09 13:24:46.0 +0200
@@ -1,3 +1,10 @@
+qtwebkit (2.2.1-7.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Ignore warnings introduced by GCC 4.9. Closes: #746907.
+
+ -- Matthias Klose d...@debian.org  Sat, 09 Aug 2014 13:23:55 +0200
+
 qtwebkit (2.2.1-7) unstable; urgency=low
 
   [ Nobuhiro Iwamatsu ]
diff -Nru qtwebkit-2.2.1/debian/patches/ignore-new_gcc_warnings.diff 
qtwebkit-2.2.1/debian/patches/ignore-new_gcc_warnings.diff
--- qtwebkit-2.2.1/debian/patches/ignore-new_gcc_warnings.diff  1970-01-01 
01:00:00.0 +0100
+++ qtwebkit-2.2.1/debian/patches/ignore-new_gcc_warnings.diff  2014-08-09 
13:26:30.0 +0200
@@ -0,0 +1,13 @@
+Index: b/Source/WebKit.pri
+===
+--- a/Source/WebKit.pri
 b/Source/WebKit.pri
+@@ -114,7 +114,7 @@ CONFIG -= warn_on
+ 
+ # Treat warnings as errors on x86/Linux/GCC
+ linux-g++*|glibc-*|hurd-* {
+-isEqual(QT_ARCH,x86_64)|isEqual(QT_ARCH,i386): QMAKE_CXXFLAGS += -Werror 
-Wno-error=unused-local-typedefs
++isEqual(QT_ARCH,x86_64)|isEqual(QT_ARCH,i386): QMAKE_CXXFLAGS += -Werror 
-Wno-error=unused-local-typedefs -Wno-error=unused-function
+ 
+ greaterThan(QT_GCC_MAJOR_VERSION, 3):greaterThan(QT_GCC_MINOR_VERSION, 5) 
{
+ if (!contains(QMAKE_CXXFLAGS, -std=c++0x)  
!contains(QMAKE_CXXFLAGS, -std=gnu++0x)) {
diff -Nru qtwebkit-2.2.1/debian/patches/series 
qtwebkit-2.2.1/debian/patches/series
--- qtwebkit-2.2.1/debian/patches/series2013-07-24 05:29:27.0 
+0200
+++ qtwebkit-2.2.1/debian/patches/series2014-08-09 13:23:40.0 
+0200
@@ -18,3 +18,4 @@
 hurd.diff
 webkit_qt_hide_symbols.diff
 ignore-unused-local-typedefs_error.diff
+ignore-new_gcc_warnings.diff


Bug#757567: ITP: libdist-zilla-plugin-githubmeta-perl -- Automatically include GitHub meta information in META.yml

2014-08-09 Thread Axel Beckert
Hi,

Axel Beckert wrote:
 * Package name: libdist-zilla-plugin-githubmeta-perl

Of course this will be packaged under the hat of the Debian Perl
Group. Just forgot to mention it in the initial report. :-)

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


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



Bug#757568: traceroute --mtu doesn't work on recent kernels

2014-08-09 Thread Graham Inggs
tags 757568 patch
thanks
Description: Fix --mtu on recent kernels
 This patch allows EMSGSIZE replies with SO_EE_ORIGIN_LOCAL so that
 traceroute with the --mtu option can work on recent kernels
Author: Graham Inggs gra...@nerve.org.za
Forwarded: https://sourceforge.net/p/traceroute/bugs/8/
Last-Update: 2014-08-09
--- a/traceroute/traceroute.c
+++ b/traceroute/traceroute.c
@@ -1345,7 +1345,8 @@
 
 		ee = (struct sock_extended_err *) ptr;
 
-		if (ee-ee_origin != SO_EE_ORIGIN_ICMP)
+		if ((ee-ee_origin != SO_EE_ORIGIN_ICMP) 
+			(ee-ee_origin != SO_EE_ORIGIN_LOCAL))
 			ee = NULL;
 		/*  dgram icmp sockets might return extra things...  */
 		else if (ee-ee_type == ICMP_SOURCE_QUENCH ||


Bug#734477: more info

2014-08-09 Thread Mats Sjöberg

On Fri, 11 Jul 2014 13:19:50 -0400 Joey Hess jo...@debian.org wrote:
 I suspect there are multiple failure modes here. Two I have seen:
 
 1. Progress bar stalls with bottom bar displaying network error, as
described earlier.

Maybe this is just some temporary network problem.  I believe the real
problem is that subsequent attempts consistently fail.


 2. Posting immediately fails. Retrying also fails. Moving to a very fast
and good network and retrying then also fails. In this case I had to
completely restart pumpa for it to be able to post.

This problem I was able to reproduce, in fact the problem was worse than
you suspected: after one aborted upload (regardless of network
problems), any further uploads will fail.  This was simply due to a
failure to reset the status of the upload.  I have fixed this now in the
most recent git commit:

https://gitorious.org/pumpa/pumpa/commit/e253e05844b1443c4e84e8e39010fcc24f9dee45

Best regards,
Mats

-- 
Mats Sjöberg - http://sjoberg.fi/
OpenPGP key: 8A9F94D8, http://sjoberg.fi/publickey.asc 
Email encryption guide: https://emailselfdefense.fsf.org/


pgp4C3Ee24NVZ.pgp
Description: PGP signature


Bug#757565: [Pkg-xfce-devel] Bug#757565: thunar: please recommend udisk-glue as (preferred?) alternative to gvfs

2014-08-09 Thread Yves-Alexis Perez
On sam., 2014-08-09 at 14:20 +0200, Jonas Smedegaard wrote:
 Package: thunar
 Version: 1.6.3-1
 Severity: normal
 
 It has come to my attention that udisk-glue should be a lighter
 alternative to gvfs and work with Xfce:
 http://lists.debian.org/m3mwbdvqfl@neo.luffy.cx

 
 Beware that I have not tried it myself yet, so don't just blindly apply
 without verifying that it actually works as intended.

I just tried to remove gvfs and gvfs-bin, and install udisks-glue. It
does seem to work somehow but:

- it requires udisk1 (we've switched to udisks2, afaict)
- it needs to be run manually
- disks don't appear in xfdesktop4, only Thunar (but maybe I'd need to
restart xfdesktop)

Also, udisks-glue doesn't seem to handle stuff like network filesystems
etc. And while some people might actually find that a feature, they can
install it manually.

Regards,
-- 
Yves-Alexis


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


Bug#717076: [CTTE #717076] Default libjpeg implementation in Debian

2014-08-09 Thread Henrique de Moraes Holschuh
On Sat, 09 Aug 2014, Bill Allombert wrote:
   3. libjpeg8 adds new features to the JPEG image format.  These have
  however been rejected from the ISO standard, and their
  contributions to image quality and compression appear to be widely
  disputed.
 
 This is not really relevant. What is relevant, however, is that nobody is
 disputing that libjpeg8 produce higher quality images than libjpeg62 when
 decompressing standard JPEG images.

If this is true, it is a concern: at least the bitmap editors and image
processing utilities (gimp, imagemagick, etc) would regress on output
quality.

Are there any examples of this output difference?  And I do mean between IJG
libjpeg and libjpeg-turbo, not IJG libjpeg62 and IJG libjpeg8/9.

 Beside it has been reported that libjpeg-turbo do not play well with valgrind.

This could also be a serious problem.  Any lib that impairs the use of
valgrind-style tools is going to be trouble as they interfere with valgrind
runs on the applications/libraries linked to them.

So, what exactly are the drawbacks of running valgrind on something linked
to libjpeg-turbo?  If it is just invisible to valgrind, it is not the end of
the world.  If it breaks valgrind, OTOH, that should be fixed before it can
be made the default implementation *IMHO*.

Should the two points above be pressing concerns that cannot be easily
addressed by changes in libjpeg-turbo in a short timeframe, could we keep
both libraries in light of this new information?  libjpeg-turbo could be
recommended for web-renderer / simple-image-viewer use cases, and IJG
libjpeg for the high-quality image editing and processing use cases.

Obviously, if the decision is to have libjpeg-turbo as the default
implementation doesn't change, to allow both implementations to be kept IJG
libjpeg should be subject to symbol versioning changes to avoid clashes
(assuming it will use the libjpeg9 soname, otherwise it also has to be
renamed).

This would ensure that our packages can be directed to which of the two
implementations is more recommended for that package's use case through
build-depends, and won't cause any headaches when lib-A is linked to
libjpeg-turbo, lib-B is linked to libjpeg8, and app C wants to link to lib-A
and lib-B.

-- 
  One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie. -- The Silicon Valley Tarot
  Henrique Holschuh


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



Bug#752716: ming: hardcodes /usr/lib/perl5

2014-08-09 Thread gregor herrmann
On Fri, 08 Aug 2014 21:14:12 +0200, Gabriele Giacone wrote:

 Anyway, I'd really appreciate if Stuart, current maintainer, DD and
 also upstream developer, jumped into the discussion and upload it
 himself but seems quite unresponsive lately.

Ack.

 explains why I'm treating it as a team maintained package.
 If that's not enough, no problem, NMU it as you prefer.

Thanks, I've now uploaded -1.2 taking -1.1 and your commit for the
perl issue (modulo changelog fiddling).

Debdiff attached.

Cheers,
gregor

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT  SPI, fellow of the Free Software Foundation Europe
   `-   NP: Simon and Garfunkel: Fifty Ways To Leave Your Lover
diff -u ming-0.4.5/debian/changelog ming-0.4.5/debian/changelog
--- ming-0.4.5/debian/changelog
+++ ming-0.4.5/debian/changelog
@@ -1,3 +1,12 @@
+ming (1:0.4.5-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload with team member's permission.
+
+  [ Gabriele Giacone ]
+  * Do not hardcode /usr/lib/perl5 in d/rules and d/*.install (Closes: #752716).
+
+ -- gregor herrmann gre...@debian.org  Sat, 09 Aug 2014 14:59:22 +0200
+
 ming (1:0.4.5-1.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -u ming-0.4.5/debian/libswf-perl.dirs ming-0.4.5/debian/libswf-perl.dirs
--- ming-0.4.5/debian/libswf-perl.dirs
+++ ming-0.4.5/debian/libswf-perl.dirs
@@ -1,3 +1 @@
-usr/lib/perl5/SWF
-usr/lib/perl5/auto/SWF
 usr/share/man/man3
reverted:
--- ming-0.4.5/debian/libswf-perl.install
+++ ming-0.4.5.orig/debian/libswf-perl.install
@@ -1,3 +0,0 @@
-usr/lib/perl5/SWF/*
-usr/lib/perl5/SWF.pm
-usr/lib/perl5/auto/SWF/*
diff -u ming-0.4.5/debian/rules ming-0.4.5/debian/rules
--- ming-0.4.5/debian/rules
+++ ming-0.4.5/debian/rules
@@ -20,6 +20,8 @@
 PYDEF=$(shell pyversions -d)
 PYVERS=$(shell pyversions -r)
 
+PERLARCHLIB := $(shell perl -MConfig -e 'print $$Config{vendorarch}')
+
 CFLAGS = -Wall -g
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
@@ -110,6 +112,7 @@
 	rm -f libming-util.1
 	if [ -f Makefile ]; then $(MAKE) distclean; fi
 	rm -f config.log config.sub config.guess
+	rm -f debian/libswf-perl.install
 
 	$(MAKE) -f /usr/share/quilt/quilt.make unpatch
 
@@ -125,7 +128,7 @@
 	# debian/tmp.
 	$(MAKE) install prefix=$(CURDIR)/debian/tmp/usr
 
-	chrpath -d debian/tmp/usr/lib/perl5/auto/SWF/SWF.so
+	chrpath -d debian/tmp/$(PERLARCHLIB)/auto/SWF/SWF.so
 	chrpath -d debian/tmp/usr/lib/php5/*/ming.so
 
 	# 0.4.5 has the man pages we were mising
@@ -133,7 +136,9 @@
 	dh_installman -p libming-util libming-util.1
 
 #	# Perl extension
-#	strip --remove-section=.comment --remove-section=.note --strip-unneeded debian/tmp/usr/lib/perl5/auto/SWF/SWF.so
+#	strip --remove-section=.comment --remove-section=.note --strip-unneeded debian/tmp/$(PERLARCHLIB)/auto/SWF/SWF.so
+
+	sed -e 's,$${perlarchlib},$(PERLARCHLIB),g' debian/libswf-perl.install.in  debian/libswf-perl.install
 
 	# install Python extension
 	for python in $(PYVERS); do \
only in patch2:
unchanged:
--- ming-0.4.5.orig/debian/libswf-perl.install.in
+++ ming-0.4.5/debian/libswf-perl.install.in
@@ -0,0 +1,3 @@
+${perlarchlib}/SWF/*
+${perlarchlib}/SWF.pm
+${perlarchlib}/auto/SWF/*


signature.asc
Description: Digital Signature


Bug#757570: NameError in StreamCB

2014-08-09 Thread Jelmer Vernooij
Package: gajim
Version: 0.15.4-2
Severity: normal

I'm getting this error during normal use of gajim:

15:21:30 (W) gajim.c.x.dispatcher_nb Unknown stanza: error
Traceback (most recent call last):
  File /usr/share/gajim/src/common/xmpp/idlequeue.py, line 533, in 
_process_events
return IdleQueue._process_events(self, fd, flags)
  File /usr/share/gajim/src/common/xmpp/idlequeue.py, line 394, in 
_process_events
obj.pollin()
  File /usr/share/gajim/src/common/xmpp/transports_nb.py, line 420, in pollin
self._do_receive()
  File /usr/share/gajim/src/common/xmpp/transports_nb.py, line 606, in 
_do_receive
self._on_receive(received)
  File /usr/share/gajim/src/common/xmpp/transports_nb.py, line 620, in 
_on_receive
self.on_receive(data)
  File /usr/share/gajim/src/common/xmpp/dispatcher_nb.py, line 488, in 
dispatch
handler['func'](session, stanza)
  File /usr/share/gajim/src/common/connection_handlers.py, line 2009, in 
_StreamCB
conn=self, stanza=obj))
NameError: global name 'obj' is not defined

It seems like obj on connection_handlers.py:2009 should actually be iq_obj.

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

Kernel: Linux 3.14-1-amd64 (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 gajim depends on:
ii  dbus 1.8.6-1
ii  dnsutils 1:9.10.0.dfsg~rc2-1
ii  python-dbus  1.2.0-2+b3
ii  python-gtk2  2.24.0-3+b1
pn  python:any   none

Versions of packages gajim recommends:
ii  ca-certificates  20140325
ii  dunst [notification-daemon]  1.1.0-1
ii  notification-daemon  0.7.6-1
ii  python-crypto2.6.1-5+b1
ii  python-openssl   0.13.1-2+b1
ii  python-pyasn10.1.7-1

Versions of packages gajim suggests:
ii  aspell-en [aspell-dictionary]  7.1-0-1
ii  avahi-daemon   0.6.31-4
pn  dvipng none
ii  gnome-keyring  3.12.0-2
ii  gstreamer0.10-plugins-ugly 0.10.19-2.1
pn  kwalletcli none
ii  libgtkspell0   2.0.16-1
ii  libxss11:1.2.2-1
pn  nautilus-sendtonone
ii  network-manager0.9.8.8-4
pn  python-avahi   none
pn  python-farstream   none
ii  python-gconf   2.28.1+dfsg-1
pn  python-gnome2  none
ii  python-gnomekeyring2.32.0+dfsg-3
pn  python-gupnp-igd   none
pn  python-kerberosnone
ii  python-pycurl  7.19.3.1-1.2
ii  texlive-latex-base 2014.20140717-01

-- no debconf information

-- debsums errors found:
debsums: changed file /usr/share/gajim/src/common/connection_handlers.py (from 
gajim package)


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



Bug#717076: [CTTE #717076] Default libjpeg implementation in Debian

2014-08-09 Thread Henrique de Moraes Holschuh
On Sat, 09 Aug 2014, Henrique de Moraes Holschuh wrote:
  This is not really relevant. What is relevant, however, is that nobody is
  disputing that libjpeg8 produce higher quality images than libjpeg62 when
  decompressing standard JPEG images.
 
 If this is true, it is a concern: at least the bitmap editors and image

I meant to write if this is true *in the general case*...

 processing utilities (gimp, imagemagick, etc) would regress on output
 quality.
 
 Are there any examples of this output difference?  And I do mean between IJG
 libjpeg and libjpeg-turbo, not IJG libjpeg62 and IJG libjpeg8/9.

-- 
  One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie. -- The Silicon Valley Tarot
  Henrique Holschuh


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



Bug#757571: owfs: FTBFS on kfreebsd-*

2014-08-09 Thread Sebastian Ramacher
Source: owfs
Version: 2.9p5-1
Severity: serious
Justification: fails to build from source (but built successfully in the past)

owfs failed to build on kfreebsd-* with symbol errors:
| dh_makeshlibs --no-package libow-php5 --no-package libow-tcl
| dpkg-gensymbols: warning: some symbols or patterns disappeared in the symbols 
file: see diff output below
| dpkg-gensymbols: warning: debian/libow-2.9-5/DEBIAN/symbols doesn't match 
completely debian/libow-2.9-5.symbols
| --- debian/libow-2.9-5.symbols (libow-2.9-5_2.9p5-1_kfreebsd-amd64)
| +++ dpkg-gensymbolsmVBLFz 2014-08-07 04:19:46.0 +
| @@ -180,7 +180,7 @@
|   DNSServiceRefSockFD@Base 2.8p4
|   DNSServiceRegister@Base 2.8p4
|   DNSServiceResolve@Base 2.8p4
| - DS1410_detect@Base 2.8p4
| +#MISSING: 2.9p5-1# DS1410_detect@Base 2.8p4
|   DS2480_detect@Base 2.8p4
|   DS2480_level_docheck_errors@Base 2.8p4
|   DS2480_read_fd_isset@Base 2.8p4
| Use of uninitialized value in numeric eq (==) at /usr/bin/dh_makeshlibs line 
251.
| Use of uninitialized value in numeric eq (==) at /usr/bin/dh_makeshlibs line 
251.
| dh_makeshlibs: failing due to earlier errors
| make[1]: *** [override_dh_makeshlibs] Error 2

Full build logs are available from
https://buildd.debian.org/status/logs.php?pkg=owfsver=2.9p5-1. Please
take  look.

Cheers
-- 
Sebastian Ramacher


signature.asc
Description: Digital signature


Bug#757572: libinput: Missing copyright information

2014-08-09 Thread Luca Falavigna
Source: libinput
Version: 0.2.0-2
Severity: serious
Justification: Policy §4.5

Some files have different copyright holders and/or licenses than those listed
in copyright file:
 * doc/html/search/search.js (it als
 * doc/html/jquery.js (also a minified JavaScript library)

Please make sure to add the correct references to all the licenses.

For jquery.js, you could want to create debian/missing-source, and populate it
with the corresponding non-minified version of jquery.js.

Cheers,
Luca



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

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


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



Bug#757573: texmaker: FTBFS on kfreebsd-*

2014-08-09 Thread Sebastian Ramacher
Source: texmaker
Version: 4.3-1
Severity: serious
Justification: fails to build from source (but built successfully in the past)

texmaker failed to build on kfreebsd-* due to unresolved symbols:
| g++ -Wl,-z,relro -Wl,-rpath-link,/usr/lib/x86_64-kfreebsd-gnu -o texmaker 
.obj/main.o .obj/geticon.o .obj/texmakerapp.o .obj/texmaker.o 
.obj/documentview.o .obj/pageitem.o .obj/presentationview.o .obj/minisplitter.o 
.obj/playerbutton.o .obj/symbollistwidget.o .obj/icondelegate.o 
.obj/latexeditor.o .obj/latexhighlighter.o .obj/latexeditorview.o 
.obj/linenumberwidget.o .obj/lightlatexeditor.o .obj/lightlatexhighlighter.o 
.obj/lightlinenumberwidget.o .obj/sourceview.o .obj/logeditor.o 
.obj/loghighlighter.o .obj/findwidget.o .obj/gotolinewidget.o 
.obj/lightfindwidget.o .obj/lightgotolinewidget.o .obj/replacewidget.o 
.obj/structdialog.o .obj/filechooser.o .obj/graphicfilechooser.o 
.obj/tabbingdialog.o .obj/arraydialog.o .obj/tabdialog.o .obj/letterdialog.o 
.obj/addoptiondialog.o .obj/quickdocumentdialog.o .obj/usermenudialog.o 
.obj/usertooldialog.o .obj/refdialog.o .obj/configdialog.o .obj/aboutdialog.o 
.obj/spellerdialog.o .obj/xmltagslistwidget.o .obj/blockdata.o 
.obj/manhattanstyle.o .obj/stylehelper.o .obj/styleanimator.o 
.obj/keysequencedialog.o .obj/browser.o .obj/pdfviewerwidget.o .obj/pdfviewer.o 
.obj/userquickdialog.o .obj/encodingdialog.o .obj/usercompletiondialog.o 
.obj/texdocdialog.o .obj/scandialog.o .obj/exportdialog.o 
.obj/usertagslistwidget.o .obj/addtagdialog.o .obj/versiondialog.o 
.obj/unicodedialog.o .obj/unicodeview.o .obj/quickbeamerdialog.o 
.obj/affentry.o .obj/affixmgr.o .obj/csutil.o .obj/dictmgr.o .obj/hashmgr.o 
.obj/hunspell.o .obj/phonet.o .obj/suggestmgr.o .obj/filemgr.o .obj/replist.o 
.obj/hunzip.o .obj/qtlocalpeer.o .obj/qtsingleapplication.o 
.obj/qtsinglecoreapplication.o .obj/CharDistribution.o 
.obj/ChineseGroupProber.o .obj/JapaneseGroupProber.o .obj/JpCntx.o 
.obj/LangBulgarianModel.o .obj/LangCyrillicModel.o .obj/LangGreekModel.o 
.obj/LangHebrewModel.o .obj/LangHungarianModel.o .obj/LangThaiModel.o 
.obj/nsBig5Prober.o .obj/nsCharSetProber.o .obj/nsEscCharsetProber.o 
.obj/nsEscSM.o .obj/nsEUCJPProber.o .obj/nsEUCKRProber.o .obj/nsEUCTWProber.o 
.obj/nsGB2312Prober.o .obj/nsHebrewProber.o .obj/nsLatin1Prober.o 
.obj/nsMBCSGroupProber.o .obj/nsMBCSSM.o .obj/nsSBCharSetProber.o 
.obj/nsSBCSGroupProber.o .obj/nsSJISProber.o .obj/nsUniversalDetector.o 
.obj/qencodingprober.o .obj/UnicodeGroupProber.o .obj/x11fontdialog.o 
.obj/qrc_texmaker.o .obj/moc_texmaker.o .obj/moc_documentview.o 
.obj/moc_pageitem.o .obj/moc_presentationview.o .obj/moc_playerbutton.o 
.obj/moc_symbollistwidget.o .obj/moc_icondelegate.o .obj/moc_latexeditor.o 
.obj/moc_latexhighlighter.o .obj/moc_latexeditorview.o 
.obj/moc_linenumberwidget.o .obj/moc_lightlatexeditor.o 
.obj/moc_lightlatexhighlighter.o .obj/moc_lightlinenumberwidget.o 
.obj/moc_sourceview.o .obj/moc_logeditor.o .obj/moc_loghighlighter.o 
.obj/moc_findwidget.o .obj/moc_gotolinewidget.o .obj/moc_lightfindwidget.o 
.obj/moc_lightgotolinewidget.o .obj/moc_replacewidget.o .obj/moc_structdialog.o 
.obj/moc_filechooser.o .obj/moc_graphicfilechooser.o .obj/moc_tabbingdialog.o 
.obj/moc_arraydialog.o .obj/moc_tabdialog.o .obj/moc_letterdialog.o 
.obj/moc_addoptiondialog.o .obj/moc_quickdocumentdialog.o 
.obj/moc_usermenudialog.o .obj/moc_usertooldialog.o .obj/moc_refdialog.o 
.obj/moc_configdialog.o .obj/moc_aboutdialog.o .obj/moc_spellerdialog.o 
.obj/moc_xmltagslistwidget.o .obj/moc_manhattanstyle.o .obj/moc_styleanimator.o 
.obj/moc_keysequencedialog.o .obj/moc_browser.o .obj/moc_pdfviewerwidget.o 
.obj/moc_pdfviewer.o .obj/moc_userquickdialog.o .obj/moc_encodingdialog.o 
.obj/moc_usercompletiondialog.o .obj/moc_texdocdialog.o .obj/moc_scandialog.o 
.obj/moc_exportdialog.o .obj/moc_usertagslistwidget.o .obj/moc_addtagdialog.o 
.obj/moc_versiondialog.o .obj/moc_unicodedialog.o .obj/moc_unicodeview.o 
.obj/moc_quickbeamerdialog.o .obj/moc_qtlocalpeer.o 
.obj/moc_qtsingleapplication.o .obj/moc_qtsinglecoreapplication.o 
.obj/moc_x11fontdialog.o   -lz -lpoppler-qt5 -lsynctex -lQt5WebKitWidgets 
-lQt5Quick -lQt5OpenGL -lQt5PrintSupport -lQt5WebKit -lQt5Qml -lQt5Widgets 
-lQt5Script -lQt5Concurrent -lQt5Network -lQt5Xml -lQt5Gui -lQt5Core -lGL 
-lpthread 
| 
/usr/lib/gcc/x86_64-kfreebsd-gnu/4.9/../../../x86_64-kfreebsd-gnu/libQt5WebKit.so:
 undefined reference to `shm_unlink'
| 
/usr/lib/gcc/x86_64-kfreebsd-gnu/4.9/../../../x86_64-kfreebsd-gnu/libQt5WebKit.so:
 undefined reference to `shm_open'

Full build logs are available from
https://buildd.debian.org/status/logs.php?pkg=texmakerver=4.3-1. Please
take a look.

Cheers
-- 
Sebastian Ramacher


signature.asc
Description: Digital signature


Bug#757419: xrandr: Shows DVI-0 as connected to a non-existant monitor

2014-08-09 Thread Julien Cristau
Control: tag -1 moreinfo

On Thu, Aug  7, 2014 at 20:10:31 -0300, Facundo Gaich wrote:

 Package: x11-xserver-utils
 Version: 7.7+3
 Severity: important
 
 Dear Maintainer,
 
 I have a dual monitor setup with my Radeon HD 5770: a 1920x1080 one connected
 through HDMI and a 1050x1680 one connected through DVI. I have them setup as
 primary and secondary respectively, and everything was working fine on 7.7+2.
 After I updated to 7.7+3, my desktop was still working as intended until
 I launched once again the Displays configuration tool of Gnome 3.12, at which 
 point
 my configuration broke (my primary monitor lost signal and I had to do a full
 power cycle to get to Displays again and fix it).
 
 Trying to repair it, I discovered xrandr is now showing a 1024x768 monitor on
 my other DVI port (DVI-0) which has nothing connected to it:
 
This is either a kernel or 2d driver bug.  Please provide your kernel
and X logs.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#757574: apq: FTBFS almost everywhere

2014-08-09 Thread Sebastian Ramacher
Source: apq
Version: 3.2.0-1.1
Severity: serious
Justification: fails to build from source (but built successfully in the past)

apq failed to build almost everywhere:
|debian/rules override_dh_auto_install
| make[1]: Entering directory '/«PKGBUILDDIR»'
| dh_auto_install
| make[2]: Entering directory '/«PKGBUILDDIR»'
| ./scripts/install.sh
| make[2]: Leaving directory '/«PKGBUILDDIR»'
| rm -f debian/tmp/usr/lib/apq-debug/relocatable/libapq.so
| chmod 644 debian/tmp/usr/lib/apq-debug/relocatable/*
| chmod 644 debian/tmp/usr/lib/apq-debug/static/libapq.a
| chmod: cannot access 'debian/tmp/usr/lib/apq-debug/static/libapq.a': No such 
file or directory
| make[1]: *** [override_dh_auto_install] Error 1

Full build logs are available from
https://buildd.debian.org/status/logs.php?pkg=apqver=3.2.0-1.1. Please
take a look.

Cheers
-- 
Sebastian Ramacher


signature.asc
Description: Digital signature


Bug#757575: transition: libgcrypt20

2014-08-09 Thread Andreas Metzler
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: transition

Hello,

I would like to make sure that we only ship one gcrypt version in
jessie and am therefore opening the transition tracker now.

libgcrypt20 is mostly API compatible to libgcrypt11. The main reason
why we have versioned -dev packages is that libgnutls26 is one of the
packages which cannot work with the old API. libgnutls26 should not be
shipped in jessie so I envision that it should be possible to make
major parts of this transition by bin-NMUs since I will be able to
make libgcrypt11-dev a dummy package depending on libgcrypt20-dev
after libgnutls26 has been dropped.

libgcrypt11's upstream support will end on 2016-12-31.

I will do some test builds to find out more.

Ben file:

title = libgcrypt20;
is_affected = .depends ~ libgcrypt11 | .depends ~ libgcrypt20 | .depends ~ 
libgcrypt11-dev | .depends ~ libgcrypt20-dev | .depends ~ libgcrypt-dev;
is_good = .depends ~ libgcrypt20;
is_bad = .depends ~ libgcrypt11;

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


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



Bug#576386: #576386 - nautilus: with --no-desktop and exit_with_last_window==false, a quit menu option is needed

2014-08-09 Thread Pedro Beja
Control: found -1 3.12.2-1
Control: severity -1 wishlist
kthxbye

Hey Shai,

Well if we enable icons on desktop using gnome-tweak-tool under desktop
tab, a process nautilus -n is always running even if we close the last
window. It makes sense since it's nautilus managing the background.
Otherwise it completely closes the nautilus process when last window is
closed.

I am marking this as found on 3.12.2-1 and wishlist also to have a quit
button (if possible, I have my doubts).

thanks
regards
althaser


Bug#757576: yade: FTBFS on i386 and powerpc

2014-08-09 Thread Sebastian Ramacher
Source: yade
Version: 1.11.0-1
Severity: serious
Justification: fails to build from source (but built successfully in the past)

yade failed to build on i386 and powerpc due to failures in the test
DEM-PFV-check.py. On i386 it failed with:
| running:  DEM-PFV-check.py
| DEM-PFV: difference in bulk modulus: 247572.019786 vs. target  252759.905803
| DEM-PFV: difference in permeability: 0.0421610459924  vs. target  
0.040399916554
| DEM-PFV: difference in final pressure: 644.825915149  vs. target  
628.314160434
| DEM-PFV: difference in final deformation 0.00255470775947  vs. target  
0.00258113045083
| (INFO) DEM-PFV: More than 60\% of cpu time in FlowEngine ( 71.9831717446 %). 
Should not happen with efficient libraries (check blas/lapack/cholmod 
implementations)
| DEM-PFV: Metis is not used during cholmod's reordering although explicitly 
enabled, something wrong with libraries
| Status: FAILURE!!!

and on powerpc it failed with:
| running:  DEM-PFV-check.py
| DEM-PFV: difference in final pressure: 636.16359666  vs. target  628.314160434
| DEM-PFV: Metis is not used during cholmod's reordering although explicitly 
enabled, something wrong with libraries
| Status: FAILURE!!!

Full build logs are available from
https://buildd.debian.org/status/logs.php?pkg=yadever=1.11.0-1. Please
take a look.

Cheers
-- 
Sebastian Ramacher


signature.asc
Description: Digital signature


Bug#757577: apt: REMOVED at bottom of full-upgrade / dist-upgrade

2014-08-09 Thread bofh80
Package: apt
Version: 1.0.6
Severity: normal

Dear Maintainer,

I'll give two particular reasons,

recently nvidia-driver was removed from testing, quite a lot of people
complained in IRC after dist-upgrading and removing it without realising.

i did an upgrade personally on a machine today that required 800 updates and 20
removals.
I could not see the 20 removals without using grep or a pager, as it went out
of the scroll buffer on the tty.

It would seem advantageous simply to move the REMOVED package list to the
bottom of the output.

Thanks
Anthony F McInerney (bofh80)



-- Package-specific info:

-- apt-config dump --

APT ;
APT::Architecture amd64;
APT::Build-Essential ;
APT::Build-Essential:: build-essential;
APT::Install-Recommends true;
APT::Install-Suggests 0;
APT::Authentication ;
APT::Authentication::TrustCDROM true;
APT::NeverAutoRemove ;
APT::NeverAutoRemove:: ^firmware-linux.*;
APT::NeverAutoRemove:: ^linux-firmware$;
APT::NeverAutoRemove:: ^linux-image-3\.14-1-amd64$;
APT::NeverAutoRemove:: ^linux-image-3\.14-2-amd64$;
APT::NeverAutoRemove:: ^linux-headers-3\.14-1-amd64$;
APT::NeverAutoRemove:: ^linux-headers-3\.14-2-amd64$;
APT::NeverAutoRemove:: ^linux-image-extra-3\.14-1-amd64$;
APT::NeverAutoRemove:: ^linux-image-extra-3\.14-2-amd64$;
APT::NeverAutoRemove:: ^linux-signed-image-3\.14-1-amd64$;
APT::NeverAutoRemove:: ^linux-signed-image-3\.14-2-amd64$;
APT::NeverAutoRemove:: ^kfreebsd-image-3\.14-1-amd64$;
APT::NeverAutoRemove:: ^kfreebsd-image-3\.14-2-amd64$;
APT::NeverAutoRemove:: ^kfreebsd-headers-3\.14-1-amd64$;
APT::NeverAutoRemove:: ^kfreebsd-headers-3\.14-2-amd64$;
APT::NeverAutoRemove:: ^gnumach-image-3\.14-1-amd64$;
APT::NeverAutoRemove:: ^gnumach-image-3\.14-2-amd64$;
APT::NeverAutoRemove:: ^.*-modules-3\.14-1-amd64$;
APT::NeverAutoRemove:: ^.*-modules-3\.14-2-amd64$;
APT::NeverAutoRemove:: ^.*-kernel-3\.14-1-amd64$;
APT::NeverAutoRemove:: ^.*-kernel-3\.14-2-amd64$;
APT::NeverAutoRemove:: ^linux-backports-modules-.*-3\.14-1-amd64$;
APT::NeverAutoRemove:: ^linux-backports-modules-.*-3\.14-2-amd64$;
APT::NeverAutoRemove:: ^linux-tools-3\.14-1-amd64$;
APT::NeverAutoRemove:: ^linux-tools-3\.14-2-amd64$;
APT::VersionedKernelPackages ;
APT::VersionedKernelPackages:: linux-image;
APT::VersionedKernelPackages:: linux-headers;
APT::VersionedKernelPackages:: linux-image-extra;
APT::VersionedKernelPackages:: linux-signed-image;
APT::VersionedKernelPackages:: kfreebsd-image;
APT::VersionedKernelPackages:: kfreebsd-headers;
APT::VersionedKernelPackages:: gnumach-image;
APT::VersionedKernelPackages:: .*-modules;
APT::VersionedKernelPackages:: .*-kernel;
APT::VersionedKernelPackages:: linux-backports-modules-.*;
APT::VersionedKernelPackages:: linux-tools;
APT::Never-MarkAuto-Sections ;
APT::Never-MarkAuto-Sections:: metapackages;
APT::Never-MarkAuto-Sections:: restricted/metapackages;
APT::Never-MarkAuto-Sections:: universe/metapackages;
APT::Never-MarkAuto-Sections:: multiverse/metapackages;
APT::Never-MarkAuto-Sections:: oldlibs;
APT::Never-MarkAuto-Sections:: restricted/oldlibs;
APT::Never-MarkAuto-Sections:: universe/oldlibs;
APT::Never-MarkAuto-Sections:: multiverse/oldlibs;
APT::Periodic ;
APT::Periodic::Download-Upgradeable-Packages 0;
APT::Periodic::Unattended-Upgrade 0;
APT::Update ;
APT::Update::Post-Invoke-Success ;
APT::Update::Post-Invoke-Success:: [ ! -f /var/run/dbus/system_bus_socket ] || 
/usr/bin/dbus-send --system --dest=org.debian.apt --type=signal /org/debian/apt 
org.debian.apt.CacheChanged || true;
APT::Update::Post-Invoke ;
APT::Update::Post-Invoke:: [ ! -x /usr/bin/debtags ] || debtags update --local 
|| true;
APT::Architectures ;
APT::Architectures:: amd64;
APT::Architectures:: i386;
APT::Compressor ;
APT::Compressor::. ;
APT::Compressor::.::Name .;
APT::Compressor::.::Extension ;
APT::Compressor::.::Binary ;
APT::Compressor::.::Cost 1;
APT::Compressor::gzip ;
APT::Compressor::gzip::Name gzip;
APT::Compressor::gzip::Extension .gz;
APT::Compressor::gzip::Binary gzip;
APT::Compressor::gzip::Cost 2;
APT::Compressor::gzip::CompressArg ;
APT::Compressor::gzip::CompressArg:: -9n;
APT::Compressor::gzip::UncompressArg ;
APT::Compressor::gzip::UncompressArg:: -d;
APT::Compressor::bzip2 ;
APT::Compressor::bzip2::Name bzip2;
APT::Compressor::bzip2::Extension .bz2;
APT::Compressor::bzip2::Binary bzip2;
APT::Compressor::bzip2::Cost 3;
APT::Compressor::bzip2::CompressArg ;
APT::Compressor::bzip2::CompressArg:: -9;
APT::Compressor::bzip2::UncompressArg ;
APT::Compressor::bzip2::UncompressArg:: -d;
APT::Compressor::xz ;
APT::Compressor::xz::Name xz;
APT::Compressor::xz::Extension .xz;
APT::Compressor::xz::Binary xz;
APT::Compressor::xz::Cost 4;
APT::Compressor::xz::CompressArg ;
APT::Compressor::xz::CompressArg:: -6;
APT::Compressor::xz::UncompressArg ;
APT::Compressor::xz::UncompressArg:: -d;
APT::Compressor::lzma ;
APT::Compressor::lzma::Name lzma;
APT::Compressor::lzma::Extension .lzma;
APT::Compressor::lzma::Binary xz;
APT::Compressor::lzma::Cost 5;

Bug#757533: debian-archive-keyring: source package signed by removed key

2014-08-09 Thread Adam D. Barratt

On 2014-08-09 0:41, Michael Gilbert wrote:

The archive keyring package is currently signed by Philip Kern's old
removed key.


Slightly tangentially, you mean Philipp.

Regards,

Aam


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



Bug#570314: #570314 - nautilus: --no-desktop should imply exit_with_last_window and !media_automount_open

2014-08-09 Thread Pedro Beja
Control: found -1 3.12.2-1
Control: severity -1 wishlist
kthxbye

Hey Shai,

Well if we enable icons on desktop using gnome-tweak-tool under desktop
tab, a process nautilus -n is always running even if we close the last
window. It makes sense since it's nautilus managing the background.
Otherwise it completely closes the nautilus process when last window is
closed.

I am marking this as found on 3.12.2-1 and wishlist also to have a quit
button (if possible, I have my doubts).

Shouldn't we merge #570314 and #576386 ?

thanks
regards
althaser


Bug#757393: closed by Julien Cristau jcris...@debian.org (Re: Bug#757393: mesa: possible patent issue: ARB_texture_float: US Patent #6,650,327)

2014-08-09 Thread Georg Gast
I dont think its a bug. The point is the potential legal risk, this patent may 
expose the Debian project and the Debian users.

On 9. August 2014 15:45:15 MESZ, ow...@bugs.debian.org wrote:
This is an automatic notification regarding your Bug report
which was filed against the libgl1-mesa-dri package:

#757393: mesa: possible patent issue: ARB_texture_float: US Patent
#6,650,327

It has been closed by Julien Cristau jcris...@debian.org.

Their explanation is attached below along with your original report.
If this explanation is unsatisfactory and you have not received a
better one in a separate message then please contact Julien Cristau
jcris...@debian.org by
replying to this email.


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




Von: Julien Cristau jcris...@debian.org
An: Georg Gast ge...@schorsch-tech.de, 757393-d...@bugs.debian.org
Gesendet: Sat Aug 09 15:42:00 MESZ 2014
Betreff: Re: Bug#757393: mesa: possible patent issue:
ARB_texture_float: US Patent #6,650,327

I don't believe this is a bug.

Cheers,
Julien




Von: Georg Gast ge...@schorsch-tech.de
An: Debian Bug Tracking System sub...@bugs.debian.org
Gesendet: Thu Aug 07 19:36:03 MESZ 2014
Betreff: mesa: possible patent issue: ARB_texture_float: US Patent
#6,650,327

Package: libgl1-mesa-dri
Version: 10.2.4-1
Severity: normal
File: mesa

Dear Maintainer,

a short story how i became aware of this issue: I tried to enable
opengl 3.3 
on my gentoo box and i installed mesa 10.2.4 and mesa-utils 8.2 but
could not 
get opengl 3.3 running. So i installed debian/jessie on a seperate
partiton to
verify that my machine is able to do this. I tried with the same
current mesa (10.2.4),
mesa-progs 8.2 and the same kernel 3.14.13 as debian did use. glxinfo
did immediatly report on 
debian/jessie that opengl 3.3 is available. As far as good. I thought
it
is just a configuration issue.

Now i copied the debian kernel to my gentoo partition and it did still
report opengl 2.1. I tried the useflag USE=-bindist to mesa-10.2.4
and the
machine did report opengl 3.3 available. The build did warn abount the
patent issue.
I investigated the ebuild and i did notice the following:

econf \
--enable-dri \
--enable-glx \
--enable-shared-glapi \
---$(use_enable !bindist texture-float) \
$(use_enable debug) \

# warn about patent encumbered texture-float
if use !bindist; then
elog USE=\bindist\ was not set. Potentially patent encumbered code
was
 elog enabled. Please see patents.txt for an explanation.
fi

So all i did was enable the configuration option texture-float to get
opengl 3.3 running on my hardware (AMD  HD5770 card / Evergreen chip).

The docs/patent.txt in the mesa source code archive tells the
following:

ARB_texture_float:

  Silicon Graphics, Inc. owns US Patent #6,650,327, issued November 18,
2003 [1].

SGI believes this patent contains necessary IP for graphics systems
implementing floating point rasterization and floating point
 framebuffer capabilities described in ARB_texture_float extension, and
will discuss licensing on RAND terms, on an individual basis with
   companies wishing to use this IP in the context of conformant OpenGL
implementations [2].

   The source code to implement ARB_texture_float extension is included
and can be toggled on at compile time, for those who purchased a
 license from SGI, or are in a country where the patent does not apply,
etc.

The software is provided as is, without warranty of any kind, express
or implied, including but not limited to the warranties of
 merchantability, fitness for a particular purpose and noninfringement.
   In no event shall the authors or copyright holders be liable for any
   claim, damages or other liability, whether in an action of contract,
tort or otherwise, arising from, out of or in connection with the
software or the use or other dealings in the software.

   You should contact a lawyer or SGI's legal department if you want to
enable this extension.


[1] http://www.google.com/patents/about?id=mIIOEBAJdq=6650327
[2] http://www.opengl.org/registry/specs/ARB/texture_float.txt
-

So, i am uncertain if this possible patent issue is a danger to debian.
I would 
be happy if this can be ignored. On gentoo i am safe, because all i do
is to use 
it myself on my machine and dont distribute it. The big threat seems to
be the 
distribution of this thing as a binary program (as far as i understand
it). Debian 
does this via the apt mirrors 

Best Regards

Georg Gast
 
-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: 

Bug#757153: gcc-4.9: FTBFS on arm64

2014-08-09 Thread Matthias Klose
Am 09.08.2014 um 12:17 schrieb Wookey:
 +++ Wookey [2014-08-09 11:12 +0100]:
 
 Can you please do an upload with this in ASAP as the only package that
 is out of date (and thus got rejected in the initial upload to the
 main debian archive) is now gcc-4.9. And we need that bootstrap set to
 start the official buildds next week.
 
 Sorry - should have said:
 I'm happy to do an NMU with just this patch in if you prefer?

this business is useless work. it was already fixed in the VCS before you filed
the issue.  And it is uploaded, and sitting in the NEW queue, thanks to
unannounced dak changes.


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



Bug#757578: xxxterm: diff for NMU version 1:1.11.3-1.4

2014-08-09 Thread Andreas Metzler
Package: xxxterm
Version: 1:1.11.3-1.3
Severity: normal
Tags: patch pending

Dear maintainer,

I've prepared an NMU for xxxterm (versioned as 1:1.11.3-1.4) and
uploaded it to DELAYED/10. Please feel free to tell me if I
should delay it longer.

kind regards

Andreas
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'
diff -Nru xxxterm-1.11.3/debian/changelog xxxterm-1.11.3/debian/changelog
--- xxxterm-1.11.3/debian/changelog	2014-05-17 03:20:13.0 +0200
+++ xxxterm-1.11.3/debian/changelog	2014-08-09 16:03:14.0 +0200
@@ -1,3 +1,10 @@
+xxxterm (1:1.11.3-1.4) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rebuild against GnuTLS v3. Closes: #752313
+
+ -- Andreas Metzler ametz...@debian.org  Sat, 09 Aug 2014 16:03:09 +0200
+
 xxxterm (1:1.11.3-1.3) unstable; urgency=medium
 
   [ Andreas Metzler ]
diff -Nru xxxterm-1.11.3/debian/control xxxterm-1.11.3/debian/control
--- xxxterm-1.11.3/debian/control	2014-05-17 03:07:46.0 +0200
+++ xxxterm-1.11.3/debian/control	2014-08-09 16:02:52.0 +0200
@@ -6,7 +6,7 @@
   libwebkitgtk-dev,
   libgtk2.0-dev,
   libsoup2.4-dev,
-  libgnutls-dev,
+  libgnutls28-dev,
   libbsd-dev,
   imagemagick
 Standards-Version: 3.9.3


signature.asc
Description: Digital signature


Bug#754901: invalid code issue

2014-08-09 Thread Niko Tyni
On Fri, Aug 08, 2014 at 11:46:08AM +0200, Matthias Klose wrote:
 Control: reassign -1 libapache2-mod-perl2

 so 'sv' is declared inside the 'else' but you make its address escape
 through the 'svp' variable declared in the outer block.
 
 Invalid.
 
 A fix is to move the declaration of SV *sv up one block.

Many thanks! I can confirm the attached patch fixes the issue. 

Will forward this upstream and close #757240 with the fix.
-- 
Niko Tyni   nt...@debian.org
From 8c5e3984155dd3c32f627a0bfe0e9e67e7ed873a Mon Sep 17 00:00:00 2001
From: Niko Tyni nt...@debian.org
Date: Sat, 9 Aug 2014 16:42:49 +0300
Subject: [PATCH] Fix invalid code that breaks with GCC 4.9 -ftree-dse
 optimization

This fixes SIGSEGVs at the start of the test suite when built with
GCC-4.9 at -O2 (which includes -ftree-dse).

Quoting Richard Biener in https://gcc.gnu.org/PR62035 :

 so 'sv' is declared inside the 'else' but you make its address escape
 through the 'svp' variable declared in the outer block.

Bug-Debian: http://bugs.debian.org/754901
---
 src/modules/perl/modperl_env.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/modules/perl/modperl_env.c b/src/modules/perl/modperl_env.c
index 769fd2c..c1a276b 100644
--- a/src/modules/perl/modperl_env.c
+++ b/src/modules/perl/modperl_env.c
@@ -37,12 +37,13 @@ static unsigned long modperl_interp_address(pTHX)
 #define MP_ENV_HV_STORE(hv, key, val) STMT_START {  \
 I32 klen = strlen(key); \
 SV **svp = hv_fetch(hv, key, klen, FALSE);  \
+SV *sv; \
 \
 if (svp) {  \
 sv_setpv(*svp, val);\
 }   \
 else {  \
-SV *sv = newSVpv(val, 0);   \
+sv = newSVpv(val, 0);   \
 (void)hv_store(hv, key, klen, sv, FALSE);   \
 modperl_envelem_tie(sv, key, klen); \
 svp = sv;  \
-- 
2.1.0.rc1



Bug#757579: lintian: check usage of commas in dep-5 copyright

2014-08-09 Thread Johannes Schauer
Package: lintian
Version: 2.5.25
Severity: wishlist

Hi,

commas have a special meaning in the License field of a DEP-5 copyright
file. In front of an and they signal that the preceding or has
priority. Other uses of it are most likely illegal. Examples:

License: Apache Software License, Version 1.1
http://sources.debian.net/src/jxplorer/3.3.2+dfsg-2/debian/copyright?hl=40#L40

License: Boost Software License, Version 1.0
http://sources.debian.net/src/yade/1.10.0-1/debian/copyright?hl=47#L47

License: commercial or GPL-2.0 or GPL-3.0, with the following exception:
http://sources.debian.net/src/libqglviewer/2.5.2+dfsg-1/debian/copyright?hl=12#L12

License: For terms of use, see http://www.unicode.org/terms_of_use.html
http://sources.debian.net/src/libidn2-0/0.10-1/debian/copyright/?hl=112#L112

License: GPL-2 or MIT, according to http://benalman.com/about/license/
http://sources.debian.net/src/trac-codecomments/1.1.1%2Bdfsg-1/debian/copyright/?hl=41#L41

License: SGI Free Software License B, Version 1.1
http://sources.debian.net/src/psychtoolbox-3/3.0.11.20140430.dfsg1-1/debian/copyright/?hl=212#L212

License: SIL Open Font License, Version 1.1 – 26 February 2007
http://sources.debian.net/src/fonts-senamirmir-washra/4.1-9/debian/copyright/?hl=22#L22

License: SIL Open Font License, Version 1.1 (http://scripts.sil.org/OFL)
http://sources.debian.net/src/widelands/1:18-3/debian/copyright/?hl=27#L27

So probably, Lintian should warn if a comma is used in a License stanza
of a standalone license paragraph and check for its correct usage when a
comma is used in the License stanza of a Files paragraph.

cheers, josch


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

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

Versions of packages lintian depends on:
ii  binutils   2.24.51.20140617-1
ii  bzip2  1.0.6-5
ii  diffstat   1.58-1
ii  file   1:5.19-1
ii  gettext0.18.3.2-3
ii  hardening-includes 2.5
ii  intltool-debian0.35.0+20060710.1
ii  libapt-pkg-perl0.1.29+b1
ii  libarchive-zip-perl1.37-2
ii  libclass-accessor-perl 0.34-1
ii  libclone-perl  0.37-1
ii  libdpkg-perl   1.17.10
ii  libemail-valid-perl1.194-1
ii  libfile-basedir-perl   0.03-1
ii  libipc-run-perl0.92-1
ii  liblist-moreutils-perl 0.33-2
ii  libparse-debianchangelog-perl  1.2.0-1
ii  libtext-levenshtein-perl   0.09-1
ii  libtimedate-perl   2.3000-2
ii  liburi-perl1.62-1
ii  man-db 2.6.7.1-1
ii  patchutils 0.3.3-1
ii  perl [libdigest-sha-perl]  5.18.2-6
ii  t1utils1.37-2

Versions of packages lintian recommends:
ii  libautodie-perl 2.25-1
ii  libperlio-gzip-perl 0.18-3
ii  perl-modules [libautodie-perl]  5.18.2-6

Versions of packages lintian suggests:
pn  binutils-multiarch none
ii  dpkg-dev   1.17.10
ii  libhtml-parser-perl3.71-1+b1
ii  libtext-template-perl  1.46-1
ii  libyaml-perl   0.95-1
ii  xz-utils   5.1.1alpha+20120614-2

-- 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#206038: #206038 - desktopicons: Remeber screen location uses logical not acctual location(like-gpanel).

2014-08-09 Thread Pedro Beja
Hey,

this is an old bug.

Could you please still reproduce this issue with newer nautilus version
like 3.4.2-1+build1 or 3.12.2-1 ?

just question this because upstream has open bugs yet.

thanks
regards
althaser


Bug#757580: Please add pktools to the gis-workstation task

2014-08-09 Thread Ross Gammon
Package: gis-workstation
Tags: patch

Hi,

Whist adding my pktools RFS to the Sponsoring of Blends webpage
(https://wiki.debian.org/DebianPureBlends/SoB), I noticed that pktools
had never been allocated to a Debian GIS blends task.

I hope the attached patch will help with that.

Regards,

Ross
From 360b51395b15aa6479ebae095371fdefcffc0cf8 Mon Sep 17 00:00:00 2001
From: Ross Gammon rossgam...@mail.dk
Date: Sat, 9 Aug 2014 13:46:20 +0200
Subject: [PATCH] Add pktools to workstation task

---
 tasks/workstation | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tasks/workstation b/tasks/workstation
index 3272d02..a281fbe 100644
--- a/tasks/workstation
+++ b/tasks/workstation
@@ -171,3 +171,5 @@ Pkg-Description: 3D multilayer geographical framework
  In this way we can gradually increase the power of the final system. 
 
 Depends: roadmap, roadmap-qt, roadmap-gtk2
+
+Depends: pktools
-- 
1.9.1



signature.asc
Description: OpenPGP digital signature


Bug#225284: #225284 - nautilus: clean up by name places icons off-screen (xinerama)

2014-08-09 Thread Pedro Beja
Hey Brian,

this is an old bug.

Could you please still reproduce this issue with newer nautilus version
like 3.4.2-1+build1 or 3.12.2-1 ?

just question this because upstream has open bug yet.

thanks
regards
althaser


Bug#668816: mutt: please build against libgnutls28-dev

2014-08-09 Thread Andreas Metzler
Control: tags -1 patch

On 2014-06-29 Andreas Metzler ametz...@bebt.de wrote:
[...]

 Bumping severity, since the old gnutls version will not be shipped in
 jessie if can have any say in this.

Find attached a trivial patch. I can do a NMU if you want me to.

cu Andreas

-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'
diff -Nru mutt-1.5.23/debian/changelog mutt-1.5.23/debian/changelog
--- mutt-1.5.23/debian/changelog	2014-03-16 23:16:33.0 +0100
+++ mutt-1.5.23/debian/changelog	2014-08-09 16:18:54.0 +0200
@@ -1,3 +1,10 @@
+mutt (1.5.23-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rebuild against GnuTLS v3. Closes: #668816
+
+ -- Andreas Metzler ametz...@debian.org  Sat, 09 Aug 2014 16:18:51 +0200
+
 mutt (1.5.23-1) unstable; urgency=medium
 
   * Team upload.
diff -Nru mutt-1.5.23/debian/control mutt-1.5.23/debian/control
--- mutt-1.5.23/debian/control	2014-03-16 15:31:56.0 +0100
+++ mutt-1.5.23/debian/control	2014-08-09 16:18:08.0 +0200
@@ -4,7 +4,7 @@
 Maintainer: Antonio Radici anto...@dyne.org
 Uploaders: Christoph Berg m...@debian.org
 Build-Depends: automake, debhelper (= 9), autotools-dev,
- docbook-xml, docbook-xsl, w3m, gawk, gettext, libgnutls-dev,
+ docbook-xml, docbook-xsl, w3m, gawk, gettext, libgnutls28-dev,
  libgpgme11-dev, libidn11-dev, libkrb5-dev, libncurses5-dev, libncursesw5-dev,
  libsasl2-dev, libtool, pkg-config, quilt, xsltproc, zlib1g-dev,
  libtokyocabinet-dev [!hurd-i386], libgdbm-dev [hurd-i386]


  1   2   3   >