Bug#1054862: marked as pending in debomatic

2023-11-03 Thread Luca Falavigna
Control: tag -1 pending

Hello,

Bug #1054862 in debomatic reported by you has been fixed in the
Git repository and is awaiting an upload. You can see the commit
message below and you can check the diff of the fix at:

https://salsa.debian.org/python-team/packages/debomatic/-/commit/7d9a36e0a3f84e0fadfb25b10fd7216388a39bdc


Handle case when egg-info directory is not empty (Closes: #1054862)


(this message was generated automatically)
-- 
Greetings

https://bugs.debian.org/1054862



Bug#1037273: dupeguru: immediately crashes: ModuleNotFoundError: No module named 'core.pe.photo'

2023-06-10 Thread Luca Falavigna
Control: severity -1 important

Il giorno sab 10 giu 2023 alle ore 01:57 Marc Lehmann
 ha scritto:
> while the package installs fine, it immediately crashes on startup:

Most likely a duplicate of bug #1033608, which was a false positive.

-- 
Cheers,
Luca



Bug#1034219: debomatic: dh_installsystemd doesn't handle files in /usr/lib/systemd/system

2023-04-13 Thread Luca Falavigna
tags 1034219 + patch
thanks


Hi Laurent, hi Andreas,

First of all, thanks for the bug report and for the discussion so far!

Il giorno mer 12 apr 2023 alle ore 10:51 Andreas Henriksson
 ha scritto:
> I'm not sure exactly what the best option is to adress this for pybuild
> using packages, but my guess would be to have some debian/rules hack
> that moves the file (if it's not already located in the same path as
> returned by `pkg-config --variable=systemdsystemunitdir systemd`) after
> dh_install has run probably.

I made a patch adjusting upstream setup.py file to create a symlink of
usr/lb to lib, this is the easiest way to let the buildsystem to
handle with the correct path.

I built the package on debomatic itself where we can see the unit file
is now shipped under /lib/systemd/system:
http://debomatic-amd64.debian.net/distribution#unstable/debomatic/0.26-2/contents

Do you think this will be enough to solve the bug?

-- 
Cheers,
Luca


bug1034219.debdiff
Description: Binary data


Bug#1033608: Exception: ModuleNotFoundError: No module named 'core.pe.photo'

2023-04-04 Thread Luca Falavigna
tags 1033608 + moreinfo + unreproducible
thanks


Hi Ionuț,

Il giorno mar 28 mar 2023 alle ore 16:03 Ionuț Ciocîrlan
 ha scritto:
> In the debian package these symlinks are missing, and emptu directories
> are created instead (although the lib files are built and packaged).

I just checked in a fresh system and symlinks are correctly placed.
Also see latest amd64 build:
https://buildd.debian.org/status/fetch.php?pkg=dupeguru=amd64=4.3.1-3%2Bb1=1672837551=0
lrwxrwxrwx root/root 0 2023-01-04 13:05
./usr/share/dupeguru/core/pe -> ../../../lib/dupeguru/core/pe
lrwxrwxrwx root/root 0 2023-01-04 13:05
./usr/share/dupeguru/qt/pe -> ../../../lib/dupeguru/qt/pe

-- 
Cheers,
Luca



Bug#1017132: opentracing-cpp: diff for NMU version 1.6.0-2.1

2022-08-30 Thread Luca Falavigna
Both ways are fine. If you upload -3 right now, NMU will be rejected
because of the newer version, otherwise it'll reach the archive when
time elapses.
A maintainer upload would be better, though :-)

-- 
Cheers,
Luca



Bug#1017132: opentracing-cpp: diff for NMU version 1.6.0-2.1

2022-08-29 Thread Luca Falavigna
Il giorno lun 29 ago 2022 alle ore 07:34 Stephen Gelman
 ha scritto:
> Would you be interested in creating a MR for your changes to salsa? If not 
> that’s fine, just let me know and I will pull in the changes myself.

Sure, here it is:
https://salsa.debian.org/ssgelm/opentracing-cpp/-/merge_requests/1

-- 
Cheers,
Luca



Bug#1017132: opentracing-cpp: diff for NMU version 1.6.0-2.1

2022-08-28 Thread Luca Falavigna
Control: tags 1017132 + patch
Control: tags 1017132 + pending


Dear maintainer,

I've prepared an NMU for opentracing-cpp (versioned as 1.6.0-2.1) and
uploaded it to DELAYED/7. Please feel free to tell me if I
should delay it longer.

Regards,
Luca

diff -Nru opentracing-cpp-1.6.0/debian/changelog opentracing-cpp-1.6.0/debian/changelog
--- opentracing-cpp-1.6.0/debian/changelog	2021-11-07 06:42:53.0 +0100
+++ opentracing-cpp-1.6.0/debian/changelog	2022-08-28 11:11:38.0 +0200
@@ -1,3 +1,11 @@
+opentracing-cpp (1.6.0-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/patches/catch_SIGSTKSZ.patch:
+- Fix FTBFS with glibc 2.34 (Closes: #1017132).
+
+ -- Luca Falavigna   Sun, 28 Aug 2022 11:11:38 +0200
+
 opentracing-cpp (1.6.0-2) unstable; urgency=medium
 
   * Upload to unstable
diff -Nru opentracing-cpp-1.6.0/debian/patches/catch_SIGSTKSZ.patch opentracing-cpp-1.6.0/debian/patches/catch_SIGSTKSZ.patch
--- opentracing-cpp-1.6.0/debian/patches/catch_SIGSTKSZ.patch	1970-01-01 01:00:00.0 +0100
+++ opentracing-cpp-1.6.0/debian/patches/catch_SIGSTKSZ.patch	2022-08-28 11:11:38.0 +0200
@@ -0,0 +1,40 @@
+Index: opentracing-cpp-1.6.0/3rd_party/include/opentracing/catch2/catch.hpp
+===
+--- opentracing-cpp-1.6.0.orig/3rd_party/include/opentracing/catch2/catch.hpp
 opentracing-cpp-1.6.0/3rd_party/include/opentracing/catch2/catch.hpp
+@@ -6571,6 +6571,17 @@ namespace Catch {
+ int id;
+ const char* name;
+ };
++
++// 32kb for the alternate stack seems to be sufficient. However, this value
++// is experimentally determined, so that's not guaranteed.
++#if defined(_SC_SIGSTKSZ_SOURCE) || defined(_GNU_SOURCE)
++// on glibc > 2.33 this is no longer constant, see
++// https://sourceware.org/git/?p=glibc.git;a=blob;f=NEWS;h=85e84fe53699fe9e392edffa993612ce08b2954a;hb=HEAD
++static constexpr std::size_t altStackSize = 32 * 1024;
++#else
++static constexpr std::size_t altStackSize = std::max(static_cast(SIGSTKSZ), 32 * 1024)
++#endif
++
+ static SignalDefs signalDefs[] = {
+ { SIGINT,  "SIGINT - Terminal interrupt signal" },
+ { SIGILL,  "SIGILL - Illegal instruction signal" },
+@@ -6597,7 +6608,7 @@ namespace Catch {
+ isSet = true;
+ stack_t sigStack;
+ sigStack.ss_sp = altStackMem;
+-sigStack.ss_size = SIGSTKSZ;
++sigStack.ss_size = altStackSize;
+ sigStack.ss_flags = 0;
+ sigaltstack(, );
+ struct sigaction sa = { };
+@@ -6628,7 +6639,7 @@ namespace Catch {
+ bool FatalConditionHandler::isSet = false;
+ struct sigaction FatalConditionHandler::oldSigActions[sizeof(signalDefs)/sizeof(SignalDefs)] = {};
+ stack_t FatalConditionHandler::oldSigStack = {};
+-char FatalConditionHandler::altStackMem[SIGSTKSZ] = {};
++char FatalConditionHandler::altStackMem[altStackSize] = {};
+ 
+ } // namespace Catch
+ 
diff -Nru opentracing-cpp-1.6.0/debian/patches/series opentracing-cpp-1.6.0/debian/patches/series
--- opentracing-cpp-1.6.0/debian/patches/series	1970-01-01 01:00:00.0 +0100
+++ opentracing-cpp-1.6.0/debian/patches/series	2022-08-28 11:11:38.0 +0200
@@ -0,0 +1 @@
+catch_SIGSTKSZ.patch


signature.asc
Description: PGP signature


Bug#898738: debootstrap fails when specifying components

2018-05-16 Thread Luca Falavigna
Hi Hideki,

2018-05-16 2:03 GMT+02:00 Hideki Yamane :
>> See attached patch, against the offending commit. It doesn't apply to
>> master as-is because of the by-hash addition.
>
>  Simply initialize "ext" prevents this failure, could you check attached
>  patch, please?

I applied to 1.0.98 package in unstable, and it fixes the problem for me.

-- 
Cheers,
Luca



Bug#898738: debootstrap fails when specifying components

2018-05-15 Thread Luca Falavigna
found 898738 1.0.97
thanks



Hi,

2018-05-15 21:19 GMT+02:00 Cyril Brulebois :
> The issue seems to be the non-free Packages file being checked against
> the checksum of the contrib one (both sha256 checksum and size in fact),
> so that can't work.

Thanks for checking! Indeed the problem can be reproduced from 1.0.97
(hence adjusting found correctly). I'll have a look in the next few
days as well.

-- 
Cheers,
Luca



Bug#898738: debootstrap fails when specifying components

2018-05-15 Thread Luca Falavigna
Source: debootstrap
Version: 1.0.98
Severity: serious


debootstrap fails when specifying components on command line:

# debootstrap --components=main,contrib,non-free unstable unstable
http://deb.debian.org/debian
I: Target architecture can be executed
I: Checking Release signature
I: Valid Release signature (key id 126C0D24BD8A2942CC7DF8AC7638D0442B90D010)
I: Validating Packages
I: Retrieving Packages
I: Retrieving Packages
I: Validating Packages
W: Retrying failed download of
http://deb.debian.org/debian/dists/unstable/contrib/binary-amd64/Packages
I: Retrieving Packages
I: Validating Packages
W: Retrying failed download of
http://deb.debian.org/debian/dists/unstable/contrib/binary-amd64/Packages
I: Retrieving Packages
I: Validating Packages
W: Retrying failed download of
http://deb.debian.org/debian/dists/unstable/contrib/binary-amd64/Packages
I: Retrieving Packages
I: Validating Packages
W: Retrying failed download of
http://deb.debian.org/debian/dists/unstable/contrib/binary-amd64/Packages
I: Retrieving Packages
I: Validating Packages
W: Retrying failed download of
http://deb.debian.org/debian/dists/unstable/contrib/binary-amd64/Packages.gz
W: http://deb.debian.org/debian/dists/unstable/contrib/binary-amd64/Packages.gz
was corrupt
I: Retrieving Packages
E: Couldn't download
http://deb.debian.org/debian/dists/unstable/contrib/binary-amd64/Packages


It works correctly when omitting ---components, or with --components=main only.

-- 
Cheers,
Luca



Bug#897519: bcron: diff for NMU version 0.11-1.2

2018-05-11 Thread Luca Falavigna
Control: tags 897519 + patch
Control: tags 897519 + pending

Dear maintainer,

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

Regards,
Luca
diff -Nru bcron-0.11/debian/changelog bcron-0.11/debian/changelog
--- bcron-0.11/debian/changelog	2017-12-13 11:12:18.0 +0100
+++ bcron-0.11/debian/changelog	2018-05-11 12:42:54.0 +0200
@@ -1,3 +1,11 @@
+bcron (0.11-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add tzdata to build-depends to make sure test suite is executed
+correctly (Closes: #897519).
+
+ -- Luca Falavigna <dktrkr...@debian.org>  Fri, 11 May 2018 12:42:54 +0200
+
 bcron (0.11-1.1) unstable; urgency=medium
 
   * Non-maintainer uppload
diff -Nru bcron-0.11/debian/control bcron-0.11/debian/control
--- bcron-0.11/debian/control	2017-12-13 11:12:18.0 +0100
+++ bcron-0.11/debian/control	2018-05-11 12:42:54.0 +0200
@@ -12,7 +12,8 @@
 	   libbg-dev (>= 2),
 	   python,
 	   man2html-base,
-	   texinfo
+	   texinfo,
+	   tzdata
 Standards-Version: 4.1.2
 Homepage: http://untroubled.org/bcron
 Vcs-Browser: https://anonscm.debian.org/cgit/users/kaction-guest/bcron.git


signature.asc
Description: PGP signature


Bug#840575: [buildd-tools-devel] Bug#840575: sbuild bpo: uses non-available option gnupg --pinentry-mode

2016-10-14 Thread Luca Falavigna
Hi,

2016-10-14 7:36 GMT+02:00 Johannes Schauer :
> don't know if our current sbuild backporter Luca (in CC) would be willing to
> write such a patch, especially considering that
>
>  - it is a feature of sbuild since version 0.67.0 (I corrected the wiki page
>accordingly) to *not* require signing of the internal dummy repository (and
>thus you don't need to run sbuild-update --keygen anymore) and that
>  - the next stable release is not far away.

Indeed, I think it's pointless to write a patch given that we no
longer suggest to sign the internal repository, and also that explains
why I didn't notice this issue since in order to build the sbuild
backport I used the very same version found in unstable/testing,
installed on a machine running stable where my Deb-o-Matic farm is
running on :-)

-- 
Cheers,
Luca



Bug#791487: antlr3: Depends on obsolete packages

2015-07-05 Thread Luca Falavigna
Source: antlr3
Version: 3.2-10
Severity: serious
Justification: renders package unusable

Dear Maintainer,

antlr3-gunit-maven-plugin and antlr3-maven-plugin depend on libplexus-compiler-
api-java, which is no longer built.

libplexus-compiler-api-java was a dummy package depending on libplexus-
compiler-java. Please consider switching to that package instead.



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

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


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



Bug#773187: remmina-plugin-rdp is not installable due to broken dependencies

2014-12-17 Thread Luca Falavigna
2014-12-15 17:26 GMT+01:00 Pirate Praveen prav...@debian.org:
 No, it is not visible in my system (see screenshot). Does it need a reboot?

Normally not, restarting remmina is usually more than enough.

Could you attach the listing of ls -l /usr/lib/*/remmina/plugins ?

Mine appears like the following:
$ ls -l /usr/lib/*/remmina/plugins
total 124
-rw-r--r-- 1 root root 78808 Nov 20 22:46 remmina-plugin-rdp.so
-rw-r--r-- 1 root root 44600 Nov 20 22:46 remmina-plugin-vnc.so
$

Cheers,
Luca


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



Bug#773187: remmina-plugin-rdp is not installable due to broken dependencies

2014-12-15 Thread Luca Falavigna
tags 773187 + moreinfo unreproducible
thanks



Hi!

2014-12-15 13:13 GMT+01:00 Pirate Praveen prav...@debian.org:
 package: remmina-plugin-rdp
 version: 1.1.1-2
 severity: grave


 $ sudo apt-get install remmina-plugin-rdp
 [...]
 The following packages have unmet dependencies:
 [...]

I just tried to install remmina-plugin-rdp in a clean sid chroot, and
it seems everything is working fine. Is your apt mirror not
up-to-date?

Cheers,
Luca


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



Bug#773187: remmina-plugin-rdp is not installable due to broken dependencies

2014-12-15 Thread Luca Falavigna
2014-12-15 16:19 GMT+01:00 Pirate Praveen prav...@debian.org:
 I guess that was the issue. I can install now after an apt-get update.
 But still remmina can't find this plugin. It still says RDP plugin is
 not installed.

Can you check whether the RDP plugin is listed under Tools - Plugins?
I'm able to see it on my Sid workstation...

Cheers,
Luca


Bug#764340: closing 764340

2014-11-06 Thread Luca Falavigna
close 764340 python-rtslib/3.0+git0.86e46bc6-4
thanks


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



Bug#764340: closing 764340

2014-11-06 Thread Luca Falavigna
close 764340 
thanks


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



Bug#764340: closing 764340

2014-11-06 Thread Luca Falavigna
close 764340 python-rtslib/3.0+git0.86e46bc6-4
thanks


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



Bug#757821: remmina-plugin-rdp: libfreerdp libraries not found

2014-08-12 Thread Luca Falavigna
tags 757821 + confirmed
thanks


2014-08-11 17:44 GMT+02:00 Bernd Zeimetz b.zeim...@conova.com:
 bzed@conthink ~ % ldd /usr/lib/remmina/plugins/remmina-plugin-rdp.so | grep 
 found
 libfreerdp-core.so.1.0 = not found
 libfreerdp-gdi.so.1.0 = not found
 libfreerdp-kbd.so.1.0 = not found
 libfreerdp-codec.so.1.0 = not found
 libfreerdp-channels.so.1.0 = not found
 bzed@conthink ~

Yay for freerdp package not taking care of ABI bump!

 A rebuild in a clean chroot also fails:

This was expected, packaging latest trunk should fix the problem.

Cheers,
Luca


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



Bug#757926: ABI changes in libfreerdp1 makes other software break

2014-08-12 Thread Luca Falavigna
Package: libfreerdp1
Version: 1.1.0~git20140809.1.b07a5c1+dfsg-1
Severity: grave


Dear Maintainer,

with latest changes in FreeRDP, libfreerdp1 changes its internal structure,
causing depenent packages to fail to load.

remmina is an example of this (see #757821), it requires some of the objects
provided by libfreerdp1, but these are not available anymore:

$ ldd /usr/lib/remmina/plugins/remmina-plugin-rdp.so | grep found
libfreerdp-core.so.1.0 = not found
libfreerdp-gdi.so.1.0 = not found
libfreerdp-kbd.so.1.0 = not found
libfreerdp-codec.so.1.0 = not found
libfreerdp-channels.so.1.0 = not found
$

I'm not sure whether FreeRDP SONAME should have been bumped upstream, but the
changes introduced in the latest versions uploaded to Debian are breaking other
software in the archive.

Cheers,
Luca


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



Bug#757926: ABI changes in libfreerdp1 makes other software break

2014-08-12 Thread Luca Falavigna
2014-08-12 16:19 GMT+02:00 Andreas Cadhalpun andreas.cadhal...@googlemail.com:
 As the API apparently changed, the SONAME change is correct, but according
 to Policy 8.1, the package name of the library must be changed in such a
 case.

IIRC, API changes should be quite easy to address, renaming the -dev
package should be avoided as it introduces a much higher maintenance
burden on top of reverse-dependencies, which have to be transitioned
with sourceful uploads.

 Probably the best way forward is to revert to the version in jessie
 (possibly via an epoch) and then package the new upstream version properly.

I think the problem could be better addressed by renaming the library
package to libfreerdp1d0, and make sure it builds on all architectures
(apparently, it fails in several architectures due to missing symbols,
another clue of a potential ABI break).

Cheers,
Luca


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



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-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#743412: notfixed 743412 in 0.9.5.3, closing 743412

2014-04-19 Thread Luca Falavigna
notfixed 743412 0.9.5.3
close 743412 0.9.5
thanks


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



Bug#742805: nautilus-image-manipulator: diff for NMU version 1.3-1.1

2014-04-01 Thread Luca Falavigna
tags 742805 + patch pending
thanks


Dear maintainer,

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

Regards,
Luca


1.3-1.1.debdiff
Description: Binary data


Bug#730755: Missing license information

2013-11-29 Thread Luca Falavigna
Source: liblas
Version: 1.2.1-5.1
Severity: serious


Some portion of code contain works licensed under different terms than
those mentioned in copyright file:

 * src/gt_wkt_srs.cpp
 * src/Verson.rc
 * include/liblas/external/property_tree/*

Cheers,
Luca


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



Bug#730754: include/liblas/detail/sha1.hpp is non-free

2013-11-29 Thread Luca Falavigna
Source: liblas
Version: 1.2.1-5.1
Severity: serious


include/liblas/detail/sha1.hpp is licensed under these terms:
  //  sha1.h
  //
  //  Copyright (C) 1998
  //  Paul E. Jones pau...@arid.us
  //  All Rights Reserved.
  //
  //  This software is licensed as freeware.  Permission to distribute
  //  this software in source and binary forms is hereby granted without
  //  a fee.  THIS SOFTWARE IS PROVIDED 'AS IS' AND WITHOUT ANY EXPRESSED
  //  OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  //  WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  //  THE AUTHOR SHALL NOT BE HELD LIABLE FOR ANY DAMAGES RESULTING
  //  FROM THE USE OF THIS SOFTWARE, EITHER DIRECTLY OR INDIRECTLY, INCLUDING,
  //  BUT NOT LIMITED TO, LOSS OF DATA OR DATA BEING RENDERED INACCURATE.

Thus, this portion of code is non-free.

Cheers,
Luca


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



Bug#730759: sha1 is non-free

2013-11-29 Thread Luca Falavigna
Source: gpac
Version: 0.5.0+svn4288~dfsg1-4
Severity: serious
Tags: sid jessie


src/utils/sha1.c is licensed under these terms:/*
 *  sha1.h
 *
 *  Copyright (C) 1998, 2009
 *  Paul E. Jones pau...@packetizer.com
 *  All Rights Reserved
 *
 * Freeware Public License (FPL)
 *
 * This software is licensed as freeware.  Permission to distribute
 * this software in source and binary forms, including incorporation
 * into other products, is hereby granted without a fee.  THIS SOFTWARE
 * IS PROVIDED 'AS IS' AND WITHOUT ANY EXPRESSED OR IMPLIED WARRANTIES,
 * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
 * AND FITNESS FOR A PARTICULAR PURPOSE.  THE AUTHOR SHALL NOT BE HELD
 * LIABLE FOR ANY DAMAGES RESULTING FROM THE USE OF THIS SOFTWARE, EITHER
 * DIRECTLY OR INDIRECTLY, INCLUDING, BUT NOT LIMITED TO, LOSS OF DATA
 * OR DATA BEING RENDERED INACCURATE.

Thus, this portion of code is non-free.

Cheers,
Luca


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



Bug#730758: sha1 is non-free

2013-11-29 Thread Luca Falavigna
Source: witty
Version: 3.3.0-1
Severity: serious
Tags: sid jessie


src/web/sha1.* are licensed under these terms:/*
 *  sha1.h
 *
 *  Copyright (C) 1998, 2009
 *  Paul E. Jones pau...@packetizer.com
 *  All Rights Reserved
 *
 * Freeware Public License (FPL)
 *
 * This software is licensed as freeware.  Permission to distribute
 * this software in source and binary forms, including incorporation
 * into other products, is hereby granted without a fee.  THIS SOFTWARE
 * IS PROVIDED 'AS IS' AND WITHOUT ANY EXPRESSED OR IMPLIED WARRANTIES,
 * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
 * AND FITNESS FOR A PARTICULAR PURPOSE.  THE AUTHOR SHALL NOT BE HELD
 * LIABLE FOR ANY DAMAGES RESULTING FROM THE USE OF THIS SOFTWARE, EITHER
 * DIRECTLY OR INDIRECTLY, INCLUDING, BUT NOT LIMITED TO, LOSS OF DATA
 * OR DATA BEING RENDERED INACCURATE.

Thus, these portions of code are non-free.

Cheers,
Luca


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



Bug#721221: php-openid: diff for NMU version 2.2.2-1.2

2013-09-16 Thread Luca Falavigna
tags 721221 + patch pending
thanks


Dear maintainer,

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

Regards.
diff -Nru php-openid-2.2.2/debian/changelog php-openid-2.2.2/debian/changelog
--- php-openid-2.2.2/debian/changelog	2012-04-29 11:13:22.0 +0200
+++ php-openid-2.2.2/debian/changelog	2013-09-11 17:04:41.0 +0200
@@ -1,3 +1,13 @@
+php-openid (2.2.2-1.2) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * debian/patches/CVE-2013-4701.patch:
+- Disable external XML entities and libxml errors. Fixes
+  security issue. (Closes: #721221)
+- CVE-2013-4701
+
+ -- Artur Rona ari-tc...@tlen.pl  Wed, 11 Sep 2013 16:57:40 +0200
+
 php-openid (2.2.2-1.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru php-openid-2.2.2/debian/patches/CVE-2013-4701.patch php-openid-2.2.2/debian/patches/CVE-2013-4701.patch
--- php-openid-2.2.2/debian/patches/CVE-2013-4701.patch	1970-01-01 01:00:00.0 +0100
+++ php-openid-2.2.2/debian/patches/CVE-2013-4701.patch	2013-09-11 16:56:12.0 +0200
@@ -0,0 +1,26 @@
+From: Artur Rona ari-tc...@tlen.pl
+Description: Disable external XML entities and libxml errors. Fixes CVE-2013-4701.
+Bug: http://jvn.jp/en/jp/JVN24713981/index.html
+Bug-Debian: http://bugs.debian.org/721221
+Origin: upstream, https://github.com/openid/php-openid/commit/625c16bb28bb120d262b3f19f89c2c06cb9b0da9
+Author: Kousuke Ebihara
+
+diff -pruN -x '*~' php-openid-2.2.2.orig/Auth/Yadis/XML.php php-openid-2.2.2/Auth/Yadis/XML.php
+--- php-openid-2.2.2.orig/Auth/Yadis/XML.php	2010-04-29 22:41:05.0 +0200
 php-openid-2.2.2/Auth/Yadis/XML.php	2013-09-11 16:43:00.0 +0200
+@@ -234,7 +234,14 @@ class Auth_Yadis_dom extends Auth_Yadis_
+ return false;
+ }
+ 
+-if (!@$this-doc-loadXML($xml_string)) {
++// disable external entities and libxml errors
++$loader = libxml_disable_entity_loader(true);
++$errors = libxml_use_internal_errors(true);
++$parse_result = @$this-doc-loadXML($xml_string);
++libxml_disable_entity_loader($loader);
++libxml_use_internal_errors($errors);
++
++if (!$parse_result) { 
+ return false;
+ }
+ 
diff -Nru php-openid-2.2.2/debian/patches/series php-openid-2.2.2/debian/patches/series
--- php-openid-2.2.2/debian/patches/series	2012-04-29 11:16:21.0 +0200
+++ php-openid-2.2.2/debian/patches/series	2013-09-11 16:57:06.0 +0200
@@ -1 +1,2 @@
 fixes-call-time-pass-by-reference
+CVE-2013-4701.patch


Bug#722059: Missing copyright holders

2013-09-07 Thread Luca Falavigna
Source: tarantool
Version: 1.4.9+20130611.2012-1
Severity: serious
Tags: sid jessie


Some copyright holders are not listed in copyright file:

 * third_party/memrchr.c: * Copyright (c) 2008 The NetBSD Foundation, Inc.
 * third_party/memmem.c: * Copyright (c) 2005 The NetBSD Foundation, Inc.
 * third_party/lua-cjson/g_fmt.c: * Copyright (c) 1991, 1996 by Lucent
Technologies.
 * third_party/lua-cjson/g_fmt.c: * The author of this software is David M. Gay.
 * third_party/lua-cjson/rfc4627.txt:   Copyright (C) The Internet
Society (2006).
 * third_party/libeio/eio.c: * Copyright (c)
2007,2008,2009,2010,2011,2012 Marc Alexander Lehmann
lib...@schmorp.de
 * third_party/libev/event_compat.h: * Copyright (c) 2000-2004 Niels
Provos pro...@citi.umich.edu
 * third_party/libev/ev.c: * Copyright (C2A9) 2011 Emanuele Giaquinta
 * third_party/coro/conftest.c: *  Copyright (c) 1999-2001 Ralf S.
Engelschall r...@engelschall.com
 * src/rope.c: * Copyright (c) 1993-1994 by Xerox Corporation.  All
rights reserved.
 * test/lib/yapps/runtime.py:# Copyright 1999-2003 by Amit J. Patel
am...@cs.stanford.edu
 * test/lib/yapps/runtime.py:# Enhancements copyright 2003-2004 by
Matthias Urlichs sm...@debian.org
 * test/lib/yapps/runtime.py:# Copyright 1999-2003 by Amit J. Patel
am...@cs.stanford.edu
 * test/lib/yapps/runtime.py:# Enhancements copyright 2003-2004 by
Matthias Urlichs sm...@debian.org

There can be more, of course. A full source scan would be preferred to
list them all.


Cheers,
Luca


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



Bug#722060: non-free RFC material included in upstream tarball

2013-09-07 Thread Luca Falavigna
Source: tarantool
Version: 1.4.9+20130611.2012-1
Severity: serious
Tags: sid jessie


third_party/lua-cjson/rfc4627.txt is a RFC manual, bound to the
following terms: http://trustee.ietf.org/license-info/

It is explicitly stated that it is not allowed to modify it, this fails DFSG #3.


Cheers,
Luca


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



Bug#721507: Missing license information

2013-09-01 Thread Luca Falavigna
Source: snack
Version: 2.2.10.20090623-dfsg-1
Severity: serious
Tags: sid jessie


The following files are licensed under different terms than those
listed in copyright file:
 * snack2.2.10/generic/jkFormant.h
 * snack2.2.10/generic/sigproc2.c
 * snack2.2.10/generic/SnackOgg.c
 * snack2.2.10/generic/jkFormant.c

Please document all license information in debian/copyright format.

Cheers,
Luca


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



Bug#721417: Compressed JavaScript libraries

2013-08-31 Thread Luca Falavigna
Source: pandoc
Version: 1.9.4.2-2
Severity: serious
Tags: sid jessie


Source ships a couple of compressed JavaScript libraries without
corresponding uncompressed versions:
 * data/LaTeXMathML.js
 * data/slidy/scripts/slidy.js.gz


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



Bug#708077:

2013-08-05 Thread Luca Falavigna
tags 708077 + patch pending
tags 709540 + patch pending
tags 712203 + patch pending
thanks


Dear maintainer,

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


subunit_0.0.10-2.1.debdiff
Description: Binary data


Bug#718023: dpkg,manpages-it: error when trying to install together

2013-07-27 Thread Luca Falavigna
Package: dpkg,manpages-it
Severity: serious
User: trei...@debian.org
Usertags: edos-file-overwrite
Control: found -1 dpkg/1.17.0
Control: found -1 manpages-it/2.80-3


Preparing to replace dpkg 1.16.10 (using .../archives/dpkg_1.17.0_amd64.deb) ...
Unpacking replacement dpkg ...
dpkg: error processing /var/cache/apt/archives/dpkg_1.17.0_amd64.deb (--unpack):
 trying to overwrite '/usr/share/man/it/man5/dpkg.cfg.5.gz', which is
also in package manpages-it 2.80-3
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)


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



Bug#645348: pybliographer: diff for NMU version 1.3.2-1.1

2013-07-14 Thread Luca Falavigna
tags 645348 + patch pending
tags 715302 + patch pending
thanks

Dear maintainer,

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

Regards.
reverted:
--- pybliographer-1.3.2/debian/pycompat
+++ pybliographer-1.3.2.orig/debian/pycompat
@@ -1 +0,0 @@
-2
diff -u pybliographer-1.3.2/debian/changelog pybliographer-1.3.2/debian/changelog
--- pybliographer-1.3.2/debian/changelog
+++ pybliographer-1.3.2/debian/changelog
@@ -1,3 +1,15 @@
+pybliographer (1.3.2-1.1) experimental; urgency=low
+
+  * Non-maintainer upload.
+  * Drop python-celementtree and python-elementtree (build-)dependencies,
+they are provided since python2.5 (Closes: #645348).
+  * Drop useless dh_python call (Closes: #715302).
+  * Add encoding header to Recodec/Recode/preset.py, fix FTBFS.
+  * Pass --install-layout=deb to setup.py install call to avoid install
+files under /usr/local.
+
+ -- Luca Falavigna dktrkr...@debian.org  Sun, 14 Jul 2013 10:17:14 +0200
+
 pybliographer (1.3.2-1) experimental; urgency=low
 
   * Experimental release.  (Closes: #331458)
diff -u pybliographer-1.3.2/debian/rules pybliographer-1.3.2/debian/rules
--- pybliographer-1.3.2/debian/rules
+++ pybliographer-1.3.2/debian/rules
@@ -58,7 +58,7 @@
 	dh_testroot
 	dh_clean -k
 	dh_installdirs
-	(cd Recodec  python setup.py install --root='$(d)' --no-compile)
+	(cd Recodec  python setup.py install --root='$(d)' --no-compile --install-layout=deb)
 	python setup.py install --root='$(d)' --no-compile
 	touch install-stamp
 
@@ -92,7 +92,6 @@
 	cp debian/pybliographic.xpm $(d)/usr/share/pixmaps
 	dh_installmenu
 	dh_pysupport
-	dh_python
 	dh_strip
 	dh_compress
 	dh_fixperms
diff -u pybliographer-1.3.2/debian/control pybliographer-1.3.2/debian/control
--- pybliographer-1.3.2/debian/control
+++ pybliographer-1.3.2/debian/control
@@ -4,13 +4,12 @@
 Maintainer: Chris Lawrence lawre...@debian.org
 Standards-Version: 3.7.2
 Build-Depends: debhelper (= 5.0.37.2), python-setuptools
-Build-Depends-Indep: python-dev (= 2.3), python-elementtree, python-celementtree, python-dev ( 2.6), python-bibtex (= 1.2.2-3), python-gnome2, python-glade2, gettext, python-support (= 0.3)
+Build-Depends-Indep: python-dev (= 2.5), python-bibtex (= 1.2.2-3), python-gnome2, python-glade2, gettext, python-support (= 0.3)
 XS-Python-Version: current
 
 Package: pybliographer
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-celementtree | python-elementtree
-XB-Python-Version: ${python:Versions}
+Depends: ${misc:Depends}, ${python:Depends}
 Description: tool for manipulating bibliographic databases
  It currently supports BibTeX, Medline, Ovid and Refer files. It is useful
  for viewing, editing and searching, but also to convert bibliographic
only in patch2:
unchanged:
--- pybliographer-1.3.2.orig/Recodec/Recode/preset.py
+++ pybliographer-1.3.2/Recodec/Recode/preset.py
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
 # DO NOT MODIFY THIS FILE!  It was automatically generated.
 
 # Conversion between different charsets, surfaces and structures.


Bug#676039: sugar-moon-activity: diff for NMU version 11-1.1

2013-07-09 Thread Luca Falavigna
tags 617099 + patch
tags 617099 + pending
tags 676039 + patch
tags 676039 + pending
thanks

Dear maintainer,

I've prepared an NMU for sugar-moon-activity (versioned as 11-1.1) and
uploaded it to DELAYED/7. Please feel free to tell me if I
should delay it longer.

Regards.
diff -Nru sugar-moon-activity-11/debian/changelog sugar-moon-activity-11/debian/changelog
--- sugar-moon-activity-11/debian/changelog	2010-10-15 17:24:59.0 +0200
+++ sugar-moon-activity-11/debian/changelog	2013-07-09 22:15:53.0 +0200
@@ -1,3 +1,11 @@
+sugar-moon-activity (11-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Remove 0.88 packages from Build-Depends field (Closes: #676039).
+  * Convert to dh_python2 (Closes: #617099).
+
+ -- Luca Falavigna dktrkr...@debian.org  Tue, 09 Jul 2013 22:15:22 +0200
+
 sugar-moon-activity (11-1) unstable; urgency=low
 
   * Initial release. Closes: #593882.
diff -Nru sugar-moon-activity-11/debian/control sugar-moon-activity-11/debian/control
--- sugar-moon-activity-11/debian/control	2010-10-15 17:32:08.0 +0200
+++ sugar-moon-activity-11/debian/control	2013-07-09 22:16:30.0 +0200
@@ -5,27 +5,23 @@
 Uploaders: Ishan Bansal is...@seeta.in,
  Luke Faraone lfara...@debian.org
 Build-Depends: devscripts (= 2.10.7~),
- cdbs (= 0.4.67~),
  dh-buildinfo,
- python-central,
  debhelper (= 6),
- cdbs (= 0.4.67~),
- python,
- python-sugar-0.86 | python-sugar-0.88,
- python-sugar-toolkit-0.86 | python-sugar-toolkit-0.88,
+ cdbs (= 0.4.90~),
+ python (= 2.6.6-3~),
+ python-sugar-0.88,
+ python-sugar-toolkit-0.88,
  unzip
 Standards-Version: 3.9.1.0
 Vcs-Git: git://git.debian.org/git/collab-maint/sugar-moon-activity.git
 Vcs-Browser: http://git.debian.org/?p=collab-maint/sugar-moon-activity.git;a=summary
 Homepage: http://wiki.sugarlabs.org/go/Activities/Moon
-XS-Python-Version: all
 
 Package: sugar-moon-activity
 Architecture: all
 Depends: ${shlibs:Depends}, ${python:Depends}, ${cdbs:Depends}, ${misc:Depends} 
 Recommends: sugar
 Provides: ${python:Provides}
-XB-Python-Version: ${python:Versions}
 Description: Sugar Moon Activity
  Sugar is a graphical user interface aimed at children.
  .
diff -Nru sugar-moon-activity-11/debian/pycompat sugar-moon-activity-11/debian/pycompat
--- sugar-moon-activity-11/debian/pycompat	2010-08-26 05:49:11.0 +0200
+++ sugar-moon-activity-11/debian/pycompat	1970-01-01 01:00:00.0 +0100
@@ -1 +0,0 @@
-2
diff -Nru sugar-moon-activity-11/debian/rules sugar-moon-activity-11/debian/rules
--- sugar-moon-activity-11/debian/rules	2010-10-15 17:26:16.0 +0200
+++ sugar-moon-activity-11/debian/rules	2013-07-09 22:16:37.0 +0200
@@ -18,9 +18,9 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
 # 02111-1307 USA.
 
-DEB_PYTHON_SYSTEM = pycentral
 DEB_SUGAR_BRANCHES = 0.86 0.88
 DEB_PYTHON_SUGAR_PACKAGES = sugar-moon-activity
+DEB_PYTHON2_MODULE_PACKAGES = sugar-moon-activity
 
 
 include /usr/share/cdbs/1/rules/utils.mk


Bug#676036: sugar-log-activity-0.86: diff for NMU version 24-1.1

2013-07-09 Thread Luca Falavigna
tags 617097 + patch
tags 617097 + pending
tags 676036 + patch
tags 676036 + pending
thanks

Dear maintainer,

I've prepared an NMU for sugar-log-activity-0.86 (versioned as 24-1.1) and
uploaded it to DELAYED/7. Please feel free to tell me if I
should delay it longer.

Regards.
diff -Nru sugar-log-activity-0.86-24/debian/changelog sugar-log-activity-0.86-24/debian/changelog
--- sugar-log-activity-0.86-24/debian/changelog	2010-10-21 15:29:21.0 +0200
+++ sugar-log-activity-0.86-24/debian/changelog	2013-07-09 22:12:42.0 +0200
@@ -1,3 +1,11 @@
+sugar-log-activity-0.86 (24-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Remove 0.88 packages from Build-Depends field (Closes: #676036).
+  * Convert to dh_python2 (Closes: #617097).
+
+ -- Luca Falavigna dktrkr...@debian.org  Tue, 09 Jul 2013 22:11:26 +0200
+
 sugar-log-activity-0.86 (24-1) unstable; urgency=low
 
   * New upstream release.
diff -Nru sugar-log-activity-0.86-24/debian/control sugar-log-activity-0.86-24/debian/control
--- sugar-log-activity-0.86-24/debian/control	2010-10-21 15:29:21.0 +0200
+++ sugar-log-activity-0.86-24/debian/control	2013-07-09 22:13:03.0 +0200
@@ -5,20 +5,17 @@
 Uploaders: Dipankar Patro dipan...@seeta.in,
  Luke Faraone lfara...@debian.org
 Build-Depends: devscripts (= 2.10.7~),
- cdbs (= 0.4.67~),
  dh-buildinfo,
- python-central,
  debhelper,
- cdbs (= 0.4.67~),
- python,
- python-sugar-0.86 | python-sugar-0.88,
- python-sugar-toolkit-0.86 | python-sugar-toolkit-0.88,
+ cdbs (= 0.4.90~),
+ python (= 2.6.6-3~),
+ python-sugar-0.88,
+ python-sugar-toolkit-0.88,
  unzip
 Standards-Version: 3.9.1
 Vcs-Git: git://git.debian.org/git/collab-maint/sugar-logviewer-activity.git
 Vcs-Browser: http://git.debian.org/?p=collab-maint/sugar-logviewer-activity.git;a=summary
 Homepage: http://wiki.laptop.org/go/Log_Viewer
-XS-Python-Version: all
 
 Package: sugar-log-activity-0.86
 Architecture: all
diff -Nru sugar-log-activity-0.86-24/debian/pycompat sugar-log-activity-0.86-24/debian/pycompat
--- sugar-log-activity-0.86-24/debian/pycompat	2010-10-21 15:29:21.0 +0200
+++ sugar-log-activity-0.86-24/debian/pycompat	1970-01-01 01:00:00.0 +0100
@@ -1 +0,0 @@
-2
diff -Nru sugar-log-activity-0.86-24/debian/rules sugar-log-activity-0.86-24/debian/rules
--- sugar-log-activity-0.86-24/debian/rules	2010-10-21 15:29:21.0 +0200
+++ sugar-log-activity-0.86-24/debian/rules	2013-07-09 22:13:41.0 +0200
@@ -1,10 +1,9 @@
 #!/usr/bin/make -f
 
-DEB_PYTHON_SYSTEM = pycentral
-
 # workaround for broken DEB_SUGAR_BRANCHES expansion in cdbs = 0.4.75
 DEB_SUGAR_BRANCHES = 0.86 0.88
 DEB_PYTHON_SUGAR_PACKAGES = sugar-log-activity-0.86
+DEB_PYTHON2_MODULE_PACKAGES = sugar-log-activity-0.86
 
 include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/cdbs/1/class/python-sugar.mk


Bug#715337: depends on libgladeui-1-9 which is going away

2013-07-08 Thread Luca Falavigna
Package: libdesktop-agnostic
Version: 0.3.92+dfsg-1
Severity: serious
User: pkg-gnome-maintain...@lists.alioth.debian.org
Usertags: oldlibs glade-3
Control: block 709244 by -1


libgladeui-1-9 is going to be removed from unstable.
Since the  glade editor no longer loads modules built for
libgladeui-1-9 (and hasn't for  a
long time), this package require porting work, so either remove it or
update it to use libgladeui-2-0.


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



Bug#715338: depends on libgladeui-1-9 which is going away

2013-07-08 Thread Luca Falavigna
Package: gtksourceview2
Version: 2.10.4-1
Severity: serious
User: pkg-gnome-maintain...@lists.alioth.debian.org
Usertags: oldlibs glade-3
Control: block 709244 by -1


libgladeui-1-9 is going to be removed from unstable.
Since the  glade editor no longer loads modules built for
libgladeui-1-9 (and hasn't for  a
long time), this package require porting work, so either remove it or
update it to use libgladeui-2-0.


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



Bug#713214: python-pqueue: diff for NMU version 0.2-7.2

2013-07-07 Thread Luca Falavigna
tags 617020 + patch pending
tags 713214 + patch pending
thanks

Dear maintainer,

I've prepared an NMU for python-pqueue (versioned as 0.2-7.2) and
uploaded it to DELAYED/7. Please feel free to tell me if I
should delay it longer.

Regards.
reverted:
--- python-pqueue-0.2/debian/pycompat
+++ python-pqueue-0.2.orig/debian/pycompat
@@ -1 +0,0 @@
-2
diff -u python-pqueue-0.2/debian/rules python-pqueue-0.2/debian/rules
--- python-pqueue-0.2/debian/rules
+++ python-pqueue-0.2/debian/rules
@@ -57,7 +57,7 @@
 	dh_compress
 	dh_fixperms
 #	dh_makeshlibs
-	dh_pycentral
+	dh_python2
 	dh_installdeb
 #	dh_perl
 	dh_shlibdeps
diff -u python-pqueue-0.2/debian/changelog python-pqueue-0.2/debian/changelog
--- python-pqueue-0.2/debian/changelog
+++ python-pqueue-0.2/debian/changelog
@@ -1,3 +1,11 @@
+python-pqueue (0.2-7.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS with python2.7 multiarch locations (Closes: #713214).
+  * Convert to dh_python2 (Closes: #617020).
+
+ -- Luca Falavigna dktrkr...@debian.org  Sun, 07 Jul 2013 12:17:50 +0200
+
 python-pqueue (0.2-7.1) unstable; urgency=low
 
   * NMU
diff -u python-pqueue-0.2/debian/control python-pqueue-0.2/debian/control
--- python-pqueue-0.2/debian/control
+++ python-pqueue-0.2/debian/control
@@ -3,13 +3,11 @@
 Priority: optional
 Maintainer: Chris Lawrence lawre...@debian.org
 Standards-Version: 3.7.2
-Build-Depends: python-all-dev (= 2.3.5-10), debhelper (= 5.0.37.2), python-central (= 0.4.17)
-XS-Python-Version: all
+Build-Depends: python-all-dev (= 2.6.6-3~), debhelper (= 5.0.37.2)
 
 Package: python-pqueue
 Architecture: any
 Depends: ${shlibs:Depends}, ${python:Depends}
-XB-Python-Version: ${python:Versions}
 Provides: ${python:Provides}
 Description: a priority queue extension for Python
  This C extension implements a priority-queue object using a Fibonacci
only in patch2:
unchanged:
--- python-pqueue-0.2.orig/configure
+++ python-pqueue-0.2/configure
@@ -612,6 +612,7 @@
   py_cv_python_version=$PYTHON_VERSION
 fi
 PYTHON_VERSION=$py_cv_python_version
+py_configdir=`python${PYTHON_VERSION}-config --configdir`
 echo $ac_t$PYTHON_VERSION 16
 VERSION=$PYTHON_VERSION
 
@@ -630,7 +631,7 @@
   PYTHON_PREFIX=$with_python_prefix
 fi
 echo $ac_n checking python installation prefix... $ac_c 16
-echo configure:634: checking python installation prefix 5
+echo configure:635: checking python installation prefix 5
 if test -z $PYTHON_PREFIX; then
   if eval test \`echo '$''{'py_cv_python_prefix'+set}'`\ = set; then
   echo $ac_n (cached) $ac_c 16
@@ -659,7 +660,7 @@
   PYTHON_EXEC_PREFIX=$with_python_exec_prefix
 fi
 echo $ac_n checking python installation exec_prefix... $ac_c 16
-echo configure:663: checking python installation exec_prefix 5
+echo configure:664: checking python installation exec_prefix 5
 if test -z $PYTHON_EXEC_PREFIX; then
   if eval test \`echo '$''{'py_cv_python_exec_prefix'+set}'`\ = set; then
   echo $ac_n (cached) $ac_c 16
@@ -678,11 +679,11 @@
 
 
 echo $ac_n checking definitions in Python library makefile... $ac_c 16
-echo configure:682: checking definitions in Python library makefile 5
+echo configure:683: checking definitions in Python library makefile 5
 if eval test \`echo '$''{'py_cv_python_makefile_vars'+set}'`\ = set; then
   echo $ac_n (cached) $ac_c 16
 else
-  py_makefile=${PYTHON_EXEC_PREFIX}/lib/python${PYTHON_VERSION}/config/Makefile
+  py_makefile=$py_configdir/Makefile
 py_cv_python_makefile_LINKCC=''
 py_cv_python_makefile_SGI_ABI=''
 py_cv_python_makefile_LDLAST=''
@@ -763,14 +764,14 @@
 
 
 
-if test -x $PYTHON_EXEC_PREFIX/lib/python$PYTHON_VERSION/config/install-sh; then
-  INSTALL=$PYTHON_EXEC_PREFIX/lib/python$PYTHON_VERSION/config/install-sh
+if test -x $py_configdir/install-sh; then
+  INSTALL=$py_configdir/install-sh
   
 else
   # Extract the first word of install, so it can be a program name with args.
 set dummy install; ac_word=$2
 echo $ac_n checking for $ac_word... $ac_c 16
-echo configure:774: checking for $ac_word 5
+echo configure:775: checking for $ac_word 5
 if eval test \`echo '$''{'ac_cv_path_INSTALL'+set}'`\ = set; then
   echo $ac_n (cached) $ac_c 16
 else
@@ -808,7 +809,7 @@
 
 
 echo $ac_n checking location of python library... $ac_c 16
-echo configure:812: checking location of python library 5
+echo configure:813: checking location of python library 5
 if eval test \`echo '$''{'py_cv_python_library_dir'+set}'`\ = set; then
   echo $ac_n (cached) $ac_c 16
 else
@@ -829,7 +830,7 @@
 
 
 echo $ac_n checking location of python shared modules... $ac_c 16
-echo configure:833: checking location of python shared modules 5
+echo configure:834: checking location of python shared modules 5
 if eval test \`echo '$''{'py_cv_python_module_dir'+set}'`\ = set; then
   echo $ac_n (cached) $ac_c 16
 else
@@ -859,21 +860,21 @@
 
 
 echo $ac_n checking for inline... $ac_c 16
-echo configure:863: checking for inline 5
+echo configure:864: checking for inline 5
 if eval test \`echo '$''{'ac_cv_c_inline'+set

Bug#711805: libvncserver: FTBFS on hppa -- gtkvncviewer.c:566:2: error

2013-06-10 Thread Luca Falavigna
severity 711805 important
found 711805 0.9.9+dfsg-1
notfound 711805 0.9.9+dfsg
thanks


hppa is not a release architecture, downgrading severity.


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



Bug#711051: crystalspace-glshader-cg FTBFS: 'iShaderVarStack' does not name a type

2013-06-04 Thread Luca Falavigna
Source: crystalspace-glshader-cg
Version: 1.4.0-1
Severity: serious


crystalspace-glshader-cg FTBFS after latest crystalspace 2.0 upload:

make[1]: Entering directory `/tmp/buildd/crystalspace-glshader-cg-1.4.0'
jam
...found 106 target(s)...
...updating 11 target(s)...
MkDir1 
./out/linux/optimize/plugins/video/render3d/shader/shaderplugins/glshader_cg
C++ 
./out/linux/optimize/plugins/video/render3d/shader/shaderplugins/glshader_cg/glshader_cg.o
In file included from
/tmp/buildd/crystalspace-glshader-cg-1.4.0/plugins/video/render3d/shader/shaderplugins/glshader_cg/glshader_cgvp.h:30:0,
 from
/tmp/buildd/crystalspace-glshader-cg-1.4.0/plugins/video/render3d/shader/shaderplugins/glshader_cg/glshader_cg.cpp:33:
/tmp/buildd/crystalspace-glshader-cg-1.4.0/plugins/video/render3d/shader/shaderplugins/glshader_cg/glshader_cgcommon.h:101:11:
error: 'iShaderVarStack' does not name a type


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



Bug#701403: libpreludedb: diff for NMU version 1.0.0-2.1

2013-05-30 Thread Luca Falavigna
tags 616869 + patch pending
tags 701403 + patch pending
thanks

Dear maintainer,

I've prepared an NMU for libpreludedb (versioned as 1.0.0-2.1) and
uploaded it to DELAYED/7. Please feel free to tell me if I
should delay it longer.

Regards.
diff -u libpreludedb-1.0.0/debian/control libpreludedb-1.0.0/debian/control
--- libpreludedb-1.0.0/debian/control
+++ libpreludedb-1.0.0/debian/control
@@ -1,7 +1,6 @@
 Source: libpreludedb
 Priority: extra
 Section: libs
-XS-Python-Version: all
 Maintainer: Mickael Profeta prof...@debian.org
 Uploaders: Pierre Chifflier pol...@debian.org
 Build-Depends: debhelper (= 5.0.37.2),
@@ -12,7 +11,7 @@
 libgnutls-dev(= 1.2.9),
 libperl-dev,
 swig,
-python, python-all-dev, python-central (= 0.5)
+python-all-dev (= 2.6.6-3)
 Standards-Version: 3.8.4
 
 Package: libpreludedb-dev
@@ -69,7 +68,6 @@
 Package: python-preludedb
 Section: python
 Architecture: any
-XB-Python-Version: ${python:Versions}
 Depends: ${python:Depends}, libpreludedb0 (= ${binary:Version}), python-prelude, ${shlibs:Depends}, ${misc:Depends}
 Description: Security Information Management System [ Base library ]
  Prelude is a Universal Security Information Management (SIM) system.
diff -u libpreludedb-1.0.0/debian/rules libpreludedb-1.0.0/debian/rules
--- libpreludedb-1.0.0/debian/rules
+++ libpreludedb-1.0.0/debian/rules
@@ -67,8 +67,7 @@
 	dh_installdocs README
 	dh_installchangelogs ChangeLog
 	dh_perl
-	#dh_python
-	dh_pycentral -ppython-preludedb
+	dh_python2 -ppython-preludedb
 	dh_link
 	dh_strip
 	dh_compress -X.py
diff -u libpreludedb-1.0.0/debian/changelog libpreludedb-1.0.0/debian/changelog
--- libpreludedb-1.0.0/debian/changelog
+++ libpreludedb-1.0.0/debian/changelog
@@ -1,3 +1,13 @@
+libpreludedb (1.0.0-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Convert to dh_python2 (Closes: #616869).
+  * libmissing/stdio.in.h:
+- Do not try to warn about gets risks if it is not defined, fix
+  FTBFS with eglibc 2.17 (Closes: #701403).
+
+ -- Luca Falavigna dktrkr...@debian.org  Thu, 30 May 2013 20:42:16 +0200
+
 libpreludedb (1.0.0-2) unstable; urgency=low
 
   * Do not ship .la files
reverted:
--- libpreludedb-1.0.0/debian/pycompat
+++ libpreludedb-1.0.0.orig/debian/pycompat
@@ -1 +0,0 @@
-2
only in patch2:
unchanged:
--- libpreludedb-1.0.0.orig/libmissing/stdio.in.h
+++ libpreludedb-1.0.0/libmissing/stdio.in.h
@@ -116,8 +116,10 @@
 /* It is very rare that the developer ever has full control of stdin,
so any use of gets warrants an unconditional warning.  Assume it is
always declared, since it is required by C89.  */
+#ifdef gets
 #undef gets
 _GL_WARN_ON_USE (gets, gets is a security hole - use fgets instead);
+#endif
 
 #if @GNULIB_FOPEN@
 # if @REPLACE_FOPEN@


Bug#710215: Compressed JavaScript library

2013-05-29 Thread Luca Falavigna
Source: grantlee
Version: 0.3.0-1
Severity: serious


examples/htmlapps/templates/shared/jquery-1.5.min.js is a compressed
JavaScript library without corresponding uncompressed version. Either
provide the uncompressed version, or remove it from the upstream
tarball.

Also, copyright holders are not listed in debian/copyright file.


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



Bug#710244: Missing copyright information

2013-05-29 Thread Luca Falavigna
Source: xgks
Version: 2.6.1+dfsg.1-3
Severity: serious


Some copyright information are missing:

xgks-2.6.1+dfsg.1/src/progs/pline.c
* (C) Copyright 1987, 1988 by The University of Illinois Board of Trustees.
*  All rights reserved.
Also mi.c, hanoi.c, font.c, src/lib/iso-c/xgks.h, which is duplicated
in src/lib/c/, and update.c, valuator.c, wdt.h, wslist.h,
transforms.c, text.c, stroke.c, and numerous others in the same
directory.

xgks-2.6.1+dfsg.1/src/port/misc/ulog.*
Copyright 1993, University Corporation for Atmospheric Research

xgks-2.6.1+dfsg.1/src/port/misc/config.c:
Copyright (c) 1988, 1989, 1990 Steven Pemberton, CWI, Amsterdam.

xgks-2.6.1+dfsg.1/src/lib/fortran/inqlun.f:
LICENSED MATERIALS - PROPERTY OF IBM
IBM CONFIDENTIAL


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



Bug#644352: python2.6 removal

2013-05-13 Thread Luca Falavigna
Hi Dominique!

slicer3 is one of the packages needed to be rebuilt to get rid of
python2.6 dependencies. As it currently FTBFS, I wonder whether it
would be better to remove it from unstable.

Cheers,
Luca


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



Bug#701673: No-change sourceful upload required to get rid of python2.6 dependencies

2013-05-12 Thread Luca Falavigna
user release.debian@packages.debian.org
usertags 701673 = binnmu
reassign 701673 release.debian.org
retitle 701673 nmu: shogun (python2.6 removal)
thanks


I overlooked this, a binNMU should be enough.
Release Team, please schedule a binNMU for shogun, I was unable to
reproduce the FTBFS reported in #701673.

nmu shogun_1.1.0-6 . ALL . -m 'Drop python2.6'


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




Bug#705836: Empty binary package

2013-04-20 Thread Luca Falavigna
Package: qtbase5-examples-dbg
Version: 5.0.2+dfsg1-1
Severity: serious


qtbase5-examples-dbg binary package appears empty:

$ dpkg -c qtbase5-examples-dbg_5.0.2+dfsg1-1_amd64.deb
drwxr-xr-x root/root 0 2013-04-20 16:52./
drwxr-xr-x root/root 0 2013-04-20 16:52 ./usr/
drwxr-xr-x root/root 0 2013-04-20 16:52 ./usr/share/
drwxr-xr-x root/root 0 2013-04-20 16:52 ./usr/share/doc/
drwxr-xr-x root/root 0 2013-04-20 16:52
./usr/share/doc/qtbase5-examples-dbg/
-rw-r--r-- root/root  1187 2013-04-09 00:10
./usr/share/doc/qtbase5-examples-dbg/LGPL_EXCEPTION.txt
-rw-r--r-- root/root 52101 2013-04-11 13:10
./usr/share/doc/qtbase5-examples-dbg/copyright
-rw-r--r-- root/root   377 2013-04-20 16:37
./usr/share/doc/qtbase5-examples-dbg/changelog.Debian.gz
-rw-r--r-- root/root  1182 2013-04-09 00:11
./usr/share/doc/qtbase5-examples-dbg/changelog.gz
$


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



Bug#700564: Missing copyright information

2013-02-14 Thread Luca Falavigna
Source: pandas
Version: 0.10.1-1
Severity: serious
Tags: sid


Some copyright information are missing:

* pandas/io/auth.py is licensed Apache-2.0
* pandas/src/datetime/* are licensed BSD3
* pandas/src/headers/* are licensed BSD3
* pandas/src/klib/* are licensed Expat
* pandas/src/parser.pyx is licensed MIT
* pandas/src/skiplist.pyx is licensed MIT
* pandas/util/clipboard.py is taken from IPython
* scripts/git-mrb is taken from IPython

Please consider adding those to copyright file.


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



Bug#699541: Maintainer address bounces

2013-02-01 Thread Luca Falavigna
Package: sisu,sisu-markup-samples
Version: sisu/3.3.2-1
Version: sisu-markup-samples/4.0.0-1
Severity: serious
Tags: sid


Maintainer address bounces with the following error:

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

  s...@lists.sisudoc.org
retry timeout exceeded
  ra...@amissah.com
retry timeout exceeded


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



Bug#698497: Missing license information

2013-01-19 Thread Luca Falavigna
Source: beast-mcmc
Version: 1.6.2-3
Severity: serious

src/dr/math/matrixAlgebra/RobustSingularValueDecomposition.java seems derived
from COLT 1.2, whose license can be found at http://acs.lbl.gov/software/colt
/colt-download/releases/license.html

Please consider adding information to copyright file.



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

Kernel: Linux 3.2.0-4-amd64 (SMP w/8 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-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#697131: Maintainer address bounces

2013-01-01 Thread Luca Falavigna
Source: libnfnetlink
Severity: serious

  netfilter-maintain...@ned.snow-crash.org
SMTP error from remote mail server after RCPT
TO:netfilter-maintain...@ned.snow-crash.org:
host ned.snow-crash.org [78.47.227.179]: 550 5.1.1
netfilter-maintain...@ned.snow-crash.org:
Recipient address rejected: User unknown in local recipient table


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



Bug#696574: Uploaded to DELAYED/7

2012-12-28 Thread Luca Falavigna
Control: tags -1 pending

I've uploaded a NMU with the patch above to DELAYED/7.


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



Bug#696483: Uploaded to DELAYED/7

2012-12-28 Thread Luca Falavigna
Control: tags -1 pending

I've uploaded a NMU with the patch above to DELAYED/7.


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



Bug#696574: Fix for CVE-2012-5665 and CVE-2012-5666

2012-12-25 Thread Luca Falavigna
Control: tags -1 patch


Attached patch should fix these issues.


4.0.8debian-1.3.debdiff
Description: Binary data


Bug#696483: Fix for CVE-2012-5657

2012-12-25 Thread Luca Falavigna
Control: tags -1 path

Attached patch, taken from upstream SVN repository at
http://framework.zend.com/svn/framework/standard/branches/release-1.11/,
should fix this issue.


1.11.13-1.1.debdiff
Description: Binary data


Bug#695789: mahara: diff for NMU version 1.5.1-3.1

2012-12-23 Thread Luca Falavigna
tags 695789 + patch pending
thanks


Dear maintainer,

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

Regards.
diff -Nru mahara-1.5.1/debian/changelog mahara-1.5.1/debian/changelog
--- mahara-1.5.1/debian/changelog	2012-11-16 09:33:12.0 +0100
+++ mahara-1.5.1/debian/changelog	2012-12-23 15:02:25.0 +0100
@@ -1,3 +1,14 @@
+mahara (1.5.1-3.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * SECURITY UPDATE: Fix a cross-site scripting (XSS) vulnerability
+which allowed remote attackers to inject arbitrary web script or
+HTML via the query parameter.
+- debian/patches/CVE-2012-2253.patch
+- Closes: #695789
+
+ -- Luca Falavigna dktrkr...@debian.org  Sun, 23 Dec 2012 14:53:41 +0100
+
 mahara (1.5.1-3) unstable; urgency=high
 
   * SECURITY UPDATE: Disable XML entity parsing to prevent XEE
diff -Nru mahara-1.5.1/debian/patches/CVE-2012-2253.patch mahara-1.5.1/debian/patches/CVE-2012-2253.patch
--- mahara-1.5.1/debian/patches/CVE-2012-2253.patch	1970-01-01 01:00:00.0 +0100
+++ mahara-1.5.1/debian/patches/CVE-2012-2253.patch	2012-12-23 15:02:25.0 +0100
@@ -0,0 +1,24 @@
+Author: Hugh Davenport h...@catalyst.net.nz
+Subject: Cross-site scripting (XSS) vulnerability
+Origin: upstream
+Bug: https://bugs.launchpad.net/mahara/+bug/1079498
+
+CVE-2012-2253
+
+Cross-site scripting (XSS) vulnerability which allowed remote
+attackers to inject arbitrary web script or HTML via the query
+parameter.
+
+Index: mahara/htdocs/lib/web.php
+===
+--- mahara.orig/htdocs/lib/web.php	2012-12-23 14:44:57.009756577 +0100
 mahara/htdocs/lib/web.php	2012-12-23 14:47:02.405760418 +0100
+@@ -3273,7 +3273,7 @@
+ }
+ else {
+ $return .= ''
+-. 'a href=' . $url . ' title=' . $title
++. 'a href=' . hsc($url) . ' title=' . $title
+ . '' . $text . '/a/span';
+ }
+ 
diff -Nru mahara-1.5.1/debian/patches/series mahara-1.5.1/debian/patches/series
--- mahara-1.5.1/debian/patches/series	2012-11-16 09:32:59.0 +0100
+++ mahara-1.5.1/debian/patches/series	2012-12-23 15:02:25.0 +0100
@@ -10,3 +10,4 @@
 CVE-2012-2244-0003.patch
 CVE-2012-2246.patch
 CVE-2012-2247.patch
+CVE-2012-2253.patch


Bug#695455: Incomplete copyright information

2012-12-08 Thread Luca Falavigna
Source: hyperestraier
Version: 1.4.13-8
Severity: serious


debian/copyright file lacks some license information:

- javapure/* are licensed under BSD3 license
- rubypure/* are licensed under BSD3 license


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



Bug#644299: certmaster: diff for NMU version 0.25-1.1

2012-10-27 Thread Luca Falavigna
tags 644299 + patch pending
tags 652324 + patch pending
tags 662607 + patch pending
thanks

Dear maintainer,

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

Regards.
diff -u certmaster-0.25/debian/changelog certmaster-0.25/debian/changelog
--- certmaster-0.25/debian/changelog
+++ certmaster-0.25/debian/changelog
@@ -1,3 +1,13 @@
+certmaster (0.25-1.1) experimental; urgency=low
+
+  * Non-maintainer upload.
+  * Switch to dh_python2 (Closes: #644299, #652324).
+  * debian/certmasterd:
+- Use Required-Start: $network to avoid insserv rejecting the
+  script header (Closes: #662607).
+
+ -- Luca Falavigna dktrkr...@debian.org  Sat, 27 Oct 2012 16:26:01 +0200
+
 certmaster (0.25-1) experimental; urgency=low
 
   * New upstream release.
diff -u certmaster-0.25/debian/control certmaster-0.25/debian/control
--- certmaster-0.25/debian/control
+++ certmaster-0.25/debian/control
@@ -1,16 +1,14 @@
 Source: certmaster
 Section: python
 Homepage: https://fedorahosted.org/certmaster/
-XS-Python-Version: = 2.4
+X-Python-Version: = 2.4
 Priority: optional
 Maintainer: Nima Talebi n...@it.net.au
-Build-Depends: debhelper (= 7), quilt (= 0.46), python-all
-Build-Depends-Indep: python-all-dev (= 2.3.5-11), python-central (= 0.6),
- perl (= 5.10)
+Build-Depends: debhelper (= 7), quilt (= 0.46), python-all (= 2.6.6-3~)
+Build-Depends-Indep: perl (= 5.10)
 Standards-Version: 3.8.3
 
 Package: certmaster
-XB-Python-Version: ${python:Versions}
 Architecture: all
 Provides: ${python:Provides}
 Depends: python-openssl (= 0.7), ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
diff -u certmaster-0.25/debian/certmasterd certmaster-0.25/debian/certmasterd
--- certmaster-0.25/debian/certmasterd
+++ certmaster-0.25/debian/certmasterd
@@ -5,7 +5,7 @@
 
 ### BEGIN INIT INFO
 # Provides: certmasterd
-# Required-Start: network
+# Required-Start: $network
 # Required-Stop:
 # Default-Start: 2 3 4 5
 # Default-Stop: 0 1 6
diff -u certmaster-0.25/debian/rules certmaster-0.25/debian/rules
--- certmaster-0.25/debian/rules
+++ certmaster-0.25/debian/rules
@@ -32,7 +32,7 @@
 	install debian/upstream.changelog debian/$(PKG)/usr/share/doc/$(PKG)/changelog
 	dh_link
 	#.
-	dh_pycentral
+	dh_python2
 	dh_installdeb
 install-stamp: build-stamp $(PYVERS:%=install-ext-%)
 	touch $@


Bug#690370: Upload rejected

2012-10-26 Thread Luca Falavigna
Reuploaded to DELAYED/2


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



Bug#690370: Upload rejected

2012-10-23 Thread Luca Falavigna
tags 690370 - pending
thanks


The upload has been rejected because of the following lintian error:
embedded-library usr/lib/python2.6/dist-packages/fife/_fife.so: glee


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



Bug#685662: vfu: diff for NMU version 4.10-1.1

2012-10-21 Thread Luca Falavigna
tags 685662 + patch pending
thanks

Dear maintainer,

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

Regards.
diff -u vfu-4.10/debian/copyright vfu-4.10/debian/copyright
--- vfu-4.10/debian/copyright
+++ vfu-4.10/debian/copyright
@@ -11,2 +11,39 @@
-vfu is licensed under the GPL which can be found at /usr/share/common-licenses/GPL
+vfu is licensed under the GPL which can be found at /usr/share/common-licenses/GPL-2
 
+Files under vslib/pcre/* are copyright University of Cambridge and licensed under PCRE:
+Permission is granted to anyone to use this software for any purpose on any
+computer system, and to redistribute it freely, subject to the following
+restrictions:
+
+1. This software is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+2. The origin of this software must not be misrepresented, either by
+   explicit claim or by omission. In practice, this means that if you use
+   PCRE in software which you distribute to others, commercially or
+   otherwise, you must put a sentence like this
+
+ Regular expression support is provided by the PCRE library package,
+ which is open source software, written by Philip Hazel, and copyright
+ by the University of Cambridge, England.
+
+   somewhere reasonably visible in your documentation and in any relevant
+   files or online help data or similar. A reference to the ftp site for
+   the source, that is, to
+
+ ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/
+
+   should also be given in the documentation.
+
+3. Altered versions must be plainly marked as such, and must not be
+   misrepresented as being the original software.
+
+4. If PCRE is embedded in any software that is released under the GNU
+   General Purpose Licence (GPL), or Lesser General Purpose Licence (LGPL),
+   then the terms of that licence shall supersede any condition above with
+   which it is incompatible.
+
+vslib/getopt2.* are copyright Arno Schaefer and licensed under GPLv2+
+These files are taken from FIPS project, see
+http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/util/disk/
diff -u vfu-4.10/debian/changelog vfu-4.10/debian/changelog
--- vfu-4.10/debian/changelog
+++ vfu-4.10/debian/changelog
@@ -1,3 +1,11 @@
+vfu (4.10-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/copyright:
+- Add missing copyright information (Closes: #685662).
+
+ -- Luca Falavigna dktrkr...@debian.org  Sun, 21 Oct 2012 14:47:29 +0200
+
 vfu (4.10-1) unstable; urgency=low
 
   * New upstream release


Bug#689283: pymongo: diff for NMU version 2.2-3.2

2012-10-21 Thread Luca Falavigna
tags 689283 + patch pending
thanks

Dear maintainer,

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

Regards.
diff -Nru pymongo-2.2/debian/changelog pymongo-2.2/debian/changelog
--- pymongo-2.2/debian/changelog	2012-10-13 15:11:46.0 +0200
+++ pymongo-2.2/debian/changelog	2012-10-21 15:07:27.0 +0200
@@ -1,3 +1,12 @@
+pymongo (2.2-3.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/copyright:
+- Slightly adjust copyright information to list 10gen as primary
+  copyright holder (Closes: #689283).
+
+ -- Luca Falavigna dktrkr...@debian.org  Sun, 21 Oct 2012 15:06:27 +0200
+
 pymongo (2.2-3.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru pymongo-2.2/debian/copyright pymongo-2.2/debian/copyright
--- pymongo-2.2/debian/copyright	2012-10-13 15:19:11.0 +0200
+++ pymongo-2.2/debian/copyright	2012-10-21 15:04:05.0 +0200
@@ -2,13 +2,13 @@
 Source: http://api.mongodb.org/python/
 
 Files: *
-Copyright: © 2009-2012, Mike Dirolf m...@10gen.com 10gen, Inc.
+Copyright: © 2009-2012, 10gen, Inc.
  © 2009-2012, Various contributors, see contributors.rst
 License: Apache
 Comment: The contributors.rst contains a long, variable list
  hence it is not included in this file.
 
-Files: bson/time64.c
+Files: bson/time64*
 Copyright: © 2007-2010, Michael G Schwern
 License: MIT
 


Bug#690392: libvoikko: diff for NMU version 3.5-1.1

2012-10-21 Thread Luca Falavigna
tags 690392 + patch pending
thanks

Dear maintainer,

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

Regards.
diff -Nru libvoikko-3.5/debian/changelog libvoikko-3.5/debian/changelog
--- libvoikko-3.5/debian/changelog	2012-06-25 21:36:58.0 +0200
+++ libvoikko-3.5/debian/changelog	2012-10-21 15:47:31.0 +0200
@@ -1,3 +1,11 @@
+libvoikko (3.5-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/copyright:
+- Add copyright information for UTF8-CPP library (Closes: #690392).
+
+ -- Luca Falavigna dktrkr...@debian.org  Sun, 21 Oct 2012 15:46:18 +0200
+
 libvoikko (3.5-1) unstable; urgency=low
 
   * New upstream release
diff -Nru libvoikko-3.5/debian/copyright libvoikko-3.5/debian/copyright
--- libvoikko-3.5/debian/copyright	2010-05-29 14:31:25.0 +0200
+++ libvoikko-3.5/debian/copyright	2012-10-21 15:46:12.0 +0200
@@ -33,5 +33,29 @@
 On Debian GNU/Linux systems you can find the complete GPL licence
 in /usr/share/common-licenses/GPL-2.
 
+Files under src/utf8/ are copyright Nemanja Trifunovic and Harri Pitkänen and
+licensed under the Boost Software License:
+Permission is hereby granted, free of charge, to any person or organization
+obtaining a copy of the software and accompanying documentation covered by
+this license (the Software) to use, reproduce, display, distribute,
+execute, and transmit the Software, and to prepare derivative works of the
+Software, and to permit third-parties to whom the Software is furnished to
+do so, all subject to the following:
+
+The copyright notices in the Software and this entire statement, including
+the above license grant, this restriction and the following disclaimer,
+must be included in all copies of the Software, in whole or in part, and
+all derivative works of the Software, unless such copies or derivative
+works are solely in the form of machine-executable object code generated by
+a source language processor.
+
+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, TITLE AND NON-INFRINGEMENT. IN NO EVENT
+SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
+FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
+ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+DEALINGS IN THE SOFTWARE.
+
 Packaging has been done under the same license as the package itself (GPL),
 copyright are owned by Timo Jyrinki and Harri Pitkänen.


Bug#690370: fife: diff for NMU version 0.3.3+r3-1.1

2012-10-21 Thread Luca Falavigna
tags 690370 + patch pending
thanks

Dear maintainer,

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

Regards.
diff -Nru fife-0.3.3+r3/debian/changelog fife-0.3.3+r3/debian/changelog
--- fife-0.3.3+r3/debian/changelog	2012-04-22 19:52:01.0 +0200
+++ fife-0.3.3+r3/debian/changelog	2012-10-21 16:01:44.0 +0200
@@ -1,3 +1,10 @@
+fife (0.3.3+r3-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Add engine/core/util/utf8/utf8* to copyright file (Closes: #690370)
+
+ -- Anton Gladky gladky.an...@gmail.com  Thu, 18 Oct 2012 19:54:18 +0200
+
 fife (0.3.3+r3-1) unstable; urgency=low
 
   * New upstream release
diff -Nru fife-0.3.3+r3/debian/copyright fife-0.3.3+r3/debian/copyright
--- fife-0.3.3+r3/debian/copyright	2012-03-27 19:27:15.0 +0200
+++ fife-0.3.3+r3/debian/copyright	2012-10-21 16:01:44.0 +0200
@@ -13,6 +13,10 @@
 Copyright: 2009  Ben Woodhouse
 License: BSD-2-clause
 
+Files: engine/core/util/utf8/utf8.h engine/core/util/utf8/* 
+Copyright: 2006 Nemanja Trifunovic
+License: Boost-Software-License
+
 Files: engine/core/ext/tinyxml
 Copyright: 2000-2006 Lee Thomason,
  Yves Berquin,
@@ -110,3 +114,27 @@
   
   3. This notice may not be removed or altered from any source
  distribution.
+
+License: Boost-Software-License
+  Permission is hereby granted, free of charge, to any person or organization
+  obtaining a copy of the software and accompanying documentation covered by
+  this license (the Software) to use, reproduce, display, distribute,
+  execute, and transmit the Software, and to prepare derivative works of the
+  Software, and to permit third-parties to whom the Software is furnished to
+  do so, all subject to the following:
+  .
+  The copyright notices in the Software and this entire statement, including
+  the above license grant, this restriction and the following disclaimer,
+  must be included in all copies of the Software, in whole or in part, and
+  all derivative works of the Software, unless such copies or derivative
+  works are solely in the form of machine-executable object code generated by
+  a source language processor.
+  .
+  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, TITLE AND NON-INFRINGEMENT. IN NO EVENT
+  SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
+  FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
+  ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+  DEALINGS IN THE SOFTWARE.
+  


Bug#689285: Not properly fixed

2012-10-21 Thread Luca Falavigna
Although removing the scriptaculus reference could be a working
solution, the fix is not complete as you have to list Thomas Fuchs
into the copyright holders in copyright file, MIT license requires
every copyright holder is explicitly listed.


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



Bug#690371: megaglest: diff for NMU version 3.6.0.3-1.2

2012-10-21 Thread Luca Falavigna
tags 690371 + patch pending
thanks

Dear maintainer,

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

Regards.
diff -Nru megaglest-3.6.0.3/debian/changelog megaglest-3.6.0.3/debian/changelog
--- megaglest-3.6.0.3/debian/changelog	2012-05-14 11:16:21.0 +0200
+++ megaglest-3.6.0.3/debian/changelog	2012-10-21 16:21:05.0 +0200
@@ -1,3 +1,11 @@
+megaglest (3.6.0.3-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/copyright:
+- Adjust copyright information for UTF8-CPP library (Closes: #690371).
+
+ -- Luca Falavigna dktrkr...@debian.org  Sun, 21 Oct 2012 16:20:21 +0200
+
 megaglest (3.6.0.3-1.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru megaglest-3.6.0.3/debian/copyright megaglest-3.6.0.3/debian/copyright
--- megaglest-3.6.0.3/debian/copyright	2011-12-23 07:26:17.0 +0100
+++ megaglest-3.6.0.3/debian/copyright	2012-10-21 16:20:19.0 +0200
@@ -109,8 +109,8 @@
  * those of the authors and should not be interpreted as representing official
  * policies, either expressed or implied, of Nicolas P. Rougier.
 
-Files: source/shared_lib/sources/util/utf8/* source/shared_lib/include/util/utf8/*
-Copyright: Copyright 1997-2002 Free Software Foundation, Inc
+Files: source/shared_lib/include/util/utf8/*
+Copyright: 2006 Nemanja Trifunovic
 License: BSL-1.0
  Permission is hereby granted, free of charge, to any person or organization
  obtaining a copy of the software and accompanying documentation covered by


Bug#688630: t-coffee-doc: empty package

2012-10-21 Thread Luca Falavigna
An empty package is useless, so I would put some content in, or drop
it until proper content is provided. I can't speak for Release Team,
so you could want to ask them which way they prefer.


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



Bug#662854: This belongs to FreeRDP

2012-10-18 Thread Luca Falavigna
reassign 662854 libfreerdp1
found 662854 1.0.1-1
tags 662854 + patch
thanks


This is indeed a FreeRDP bug, and it seems it's been fixed upstream already:
https://github.com/FreeRDP/FreeRDP/commit/5617af901a4269d7fe9688793135b79ed43aecd4


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



Bug#684856: non-free code shipped in upstream tarball

2012-08-14 Thread Luca Falavigna
Source: norsp
Version: 1.0.4-1
Severity: serious


examples/query.hssp contains the following header:
AVAILABLE  Free academic use. Commercial users must apply for license.
AVAILABLE  No inclusion in other databanks without permission.

It violates DFSG #6 at least, the second paragraph could also disallow
redistribution.


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



Bug#684857: non-free code shipped in upstream tarball

2012-08-14 Thread Luca Falavigna
Source: profphd
Version: 1.0.38-1
Severity: serious


several files under src/prof/exa contains the following header:
AVAILABLE  Free academic use. Commercial users must apply for license.
AVAILABLE  No inclusion in other databanks without permission.

It violates DFSG #6 at least, the second paragraph could also disallow
redistribution.


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



Bug#680814: Fix for bug #680814

2012-08-08 Thread Luca Falavigna
Thanks for the suggestions.
I changed the patch following your advices and uploaded a NMU to
DELAYED/2, patch attached.


680814.patch
Description: Binary data


Bug#680814: Fix for bug #680814

2012-08-06 Thread Luca Falavigna
2012/8/6 David Prévot taf...@debian.org:
 Ouch, wouldn't that break the validity of the XML files? Maybe using the
 --nonet option of xsltproc would be proper.

I just tried using --nonet, using different positions, but I always get
failed to load external entity
http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd;


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



Bug#679368: pylucene: diff for NMU version 3.5.0-1.1

2012-08-06 Thread Luca Falavigna
tags 679368 + patch pending
thanks


Dear maintainer,

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

Regards.
diff -Nru pylucene-3.5.0/debian/changelog pylucene-3.5.0/debian/changelog
--- pylucene-3.5.0/debian/changelog	2012-04-24 00:12:29.0 +0200
+++ pylucene-3.5.0/debian/changelog	2012-08-06 11:44:58.0 +0200
@@ -1,3 +1,12 @@
+pylucene (3.5.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/patches/unique_classes.patch:
+- Cherry-pick patch from upstream branch_3x SVN (r1240640) to rename
+  classes whose python name would not be unique (Closes: #679368).
+
+ -- Luca Falavigna dktrkr...@debian.org  Mon, 06 Aug 2012 11:43:34 +0200
+
 pylucene (3.5.0-1) unstable; urgency=low
 
   * New maintainer (closes: 670179)
diff -Nru pylucene-3.5.0/debian/patches/series pylucene-3.5.0/debian/patches/series
--- pylucene-3.5.0/debian/patches/series	2012-04-23 18:29:49.0 +0200
+++ pylucene-3.5.0/debian/patches/series	2012-08-06 11:45:25.0 +0200
@@ -0,0 +1 @@
+unique_classes.patch
diff -Nru pylucene-3.5.0/debian/patches/unique_classes.patch pylucene-3.5.0/debian/patches/unique_classes.patch
--- pylucene-3.5.0/debian/patches/unique_classes.patch	1970-01-01 01:00:00.0 +0100
+++ pylucene-3.5.0/debian/patches/unique_classes.patch	2012-08-06 11:43:24.0 +0200
@@ -0,0 +1,31 @@
+Description: rename classes whose python name would not be unique in lucene module
+Origin: http://svn.apache.org/repos/asf/lucene/pylucene/branches/branch_3x/Makefile
+
+Index: pylucene-3.5.0/Makefile
+===
+--- pylucene-3.5.0.orig/Makefile	2011-12-09 06:17:55.0 +0100
 pylucene-3.5.0/Makefile	2012-08-06 11:38:31.042902706 +0200
+@@ -288,6 +288,7 @@
+--exclude org.apache.lucene.queryParser.TokenMgrError \
+--exclude org.apache.lucene.queryParser.QueryParserTokenManager \
+--exclude org.apache.lucene.queryParser.ParseException \
++   --exclude org.apache.lucene.queryParser.CharStream \
+--exclude org.apache.lucene.search.regex.JakartaRegexpCapabilities \
+--exclude org.apache.regexp.RegexpTunnel \
+--exclude org.apache.lucene.analysis.cn.smart.AnalyzerProfile \
+@@ -296,6 +297,15 @@
+--mapping java.util.Properties 'getProperty:(Ljava/lang/String;)Ljava/lang/String;' \
+--sequence java.util.AbstractList 'size:()I' 'get:(I)Ljava/lang/Object;' \
+--rename org.apache.lucene.search.highlight.SpanScorer=HighlighterSpanScorer \
++   --rename org.apache.lucene.search.highlight.Scorer=HighlighterScorer \
++   --rename org.apache.lucene.search.spell.Dictionary=SpellDictionary \
++   --rename org.apache.lucene.search.suggest.fst.Sort=SuggestSort \
++   --rename org.apache.lucene.store.DataInput=StoreDataInput \
++   --rename org.apache.lucene.store.DataOutput=StoreDataOutput \
++   --rename org.tartarus.snowball.ext.DutchStemmer=SnowballDutchStemmer \
++   --rename org.tartarus.snowball.ext.FrenchStemmer=SnowballFrenchStemmer \
++   --rename org.tartarus.snowball.ext.GermanStemmer=SnowballGermanStemmer \
++   --rename org.tartarus.snowball.ext.PortugueseStemmer=SnowballPortugueseStemmer \
+--version $(LUCENE_VER) \
+--module python/collections.py \
+--module python/ICUNormalizer2Filter.py \


Bug#655470: hexer: diff for NMU version 0.1.7-1.1

2012-08-05 Thread Luca Falavigna
tags 655470 + patch pending
thanks


Dear maintainer,

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

Regards.
diff -Nru hexer-0.1.7/debian/changelog hexer-0.1.7/debian/changelog
--- hexer-0.1.7/debian/changelog	2011-07-13 21:55:49.0 +0200
+++ hexer-0.1.7/debian/changelog	2012-08-05 20:30:32.0 +0200
@@ -1,3 +1,14 @@
+hexer (0.1.7-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+
+  [ Thibaut Girka ]
+  * debian/patches/negative_size.patch:
+- Fix crash when attempting to delete an half-byte while in insert
+  or replace mode (Closes: #655470).
+
+ -- Luca Falavigna dktrkr...@debian.org  Sun, 05 Aug 2012 20:28:16 +0200
+
 hexer (0.1.7-1) unstable; urgency=low
 
   * New upstream release:
diff -Nru hexer-0.1.7/debian/patches/negative_size.patch hexer-0.1.7/debian/patches/negative_size.patch
--- hexer-0.1.7/debian/patches/negative_size.patch	1970-01-01 01:00:00.0 +0100
+++ hexer-0.1.7/debian/patches/negative_size.patch	2012-08-05 20:28:11.0 +0200
@@ -0,0 +1,31 @@
+Description: fix crash when attempting to delete an half-byte while
+ in insert or replace mode
+Author: Thibaut Girka t...@sitedethib.com
+
+Index: hexer-0.1.7/edit.c
+===
+--- hexer-0.1.7.orig/edit.c	2010-12-29 11:22:44.0 +0100
 hexer-0.1.7/edit.c	2012-08-05 20:27:03.142271511 +0200
+@@ -1524,8 +1524,10 @@
+ hedit-insert_position = -1;
+ b_copy(hedit-buffer, replace,
+hedit-position, replace-size - 1, 1);
+-b_set_size(replace, replace-size - 1);
+-b_set_size(insert, insert-size - 1);
++if (replace-size  0)
++b_set_size(replace, replace-size - 1);
++if (insert-size  0)
++b_set_size(insert, insert-size - 1);
+ he_refresh_part(hedit, hedit-position, hedit-position);
+   } else
+ if (insert-size) {
+@@ -1553,7 +1555,8 @@
+ insert_state = 0;
+ hedit-insert_position = -1;
+ b_delete(hedit-buffer, hedit-position, 1);
+-b_set_size(insert, insert-size - 1);
++if (insert-size  0)
++  b_set_size(insert, insert-size - 1);
+ he_refresh_part(hedit, hedit-position, hedit-buffer-size - 1);
+   } else
+ if (insert-size) {
diff -Nru hexer-0.1.7/debian/patches/series hexer-0.1.7/debian/patches/series
--- hexer-0.1.7/debian/patches/series	1970-01-01 01:00:00.0 +0100
+++ hexer-0.1.7/debian/patches/series	2012-08-05 20:26:38.0 +0200
@@ -0,0 +1 @@
+negative_size.patch


Bug#678968: libpam-barada: Authentication service cannot retrieve user credentials on successful login

2012-08-05 Thread Luca Falavigna
Documentation states that the following line is enough:
auth sufficient pam_barada.so

while you have
auth required pam_barada.so

Does anything change if you switch to auth sufficient?


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



Bug#680814: Fix for bug #680814

2012-08-05 Thread Luca Falavigna
tags 680814 + patch
thanks


This bug is reproducible only on systems without networking access.
I'm attaching a patch which fixes the issue.

Hi Release Team,
would you consider this patch acceptable for an unblock request?


680814.patch
Description: Binary data


Bug#683818: Depends on afio, which is non-free

2012-08-04 Thread Luca Falavigna
Package: tob
Version: 0.26.cvs.20040226-8
Severity: serious

tob depends on afio, which has been recently moved to non-free.
Either move tob on contrib, or remove afio dependency.



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

Kernel: Linux 3.2.0-3-amd64 (SMP w/8 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-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#682058: xfonts-naga10: diff for NMU version 1.1-13.1

2012-08-04 Thread Luca Falavigna
tags 682058 + patch pending
thanks

Dear maintainer,

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

Regards.
diff -u xfonts-naga10-1.1/debian/changelog xfonts-naga10-1.1/debian/changelog
--- xfonts-naga10-1.1/debian/changelog
+++ xfonts-naga10-1.1/debian/changelog
@@ -1,3 +1,12 @@
+xfonts-naga10 (1.1-13.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/mkitalic:
+- Use #!/usr/bin/gawk --exec to fix gawk behaviour while parsing
+  script options (Closes: #682058).
+
+ -- Luca Falavigna dktrkr...@debian.org  Sat, 04 Aug 2012 21:22:56 +0200
+
 xfonts-naga10 (1.1-13) unstable; urgency=low
 
   * debian/control: Use Build-Depends-Indep: xfonts-utils instead of xutils.
diff -u xfonts-naga10-1.1/debian/mkitalic xfonts-naga10-1.1/debian/mkitalic
--- xfonts-naga10-1.1/debian/mkitalic
+++ xfonts-naga10-1.1/debian/mkitalic
@@ -1,4 +1,4 @@
-#!/usr/bin/gawk -f
+#!/usr/bin/gawk --exec
 #
 # -- makes BDF font italic
 # version 0.00.1


Bug#629748: r-cran-pscl: diff for NMU version 1.03.10-1.1

2012-08-03 Thread Luca Falavigna
tags 629748 + patch pending
thanks

Dear maintainer,

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

Regards.
diff -Nru r-cran-pscl-1.03.10/debian/changelog r-cran-pscl-1.03.10/debian/changelog
--- r-cran-pscl-1.03.10/debian/changelog	2011-03-31 19:23:16.0 +0200
+++ r-cran-pscl-1.03.10/debian/changelog	2012-08-04 01:50:45.0 +0200
@@ -1,3 +1,12 @@
+r-cran-pscl (1.03.10-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/control:
+- Build-depend on r-cran-vcd and r-cran-colorspace to fix FTBFS
+  on all architectures (Closes: #629748).
+
+ -- Luca Falavigna dktrkr...@debian.org  Sat, 04 Aug 2012 01:45:43 +0200
+
 r-cran-pscl (1.03.10-1) unstable; urgency=low
 
   * New upstream release.
diff -Nru r-cran-pscl-1.03.10/debian/control r-cran-pscl-1.03.10/debian/control
--- r-cran-pscl-1.03.10/debian/control	2011-01-15 18:54:31.0 +0100
+++ r-cran-pscl-1.03.10/debian/control	2012-08-04 01:49:35.0 +0200
@@ -2,7 +2,7 @@
 Section: gnu-r
 Priority: optional
 Maintainer: Chris Lawrence lawre...@debian.org
-Build-Depends: debhelper ( 7), cdbs, r-base-dev ( 2.3.0), r-cran-mass, r-cran-mvtnorm (= 0.7.5-2), r-cran-coda, r-cran-lattice, r-cran-gam
+Build-Depends: debhelper ( 7), cdbs, r-base-dev ( 2.3.0), r-cran-mass, r-cran-mvtnorm (= 0.7.5-2), r-cran-coda, r-cran-lattice, r-cran-gam, r-cran-vcd, r-cran-colorspace
 Standards-Version: 3.9.1
 Homepage: http://pscl.stanford.edu/
 


Bug#683004: FTBFS on kfreebsd-*: Internal error: abort in get_output_file_with_visibility

2012-07-27 Thread Luca Falavigna
Source: gcj-4.6
Version: 4.6.3-2
Severity: serious
Justification: fails to build from source


gcj-4.6 fails to build from source on kfreebsd-*, but built in the past:

build/gengtype  \
-r gtype.state
gengtype: Internal error: abort in get_output_file_with_visibility, at 
gengtype.c:1998
make[5]: *** [s-gtype] Error 1
make[5]: Leaving directory 
`/build/buildd-gcj-4.6_4.6.3-2-kfreebsd-amd64-wxu0Ax/gcj-4.6-4.6.3/build/gcc'
make[4]: *** [all-stage1-gcc] Error 2
make[4]: Leaving directory 
`/build/buildd-gcj-4.6_4.6.3-2-kfreebsd-amd64-wxu0Ax/gcj-4.6-4.6.3/build'
make[3]: *** [stage1-bubble] Error 2
make[3]: Leaving directory 
`/build/buildd-gcj-4.6_4.6.3-2-kfreebsd-amd64-wxu0Ax/gcj-4.6-4.6.3/build'
make[2]: *** [bootstrap-lean] Error 2
make[2]: Leaving directory 
`/build/buildd-gcj-4.6_4.6.3-2-kfreebsd-amd64-wxu0Ax/gcj-4.6-4.6.3/build'
s=`cat status`; rm -f status; test $s -eq 0
make[1]: *** [stamps/05-build-stamp] Error 1
make[1]: Leaving directory 
`/build/buildd-gcj-4.6_4.6.3-2-kfreebsd-amd64-wxu0Ax/gcj-4.6-4.6.3'
make: *** [stamps/05-build-stamp] Error 2

https://buildd.debian.org/status/fetch.php?pkg=gcj-4.6arch=kfreebsd-amd64ver=4.6.3-2stamp=1337610828
https://buildd.debian.org/status/fetch.php?pkg=gcj-4.6arch=kfreebsd-i386ver=4.6.3-2stamp=1338860236


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



Bug#683005: FTBFS on mips: Caught signal 'Terminated'

2012-07-27 Thread Luca Falavigna
Source: ecj
Version: 3.5.1-4
Severity: serious
Justification: fails to build from source


ecj fails to build from source on mips, but built in the past:

Target: mips-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.7.0-3' 
--with-bugurl=file:///usr/share/doc/gcj-4.7/README.Bugs 
--enable-languages=c,c++,java --prefix=/usr --program-suffix=-4.7 
--enable-shared --enable-linker-build-id --with-system-zlib 
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix 
--with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls 
--with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-time=yes 
--enable-gnu-unique-object --disable-libmudflap --disable-libitm 
--enable-plugin --disable-browser-plugin --enable-java-awt=gtk 
--enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.7/jre 
--enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.7 
--with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.7 
--with-arch-directory=mips --with-ecj-jar=/usr/share/java/eclipse-ecj.jar 
--with-mips-plt --with-arch-32=mips2 --with-tune-32=mips32 --enable-targets=all 
--with-arch-64=mips3 --with-tune-64=mip
 s64 --en
 able-checking=release --build=mips-linux-gnu --host=mips-linux-gnu 
--target=mips-linux-gnu
Thread model: posix
gcc version 4.7.0 (Debian 4.7.0-3) 
COLLECT_GCC_OPTIONS='-ffilelist-file' '-fsaw-java-file' '-v' 
'-foutput-class-dir=build/bin' '-C' '-g' 
'-fbootclasspath=/usr/share/ant/lib/ant.jar:build/bin/:./:/usr/share/java/libgcj-4.7.jar'
 '-fsyntax-only' '-femit-class-files' '-S' '-o' 'NONE' '-shared-libgcc' 
'-march=mips2' '-mtune=mips32' '-mllsc' '-mplt' '-mno-synci' '-mno-shared' 
'-EB' '-mabi=32'
 /usr/lib/gcc/mips-linux-gnu/4.7/ecj1 /tmp/cc258aeNjx -g 
-fbootclasspath=/usr/share/ant/lib/ant.jar:build/bin/:./:/usr/share/java/libgcj-4.7.jar
 -ffilelist-file -foutput-class-dir=build/bin -g -fsource=1.5 -ftarget=1.5 
-fzip-dependency /tmp/ccsHQcCq.zip
E: Caught signal 'Terminated': terminating immediately
make: *** [build/stamp-bytecode] Terminated

https://buildd.debian.org/status/fetch.php?pkg=ecjarch=mipsver=3.5.1-4stamp=1334292475


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



Bug#683006: FTBFS on armel: error: unknown type name 'elf_gregset_t'

2012-07-27 Thread Luca Falavigna
Source: radare
Version: 1:1.5.2-6
Severity: serious
Justification: fails to build from source


radare fails to build from source on armel, but built in the past:

make[3]: Entering directory 
`/build/buildd-radare_1.5.2-6-armel-GFHg8b/radare-1.5.2/src/dbg'
gcc -I/usr/include -I../arch/ -I ../include -I/usr/local/include   -c -o 
arch/arm.o arch/arm.c
In file included from arch/../../dbg/libps2fd.h:15:0,
 from arch/../../plugin.h:8,
 from arch/../../main.h:49,
 from arch/../../radare.h:5,
 from arch/arm.c:21:
arch/../../dbg/regs.h:219:2: error: unknown type name 'elf_gregset_t'

https://buildd.debian.org/status/fetch.php?pkg=radarearch=armelver=1%3A1.5.2-6stamp=1338757543


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



Bug#683007: FTBFS on sparc: 'rightend' undeclared (first use in this function)

2012-07-27 Thread Luca Falavigna
Source: pgdbf
Version: 0.6.1-1
Severity: serious
Justification: fails to build from source


pgdbf fails to build from source on sparc, but built in the past:

Making all in src
make[3]: Entering directory 
`/build/buildd-pgdbf_0.6.1-1-sparc-14rfjC/pgdbf-0.6.1/src'
gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -c pgdbf.c
In file included from pgdbf.c:32:0:
pgdbf.h: In function 'sdouble':
pgdbf.h:404:5: error: 'rightend' undeclared (first use in this function)
pgdbf.h:404:5: note: each undeclared identifier is reported only once for each 
function it appears in
make[3]: *** [pgdbf.o] Error 1
make[3]: Leaving directory 
`/build/buildd-pgdbf_0.6.1-1-sparc-14rfjC/pgdbf-0.6.1/src'
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
dh_auto_build: make -j1 returned exit code 2
make[2]: Leaving directory 
`/build/buildd-pgdbf_0.6.1-1-sparc-14rfjC/pgdbf-0.6.1'
make[1]: Leaving directory 
`/build/buildd-pgdbf_0.6.1-1-sparc-14rfjC/pgdbf-0.6.1'
make: *** [build-arch] Error 2

https://buildd.debian.org/status/fetch.php?pkg=pgdbfarch=sparcver=0.6.1-1stamp=1338915305


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



Bug#683008: FTBFS on kfreebsd-*: zipfile.BadZipfile: File is not a zip file

2012-07-27 Thread Luca Falavigna
Source: libgui-commands-java
Version: 1.1.43-6
Severity: serious
Justification: fails to build from source


libgui-commands-java fails to build from source on kfreebsd-*, but built in the 
past:

File /usr/lib/gcc/aotcompile.py, line 184, in find_jobs
job = JarJob(path)
  File /usr/lib/gcc/aotcompile.py, line 320, in __init__
self._walk(zipfile.ZipFile(path, r))
  File /usr/lib/gcc/aotcompile.py, line 326, in _walk
self._walk(zipfile.ZipFile(StringIO.StringIO(bytes)))
  File /usr/lib/python2.7/zipfile.py, line 714, in __init__
self._GetContents()
  File /usr/lib/python2.7/zipfile.py, line 748, in _GetContents
self._RealGetContents()
  File /usr/lib/python2.7/zipfile.py, line 763, in _RealGetContents
raise BadZipfile, File is not a zip file
zipfile.BadZipfile: File is not a zip file
dh_nativejava: aot-compile -L /usr/lib/gcj -c -fsource-filename=/tmp/filepSnHJg 
debian/libgui-commands-java debian/libgui-commands-java-gcj/usr/lib/gcj 
returned exit code 1
make: *** [install/libgui-commands-java-gcj] Error 25

https://buildd.debian.org/status/fetch.php?pkg=libgui-commands-javaarch=kfreebsd-amd64ver=1.1.43-6stamp=1334855746
https://buildd.debian.org/status/fetch.php?pkg=libgui-commands-javaarch=kfreebsd-i386ver=1.1.43-6stamp=1334855764


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



Bug#683009: FTBFS on mips: Errors while running CTest

2012-07-27 Thread Luca Falavigna
Source: ants
Version: 1.9.2+svn680.dfsg-4
Severity: serious
Justification: fails to build from source


ants fails to build from source on mips, but built in the past:

Errors while running CTest
 87 - ANTS_EXP_INVERSEWARP_METRIC_2 (SEGFAULT)
 89 - ANTS_SYN_WARP (OTHER_FAULT)
 90 - ANTS_SYN_JPG (SEGFAULT)
 91 - ANTS_SYN_WARP_METRIC_0 (SEGFAULT)
 92 - ANTS_SYN_WARP_METRIC_1 (OTHER_FAULT)
 93 - ANTS_SYN_WARP_METRIC_2 (SEGFAULT)
 94 - ANTS_SYN_INVERSEWARP (OTHER_FAULT)
 95 - ANTS_SYN_JPGINV (SEGFAULT)
 96 - ANTS_SYN_INVERSEWARP_METRIC_0 (SEGFAULT)
 97 - ANTS_SYN_INVERSEWARP_METRIC_1 (OTHER_FAULT)
 98 - ANTS_SYN_INVERSEWARP_METRIC_2 (SEGFAULT)
make[1]: *** [override_dh_auto_test] Error 8
make[1]: Leaving directory 
`/build/buildd-ants_1.9.2+svn680.dfsg-4-mips-J9gL_c/ants-1.9.2+svn680.dfsg'
make: *** [build-arch] Error 2

https://buildd.debian.org/status/fetch.php?pkg=antsarch=mipsver=1.9.2%2Bsvn680.dfsg-4stamp=1337195960


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



Bug#683011: FTBFS on arm*: libnss-ldap missing files (debian/tmp/usr/lib/*/*), aborting

2012-07-27 Thread Luca Falavigna
Source: libnss-ldap
Version: 264-2.3
Severity: serious
Justification: fails to build from source


libnss-ldap fails to build from source on arm*, but built in the past:

dh_installcron -plibnss-ldap 
dh_installinit -plibnss-ldap  
dh_installdebconf -plibnss-ldap 
dh_installemacsen -plibnss-ldap   
dh_installcatalogs -plibnss-ldap 
dh_installpam -plibnss-ldap 
dh_installlogrotate -plibnss-ldap 
dh_installlogcheck -plibnss-ldap 
dh_installchangelogs -plibnss-ldap  build-tree/nss_ldap-264/ChangeLog 
dh_installudev -plibnss-ldap 
dh_lintian -plibnss-ldap 
dh_bugfiles -plibnss-ldap 
dh_install -plibnss-ldap  
dh_install: libnss-ldap missing files (debian/tmp/usr/lib/*/*), aborting
make: *** [binary-install/libnss-ldap] Error 2

https://buildd.debian.org/status/fetch.php?pkg=libnss-ldaparch=armelver=264-2.3stamp=1338789697
https://buildd.debian.org/status/fetch.php?pkg=libnss-ldaparch=armhfver=264-2.3stamp=1336993764


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



Bug#683012: FTBFS on arm*: checking GStreamer 0.10 rtpmp2tpay plugin... no

2012-07-27 Thread Luca Falavigna
Source: gnome-dvb-daemon
Version: 1:0.2.9-1
Severity: serious
Justification: fails to build from source


gnome-dvb-daemon fails to build from source on arm*, but built in the past:

checking pkg-config is at least version 0.9.0... yes
checking for GST... yes
checking for GNOME_DVB_DAEMON... yes
checking for GLIB... yes
checking for GUDEV... yes
checking GStreamer 0.10 inspection tool... yes
checking GStreamer 0.10 mpegtsparse plugin... yes
checking GStreamer 0.10 dvbbasebin plugin... yes
checking GStreamer 0.10 dvbsrc plugin... yes
configure: error: 
Cannot find required GStreamer-0.10 plugin 'rtpmp2tpay'.
It should be part of gst-plugins-good. Please install it.
checking GStreamer 0.10 rtpmp2tpay plugin... no

make: *** [debian/stamp-autotools] Error 1

https://buildd.debian.org/status/fetch.php?pkg=gnome-dvb-daemonarch=armelver=1%3A0.2.9-1stamp=1341701555
https://buildd.debian.org/status/fetch.php?pkg=gnome-dvb-daemonarch=armhfver=1%3A0.2.9-1stamp=1341702123


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



Bug#683010: FTBFS on ia64: one or more PCH files were found, but they were invalid

2012-07-27 Thread Luca Falavigna
Source: evolvotron
Version: 0.6.1-2
Severity: serious
Justification: fails to build from source


evolvotron fails to build from source on ia64, but built in the past:

make[2]: Entering directory 
`/build/buildd-evolvotron_0.6.1-2-ia64-3XMEtF/evolvotron-0.6.1/libfunction'
make[2]: Nothing to be done for `first'.
make[2]: Leaving directory 
`/build/buildd-evolvotron_0.6.1-2-ia64-3XMEtF/evolvotron-0.6.1/libfunction'
cd libevolvotron/  /usr/bin/make -f Makefile 
make[2]: Entering directory 
`/build/buildd-evolvotron_0.6.1-2-ia64-3XMEtF/evolvotron-0.6.1/libevolvotron'
g++ -c -include evolvotron -pipe -O2 -DEVOLVOTRON_VERSION=0.6.1 
-DEVOLVOTRON_BUILD=0.6.1 (Build options:  Release) -DNDEBUG 
-DQT_NO_ASCII_CAST -pthread -DBOOST_SP_USE_PTHREADS -fPIC -D_REENTRANT -Wall -W 
-DPLATFORM_LINUX -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB 
-DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore 
-I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4 
-I../libfunction -Imoc -o dialog_help.o dialog_help.cpp
cc1plus: error: one or more PCH files were found, but they were invalid
cc1plus: error: use -Winvalid-pch for more information
cc1plus: fatal error: evolvotron: No such file or directory
compilation terminated.
make[2]: *** [dialog_help.o] Error 1
make[2]: Leaving directory 
`/build/buildd-evolvotron_0.6.1-2-ia64-3XMEtF/evolvotron-0.6.1/libevolvotron'
make[1]: *** [sub-libevolvotron-make_default] Error 2
make: *** [build-stamp] Error 2
make[1]: Leaving directory 
`/build/buildd-evolvotron_0.6.1-2-ia64-3XMEtF/evolvotron-0.6.1'

https://buildd.debian.org/status/fetch.php?pkg=evolvotronarch=ia64ver=0.6.1-2stamp=1336572050


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



Bug#683013: FTBFS on arm*: checking GStreamer 0.10 rtpmp2tpay plugin... no

2012-07-27 Thread Luca Falavigna
Source: gnome-dvb-daemon
Version: 1:0.2.9-1
Severity: serious
Justification: fails to build from source


gnome-dvb-daemon fails to build from source on arm*, but built in the past:

checking pkg-config is at least version 0.9.0... yes
checking for GST... yes
checking for GNOME_DVB_DAEMON... yes
checking for GLIB... yes
checking for GUDEV... yes
checking GStreamer 0.10 inspection tool... yes
checking GStreamer 0.10 mpegtsparse plugin... yes
checking GStreamer 0.10 dvbbasebin plugin... yes
checking GStreamer 0.10 dvbsrc plugin... yes
configure: error: 
Cannot find required GStreamer-0.10 plugin 'rtpmp2tpay'.
It should be part of gst-plugins-good. Please install it.
checking GStreamer 0.10 rtpmp2tpay plugin... no

make: *** [debian/stamp-autotools] Error 1

https://buildd.debian.org/status/fetch.php?pkg=gnome-dvb-daemonarch=armelver=1%3A0.2.9-1stamp=1341701555
https://buildd.debian.org/status/fetch.php?pkg=gnome-dvb-daemonarch=armhfver=1%3A0.2.9-1stamp=1341702123


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



Bug#683016: FTBFS on mips: terminate called after throwing an instance of 'CppUnit::Exception'

2012-07-27 Thread Luca Falavigna
Source: zookeeper
Version: 3.3.5+dfsg1-2
Severity: serious
Justification: fails to build from source


zookeeper fails to build from source on mips, but built in the past:

Zookeeper_simpleSystem::testIPV6 : elapsed 1071 : OK
Zookeeper_simpleSystem::testPath : elapsed 1452 : OK
Zookeeper_simpleSystem::testPathValidation : elapsed 2722 : OK
Zookeeper_simpleSystem::testPing : elapsed 22626 : OK
Zookeeper_simpleSystem::testAcl : elapsed 1430 : OK
Zookeeper_simpleSystem::testChroot : elapsed 4020 : OK
terminate called after throwing an instance of 'CppUnit::Exception'
  what():  equality assertion failed
- Expected: 0
- Actual  : -116

Aborted
make[1]: *** [override_dh_auto_test-arch] Error 134
Zookeeper_simpleSystem::testAuthmake[1]: Leaving directory 
`/build/buildd-zookeeper_3.3.5+dfsg1-2-mips-yXhesi/zookeeper-3.3.5+dfsg1'
make: *** [build-arch] Error 2

https://buildd.debian.org/status/fetch.php?pkg=zookeeperarch=mipsver=3.3.5%2Bdfsg1-2stamp=1342892141


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



Bug#683017: FTBFS on ia64 and mips: undefined reference to `gzopen64@ZLIB_1.2.3.3'

2012-07-27 Thread Luca Falavigna
Source: cenon.app
Version: 3.93-1.2
Severity: serious
Justification: fails to build from source


cenon.app fails to build from source on ia64 and mips, but built in the past:

Type1Font.m:148:5: warning: multiple methods named '-count' found [enabled by 
default]
/usr/include/GNUstep/Foundation/NSArray.h:57:1: note: using '-(NSUInteger)count'
GraphicObjects.subproj/VPath.h:60:1: note: also found '-(unsigned int)count'
 Compiling file type1Funs.m ...
 Compiling file functions.m ...
 Compiling file gdb_support.m ...
 Linking app Cenon ...
/usr/lib/ia64-linux-gnu/libxml2.so.2: undefined reference to 
`gzopen64@ZLIB_1.2.3.3'
collect2: ld returned 1 exit status
make[4]: *** [Cenon.app/./Cenon] Error 1
make[3]: *** [internal-app-run-compile-submake] Error 2
make[2]: *** [Cenon.all.app.variables] Error 2
make[1]: *** [internal-all] Error 2
make[1]: Leaving directory 
`/build/buildd-cenon.app_3.93-1.2-ia64-LdgpMi/cenon.app-3.93'
make: *** [build-stamp] Error 2

https://buildd.debian.org/status/fetch.php?pkg=cenon.apparch=ia64ver=3.93-1.2stamp=1338136569
https://buildd.debian.org/status/fetch.php?pkg=cenon.apparch=mipsver=3.93-1.2stamp=1338140843


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



Bug#683018: FTBFS on mips: undefined reference to `gzopen64@ZLIB_1.2.3.3'

2012-07-27 Thread Luca Falavigna
Source: kdiff
Version: 0.9.96-4
Severity: serious
Justification: fails to build from source


kdiff fails to build from source on mips, but built in the past:

Linking CXX executable kdiff3
cd 
/build/buildd-kdiff3_0.9.96-4-mipsel-GNfAgZ/kdiff3-0.9.96/obj-mipsel-linux-gnu/src-QT4
  /usr/bin/cmake -E cmake_link_script CMakeFiles/kdiff3.dir/link.txt 
--verbose=1
/usr/bin/g++   -g -O2 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 
-Wnon-virtual-dtor -Wno-long-long -ansi -Wundef -Wcast-align -Wchar-subscripts 
-Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS 
-fno-check-new -fno-common -Woverloaded-virtual -fno-threadsafe-statics 
-fvisibility=hidden -Werror=return-type -fvisibility-inlines-hidden -O2 -g 
-DNDEBUG -DQT_NO_DEBUG  -Wl,--enable-new-dtags  -Wl,-z,relro 
CMakeFiles/kdiff3.dir/kdiff3_automoc.o CMakeFiles/kdiff3.dir/main.o 
CMakeFiles/kdiff3.dir/kdiff3_shell.o CMakeFiles/kdiff3.dir/kdiff3_part.o 
CMakeFiles/kdiff3.dir/kdiff3.o CMakeFiles/kdiff3.dir/directorymergewindow.o 
CMakeFiles/kdiff3.dir/merger.o CMakeFiles/kdiff3.dir/pdiff.o 
CMakeFiles/kdiff3.dir/difftextwindow.o CMakeFiles/kdiff3.dir/diff.o 
CMakeFiles/kdiff3.dir/optiondialog.o CMakeFiles/kdiff3.dir/mergeresultwindow.o 
CMakeFiles/kdiff3.dir/fileaccess.o CMakeFiles/kdiff3.dir/gnudiff_analyze.o 
CMakeFiles/kdiff3.dir/gnudiff_io.o CMakeFiles/kdif
 f3.dir/g
 nudiff_xmalloc.o CMakeFiles/kdiff3.dir/common.o 
CMakeFiles/kdiff3.dir/smalldialogs.o  -o kdiff3 -rdynamic 
/usr/lib/libkparts.so.4.7.0 /usr/lib/mipsel-linux-gnu/libQt3Support.so 
/usr/lib/libkio.so.5.7.0 /usr/lib/mipsel-linux-gnu/libQtNetwork.so 
/usr/lib/mipsel-linux-gnu/libQtXml.so /usr/lib/libnepomukutils.so.4.7.0 
/usr/lib/libnepomuk.so.4.7.0 /usr/lib/libkdeui.so.5.7.0 
/usr/lib/mipsel-linux-gnu/libQtGui.so /usr/lib/mipsel-linux-gnu/libQtSvg.so 
/usr/lib/libkdecore.so.5.7.0 /usr/lib/mipsel-linux-gnu/libQtCore.so 
/usr/lib/mipsel-linux-gnu/libQtDBus.so -lsoprano 
/usr/lib/mipsel-linux-gnu/libxml2.so.2: undefined reference to 
`gzopen64@ZLIB_1.2.3.3'
collect2: ld returned 1 exit status
make[3]: *** [src-QT4/kdiff3] Error 1
make[3]: Leaving directory 
`/build/buildd-kdiff3_0.9.96-4-mipsel-GNfAgZ/kdiff3-0.9.96/obj-mipsel-linux-gnu'
make[2]: *** [src-QT4/CMakeFiles/kdiff3.dir/all] Error 2
make[1]: *** [all] Error 2
make[2]: Leaving directory 
`/build/buildd-kdiff3_0.9.96-4-mipsel-GNfAgZ/kdiff3-0.9.96/obj-mipsel-linux-gnu'
make: *** [debian/stamp-makefile-build] Error 2
make[1]: Leaving directory 
`/build/buildd-kdiff3_0.9.96-4-mipsel-GNfAgZ/kdiff3-0.9.96/obj-mipsel-linux-gnu'

https://buildd.debian.org/status/fetch.php?pkg=kdiff3arch=mipselver=0.9.96-4stamp=1338235887


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



Bug#683019: FTBFS on mipsel: undefined reference to `gzopen64@ZLIB_1.2.3.3'

2012-07-27 Thread Luca Falavigna
Source: gworkspace
Version: 0.8.8-1.1
Severity: serious
Justification: fails to build from source


gworkspace fails to build from source on mipsel, but built in the past:

gcc  -rdynamic  -pthread -shared-libgcc -fexceptions -fgnu-runtime -o 
obj/fswatcher \
./obj/fswatcher.obj/fswatcher.m.o \
 -L/usr/local/lib -L/usr/lib   -L../../DBKit/./obj -lDBKit  
-lgnustep-base   -lpthread -lobjc   -lm
/usr/lib/mipsel-linux-gnu/libxml2.so.2: undefined reference to 
`gzopen64@ZLIB_1.2.3.3'
collect2: ld returned 1 exit status
make[6]: *** [obj/fswatcher] Error 1
make[5]: *** [internal-tool-all_] Error 2
make[4]: *** [fswatcher.all.tool.variables] Error 2
make[3]: *** [internal-all] Error 2
make[3]: Leaving directory 
`/build/buildd-gworkspace_0.8.8-1.1-mipsel-ZFnD47/gworkspace-0.8.8/Tools/fswatcher'
make[2]: *** [internal-all] Error 2
make[2]: Leaving directory 
`/build/buildd-gworkspace_0.8.8-1.1-mipsel-ZFnD47/gworkspace-0.8.8/Tools'
make[1]: *** [internal-all] Error 2
make[1]: Leaving directory 
`/build/buildd-gworkspace_0.8.8-1.1-mipsel-ZFnD47/gworkspace-0.8.8'
make: *** [build-stamp] Error 2

https://buildd.debian.org/status/fetch.php?pkg=gworkspacearch=mipselver=0.8.8-1.1stamp=1338232355


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



Bug#683020: FTBFS on mipsel: undefined reference to `gzopen64@ZLIB_1.2.3.3'

2012-07-27 Thread Luca Falavigna
Source: gridlock.app
Version: 1.10-3.2
Severity: serious
Justification: fails to build from source


gridlock.app fails to build from source on mipsel, but built in the past:

Compiling file FiancoAI.m ...
FiancoAI.m: In function '-[FiancoAI utilityForGame:player:]':
FiancoAI.m:23:3: warning: suggest parentheses around assignment used as truth 
value [-Wparentheses]
 Compiling file FiancoGame.m ...
FiancoGame.m: In function '-[FiancoGame allValidMoveSequences]':
FiancoGame.m:72:3: warning: suggest parentheses around assignment used as truth 
value [-Wparentheses]
 Linking app Gridlock ...
/usr/lib/mipsel-linux-gnu/libxml2.so.2: undefined reference to 
`gzopen64@ZLIB_1.2.3.3'
collect2: ld returned 1 exit status
make[4]: *** [Gridlock.app/./Gridlock] Error 1
make[3]: *** [internal-app-run-compile-submake] Error 2
make[2]: *** [Gridlock.all.app.variables] Error 2
make[1]: *** [internal-all] Error 2
make[1]: Leaving directory 
`/build/buildd-gridlock.app_1.10-3.2-mipsel-VaTFGl/gridlock.app-1.10'
make: *** [build-stamp] Error 2

https://buildd.debian.org/status/fetch.php?pkg=gridlock.apparch=mipselver=1.10-3.2stamp=1338230640


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



Bug#683021: FTBFS on arm*: multiple definition of `typeinfo for FunctionParserBasedouble::FunctionWrapper'

2012-07-27 Thread Luca Falavigna
Source: fparser
Version: 4.5-0.1
Severity: serious
Justification: fails to build from source


fparser fails to build from source on arm*, but built in the past:

/bin/bash ./libtool --tag=CXX   --mode=link g++  -g -O2 -release 4.3  -o 
libfparser.la -rpath /usr/lib fparser.lo fpoptimizer.lo  
libtool: link: g++  -fPIC -DPIC -shared -nostdlib 
/usr/lib/gcc/arm-linux-gnueabi/4.6/../../../arm-linux-gnueabi/crti.o 
/usr/lib/gcc/arm-linux-gnueabi/4.6/crtbeginS.o  .libs/fparser.o 
.libs/fpoptimizer.o   -L/usr/lib/gcc/arm-linux-gnueabi/4.6 
-L/usr/lib/gcc/arm-linux-gnueabi/4.6/../../../arm-linux-gnueabi 
-L/usr/lib/gcc/arm-linux-gnueabi/4.6/../../.. -L/lib/arm-linux-gnueabi 
-L/usr/lib/arm-linux-gnueabi -lstdc++ -lm -lc -lgcc_s 
/usr/lib/gcc/arm-linux-gnueabi/4.6/crtendS.o 
/usr/lib/gcc/arm-linux-gnueabi/4.6/../../../arm-linux-gnueabi/crtn.o  -O2   
-Wl,-soname -Wl,libfparser-4.3.so -o .libs/libfparser-4.3.so
.libs/fpoptimizer.o:(.rodata+0x1b0c): multiple definition of `typeinfo name for 
FunctionParserBasedouble::FunctionWrapper'
.libs/fparser.o:(.rodata+0x1e8): first defined here
.libs/fpoptimizer.o:(.data.rel.ro+0x0): multiple definition of `typeinfo for 
FunctionParserBasedouble::FunctionWrapper'
.libs/fparser.o:(.data.rel.ro+0x0): first defined here
collect2: ld returned 1 exit status
make[1]: *** [libfparser.la] Error 1
make[1]: Leaving directory 
`/build/buildd-fparser_4.5-0.1-armel-aHWgBY/fparser-4.5'
dh_auto_build: make -j1 returned exit code 2
make: *** [build-arch] Error 2

https://buildd.debian.org/status/fetch.php?pkg=fparserarch=armelver=4.5-0.1stamp=1338356252
https://buildd.debian.org/status/fetch.php?pkg=fparserarch=armhfver=4.5-0.1stamp=1338357033


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



Bug#683022: FTBFS on armel: internal compiler error: Segmentation fault

2012-07-27 Thread Luca Falavigna
Source: dehydra
Version: 0.9.hg20120525-1
Severity: serious
Justification: fails to build from source


dehydra fails to build from source on armel, but built in the past:

Event| Plugins
PLUGIN_FINISH_TYPE   | gcc_dehydra
PLUGIN_FINISH_UNIT   | gcc_dehydra
PLUGIN_PRE_GENERICIZE| gcc_dehydra
PLUGIN_FINISH| gcc_dehydra
PLUGIN_ATTRIBUTES| gcc_dehydra
In file included from gcc_cp_headers.h:54:0:
/usr/lib/gcc/arm-linux-gnueabi/4.6/plugin/include/toplev.h:81:50: internal 
compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See file:///usr/share/doc/gcc-4.6/README.Bugs for instructions.
/usr/lib/gcc/arm-linux-gnueabi/4.6/plugin/include/options.h:3418:15: Likely 
harmless: unhandled undefined signed char cl_optimization::x_flag_wpa 
/usr/lib/gcc/arm-linux-gnueabi/4.6/plugin/include/options.h:3418:15
/usr/lib/gcc/arm-linux-gnueabi/4.6/plugin/include/options.h:3419:15: Likely 
harmless: unhandled undefined signed char cl_optimization::x_flag_wrapv 
/usr/lib/gcc/arm-linux-gnueabi/4.6/plugin/include/options.h:3419:15
/usr/lib/gcc/arm-linux-gnueabi/4.6/plugin/include/cgraph.h:421:58: Harmless: 
skipping cgraph_edge::aux. 
/usr/lib/gcc/arm-linux-gnueabi/4.6/plugin/include/cgraph.h:224:51: Harmless: 
skipping cgraph_node::aux. 
/usr/lib/gcc/arm-linux-gnueabi/4.6/plugin/include/cgraph.h:229:68: Harmless: 
skipping cgraph_node::ipa_transforms_to_apply. 
/usr/lib/gcc/arm-linux-gnueabi/4.6/plugin/include/ipa-ref.h:51:87: Likely 
harmless: unhandled union ipa_ref_ptr_u ipa_ref::refering 
/usr/lib/gcc/arm-linux-gnueabi/4.6/plugin/include/ipa-ref.h:51:87
/usr/lib/gcc/arm-linux-gnueabi/4.6/plugin/include/ipa-ref.h:52:86: Likely 
harmless: unhandled union ipa_ref_ptr_u ipa_ref::refered 
/usr/lib/gcc/arm-linux-gnueabi/4.6/plugin/include/ipa-ref.h:52:86
/usr/lib/gcc/arm-linux-gnueabi/4.6/plugin/include/ipa-ref.h:75:67: Harmless: 
skipping ipa_ref_list::refering. 
/usr/lib/gcc/arm-linux-gnueabi/4.6/plugin/include/cgraph.h:96:31: Harmless: 
cgraph_local_info::lto_file_data' type is incomplete
/usr/lib/gcc/arm-linux-gnueabi/4.6/plugin/include/cgraph.h:172:8: Likely 
harmless: unhandled undefined bool ipa_replace_map::replace_p 
/usr/lib/gcc/arm-linux-gnueabi/4.6/plugin/include/cgraph.h:172:8
/usr/lib/gcc/arm-linux-gnueabi/4.6/plugin/include/cgraph.h:174:8: Likely 
harmless: unhandled undefined bool ipa_replace_map::ref_p 
/usr/lib/gcc/arm-linux-gnueabi/4.6/plugin/include/cgraph.h:174:8
/usr/lib/gcc/arm-linux-gnueabi/4.6/plugin/include/cgraph.h:85:8: Likely 
harmless: unhandled undefined bool cgraph_thunk_info::this_adjusting 
/usr/lib/gcc/arm-linux-gnueabi/4.6/plugin/include/cgraph.h:85:8
/usr/lib/gcc/arm-linux-gnueabi/4.6/plugin/include/cgraph.h:86:8: Likely 
harmless: unhandled undefined bool cgraph_thunk_info::virtual_offset_p 
/usr/lib/gcc/arm-linux-gnueabi/4.6/plugin/include/cgraph.h:86:8
/usr/lib/gcc/arm-linux-gnueabi/4.6/plugin/include/cgraph.h:88:8: Likely 
harmless: unhandled undefined bool cgraph_thunk_info::thunk_p 
/usr/lib/gcc/arm-linux-gnueabi/4.6/plugin/include/cgraph.h:88:8
Generated treehydra_generated.c
Preprocessed source stored into /tmp/ccp0PFfW.out file, please attach this to 
your bugreport.
make[1]: *** [treehydra_generated.c] Error 1
make[1]: Leaving directory 
`/build/buildd-dehydra_0.9.hg20120525-1-armel-t13r4p/dehydra-0.9.hg20120525'
dh_auto_build: make -j1 returned exit code 2
make: *** [build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2

https://buildd.debian.org/status/fetch.php?pkg=dehydraarch=armelver=0.9.hg20120525-1stamp=1338668741


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



Bug#665498: Possible fix

2012-07-22 Thread Luca Falavigna
Could you please try with the package I uploaded there to see whether
the crash is fixed?
http://people.debian.org/~dktrkranz/shotwell/


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



  1   2   3   4   >