Bug#823330: please provide more information

2016-11-16 Thread gustavo panizzo (gfa)
Control: tags 823330 + moreinfo
Control: severity -1 normal
Control: fixed -1 1.8beta5+ds1-1

thanks

Hello

Can you provide more information? like the output when it fails
Are you using kFreeBSD or Hurd? (I don't have access to those 
systems, so I didn't test on them) 

I can't reproduce the problem here, let me show again, as 
I'll reduce the severity of the bug and tag it

$ grep ^server /etc/tsocks.conf 
server = gustavo-nb 
server_type = 5
server_port = 1081

$ grep gustavo /etc/hosts

$ tsocks wget -q -O - icanhazip.com  
XXX.XX.95.55

$ wget -q -O - icanhazip.com 
XXX.XX.43.177

$ ping gustavo-nb
PING gustavo-nb.blabla.CORP (10.11.201.67) 56(84) bytes of data.
64 bytes from gustavo-nb.blabla.corp (10.11.201.67): icmp_seq=1 ttl=64 
time=0.037 ms
^C
--- gustavo-nb.blabla.CORP ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.037/0.037/0.037/0.000 ms


Another computer

$ tsocks wget -4 -q -O - icanhazip.com
XX.XX.28.14

$  wget -4 -q -O - icanhazip.com
XXX.XX.95.55

$ dpkg -l tsocks
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ NameVersion 
 Architecture Description
+++-===---===
ii  tsocks  1.8beta5+ds1-1  
 amd64transparent network access through a SOCKS 4 or 5 
proxy
 
$ grep ^server /etc/tsocks.conf 
server = localhost
server_type = 5
server_port = 





-- 
1AE0 322E B8F7 4717 BDEA BF1D 44BB 1BA7 9F6C 6333

keybase: https://keybase.io/gfa



Bug#823330: its working for me

2016-11-10 Thread gustavo panizzo (gfa)
Control:
merge 472001 -1
notfound -1 1.8beta5+ds1-1
thanks

Hello 

works for me

$ tsocks wget -q -O - icanhazip.com 
XXX.XXX.95.55

$ wget -q -O - icanhazip.com 
XXX.XXX.43.177


$ grep ^server /etc/tsocks.conf 
server = localhost
server_type = 5
server_port = 1081

I'm using tsocks 1.8beta5+ds1-1 but that particular patch hasn't changed

if you confirm it works for you, i'll proceed to close this bug

thanks!

-- 
1AE0 322E B8F7 4717 BDEA BF1D 44BB 1BA7 9F6C 6333

keybase: https://keybase.io/gfa



Bug#837823: can't upload to git

2016-10-28 Thread gustavo panizzo (gfa)
Hello

I don't have perms to upload my changes to fprintd's git repo in alioth

I placed a copy of the repo with my changes here
git.debian.org:/srv/home/users/gfa-guest/public_git/fprintd

Also I've requested to join the alioth team



-- 
1AE0 322E B8F7 4717 BDEA BF1D 44BB 1BA7 9F6C 6333

keybase: https://keybase.io/gfa



Bug#815611: tsocks: diff for NMU version 1.8beta5-9.5

2016-10-27 Thread gustavo panizzo (gfa)
Control: tags 815611 + patch
Control: tags 815611 + pending
Control: tags 823330 + patch
Control: tags 823330 + pending

Dear maintainer,

I've prepared an NMU for tsocks (versioned as 1.8beta5-9.5)
I'll look for an sponsor and upload it

Regards.

-- 
1AE0 322E B8F7 4717 BDEA BF1D 44BB 1BA7 9F6C 6333

keybase: https://keybase.io/gfa
diff -Nru tsocks-1.8beta5/debian/changelog tsocks-1.8beta5/debian/changelog
--- tsocks-1.8beta5/debian/changelog	2016-03-01 01:40:38.0 +0800
+++ tsocks-1.8beta5/debian/changelog	2016-10-28 10:33:56.0 +0800
@@ -1,3 +1,13 @@
+tsocks (1.8beta5-9.5) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Removal of deprecated dh_undocumented debhelper command (Closes: #815611).
+  * Enable host name resolution on /etc/tsocks.conf at configure time,
+it was intended to be enabled in previous releases, but a bug in the
+configure script disabled it (Closes: #823330).
+
+ -- gustavo panizzo   Fri, 28 Oct 2016 10:33:56 +0800
+
 tsocks (1.8beta5-9.4) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru tsocks-1.8beta5/debian/patches/00list tsocks-1.8beta5/debian/patches/00list
--- tsocks-1.8beta5/debian/patches/00list	2011-10-02 14:37:03.0 +0800
+++ tsocks-1.8beta5/debian/patches/00list	2016-10-28 10:33:56.0 +0800
@@ -4,3 +4,4 @@
 04_getpeername
 05_config_in_home
 06_fallback
+07_tsocks-1.8_beta5-hostname-config-fix.patch
diff -Nru tsocks-1.8beta5/debian/patches/07_tsocks-1.8_beta5-hostname-config-fix.patch tsocks-1.8beta5/debian/patches/07_tsocks-1.8_beta5-hostname-config-fix.patch
--- tsocks-1.8beta5/debian/patches/07_tsocks-1.8_beta5-hostname-config-fix.patch	1970-01-01 08:00:00.0 +0800
+++ tsocks-1.8beta5/debian/patches/07_tsocks-1.8_beta5-hostname-config-fix.patch	2016-10-28 10:33:56.0 +0800
@@ -0,0 +1,25 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 07_tsocks-1.8_beta5-hostname-config-fix.patch by https://sourceforge.net/u/phobosk/profile/
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Enable host name resolution on /etc/tsocks.conf at configure time,
+## DP: this was intended to be enabled in previous releases, but a bug in the configure script
+## DP: made it impossible
+## DP: Poor's man DEP3 headers
+## DP: Origin: https://sourceforge.net/p/tsocks/bugs/27/
+## DP: Last-Update: 2016-10-28
+
+@DPATCH@
+--- tsocks-1.8.orig/configure.in
 tsocks-1.8/configure.in
+@@ -171,8 +171,8 @@
+   AC_DEFINE(ALLOW_MSG_OUTPUT)
+ fi
+ 
+-if test "x${enable_hostnames}" = "x"; then
+-  AC_DEFINE(HOSTNAMES)
++if test "${enable_hostnames}" = "yes"; then
++  AC_DEFINE(HOSTNAMES,1)
+ fi
+ 
+ if test "${enable_socksdns}" = "yes" -a \
diff -Nru tsocks-1.8beta5/debian/rules tsocks-1.8beta5/debian/rules
--- tsocks-1.8beta5/debian/rules	2016-02-29 22:08:47.0 +0800
+++ tsocks-1.8beta5/debian/rules	2016-10-28 10:33:56.0 +0800
@@ -69,7 +69,7 @@
 	dh_testdir
 
 #	dpkg-gencontrol -isp
-	dh_undocumented
+#	dh_undocumented
 	dh_installdocs
 
 	#dh_installdebconf


signature.asc
Description: PGP signature


Bug#837823: fprintd: diff for NMU version 0.6.0-2.1

2016-10-24 Thread gustavo panizzo (gfa)
Previous patch has urgency=medium, this patch has
urgency=low.
I plan to upload this patch

Apologizes for the noise

-- 
1AE0 322E B8F7 4717 BDEA BF1D 44BB 1BA7 9F6C 6333

keybase: https://keybase.io/gfa
diff -Nru fprintd-0.6.0/debian/changelog fprintd-0.6.0/debian/changelog
--- fprintd-0.6.0/debian/changelog	2016-06-09 03:32:03.0 +0800
+++ fprintd-0.6.0/debian/changelog	2016-10-24 20:40:42.0 +0800
@@ -1,3 +1,11 @@
+fprintd (0.6.0-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Add intltool to build-dep, preparing for the deprecation of gnome-common,
+Fixes FTBFS. (Closes: #837823).
+
+ -- gustavo panizzo   Mon, 24 Oct 2016 20:40:42 +0800
+
 fprintd (0.6.0-2) unstable; urgency=medium
 
   [ Santiago Vila ]
diff -Nru fprintd-0.6.0/debian/control fprintd-0.6.0/debian/control
--- fprintd-0.6.0/debian/control	2016-06-09 03:31:31.0 +0800
+++ fprintd-0.6.0/debian/control	2016-10-24 20:33:56.0 +0800
@@ -9,6 +9,7 @@
  libdbus-glib-1-dev,
  libpolkit-gobject-1-dev,
  gtk-doc-tools,
+ intltool,
  libpam0g-dev
 Standards-Version: 3.9.8
 Homepage: http://www.freedesktop.org/wiki/Software/fprint/fprintd


signature.asc
Description: PGP signature


Bug#837823: fprintd: diff for NMU version 0.6.0-2.1

2016-10-24 Thread gustavo panizzo (gfa)

Control: tags 837823 + patch
Control: tags 837823 + pending

Dear maintainer,

I've prepared an NMU for fprintd (versioned as 0.6.0-2.1)

I'm looking for and sponsor, then I'll upload it to DELAYED/5.

Please feel free to tell me if I should delay it longer.

After the package reach the archive I'll upload to the git repo

Regards.

-- 
1AE0 322E B8F7 4717 BDEA BF1D 44BB 1BA7 9F6C 6333

keybase: https://keybase.io/gfa
diff -Nru fprintd-0.6.0/debian/changelog fprintd-0.6.0/debian/changelog
--- fprintd-0.6.0/debian/changelog	2016-06-09 03:32:03.0 +0800
+++ fprintd-0.6.0/debian/changelog	2016-10-24 20:40:42.0 +0800
@@ -1,3 +1,11 @@
+fprintd (0.6.0-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add intltool to build-dep, preparing for the deprecation of gnome-common,
+Fixes FTBFS. (Closes: #837823).
+
+ -- gustavo panizzo   Mon, 24 Oct 2016 20:40:42 +0800
+
 fprintd (0.6.0-2) unstable; urgency=medium
 
   [ Santiago Vila ]
diff -Nru fprintd-0.6.0/debian/control fprintd-0.6.0/debian/control
--- fprintd-0.6.0/debian/control	2016-06-09 03:31:31.0 +0800
+++ fprintd-0.6.0/debian/control	2016-10-24 20:33:56.0 +0800
@@ -9,6 +9,7 @@
  libdbus-glib-1-dev,
  libpolkit-gobject-1-dev,
  gtk-doc-tools,
+ intltool,
  libpam0g-dev
 Standards-Version: 3.9.8
 Homepage: http://www.freedesktop.org/wiki/Software/fprint/fprintd


signature.asc
Description: PGP signature


Bug#829752: lower the severity

2016-09-21 Thread gustavo panizzo (gfa)
Control: severity -1 whislist

Hello

I don't want to start a severity war, but I count on having
netfilter-persistent when I install new systems using stretch.

From the bts documentation [1]


grave
makes the package in question unusable or mostly so, or causes data
loss, or introduces a security hole allowing access to the accounts
of users who use the package.

important
a bug which has a major effect on the usability of a package,
without rendering it completely unusable to everyone.

normal
the default value, applicable to most bugs.

wishlist
for any feature request, and also for any bugs that are very
difficult to fix due to major design considerations.


This bug is far from grave. It does not causes data loss,  it does
not allow access to accounts of users that use it
(it won't protect other services but that's a bug on the services
itself or plain misconfiguration)


Therefore, I'm downgrading this bug severity to whislist.

I think it would be a good idea to have a debconf question asking if
the user wants the behavior requested in this bug report.
If the user says YES then create the file
/lib/systemd/system/networking.service.d/30_netfilter-persistent.conf
effectively disabling the network if the firewall fails to load.
The default answer for that debconf question should be NO.


[1] https://www.debian.org/Bugs/Developer#severities

-- 
1AE0 322E B8F7 4717 BDEA BF1D 44BB 1BA7 9F6C 6333

keybase: https://keybase.io/gfa


signature.asc
Description: PGP signature


Bug#832840: license-reconcile: diff for NMU version 0.12+nmu1

2016-09-20 Thread gustavo panizzo (gfa)
On Tue, Sep 20, 2016 at 06:42:51AM +0800, gustavo panizzo (gfa) wrote:
> On Mon, Sep 19, 2016 at 07:15:50PM +0200, gregor herrmann wrote:
> > On Mon, 19 Sep 2016 00:32:17 +0800, gustavo panizzo (gfa) wrote:
> > 
> > > I've attached the debdiff, I'll push my changes to the git repo after
> > > the NMU has been uploaded, let me know if you don't agree with any of
> > > this.
> > 
> > Thanks for your help.
> > 
> > It might be easier to push the changes to the git repo before an
> > upload, with 0.12 instead of 0.12+nmu1, and we can do a regular tram
> > upload. -- Whatever you prefer.
> 
> I have no preference on the matter, and you are the maintainer.
> I've tried to push to the git repo but I have no perms. so I've attached
> the diff between HEAD and your last commit to this email

or you can clone from
git.debian.org:/srv/home/users/gfa-guest/public_git/license-reconcile



-- 
1AE0 322E B8F7 4717 BDEA BF1D 44BB 1BA7 9F6C 6333

keybase: https://keybase.io/gfa



Bug#832840: license-reconcile: diff for NMU version 0.12+nmu1

2016-09-19 Thread gustavo panizzo (gfa)
On Mon, Sep 19, 2016 at 07:15:50PM +0200, gregor herrmann wrote:
> On Mon, 19 Sep 2016 00:32:17 +0800, gustavo panizzo (gfa) wrote:
> 
> > I've attached the debdiff, I'll push my changes to the git repo after
> > the NMU has been uploaded, let me know if you don't agree with any of
> > this.
> 
> Thanks for your help.
> 
> It might be easier to push the changes to the git repo before an
> upload, with 0.12 instead of 0.12+nmu1, and we can do a regular tram
> upload. -- Whatever you prefer.

I have no preference on the matter, and you are the maintainer.
I've tried to push to the git repo but I have no perms. so I've attached
the diff between HEAD and your last commit to this email

I've fixed a typo lib/Debian/LicenseReconcile/CopyrightDatum.pm as well

thanks!

-- 
1AE0 322E B8F7 4717 BDEA BF1D 44BB 1BA7 9F6C 6333

keybase: https://keybase.io/gfa
diff --git a/debian/changelog b/debian/changelog
index becd035..81e9e09 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,15 +1,3 @@
-license-reconcile (0.12) unstable; urgency=medium
-
-  [ gustavo panizzo ]
-  * Update test cases to match licensecheck output. Thanks Petter Reinholdtsen
-for the patches, Fix FTBFS (Closes: #832840).
-  * Fix typo in lib/Debian/LicenseReconcile/CopyrightDatum.pm.
-
-  [ gregor herrmann ]
-  * Remove Nicholas Bamber from Uploaders. Thanks for your work!
-
- -- gustavo panizzo <g...@zumbi.com.ar>  Sun, 18 Sep 2016 10:40:39 +0800
-
 license-reconcile (0.11) unstable; urgency=medium
 
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
diff --git a/lib/Debian/LicenseReconcile/App.pm b/lib/Debian/LicenseReconcile/App.pm
index 993a12b..f9fa59f 100644
--- a/lib/Debian/LicenseReconcile/App.pm
+++ b/lib/Debian/LicenseReconcile/App.pm
@@ -289,8 +289,6 @@ This contains the core logic of the tool.
 
 =head2 files
 
-=head2 suggest_stanzas
-
 =head1 AUTHOR
 
 Nicholas Bamber, C<<  >>
diff --git a/lib/Debian/LicenseReconcile/CopyrightDatum.pm b/lib/Debian/LicenseReconcile/CopyrightDatum.pm
index ea8383f..06ea421 100644
--- a/lib/Debian/LicenseReconcile/CopyrightDatum.pm
+++ b/lib/Debian/LicenseReconcile/CopyrightDatum.pm
@@ -253,7 +253,7 @@ This method returns a boolean indicating whether the object contains the argumen
 The method will respect the argument if it is a
 L and otherwise stringify and parse it.
 It may also take an optional reference. If this is set on failing to
-verify containment the reason found will be placed in that reference.
+veryify containment the reason found will be placed in that reference.
 
 =head2 copyright_holders 
 
diff --git a/t/08-licensecheck.t b/t/08-licensecheck.t
index c4faf2f..81fea4e 100644
--- a/t/08-licensecheck.t
+++ b/t/08-licensecheck.t
@@ -86,61 +86,61 @@ cmp_deeply(\@data, bag(
 {
 file=>'Apache_2_0',
 license=>'test1',
-	copyright=>['Copyright: 2000 Testophilus Testownik <tes...@testity.org>.'],
+	copyright=>['Copyright: 2000 Testophilus Testownik <tes...@testity.org>'],
 },
 {
 file=>'FreeBSD',
 license=>'test2',
-	copyright=>['Copyright: 2001 Testophilus Testownik <tes...@testity.org>.'],
+	copyright=>['Copyright: 2001 Testophilus Testownik <tes...@testity.org>'],
 },
 {
 file=>'GPL_1',
 license=>'test3',
-	copyright=>['Copyright: 2002 Testophilus Testownik <tes...@testity.org>.'],
+	copyright=>['Copyright: 2002 Testophilus Testownik <tes...@testity.org>'],
 },
 {
 file=>'GPL_2',
 license=>'test4',
-	copyright=>['Copyright: 2003 Testophilus Testownik <tes...@testity.org>.'],
+	copyright=>['Copyright: 2003 Testophilus Testownik <tes...@testity.org>'],
 },
 {
 file=>'GPL_3',
 license=>'test5',
-	copyright=>['Copyright: 2004 Testophilus Testownik <tes...@testity.org>.'],
+	copyright=>['Copyright: 2004 Testophilus Testownik <tes...@testity.org>'],
 },
 {
 file=>'LGPL_2',
 license=>'test6',
-	copyright=>['Copyright: 2005 Testophilus Testownik <tes...@testity.org>.'],
+	copyright=>['Copyright: 2005 Testophilus Testownik <tes...@testity.org>'],
 },
 {
 file=>'LGPL_2_1',
 license=>'test7',
-	copyright=>['Copyright: 2006 Testophilus Testownik <tes...@testity.org>.'],
+	copyright=>['Copyright: 2006 Testophilus Testownik <tes...@testity.org>'],
 },
 {
 file=>'LGPL_3_0',
 license=>'test8',
-	copyright=>['Copyright: 2007 Testophilus Testownik <tes...@testity.org>.'],
+	copyright=>['Copyright: 2007 Testophilus Testownik <tes...@testity.org>'],
 },
 {
 file=>'MIT',
 license=>'test9',
-	copyright=>['Copyright: 2008 Testophilus Testownik <tes...@testity.org>.'],
+	copyright=>['Copyright: 2008

Bug#832840: license-reconcile: diff for NMU version 0.12+nmu1

2016-09-18 Thread gustavo panizzo (gfa)
Control: tags  832840 + pending


Dear maintainer,

I've prepared an NMU for license-reconcile (versioned as 0.12+nmu1)
I'll look for an sponsor and upload it.

The nmu includes an non uploaded change of yours, as is it
non-functional I've included it.

I've attached the debdiff, I'll push my changes to the git repo after
the NMU has been uploaded, let me know if you don't agree with any of
this.


Regards.


-- 
1AE0 322E B8F7 4717 BDEA BF1D 44BB 1BA7 9F6C 6333

keybase: https://keybase.io/gfa
diff -Nru license-reconcile-0.11/debian/changelog 
license-reconcile-0.12+nmu1/debian/changelog
--- license-reconcile-0.11/debian/changelog 2016-07-05 20:20:50.0 
+0800
+++ license-reconcile-0.12+nmu1/debian/changelog2016-09-18 
10:40:39.0 +0800
@@ -1,3 +1,15 @@
+license-reconcile (0.12+nmu1) unstable; urgency=low
+
+  [ gustavo panizzo ]
+  * Non-maintainer upload.
+  * Update test cases to match licensecheck output. Thanks Petter Reinholdtsen
+for the patches, Fix FTBFS (Closes: #832840).
+
+  [ gregor herrmann ]
+  * Remove Nicholas Bamber from Uploaders. Thanks for your work!
+
+ -- gustavo panizzo   Sun, 18 Sep 2016 10:40:39 +0800
+
 license-reconcile (0.11) unstable; urgency=medium
 
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
diff -Nru license-reconcile-0.11/debian/control 
license-reconcile-0.12+nmu1/debian/control
--- license-reconcile-0.11/debian/control   2016-07-05 20:20:50.0 
+0800
+++ license-reconcile-0.12+nmu1/debian/control  2016-09-16 09:27:33.0 
+0800
@@ -1,6 +1,6 @@
 Source: license-reconcile
 Maintainer: Debian Perl Group 
-Uploaders: gregor herrmann , Nicholas Bamber 

+Uploaders: gregor herrmann 
 Section: devel
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
diff -Nru license-reconcile-0.11/lib/Debian/LicenseReconcile/App.pm 
license-reconcile-0.12+nmu1/lib/Debian/LicenseReconcile/App.pm
--- license-reconcile-0.11/lib/Debian/LicenseReconcile/App.pm   2016-07-05 
20:20:50.0 +0800
+++ license-reconcile-0.12+nmu1/lib/Debian/LicenseReconcile/App.pm  
2016-09-18 10:23:37.0 +0800
@@ -244,11 +244,11 @@
 
 =head1 VERSION
 
-Version 0.11
+Version 0.12+nmu1
 
 =cut
 
-our $VERSION = '0.11';
+our $VERSION = '0.12+nmu1';
 
 
 =head1 SYNOPSIS
@@ -289,6 +289,8 @@
 
 =head2 files
 
+=head2 suggest_stanzas
+
 =head1 AUTHOR
 
 Nicholas Bamber, C<<  >>
diff -Nru 
license-reconcile-0.11/lib/Debian/LicenseReconcile/CopyrightDatum/Holder.pm 
license-reconcile-0.12+nmu1/lib/Debian/LicenseReconcile/CopyrightDatum/Holder.pm
--- license-reconcile-0.11/lib/Debian/LicenseReconcile/CopyrightDatum/Holder.pm 
2016-07-05 20:20:50.0 +0800
+++ 
license-reconcile-0.12+nmu1/lib/Debian/LicenseReconcile/CopyrightDatum/Holder.pm
2016-09-17 20:18:04.0 +0800
@@ -61,11 +61,11 @@
 
 =head1 VERSION
 
-Version 0.11
+Version 0.12+nmu1
 
 =cut
 
-our $VERSION = '0.11';
+our $VERSION = '0.12+nmu1';
 
 
 =head1 SYNOPSIS
diff -Nru license-reconcile-0.11/lib/Debian/LicenseReconcile/CopyrightDatum.pm 
license-reconcile-0.12+nmu1/lib/Debian/LicenseReconcile/CopyrightDatum.pm
--- license-reconcile-0.11/lib/Debian/LicenseReconcile/CopyrightDatum.pm
2016-07-05 20:20:50.0 +0800
+++ license-reconcile-0.12+nmu1/lib/Debian/LicenseReconcile/CopyrightDatum.pm   
2016-09-17 20:24:09.0 +0800
@@ -214,11 +214,11 @@
 
 =head1 VERSION
 
-Version 0.11
+Version 0.12+nmu1
 
 =cut
 
-our $VERSION = '0.11';
+our $VERSION = '0.12+nmu1';
 
 =head1 DESCRIPTION
 
diff -Nru license-reconcile-0.11/lib/Debian/LicenseReconcile/CopyrightTarget.pm 
license-reconcile-0.12+nmu1/lib/Debian/LicenseReconcile/CopyrightTarget.pm
--- license-reconcile-0.11/lib/Debian/LicenseReconcile/CopyrightTarget.pm   
2016-07-05 20:20:50.0 +0800
+++ license-reconcile-0.12+nmu1/lib/Debian/LicenseReconcile/CopyrightTarget.pm  
2016-09-17 20:18:48.0 +0800
@@ -100,11 +100,11 @@
 
 =head1 VERSION
 
-Version 0.11
+Version 0.12+nmu1
 
 =cut
 
-our $VERSION = '0.11';
+our $VERSION = '0.12+nmu1';
 
 
 =head1 SYNOPSIS
diff -Nru license-reconcile-0.11/lib/Debian/LicenseReconcile/Errors.pm 
license-reconcile-0.12+nmu1/lib/Debian/LicenseReconcile/Errors.pm
--- license-reconcile-0.11/lib/Debian/LicenseReconcile/Errors.pm
2016-07-05 20:20:50.0 +0800
+++ license-reconcile-0.12+nmu1/lib/Debian/LicenseReconcile/Errors.pm   
2016-09-17 20:17:56.0 +0800
@@ -29,11 +29,11 @@
 
 =head1 VERSION
 
-Version 0.11
+Version 0.12+nmu1
 
 =cut
 
-our $VERSION = '0.11';
+our $VERSION = '0.12+nmu1';
 
 
 =head1 SYNOPSIS
diff -Nru 
license-reconcile-0.11/lib/Debian/LicenseReconcile/Filter/ChangeLog.pm 
license-reconcile-0.12+nmu1/lib/Debian/LicenseReconcile/Filter/ChangeLog.pm
--- license-reconcile-0.11/lib/Debian/LicenseReconcile/Filter/ChangeLog.pm  
2016-07-05 20:20:50.0 +0800
+++ 

Bug#833971: xautolock: diff for NMU version 1:2.2-5.1

2016-09-15 Thread gustavo panizzo (gfa)
Control: tags 833971 + pending

Dear maintainer,

I've prepared an NMU for xautolock (versioned as 1:2.2-5.1)
I'll look for an sponsor and upload it.

I've tested the nmu on different desktop systems, I haven't observed any
issue in the last 2 days.

Regards.

-- 
1AE0 322E B8F7 4717 BDEA BF1D 44BB 1BA7 9F6C 6333

keybase: https://keybase.io/gfa
diff -Nru xautolock-2.2/debian/changelog xautolock-2.2/debian/changelog
--- xautolock-2.2/debian/changelog	2016-03-16 06:17:05.0 +0800
+++ xautolock-2.2/debian/changelog	2016-09-15 14:54:09.0 +0800
@@ -1,3 +1,12 @@
+xautolock (1:2.2-5.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * This update allows one to build against glibc >= 2.24.
+  Thanks Aurelien Jarno  for the patch
+  (Closes: #833971).
+
+ -- gustavo panizzo   Thu, 15 Sep 2016 14:54:09 +0800
+
 xautolock (1:2.2-5) unstable; urgency=low
 
   * Non-maintainer upolad
diff -Nru xautolock-2.2/debian/patches/14-do-not-use-union-wait-type.patch xautolock-2.2/debian/patches/14-do-not-use-union-wait-type.patch
--- xautolock-2.2/debian/patches/14-do-not-use-union-wait-type.patch	1970-01-01 08:00:00.0 +0800
+++ xautolock-2.2/debian/patches/14-do-not-use-union-wait-type.patch	2016-09-15 14:54:09.0 +0800
@@ -0,0 +1,24 @@
+Description: Allows to build against glibc >=2.24
+Author: Aurelien Jarno 
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=833971
+
+--- xautolock-2.2.orig/src/engine.c
 xautolock-2.2/src/engine.c
+@@ -240,7 +240,7 @@ evaluateTriggers (Display* d)
+ #else /* VMS */
+   if (lockerPid)
+   {
+-#if !defined (UTEKV) && !defined (SYSV) && !defined (SVR4)
++#if !defined (UTEKV) && !defined (SYSV) && !defined (SVR4) && !defined (__GLIBC__)
+ union wait  status;  /* childs process status */
+ #else /* !UTEKV && !SYSV && !SVR4 */
+ int status = 0;  /* childs process status */
+@@ -251,7 +251,7 @@ evaluateTriggers (Display* d)
+   (void) kill (lockerPid, SIGTERM);
+ }
+ 
+-#if !defined (UTEKV) && !defined (SYSV) && !defined (SVR4)
++#if !defined (UTEKV) && !defined (SYSV) && !defined (SVR4) && !defined (__GLIBC__)
+ if (wait3 (, WNOHANG, 0))
+ #else /* !UTEKV && !SYSV && !SVR4 */
+ if (waitpid (-1, , WNOHANG)) 
diff -Nru xautolock-2.2/debian/patches/series xautolock-2.2/debian/patches/series
--- xautolock-2.2/debian/patches/series	2016-03-16 06:16:38.0 +0800
+++ xautolock-2.2/debian/patches/series	2016-09-15 14:54:09.0 +0800
@@ -2,3 +2,4 @@
 11-fix-no-dpms.patch
 12-fix-manpage.patch
 13-fix-hppa-build.patch
+14-do-not-use-union-wait-type.patch


Bug#829640: iptables-persistent: diff for NMU version 1.0.4+nmu1

2016-08-20 Thread gustavo panizzo (gfa)
Control: tags 829640 + patch
Control: tags 829640 + pending

Dear maintainer,

I've prepared an NMU for iptables-persistent (versioned as 1.0.4+nmu1),
I'll look for an sponsor and upload it.

I worked with the git repo but I didn't push to alioth until you agree or the
updated package is on the archive.

I've tested this change on machines with different configurations IPv4,
IPv6, DCHP, SLAAC and it worked fine.
My firewall rules set the DROP policy, this change should not disrupt
any user that allows ESTABLISHED and RELATED connections.

Regards.

--
1AE0 322E B8F7 4717 BDEA BF1D 44BB 1BA7 9F6C 6333

keybase: https://keybase.io/gfa
diff -Nru iptables-persistent-1.0.4/debian/changelog iptables-persistent-1.0.4+nmu1/debian/changelog
--- iptables-persistent-1.0.4/debian/changelog	2016-01-03 03:46:08.0 +0800
+++ iptables-persistent-1.0.4+nmu1/debian/changelog	2016-08-21 13:05:39.0 +0800
@@ -1,3 +1,11 @@
+iptables-persistent (1.0.4+nmu1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Loads the firewall before network-pre.target, as suggested by systemd
+upstream. (Closes: #829640).
+
+ -- gustavo panizzo   Sun, 21 Aug 2016 13:05:39 +0800
+
 iptables-persistent (1.0.4) unstable; urgency=medium
 
   * [d52b9e] During flush, set policy before flushing rules (Closes: #749790)
diff -Nru iptables-persistent-1.0.4/debian/compat iptables-persistent-1.0.4+nmu1/debian/compat
--- iptables-persistent-1.0.4/debian/compat	2016-01-03 03:46:08.0 +0800
+++ iptables-persistent-1.0.4+nmu1/debian/compat	2016-08-21 13:05:06.0 +0800
@@ -1 +1 @@
-7
+9
diff -Nru iptables-persistent-1.0.4/debian/control iptables-persistent-1.0.4+nmu1/debian/control
--- iptables-persistent-1.0.4/debian/control	2016-01-03 03:46:08.0 +0800
+++ iptables-persistent-1.0.4+nmu1/debian/control	2016-08-21 13:05:06.0 +0800
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Jonathan Wiltshire 
 Build-Depends: debhelper (>= 7.0.50~), dh-systemd, po-debconf
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/iptables-persistent.git/
 Vcs-Git: git://anonscm.debian.org/collab-maint/iptables-persistent.git
 
diff -Nru iptables-persistent-1.0.4/debian/rules iptables-persistent-1.0.4+nmu1/debian/rules
--- iptables-persistent-1.0.4/debian/rules	2016-01-03 03:46:08.0 +0800
+++ iptables-persistent-1.0.4+nmu1/debian/rules	2016-08-21 13:05:06.0 +0800
@@ -4,5 +4,5 @@
 	dh_installinit -- start 37 S . stop 37 0 1 6 .
 
 %:
-	dh --with systemd $@
+	dh $@ --with systemd
 
diff -Nru iptables-persistent-1.0.4/plugins/15-ip4tables iptables-persistent-1.0.4+nmu1/plugins/15-ip4tables
--- iptables-persistent-1.0.4/plugins/15-ip4tables	2016-01-03 03:46:08.0 +0800
+++ iptables-persistent-1.0.4+nmu1/plugins/15-ip4tables	2016-08-21 13:05:06.0 +0800
@@ -35,8 +35,8 @@
 	if [ ! -f /proc/net/ip_tables_names ]; then
 		echo "Warning: skipping IPv4 (no modules loaded)"
 	elif [ -x /sbin/iptables-save ]; then
-touch /etc/iptables/rules.v4
-chmod 0640 /etc/iptables/rules.v4
+		touch /etc/iptables/rules.v4
+		chmod 0640 /etc/iptables/rules.v4
 		iptables-save > /etc/iptables/rules.v4
 		if [ $? -ne 0 ]; then
 			rc=1
diff -Nru iptables-persistent-1.0.4/plugins/25-ip6tables iptables-persistent-1.0.4+nmu1/plugins/25-ip6tables
--- iptables-persistent-1.0.4/plugins/25-ip6tables	2016-01-03 03:46:08.0 +0800
+++ iptables-persistent-1.0.4+nmu1/plugins/25-ip6tables	2016-08-21 13:05:06.0 +0800
@@ -35,8 +35,8 @@
 	if [ ! -f /proc/net/ip6_tables_names ]; then
 		log_action_cont_msg "Warning: skipping IPv6 (no modules loaded)"
 	elif [ -x /sbin/ip6tables-save ]; then
-touch /etc/iptables/rules.v6
-chmod 0640 /etc/iptables/rules.v6
+		touch /etc/iptables/rules.v6
+		chmod 0640 /etc/iptables/rules.v6
 		ip6tables-save > /etc/iptables/rules.v6
 		if [ $? -ne 0 ]; then
 			rc=1
diff -Nru iptables-persistent-1.0.4/systemd/netfilter-persistent.service iptables-persistent-1.0.4+nmu1/systemd/netfilter-persistent.service
--- iptables-persistent-1.0.4/systemd/netfilter-persistent.service	2016-01-03 03:46:08.0 +0800
+++ iptables-persistent-1.0.4+nmu1/systemd/netfilter-persistent.service	2016-08-21 13:05:39.0 +0800
@@ -1,7 +1,8 @@
 [Unit]
 Description=netfilter persistent configuration
 DefaultDependencies=no
-Before=network.target
+Before=network-pre.target
+Wants=network-pre.target
 Wants=systemd-modules-load.service local-fs.target
 After=systemd-modules-load.service local-fs.target
 


signature.asc
Description: PGP signature


Bug#826446: NMU

2016-08-16 Thread gustavo panizzo (gfa)
Hello

I'm preparing an NMU for this package, I will push it on the next days

cheers

-- 
1AE0 322E B8F7 4717 BDEA BF1D 44BB 1BA7 9F6C 6333

keybase: https://keybase.io/gfa


signature.asc
Description: PGP signature


Bug#815291: (no subject)

2016-04-18 Thread gustavo panizzo (gfa)
there is a new version 1.0.0, hopefully that will fix the issue.
I will update the package as soon as I can, sorry for the very late
response


-- 
1AE0 322E B8F7 4717 BDEA BF1D 44BB 1BA7 9F6C 6333

keybase: http://keybase.io/gfa



Bug#815125: linux-image-4.4.0-1-amd64 fails to load initrd - no booting

2016-02-19 Thread gustavo panizzo (gfa)
Package: linux-image-4.4.0-1-amd64
Version: 4.4.2-1
Followup-For: Bug #815125

Same problem on a elitebook 8470 and Dell Latitude E7450


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

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

Versions of packages linux-image-4.4.0-1-amd64 depends on:
ii  debconf [debconf-2.0]   1.5.58
ii  initramfs-tools [linux-initramfs-tool]  0.120
ii  kmod22-1
ii  linux-base  4.0

Versions of packages linux-image-4.4.0-1-amd64 recommends:
ii  firmware-linux-free  3.4
ii  irqbalance   1.1.0-2

Versions of packages linux-image-4.4.0-1-amd64 suggests:
pn  debian-kernel-handbook  
ii  extlinux3:6.03+dfsg-11
pn  linux-doc-4.4   

-- debconf information:
  linux-image-4.4.0-1-amd64/prerm/removing-running-kernel-4.4.0-1-amd64: true



Bug#794298: asciinema: broken, Unable to upload

2015-08-03 Thread gustavo panizzo gfa
being so simple to fix, wouldn't be more easy just to configure it on
config file

[api]
https://asciinema.org

I was expecting something more difficult, I will contact my sponsor to
get the fix out (for default configs)



-- 
1AE0 322E B8F7 4717 BDEA BF1D 44BB 1BA7 9F6C 6333

keybase: http://keybase.io/gfa


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



Bug#794298: asciinema: broken, Unable to upload

2015-08-02 Thread gustavo panizzo gfa
On Sun, Aug 02, 2015 at 02:42:18 +0200, Marcin Kulik wrote:

 These issues (https, saving to tmp file) has been addressed in 0.9.9 (the 
 latest version is 1.1.1 btw).
 Versions 0.9.8 also use documented, open format for the recordings.
 
 I have just re-enabled support for 0.9.8 on the server side to fix this 
 problem, but I’d like to stop supporting it in the near future (unsafe http 
 connection is the #1 reason).
great, thanks


 Is there a chance to update this Debian package to the latest upstream 
 version in not so distant future?

the package is too old for 2 reasons

- not long ago jessie was released, before that we were in freeze
- 0.9.8 is the latest python version of asciinema.

I never packaged a go application for debian before, it is on my TODO
list but it will take more time (it is a new thing for me)

Daniel, I'm sorry you found the program does not work, I haven't use it
in a while so I wasn't aware of the breakage.

Marcin, could you release a last python version, a patch is fine too,
which uses https? I could upload that right away while I work on
packaging the latest version


 
 -- 
 Marcin

-- 
1AE0 322E B8F7 4717 BDEA BF1D 44BB 1BA7 9F6C 6333

keybase: http://keybase.io/gfa


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



Bug#740988: vavoom fails to run if rebuilt against unstable

2014-03-17 Thread gustavo panizzo gfa

 We have three other Doom ports in Debian, two of which are
 Boom-compatible enough to run Freedoom, two of which are able to run
 Heretic and Hexen and one which is able to run Strife. I don't think we
 need Vavoom anymore.
i agree vavoom should be drop from archive, i don't have the interest or
time to maintain properly, it's code base is aging and is not being updated.

if somebody cares enough packaging could be found in
http://anonscm.debian.org/gitweb/?p=pkg-games/vavoom.git

:(


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



Bug#665199: fix for rc bug #665199

2012-11-03 Thread gustavo panizzo gfa
On 11/03/2012 04:34 AM, Steve Langasek wrote:
 On Fri, Nov 02, 2012 at 11:11:13AM -0300, gustavo panizzo gfa
 wrote:
 updated package can be found at 
 http://mentors.debian.net/debian/pool/main/o/openldap/openldap_2.4.31-1.1.dsc

 
 This is not the correct procedure for an NMU.  Please send a
 debdiff to the bug report.
 

sending it again

$ debdiff /var/cache/pbuilder/result/slapd_2.4.31-1.1_i386.deb
/var/cache/apt/archives/slapd_2.4.31-1_i386.deb
[The following lists of changes regard files as different if they have
different names, permissions or owners.]

Files in second .deb but not in first
-
-rwxr-xr-x  root/root   /usr/sbin/slappasswd
hrwxr-xr-x  root/root   /usr/sbin/slapacl link to ./usr/sbin/slappasswd
hrwxr-xr-x  root/root   /usr/sbin/slapadd link to ./usr/sbin/slappasswd
hrwxr-xr-x  root/root   /usr/sbin/slapauth link to ./usr/sbin/slappasswd
hrwxr-xr-x  root/root   /usr/sbin/slapcat link to ./usr/sbin/slappasswd
hrwxr-xr-x  root/root   /usr/sbin/slapd link to ./usr/sbin/slappasswd
hrwxr-xr-x  root/root   /usr/sbin/slapdn link to ./usr/sbin/slappasswd
hrwxr-xr-x  root/root   /usr/sbin/slapindex link to ./usr/sbin/slappasswd
hrwxr-xr-x  root/root   /usr/sbin/slapschema link to ./usr/sbin/slappasswd
hrwxr-xr-x  root/root   /usr/sbin/slaptest link to ./usr/sbin/slappasswd

Files in first .deb but not in second
-
-rwxr-xr-x  root/root   /usr/sbin/slapadd
hrwxr-xr-x  root/root   /usr/sbin/slapacl link to ./usr/sbin/slapadd
hrwxr-xr-x  root/root   /usr/sbin/slapauth link to ./usr/sbin/slapadd
hrwxr-xr-x  root/root   /usr/sbin/slapcat link to ./usr/sbin/slapadd
hrwxr-xr-x  root/root   /usr/sbin/slapd link to ./usr/sbin/slapadd
hrwxr-xr-x  root/root   /usr/sbin/slapdn link to ./usr/sbin/slapadd
hrwxr-xr-x  root/root   /usr/sbin/slapindex link to ./usr/sbin/slapadd
hrwxr-xr-x  root/root   /usr/sbin/slappasswd link to ./usr/sbin/slapadd
hrwxr-xr-x  root/root   /usr/sbin/slapschema link to ./usr/sbin/slapadd
hrwxr-xr-x  root/root   /usr/sbin/slaptest link to ./usr/sbin/slapadd

Control files: lines which differ (wdiff format)

Depends: libc6 (= 2.12), libdb5.1, libgcrypt11 (= 1.4.5),
libgnutls26 (= 2.12.17-0), libldap-2.4-2 (= [-2.4.31-1.1),-]
{+2.4.31-1),+} libltdl7 (= 2.4.2), libodbc1 (= 2.2.11) | unixodbc
(= 2.2.11), libperl5.14 (= 5.14.2), libsasl2-2 (= 2.1.24), libslp1,
libwrap0 (= 7.6-4~), coreutils (= 4.5.1-1), psmisc, perl ( 5.8.0)
| libmime-base64-perl, adduser, lsb-base (= 3.2-13)
Version: [-2.4.31-1.1-] {+2.4.31-1+}


-- 
1AE0 322E B8F7 4717 BDEA  BF1D 44BB 1BA7 9F6C 6333


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



Bug#665199: openldap: diff for NMU version 2.4.31-1.1

2012-11-03 Thread gustavo panizzo gfa
tags 665199 + patch
tags 665199 + pending
thanks

Dear maintainer,

I've prepared an NMU for openldap (versioned as 2.4.31-1.1)
attached is the diff between the sources as nmudiff shows 

Regards.

-- 
1AE0 322E B8F7 4717 BDEA  BF1D 44BB 1BA7 9F6C 6333

diff -u openldap-2.4.31/debian/slapd.postinst openldap-2.4.31/debian/slapd.postinst
--- openldap-2.4.31/debian/slapd.postinst
+++ openldap-2.4.31/debian/slapd.postinst
@@ -79,6 +79,11 @@
 	postinst_initial_configuration
 else
 	postinst_upgrade_configuration
+
+if [ $MODE = upgrade ]; then
+load_databases
+fi
+
 fi
 
 db_stop || true
diff -u openldap-2.4.31/debian/changelog openldap-2.4.31/debian/changelog
--- openldap-2.4.31/debian/changelog
+++ openldap-2.4.31/debian/changelog
@@ -1,3 +1,11 @@
+openldap (2.4.31-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fixes a bug in slapd postinst script. When upgrading, the script 
+failed to regenerate the database. Closes: #665199.
+
+ -- gustavo panizzo g...@zumbi.com.ar  Thu, 03 Nov 2012 02:11:45 -0300
+
 openldap (2.4.31-1) unstable; urgency=low
 
   * New upstream release.


Bug#665199: fix for rc bug #665199

2012-11-02 Thread gustavo panizzo gfa
hello, i've prepared  an updated version of slapd package which fix
the bug #665199


debdiff output

$ debdiff slapd_2.4.31-1.1_i386.deb 
/var/cache/apt/archives/slapd_2.4.31-1_i386.deb 
[The following lists of changes regard files as different if they have
different names, permissions or owners.]

Files in second .deb but not in first
-
-rwxr-xr-x  root/root   /usr/sbin/slappasswd
hrwxr-xr-x  root/root   /usr/sbin/slapacl link to ./usr/sbin/slappasswd
hrwxr-xr-x  root/root   /usr/sbin/slapadd link to ./usr/sbin/slappasswd
hrwxr-xr-x  root/root   /usr/sbin/slapauth link to ./usr/sbin/slappasswd
hrwxr-xr-x  root/root   /usr/sbin/slapcat link to ./usr/sbin/slappasswd
hrwxr-xr-x  root/root   /usr/sbin/slapd link to ./usr/sbin/slappasswd
hrwxr-xr-x  root/root   /usr/sbin/slapdn link to ./usr/sbin/slappasswd
hrwxr-xr-x  root/root   /usr/sbin/slapindex link to ./usr/sbin/slappasswd
hrwxr-xr-x  root/root   /usr/sbin/slapschema link to ./usr/sbin/slappasswd
hrwxr-xr-x  root/root   /usr/sbin/slaptest link to ./usr/sbin/slappasswd

Files in first .deb but not in second
-
-rwxr-xr-x  root/root   /usr/sbin/slapadd
hrwxr-xr-x  root/root   /usr/sbin/slapacl link to ./usr/sbin/slapadd
hrwxr-xr-x  root/root   /usr/sbin/slapauth link to ./usr/sbin/slapadd
hrwxr-xr-x  root/root   /usr/sbin/slapcat link to ./usr/sbin/slapadd
hrwxr-xr-x  root/root   /usr/sbin/slapd link to ./usr/sbin/slapadd
hrwxr-xr-x  root/root   /usr/sbin/slapdn link to ./usr/sbin/slapadd
hrwxr-xr-x  root/root   /usr/sbin/slapindex link to ./usr/sbin/slapadd
hrwxr-xr-x  root/root   /usr/sbin/slappasswd link to ./usr/sbin/slapadd
hrwxr-xr-x  root/root   /usr/sbin/slapschema link to ./usr/sbin/slapadd
hrwxr-xr-x  root/root   /usr/sbin/slaptest link to ./usr/sbin/slapadd

Control files: lines which differ (wdiff format)

Depends: libc6 (= 2.12), libdb5.1, libgcrypt11 (= 1.4.5), libgnutls26 (= 
2.12.17-0), libldap-2.4-2 (= [-2.4.31-1.1),-] {+2.4.31-1),+} libltdl7 (= 
2.4.2), libodbc1 (= 2.2.11) | unixodbc (= 2.2.11), libperl5.14 (= 5.14.2), 
libsasl2-2 (= 2.1.24), libslp1, libwrap0 (= 7.6-4~), coreutils (= 4.5.1-1), 
psmisc, perl ( 5.8.0) | libmime-base64-perl, adduser, lsb-base (= 3.2-13)
Version: [-2.4.31-1.1-] {+2.4.31-1+}


piuparts output (i'm running piuparts from git, piatti's branch)

$ sudo python piuparts.py --warn-on-others --warn-on-leftovers-after-purge 
--skip-logrotatefiles-test  --install-remove-install  -b 
/var/cache/pbuilder/squeeze.i386.tgz  -d squeeze  --log-level=info 
/var/cache/pbuilder/result/slapd_2.4.31-1.1_i386.deb 
Guessed: debian
0m0.0s INFO: 
--
0m0.0s INFO: To quickly glance what went wrong, scroll down to the bottom of 
this logfile.
0m0.0s INFO: FAQ available at http://wiki.debian.org/piuparts/FAQ
0m0.0s INFO: 
--
0m0.0s INFO: piuparts version __PIUPARTS_VERSION__ starting up.
0m0.0s INFO: Command line arguments: piuparts.py --warn-on-others 
--warn-on-leftovers-after-purge --skip-logrotatefiles-test 
--install-remove-install -b /var/cache/pbuilder/squeeze.i386.tgz -d squeeze 
--log-level=info /var/cache/pbuilder/result/slapd_2.4.31-1.1_i386.deb
0m0.0s INFO: Running on: Linux io 3.5-trunk-amd64 #1 SMP Debian 
3.5.5-1~experimental.1 x86_64
0m17.5s INFO: Installation of ['tmp/piuparts-depends-dummy.deb'] ok
0m18.5s INFO: Installation of ['tmp/slapd_2.4.31-1.1_i386.deb'] ok
0m18.7s INFO: Reinstalling after remove
0m19.0s INFO: Installation of ['tmp/slapd_2.4.31-1.1_i386.deb'] ok
0m28.3s INFO: PASS: Installation and purging test.
0m28.3s INFO: apt-cache knows about the following packages: slapd
0m37.6s INFO: Installation of ['tmp/slapd_2.4.31-1.1_i386.deb'] ok
0m54.2s INFO: Warning: Package purging left files on system:
  /var/lib/ldap/ not owned
  /var/lib/ldap/DB_CONFIGnot owned
  /var/lib/ldap/__db.001 not owned
  /var/lib/ldap/__db.002 not owned
  /var/lib/ldap/__db.003 not owned
  /var/lib/ldap/__db.004 not owned
  /var/lib/ldap/__db.005 not owned
  /var/lib/ldap/__db.006 not owned
  /var/lib/ldap/alocknot owned
  /var/lib/ldap/dn2id.bdbnot owned
  /var/lib/ldap/id2entry.bdb not owned
  /var/lib/ldap/log.01   not owned
  /var/lib/ldap/objectClass.bdb  not owned

0m54.2s INFO: PASS: Installation, upgrade and purging tests.
0m55.1s INFO: PASS: All tests.
0m55.1s INFO: piuparts run ends.


updated package can be found at
http://mentors.debian.net/debian/pool/main/o/openldap/openldap_2.4.31-1.1.dsc


attached are the piuparts log for the wheezy and updated package

thanks!


-- 
1AE0 322E B8F7 4717 BDEA  BF1D 44BB 1BA7 9F6C 6333



openldap.nmu.log.bz2
Description: Binary data


openldap.wheezy.log.bz2
Description: Binary data


Bug#687579: abby: neither works with current clive nor with current

2012-09-21 Thread gustavo panizzo gfa
cclive version 
Reply-To: 
X-Operating-System: Linux io 3.5-trunk-amd64 

i did some testing today, and found out abby needs squeeze version of
ccive to work.

upstream has abandoned the project, marking it as inactive. is no
longer possible to download abby's source code.

i think this package should be removed.

-- 
1AE0 322E B8F7 4717 BDEA  BF1D 44BB 1BA7 9F6C 6333


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



Bug#681756: cannot reproduce

2012-08-12 Thread gustavo panizzo gfa
i uploaded an updated package which fixes this bug, it can be found at
http://mentors.debian.net/debian/pool/main/c/canna/canna_3.7p3-10.dsc

piuparts log attached

-- 
1AE0 322E B8F7 4717 BDEA  BF1D 44BB 1BA7 9F6C 6333



canna.changes.log.gz
Description: Binary data


canna.log.gz
Description: Binary data


Bug#681756: cannot reproduce

2012-08-11 Thread gustavo panizzo gfa
On Fri, Aug 10, 2012 at 03:54:05PM +0200, gregor herrmann wrote:
 On Mon, 30 Jul 2012 09:24:39 -0300, gustavo panizzo gfa wrote:
 
  i cannot reproduce this bug  using piuparts 
 
 Me neither, with piuparts 0.45.
what would be the best course of action then?

i've upload a package
http://mentors.debian.net/debian/pool/main/c/canna/canna_3.7p3-10.dsc

fixing the bug i found
1m13.1s ERROR: WARN: Broken symlinks:
  /usr/bin/chmoddic - catdic

and closing this bug (should i remove the entry from changelog? since
nobody can reproduce the bug) 

i don't know if have sense to upload it or just close this bug as
unreproducible


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



Bug#681756: cannot reproduce

2012-08-11 Thread gustavo panizzo gfa
On Sat, Aug 11, 2012 at 09:38:38PM +0200, Andreas Beckmann wrote:
 
 I don't have the time right now to look into the details (or logs), but
 piuparts from GIT should be able to reproduce the problem with the
 --install-purge-install option.

sorry but that option does not exists.

[0 gfa@io:piuparts-git]$ sudo python piuparts.py --log-level=info
--existing-chroot /var/cache/pbuilder/base.cow.testing.i386
--warn-on-others --skip-logrotatefiles-test --minimize
--log-file=//tmp/canna.log -d wheezy --no-upgrade-test
--install-purge-install /var/cache/apt/archives/canna_3.7p3-9_i386.deb 
Usage: piuparts.py [options] package ...

piuparts.py: error: no such option: --install-purge-install

i cloned from git://anonscm.debian.org/piuparts/piuparts.git let me
know if i should clone from another repo

thanks
-- 
1AE0 322E B8F7 4717 BDEA  BF1D 44BB 1BA7 9F6C 6333


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



Bug#681756: cannot reproduce

2012-07-30 Thread gustavo panizzo gfa
i cannot reproduce this bug  using piuparts from squeeze or wheezy, or
even today's (2012/07/29) git.
i would like to reproduce it to fix it.

piuparts-0.46~201207110011~0.44-8375-g38d4cb7 was used for this report,
but is not avaiable, i think current version running on piatti should be
avaiable so we can check packages against it.


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



Bug#648272: abuse-frabs: Claudio add-on does not allow distribution or commercial use

2012-05-28 Thread gustavo panizzo gfa
i've tried to contact Claudio Bolzoni over linkedin and facebook but i
wasn't able to find the right Claudio

i think the add-on should be removed
-- 
1AE0 322E B8F7 4717 BDEA  BF1D 44BB 1BA7 9F6C 6333



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



Bug#674339: vavoom: FTBFS: Could NOT find JPEG

2012-05-26 Thread gustavo panizzo gfa
i have already a package to fix this bug (and others) waiting for
sponsorship

http://mentors.debian.net/debian/pool/main/v/vavoom/vavoom_1.33-3.dsc
it does not mention this bug in changelog (i found the issue myself
but didn't open a bug)

-- 
1AE0 322E B8F7 4717 BDEA  BF1D 44BB 1BA7 9F6C 6333



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



Bug#674339: vavoom: FTBFS: Could NOT find JPEG

2012-05-26 Thread gustavo panizzo gfa
1.33-3 is only a bugfix release

this is the changelog

vavoom (1.33-3) unstable; urgency=low

  * libpng migration fixes (Closes: #662531).
  * Description updated (Closes: #662209).
  * Fix FTBFS on GNU/Hurd.
  * Add libjpeg-dev to Build-Deps (Closes: #674339).



-- 
1AE0 322E B8F7 4717 BDEA  BF1D 44BB 1BA7 9F6C 6333



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



Bug#598284: bareftp: diff for NMU version 0.3.4-1.1

2010-10-06 Thread gustavo panizzo gfa
tags 598284 + patch
tags 598284 + pending
thanks

Dear maintainer,

I've prepared an NMU for bareftp (versioned as 0.3.4-1.1)

Regards.

-- 
1AE0 322E B8F7 4717 BDEA  BF1D 44BB 1BA7 9F6C 6333

diff -u bareftp-0.3.4/debian/changelog bareftp-0.3.4/debian/changelog
--- bareftp-0.3.4/debian/changelog
+++ bareftp-0.3.4/debian/changelog
@@ -1,3 +1,10 @@
+bareftp (0.3.4-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix security issue CVE-2010-3350 (Closes: #598284)
+
+ -- gustavo panizzo g...@zumbi.com.ar  Tue, 05 Oct 2010 23:37:54 -0300
+
 bareftp (0.3.4-1) unstable; urgency=low
 
   * New upstream bugfix release 0.3.4
only in patch2:
unchanged:
--- bareftp-0.3.4.orig/bareftp.in
+++ bareftp-0.3.4/bareftp.in
@@ -1,3 +1,8 @@
 #!/bin/sh
-export ld_library_pa...@expanded_libdir@/bareftp:$LD_LIBRARY_PATH
+if [ -z ${LD_LIBRARY_PATH} ]; then
+export ld_library_pa...@expanded_libdir@/bareftp
+else
+export ld_library_pa...@expanded_libdir@/bareftp:${LD_LIBRARY_PATH}
+fi
+
 exec @MONO@ @expanded_libdir@/bareftp/bareftp.exe $MONO_EXTRA_ARGS $@


signature.asc
Description: Digital signature


Bug#598284: bareftp: diff for NMU version 0.3.4-1.1

2010-10-06 Thread gustavo panizzo gfa
i forgot to add

this (trivial) patch fix a security issue,  CVE-2010-3350 

i will upload the dsc, deb files to mentors soon

On Wed, Oct 06, 2010 at 10:08:22AM -0300, gustavo panizzo gfa wrote:
 tags 598284 + patch
 tags 598284 + pending
 thanks
 
 Dear maintainer,
 
 I've prepared an NMU for bareftp (versioned as 0.3.4-1.1)
 
 Regards.
 
 -- 
 1AE0 322E B8F7 4717 BDEA  BF1D 44BB 1BA7 9F6C 6333
 

 diff -u bareftp-0.3.4/debian/changelog bareftp-0.3.4/debian/changelog
 --- bareftp-0.3.4/debian/changelog
 +++ bareftp-0.3.4/debian/changelog
 @@ -1,3 +1,10 @@
 +bareftp (0.3.4-1.1) unstable; urgency=low
 +
 +  * Non-maintainer upload.
 +  * Fix security issue CVE-2010-3350 (Closes: #598284)
 +
 + -- gustavo panizzo g...@zumbi.com.ar  Tue, 05 Oct 2010 23:37:54 -0300
 +
  bareftp (0.3.4-1) unstable; urgency=low
  
* New upstream bugfix release 0.3.4
 only in patch2:
 unchanged:
 --- bareftp-0.3.4.orig/bareftp.in
 +++ bareftp-0.3.4/bareftp.in
 @@ -1,3 +1,8 @@
  #!/bin/sh
 -export ld_library_pa...@expanded_libdir@/bareftp:$LD_LIBRARY_PATH
 +if [ -z ${LD_LIBRARY_PATH} ]; then
 +export ld_library_pa...@expanded_libdir@/bareftp
 +else
 +export ld_library_pa...@expanded_libdir@/bareftp:${LD_LIBRARY_PATH}
 +fi
 +
  exec @MONO@ @expanded_libdir@/bareftp/bareftp.exe $MONO_EXTRA_ARGS $@




-- 
1AE0 322E B8F7 4717 BDEA  BF1D 44BB 1BA7 9F6C 6333



signature.asc
Description: Digital signature


Bug#598284: Info received (bareftp: diff for NMU version 0.3.4-1.1)

2010-10-06 Thread gustavo panizzo gfa
the updated package could be found at
http://mentors.debian.net/debian/pool/main/b/bareftp/bareftp_0.3.4-1.1.dsc

-- 
1AE0 322E B8F7 4717 BDEA  BF1D 44BB 1BA7 9F6C 6333



signature.asc
Description: Digital signature