Bug#483673: avant-window-navigator requires compiz but doesn't depend on it

2008-06-01 Thread Andrew Starr-Bochicchio
AWN require the screen to be composited in order to be shown. Compiz is
just one of a few options available. The compositor in metacity is still
experimental and must be turned on through editing a gconf key.

apps  metacity  compositing_manager



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#562265: (no subject)

2010-04-17 Thread Andrew Starr-Bochicchio
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu lucid ubuntu-patch



*** /tmp/tmpv3NyfD
In Ubuntu, we've applied the attached patch to achieve the following:

  * Fix FTBFS on Lucid. (LP: #565542)
   - debian/control:
+ Ensure minimum mono-devel version is 2.4.2
+ Build depend on libglib2.0-cil-dev, libgtk2.0-cil-dev,
  and libndesk-dbus-glib1.0-cil-dev.
   - debian/rules: Set compiler to mono-csc for Mono 2.4.2 transition.

We thought you might be interested in doing the same. 


-- System Information:
Debian Release: squeeze/sid
  APT prefers lucid-updates
  APT policy: (500, 'lucid-updates'), (500, 'lucid-security'), (500, 
'lucid-backports'), (500, 'lucid')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-21-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u beagle-xesam-0.2/debian/changelog beagle-xesam-0.2/debian/changelog
diff -u beagle-xesam-0.2/debian/rules beagle-xesam-0.2/debian/rules
--- beagle-xesam-0.2/debian/rules
+++ beagle-xesam-0.2/debian/rules
@@ -26,7 +26,7 @@
 configure-stamp: patch
 	dh_testdir
 	
-	CFLAGS=$(CFLAGS) MCS=/usr/bin/csc ./configure --host=$(DEB_HOST_GNU_TYPE) \
+	CFLAGS=$(CFLAGS) MCS=/usr/bin/mono-csc ./configure --host=$(DEB_HOST_GNU_TYPE) \
 		--build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man
 
 	touch configure-stamp
diff -u beagle-xesam-0.2/debian/control beagle-xesam-0.2/debian/control
--- beagle-xesam-0.2/debian/control
+++ beagle-xesam-0.2/debian/control
@@ -6,11 +6,12 @@
 Build-Depends: debhelper (= 5.0.37.2), dpatch
 Build-Depends-Indep: cli-common-dev (= 0.5.4),
  intltool,
- mono-devel (= 2.0),
- libglib2.0-cil,
+ mono-devel (= 2.4.2),
+ libglib2.0-cil-dev,
  beagle-dev,
- libndesk-dbus-glib1.0-cil,
- libdbus-1-dev
+ libndesk-dbus-glib1.0-cil-dev,
+ libdbus-1-dev,
+ libgtk2.0-cil-dev
 Standards-Version: 3.8.0
 Vcs-Svn: svn://svn.debian.org/svn/pkg-cli-apps/packages/beagle-xesam/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-cli-apps/packages/beagle-xesam/trunk/


Bug#636669: Fixed version is ready in mentors

2012-01-30 Thread Andrew Starr-Bochicchio
On Sat, Jan 28, 2012 at 12:51 AM, Hideki Yamane henr...@debian.or.jp wrote:
 Hi,

  Updated version is already prepared by maintainer in mentors, it fixes
  this issue. See http://mentors.debian.net/package/notify-osd

  It seems to be good shape, however, is there any reason not to upload
  to repository?

I just re-uploaded it, taking care of the concern brought up on the
pkg-ayatana-devel list. Now I'm just waiting for a review/sponsor. You
can find the relevant thread here:

http://lists.alioth.debian.org/pipermail/pkg-ayatana-devel/2012-January/000490.html

Thanks!

-- Andrew Starr-Bochicchio

   Ubuntu Developer https://launchpad.net/~andrewsomething
   Debian Maintainer
http://qa.debian.org/developer.php?login=a.starr.b%40gmail.com
   PGP/GPG Key ID: D53FDCB1



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



Bug#648413: Fwd: Still FTBFS without network access

2011-12-22 Thread Andrew Starr-Bochicchio
Opps. I only sent this to control and not the bug itself:

-- Forwarded message --
From: Andrew Starr-Bochicchio a.star...@gmail.com
Date: Thu, Dec 22, 2011 at 1:55 PM
Subject: Still FTBFS without network access
To: cont...@bugs.debian.org


unarchive 648413
reopen 648413
found 648413 4.5-5
tags 648413 patch
thanks

Hi Antoine,

Thanks for your work on this, but unfortunately it was reintroduced.
Now that php-console-table is in the archive and the bundled copy
isn't shipped with drush again, you need a build dependency on it as
well. Patch attached.

Thanks!

-- Andrew Starr-Bochicchio

  Ubuntu Developer https://launchpad.net/~andrewsomething
  Debian Maintainer
http://qa.debian.org/developer.php?login=a.starr.b%40gmail.com
  PGP/GPG Key ID: D53FDCB1
From 1bbb5e14dd89bab6ec099258fcd192a6a1787a42 Mon Sep 17 00:00:00 2001
From: Andrew Starr-Bochicchio a.star...@gmail.com
Date: Thu, 22 Dec 2011 13:42:13 -0500
Subject: [PATCH] debian/control: Build depend on newly uploaded
 php-console-table as well. This is needed so that the
 package can build from source without network access.

---
 debian/control |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/control b/debian/control
index bc6fbfa..acf2684 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: drush
 Section: php
 Priority: optional
 Maintainer: Antoine Beaupré anar...@debian.org
-Build-Depends: debhelper (= 7.0.50~), php5-cli (= 5.2)
+Build-Depends: debhelper (= 7.0.50~), php5-cli (= 5.2), php-console-table
 Standards-Version: 3.9.2
 Homepage: http://drupal.org/project/drush
 Vcs-git: http://git.drupal.org/project/drush.git
-- 
1.7.5.4



Bug#694296: python-mock-doc: missing Breaks+Replaces: python-mock ( 0.7.2)

2012-11-30 Thread Andrew Starr-Bochicchio
Hi all,

As this package is part of the Debian Python Modules Team, I've
prepared a team upload to resolve this bug. I'll upload to DELAYED/3
just in case there is an objection from one of the listed uploaders.
As the svn trunk has unreleased changes, I've put my changes into a
branch:

svn://svn.debian.org/svn/python-modules/packages/python-mock/branches/rc-bug-694296


Thanks,

-- Andrew Starr-Bochicchio

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


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



Bug#689831: gconf-cleaner: Impossible to backup configuration

2012-10-24 Thread Andrew Starr-Bochicchio
This was reported upstream at:

http://code.google.com/p/gconf-cleaner/issues/detail?id=18

It was also reported in Ubuntu at:

https://bugs.launchpad.net/debian/+source/gconf-cleaner/+bug/764041

The issue seems to be that gconf-cleaner does not support the Schema value:

http://developer.gnome.org/gconf/2.32/gconf-gconf-schema.html#GConfSchema

-- Andrew Starr-Bochicchio

   Ubuntu Developer https://launchpad.net/~andrewsomething
   Debian Maintainer
http://qa.debian.org/developer.php?login=a.starr.b%40gmail.com
   PGP/GPG Key ID: D53FDCB1


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



Bug#690153: jscribble: FTBFS: tests timeout

2012-10-27 Thread Andrew Starr-Bochicchio
On Sat, Oct 27, 2012 at 10:17 AM, gregor herrmann gre...@debian.org wrote:
 On Sat, 27 Oct 2012 14:53:07 +0200, Tobias Hansen wrote:

 I can reproduce this with sbuild on sid-amd64. Did you guys all use
 sbuild for testing?

 Nope, cowbuilder.

pbuilder here.

-- Andrew Starr-Bochicchio

   Ubuntu Developer https://launchpad.net/~andrewsomething
   Debian Maintainer
http://qa.debian.org/developer.php?login=a.starr.b%40gmail.com
   PGP/GPG Key ID: D53FDCB1


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



Bug#669379: [PATCH] * Drop debian/postinst, call dh_installtex in debian/rules, and build depend on tex-common This causes the package to no longer install files to /usr/local (Closes: #669379).

2012-06-24 Thread Andrew Starr-Bochicchio
tags 669379 patch
thanks

Patch against git://git.debian.org/git/collab-maint/abntex.git

  * Drop debian/postinst, call dh_installtex in debian/rules,
and build depend on tex-common This causes the package to
no longer create files in /usr/local (Closes: #669379).

Thanks,

-- Andrew Starr-Bochicchio

   Ubuntu Developer https://launchpad.net/~andrewsomething
   Debian Maintainer
http://qa.debian.org/developer.php?login=a.starr.b%40gmail.com
   PGP/GPG Key ID: D53FDCB1


0001-Drop-debian-postinst-call-dh_installtex-in-debian-ru.patch
Description: Binary data


Bug#669393: [PATCH] Use dh_installtex

2012-06-24 Thread Andrew Starr-Bochicchio
tags 669393 patch
thanks

Debdiff attached.

  * Drop debian/postinst, call dh_installtex in debian/rules,
and build depend on tex-common. This causes the package to
no longer create files in /usr/local (Closes: #669393).

Thanks!

-- Andrew Starr-Bochicchio

   Ubuntu Developer https://launchpad.net/~andrewsomething
   Debian Maintainer
http://qa.debian.org/developer.php?login=a.starr.b%40gmail.com
   PGP/GPG Key ID: D53FDCB1


669393.patch
Description: Binary data


Bug#677391: [PATCH] Use dh_installtex

2012-06-24 Thread Andrew Starr-Bochicchio
tags 677391 patch
thanks

Debdiff attached.

 * Drop debian/{postinst,postrm}, call dh_installtex in debian/rules,
   and build depend on tex-common. This causes the package to
   no longer create files in /usr/local (Closes: #677391).

Thanks!

-- Andrew Starr-Bochicchio

  Ubuntu Developer https://launchpad.net/~andrewsomething
  Debian Maintainer
http://qa.debian.org/developer.php?login=a.starr.b%40gmail.com
  PGP/GPG Key ID: D53FDCB1


677391.diff
Description: Binary data


Bug#684779: Patch for 671148 and 684779

2012-08-16 Thread Andrew Starr-Bochicchio
tags 671148 patch
tags 684779 patch
thanks

Hi,

The attached debdiff resolves both #671148 and #684779. As #684779 is
a RC bug, if I don't hear a reply in a few days I will seek a sponsor
for a NMU.

pytimechart (1.0.0~rc1-2.1) unstable; urgency=low

  * Non-maintainer upload.
  * debian/control: Depend on python-gtk2 (Closes: #684779).
  * Add extend-diff-ignore=^[^/]+\.egg-info/ to debian/source/options.
This allows the package to build twice in a row (Closes: #671148).

Thanks,

-- Andrew Starr-Bochicchio

   Ubuntu Developer https://launchpad.net/~andrewsomething
   Debian Maintainer
http://qa.debian.org/developer.php?login=a.starr.b%40gmail.com
   PGP/GPG Key ID: D53FDCB1


pytimechart_1.0.0~rc1-2.1.debdiff
Description: Binary data


Bug#683742: Patch for #683742 and #671247

2012-08-16 Thread Andrew Starr-Bochicchio
tags 683742 patch
tags 671247 patch
thanks

The attached patch against svn resolves both #683742 and #671247. I
have commit access to the Python Modules Packaging Team repository. As
#683742 is a RC bug, if I don't receive a response in a few days, I
will seek sponsorship for a team upload.

  [ Andrew Starr-Bochicchio ]
  * debian/control: Depend on python-paste (Closes: #683742)
  * Add extend-diff-ignore=^[^/]+\.egg-info/ to debian/source/options.
This allows the package to build twice in a row (Closes: #671247).

Thanks!

-- Andrew Starr-Bochicchio

   Ubuntu Developer https://launchpad.net/~andrewsomething
   Debian Maintainer
http://qa.debian.org/developer.php?login=a.starr.b%40gmail.com
   PGP/GPG Key ID: D53FDCB1


patch
Description: Binary data


Bug#686138: QA upload for bzr-stats

2012-09-06 Thread Andrew Starr-Bochicchio
Koichi Akabe,

I prepared a QA upload of bzr-stats in order to close the RC bug
#686138. I've pushed the changes to:

bzr.debian.org/bzr/pkg-bazaar/bzr-stats/unstable/

It wasn't until after uploading the package to mentors.debian.net for
sponsorship that I noticed that you intend to adopt this package. Is
there any progress on this? Should I go ahead and close this bug, or
are you already preparing an upload?

I notice now that you also intent to adopt bzr-search and bzr-upload.
You should consider joining the pkg-bazaar-maint team.

Thanks,

-- Andrew Starr-Bochicchio

   Ubuntu Developer https://launchpad.net/~andrewsomething
   Debian Maintainer
http://qa.debian.org/developer.php?login=a.starr.b%40gmail.com
   PGP/GPG Key ID: D53FDCB1


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



Bug#671768: software-center: fails to display list of software if gir1.2-gstreamer-0.10 is not installed

2012-09-08 Thread Andrew Starr-Bochicchio
tags 671768 patch
thanks

Debdiff fixing this issue attached. Here's the patch added:



Description: Wrap import of GStreamer in a try/except.
 The VideoPlayerGtk3 class does not actually seem to be used anywhere, so we
 can safely not import GStreamer.
Author: Andrew Starr-Bochicchio a.star...@gmail.com
Origin: upstream
Bug: https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/893247
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=671768
Forwarded: not-needed
Applied-Upstream:
http://bazaar.launchpad.net/~software-store-developers/software-center/trunk/revision/2568#softwarecenter/ui/gtk3/widgets/videoplayer.py
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: 
software-center-5.1.2debian2/softwarecenter/ui/gtk3/widgets/videoplayer.py
===
--- 
software-center-5.1.2debian2.orig/softwarecenter/ui/gtk3/widgets/videoplayer.py 
2011-11-20
07:50:50.0 -0500
+++ software-center-5.1.2debian2/softwarecenter/ui/gtk3/widgets/videoplayer.py  
2012-09-08
18:44:46.176163911 -0400
@@ -21,7 +21,10 @@

 from gettext import gettext as _
 from gi.repository import Gdk
-from gi.repository import Gst
+try:
+from gi.repository import Gst
+except ImportError:
+pass
 from gi.repository import Gtk
 from gi.repository import WebKit


I didn't add either a Recommends or Suggests on GStreamer. AFAICT,
the VideoPlayerGtk3 class does not actually seem to be used anywhere.
The debdiff does add a build dependency on quilt as this is a source
format 1.0 package. Let me know if you'd rather have the patch
directly applied. If I don't hear from you in a few days, I'll seek a
sponsor for a NMU.

Thanks!

-- Andrew Starr-Bochicchio

   Ubuntu Developer https://launchpad.net/~andrewsomething
   Debian Maintainer
http://qa.debian.org/developer.php?login=a.starr.b%40gmail.com
   PGP/GPG Key ID: D53FDCB1


debdiff
Description: Binary data


Bug#687406: jscribble: FTBFS: junit fails

2012-09-20 Thread Andrew Starr-Bochicchio
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi all,

Rather than disabling the tests completely, I think it would be better
to instead to use xvfb-run. The attached patch does so. I can confirm
that it allows the tests to complete successfully when building the
package inside a clean sid pbuilder.

Let me know if you have any objections. Unless you do, I'll be seeking
sponsorship for a NMU as this is an RC bug.

Thanks!

- - Andrew Starr-Bochicchio
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCAAGBQJQW3JSAAoJEDtW4rvVP9yxgfEP/2+3y2rE4mjzYGCxmyrMyK4s
qFvXsG6xydOjzc5S9BGpHPLN2j6k8RTAQ67VCQ+B5LHd3L/IQXnnrx/i5AxYUKqY
dAZlMKL+vZ67lNHmxThrLKuMGOS2D+hh0DDtyYERgEyb1JzQt3EqvnIaGlzHEu8h
37WXigBBlisvCwouBJ6NVmY60Z4KO7ocsxSKO6N+8pkEFPcpDjYXvXNsTft+JmtN
sd5zUjgpU9ZsIH31JgQDK2oeKWnxgpyNvsBcczBCW08CiEyPxi3v6WceUf2jp4yx
yMP8vnh+e7HOZu/wJiSSRi1QYHT6eHsypi0+R30274psidJBe8L18VNXuQY3eSao
lwb1BQtNH8opc+dptSxF3e63aAzCTByAPDraroCcUBhQTd8Gx+SdI+/hXgGGMQSA
9WU97XGpHC3eTIh0Nj3TimJRCzaVr6V5mJWBuRd0rnMrRISv2K8zLyF/Ji77qBOY
sZzo7bOYjmXy098chC9RkZFl2/wJ2NfTFBm4MVR6bK6NBdK5koLvVVyeKPONgnVX
ee7qnFKcKYtdJCfKrCNttLG1Q6V52XKu9z+xd6s5OBp6FnzxcrjD4x22bQ7EjNpJ
ufQ4wI+Lju8HOH8UTa2nW/JazdgmTb8NUA4+Jhs3JGK8uKsiHUxKZtBCk/q7QJC/
oxAJdM4gvNtwn/GcSWGn
=4ckR
-END PGP SIGNATURE-
diff -Nru jscribble-1.7.7/debian/changelog jscribble-1.7.7/debian/changelog
--- jscribble-1.7.7/debian/changelog2012-04-21 15:17:06.0 -0400
+++ jscribble-1.7.7/debian/changelog2012-09-20 15:10:17.0 -0400
@@ -1,3 +1,12 @@
+jscribble (1.7.7-1.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules: Tests require an X server so call them
+with xvfb-run. (Closes: #687406)
+  * debian/control: Build depend on xauth and xvfb.
+
+ -- Andrew Starr-Bochicchio a.star...@gmail.com  Thu, 20 Sep 2012 15:08:02 
-0400
+
 jscribble (1.7.7-1) unstable; urgency=high
 
   [ Martin Ueding ]
diff -Nru jscribble-1.7.7/debian/control jscribble-1.7.7/debian/control
--- jscribble-1.7.7/debian/control  2012-04-21 07:31:04.0 -0400
+++ jscribble-1.7.7/debian/control  2012-09-20 15:07:42.0 -0400
@@ -2,7 +2,7 @@
 Section: utils
 Priority: extra
 Maintainer: Martin Ueding d...@martin-ueding.de
-Build-Depends: debhelper (= 8), default-jdk (= 1:1.6), junit (= 3), 
php5-cli, python-docutils
+Build-Depends: debhelper (= 8), default-jdk (= 1:1.6), junit (= 3), 
php5-cli, python-docutils, xauth, xvfb
 Standards-Version: 3.9.3
 Homepage: http://martin-ueding.de/jscribble/
 
diff -Nru jscribble-1.7.7/debian/rules jscribble-1.7.7/debian/rules
--- jscribble-1.7.7/debian/rules2011-11-27 08:13:56.0 -0500
+++ jscribble-1.7.7/debian/rules2012-09-20 15:28:06.0 -0400
@@ -3,3 +3,6 @@
 
 %:
dh $@ 
+
+override_dh_auto_test:
+   xvfb-run -a dh_auto_test


Bug#687406: jscribble: FTBFS: junit fails

2012-09-20 Thread Andrew Starr-Bochicchio
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

 A nicer alternative would be to run the tests under xvfb. Cf. the
 attached patch which works for me. Could you also try it please?

Hi gregor,

Looks like we were working on this at the same time. Except for the
changelog entry, our patches are identical. So I can confirm that your
patch also resolves the issue. =)

Thanks!

- - Andrew Starr-Bochicchio
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCAAGBQJQW3RxAAoJEDtW4rvVP9yxhF8P/0lwuSjErq5rD7LYvpD0Wpiy
5aUcyT/D1DU1rUK3b+0O37z4KEpJSE9mnIdSetf6gn1h2rUfsomUE+2DGuzratKP
5NJryTc0Za63KWE9oYBHf0OxSU96Sgq+v5nc8S77oGWJZ3oSTrihGRC3dHOfmNcQ
OrY8hcDPsJOY2towpxN8LQ9RezCHju7otOP/EtZ4P8mRWIR9sR7jwghk0pXQ/3RE
yTs+6n7PiabIUCzXvu8A7F9vc5q/LwCCna12yfFeSL/OUksBxqiorFNfHWBdw5mY
xZ3iv++Y/kM+ru0nPvlzvO5lPc1r0+NeKZn4ECqSyIXCNnco0NpAHSdqpMMMn2PW
ElvFOv4BzQ9QlA4pA0PQiOmLUasmmLYOu3QwCZ71Oby0fZbyZbnLe5wBAa/yF9H2
4E3cglBezRve1OGYMgfoAujOQ/PEPpLo8GgXcSpsUMQWJ3FvY12jr6K6MvGMPEhb
auP2LTnfrxdDFyHBVwNp1+Lu5XFh1vTNALo1uXIGI/uWqjMPwFHzfg6DbLpU4G8+
6H/yKpCT+4AHzw1c8uusQuJVDbyPdRdAJzapK3SKuLqLKCLrgnBCEvmQNLGcArer
aWYXXVXHhQqv4X1LBq3Qgrt/AChI1Yu/hxahtDEi7GSlBa9nCq98X+NE8S8vcT25
MXvIlkkYioP0v1P+CXr8
=f4q7
-END PGP SIGNATURE-


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



Bug#688128: autokey-gtk: does not start

2012-09-20 Thread Andrew Starr-Bochicchio
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi all,

autokey's GTK frontend was ported to GTK+3 and gobject introspection,
but it seems that it's dependencies were not updated accordingly. For
instance:

$ grep 'from gi.repository' ./src/lib/gtkapp.py
from gi.repository import Gtk, Gdk, GObject, GLib

The attached debdiff resolves this issue.

Thanks!

- - Andrew Starr-Bochicchio

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCAAGBQJQW51cAAoJEDtW4rvVP9yxUP4P/0dzIuW9Eao1P35AMTuavUn2
CwMc36/zPAg62YKvN6s4hoQL3DzSsDLSMykRQxnuhdwNvLGn0gjqdyOpOzpttE/W
MVUJSVzd23rvAF6bTKyU3iTDiluQeeM9WALsz4cVS7Gh6AFEPR+kl8dQ3PegxMDB
ksTQjo0T3EAHuTGh/oEO/2rXNTyUHgD3VfkCl+q92NY9Ohzx3omQE3jT3BKJ8yC1
BJJHMvBi5hwyfFc9pNMtPALjETsrjMae3JGqjWmTHGXpILt/SeCVEbFQxg6/g+Vt
WPP2hURFIA84t0FJ1gGO2tF3sHYBVtxLzutUJZ0rC9k1Ca8NyF3xWpOG/YkYadCY
WfV444Nuv1z4sTNIba1doq/1xMe7DOC8iV2iRWhtMm4jHF8z9lBnoxfFOyRh+G8a
aAvLquILgjrJJ2KpcXLpR1PnD3ymS43nOQNzf4qd7bDLcYIT+ZN0pda6FAbUVStu
vHw1pN4Nz9PChaZPd0YkzZM46UhSsThdz06jcpMf4ITvITz3bdYbpgze5r8T07yX
fG/1jE8E4QZjLWb6IoIM6Rq4SHojkPj0/k+w7SMQyCxCCOdYZY+XzZ8kJwnJa5TC
ZWJcOIvy2WvTLrrTqm2b3BiINSJqnW6OyK6MIiSpfWcoPUtB4koVWTgXzioBsST+
kTDXw4JzezIy40vkN9qS
=LLpA
-END PGP SIGNATURE-
diff -Nru autokey-0.90.1/debian/changelog autokey-0.90.1/debian/changelog
--- autokey-0.90.1/debian/changelog 2012-06-03 01:06:19.0 -0400
+++ autokey-0.90.1/debian/changelog 2012-09-20 18:05:58.0 -0400
@@ -1,3 +1,15 @@
+autokey (0.90.1-1.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Update dependencies for autokey-gtk. It has been
+ported to GTK+3 and gobject introspection (Closes: #688128).
+   - Drop depends on python-gtk2, python-gtksourceview2, python-glade2,
+ and python-notify.
+   - Add depends on python-gi, gir1.2-gtk-3.0, gir1.2-gtksource-3.0,
+ gir1.2-glib-2.0, and gir1.2-notify-0.7
+
+ -- Andrew Starr-Bochicchio a.star...@gmail.com  Thu, 20 Sep 2012 18:03:03 
-0400
+
 autokey (0.90.1-1) unstable; urgency=low
 
   * New upstream version.
diff -Nru autokey-0.90.1/debian/control autokey-0.90.1/debian/control
--- autokey-0.90.1/debian/control   2012-03-26 14:19:28.0 -0400
+++ autokey-0.90.1/debian/control   2012-09-20 18:06:54.0 -0400
@@ -42,7 +42,7 @@
 Package: autokey-gtk
 Section: gnome
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-gtk2, 
python-gtksourceview2, python-glade2, python-notify, python-dbus, zenity, 
autokey-common
+Depends: ${python:Depends}, ${misc:Depends}, python-gi, gir1.2-gtk-3.0, 
gir1.2-gtksource-3.0, gir1.2-glib-2.0, gir1.2-notify-0.7, python-dbus, zenity, 
autokey-common
 Replaces: autokey (0.61.4-0~0)
 Breaks: autokey (0.61.4-0~0)
 Description: desktop automation utility - GTK+ version


Bug#668757: netdisco-{back, front}end: creates system user in, /home

2012-09-21 Thread Andrew Starr-Bochicchio
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi all,

The attached debdiff fixes both postinst scripts so that they no
longer create a system user in /home on install. It also moves the
netdisco home directory to /var/lib/netdisco on upgrade. It will
delete the old directory if it is empty. If not, it simply notifies
the user as you suggest in your last comment on this bug. Here's the
upgrade part:

# Migrate home directory on upgrade from 1.0-1
if [ ! $2 =  ]  dpkg --compare-versions $2 le 1.0-1; then
echo Moving system user netdisco's home directory to
/var/lib/netdisco
if [ -d /home/netdisco ]  ! rmdir /home/netdisco; then
echo Directory /home/netdisco is not empty. Not removing.
fi
usermod --home /var/lib/netdisco netdisco
fi

Let me know what you think. As this is an RC bug, if I don't hear any
response in a few days I will seek a sponsor for a NMU.

Thanks!

- - Andrew Starr-Bochicchio

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCAAGBQJQXPerAAoJEDtW4rvVP9yxnekQAJihzhXcaXYBA9HTM3r32xmT
/ftn5XBnjFbz49vjxHMmITQWEwnjyR88gzLt1nlOn53LBenvQc2TjPeTETbhfHXb
aFT4nIH2bsuCvc8/r1f5zveMkPwgPTtQYN9D7/cU5NdTrQ5uYYZjgfBPmE+L5CML
lm8+YBBr9qxicmAhdXhmxLokxPCN+uQLyHbLDF9azlHOC6mPaNZdSwV2LGkXu1OL
v3yaYze/teA9MkcmHBgOPVtoYr1naM6HL7eJsqC6Dxz2kuemuqQK1Z7XUO+LGcNa
ZH4qT2E54iETj1uoTrJk0QjDX3PRw13JMlz5i7gP+CyCvd0XiMy6+0681cgKLlOu
Kw1DFyHFkcqZKTczfzrZOobWDABM/K53SMcWJnP33y9D2gToKjo/Mwe9ig28E4Up
w9POh08CwRgbKy6Dqo3fe1B1B/LDe5F3SG2yr+ixX1IClvfvf6Cz/TOGPqmJEDFA
GeX4zQ6qHnZA0HZmmZfA6dYhO5KX+jApBpMLKMMaZT1px/qOMAdmX7+bY3Tk8Kyh
C5hcUKRhDH+tLr4WNlTLVQiYUKJ4BhITGWCyjpTijP29HX7FgMlGfnghrY4Rf1hh
9Cj05wDpSKcdGQJbEhaR2s4zkYCefAc/uuyLsIl7m1GAKQPZe10GlCCvXwMedPYg
tDP/aeSBjL0F7usDbC6w
=T/QP
-END PGP SIGNATURE-
diff -u netdisco-1.0/debian/netdisco-backend.postinst 
netdisco-1.0/debian/netdisco-backend.postinst
--- netdisco-1.0/debian/netdisco-backend.postinst
+++ netdisco-1.0/debian/netdisco-backend.postinst
@@ -27,7 +27,16 @@
 if ! getent passwd netdisco  /dev/null 21 ; then
 adduser --quiet \
 --system --disabled-login --ingroup netdisco \
---quiet --shell /bin/bash --home /home/netdisco netdisco
+--no-create-home --home /var/lib/netdisco netdisco
+fi
+
+# Migrate home directory on upgrade from 1.0-1
+if [ ! $2 =  ]  dpkg --compare-versions $2 le 1.0-1; then
+echo Moving system user netdisco's home directory to 
/var/lib/netdisco
+if [ -d /home/netdisco ]  ! rmdir /home/netdisco; then
+echo Directory /home/netdisco is not empty. Not removing.
+fi
+usermod --home /var/lib/netdisco netdisco
 fi
 
 chown -R netdisco:netdisco /var/log/netdisco
diff -u netdisco-1.0/debian/changelog netdisco-1.0/debian/changelog
--- netdisco-1.0/debian/changelog
+++ netdisco-1.0/debian/changelog
@@ -1,3 +1,13 @@
+netdisco (1.0-1.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * debian/netdisco-{frontend, backend}.postinst:
+   - No longer create system user in /home (Closes: #668757).
+   - On upgrades, move system user's home directory to
+ /var/lib/netdisco
+
+ -- Andrew Starr-Bochicchio a.star...@gmail.com  Fri, 21 Sep 2012 17:19:35 
-0400
+
 netdisco (1.0-1) unstable; urgency=low
 
   [ Oliver Gorwits ]
diff -u netdisco-1.0/debian/netdisco-frontend.postinst 
netdisco-1.0/debian/netdisco-frontend.postinst
--- netdisco-1.0/debian/netdisco-frontend.postinst
+++ netdisco-1.0/debian/netdisco-frontend.postinst
@@ -27,7 +27,16 @@
 if ! getent passwd netdisco  /dev/null 21 ; then
 adduser --quiet \
 --system --disabled-login --ingroup netdisco \
---quiet --shell /bin/bash --home /home/netdisco netdisco
+--no-create-home --home /var/lib/netdisco netdisco
+fi
+
+# Migrate home directory on upgrade from 1.0-1
+if [ ! $2 =  ]  dpkg --compare-versions $2 le 1.0-1; then
+echo Moving system user netdisco's home directory to 
/var/lib/netdisco
+if [ -d /home/netdisco ]  ! rmdir /home/netdisco; then
+echo Directory /home/netdisco is not empty. Not removing.
+fi
+usermod --home /var/lib/netdisco netdisco
 fi
 
 chown -R netdisco:www-data /var/lib/netdisco


Bug#690153: jscribble: FTBFS: tests timeout

2012-10-10 Thread Andrew Starr-Bochicchio
On Wed, Oct 10, 2012 at 11:46 AM, gregor herrmann gre...@debian.org wrote:
 Hrmpf. Obviously it built fine before for Andrew and me (in a sid
 chroot) (and probably Hideki), according to #687406.

 I still can't reproduce it (4 tries, logs attached: sid and wheezy,
 with and without -j4). A fifth try with exporting HOME to a
 non-existant directory also succeeds.

 I assume the Amazon build setup doesn't have general problems with
 xfvb (otherwise we'd see tons of build failures) ...

 Cc'ing the java group, maybe someone over there could look into this
 test suite and why it might fail? Maybe the diff between Lucas' and
 my build helps?

Just as another data point, it built fine when it was synced into
Ubuntu quantal as well:

https://launchpad.net/ubuntu/+source/jscribble/1.7.7-1.1/+build/3883902/+files/buildlog_ubuntu-quantal-i386.jscribble_1.7.7-1.1_BUILDING.txt.gz

-- Andrew Starr-Bochicchio

   Ubuntu Developer https://launchpad.net/~andrewsomething
   Debian Maintainer
http://qa.debian.org/developer.php?login=a.starr.b%40gmail.com
   PGP/GPG Key ID: D53FDCB1


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



Bug#696837: marked as done (Missing Depends on python-libtorrent, fails to start)

2013-01-27 Thread Andrew Starr-Bochicchio
On Sun, Jan 27, 2013 at 11:42 AM, Debian Bug Tracking System
ow...@bugs.debian.org wrote:
 NMU in delayed/2 now using the attached debdiff (Eddy's patch).

From the proposed patch:

@@ -41,8 +42,7 @@
 Package: deluged
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends},
- deluge-common (= ${source:Version}),
- python-libtorrent (= 0.14.9)
+ deluge-common (= ${source:Version})
 Description: bittorrent client written in Python/PyGTK (daemon)
  Deluge is a full-featured, multi-platform, multi-interface BitTorrent client
  using libtorrent-rasterbar in it's backend and featuring multiple



Adding the extra dependency to deluge-gtk doesn't really bother me all
that much one way or the other, but this patch isn't really correct
either. This seems to remove the python-libtorrent dependency for
deluged. That will break the use case of running the daemon
application on a remote server.

-- Andrew Starr-Bochicchio

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


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



Bug#700780: [PATCH] python-gpgme-dbg: unhandled symlink to directory conversion: /usr/share/doc/PACKAGE

2013-02-20 Thread Andrew Starr-Bochicchio
tag 700780 patch
thanks

Hi,

Attached is a patch resolving this issue. Please consider applying it.

Thanks!

-- Andrew Starr-Bochicchio

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


fix-700780.patch
Description: Binary data


Bug#702646: [PATCH] Add libclass-accessor-perl, libdatetime-perl, libemail-date-perl, libemail-find-perl, libemail-simple-perl, libfile-slurp-perl, libfile-touch-perl, libgetopt-mixed-perl to Build-De

2013-03-10 Thread Andrew Starr-Bochicchio
tags 702646 patch
thanks

The attached patch adds libclass-accessor-perl, libdatetime-perl,
libemail-date-perl, libemail-find-perl, libemail-simple-perl,
libfile-slurp-perl, libfile-touch-perl, libgetopt-mixed-perl to
Build-Depends-Indep. I can confirm that this allows the package to
build and run the test suite in a minimal chroot.


Thanks!

-- Andrew Starr-Bochicchio

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


0001-Add-libclass-accessor-perl-libdatetime-perl-libemail.patch
Description: Binary data


Bug#719261: [Pkg-bazaar-maint] Bug#719261: bzr-git: FTBFS in sid pbuilder with test failures

2013-08-13 Thread Andrew Starr-Bochicchio
On Fri, Aug 9, 2013 at 4:05 PM, Jelmer Vernooij jel...@debian.org wrote:
 This is FTBFS for me in a sid [amd64] pbuilder. Full log attached.
 I'm having trouble reproducing this outside of a pbuilder. The
 breakage might depend on the fact that there is no .gitconfig in your
 build chroot.

 It shouldn't be too hard to fix I think, but I'm not planning to work
 on this bug.

Totally understandable. If I could get some advice though, I'd greatly
appreciate it.

Passing a committer and an author to the two tests that call do_commit
(from dulwich) directly fixes the problem. The third failing commit
calls store_git_pristine_tar_data (from bzr-git). I don't see a way to
fix this without adding a committer and/or an author parameter to the
function. That would be simple enough it seems, as it is a wrapper
around do_commit. Does that sound like the right approach, or am I
missing something in my cursory look at the code?

Thanks!

-- Andrew Starr-Bochicchio

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


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



Bug#720003: bzr-builddeb: FTBFS: Test failure in bzrlib.plugins.builddeb.tests.test_import_dsc.OneZeroSourceExtractorTests.test_extract_format3_native

2013-08-17 Thread Andrew Starr-Bochicchio
tags 720003 pending
thanks

Thanks for catching this change in behavior from dpkg.

-- Andrew Starr-Bochicchio

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


=== modified file 'debian/changelog'
--- debian/changelog 2013-06-09 18:41:10 +
+++ debian/changelog 2013-08-17 17:19:42 +
@@ -4,6 +4,11 @@
- Explicitly pass '--format=1.0' to dpkg-source inorder to
  silence no source format specified warnings printed to
  stderr (Closes: #711042).
+  * tests/test_import_dsc.py:
+   - As of dpkg 1.17.0, source format '3.0 (native)' strictly
+ enforces that native packages do not have a Debian revision.
+ Use 0.1 instead of 0.1-1 for the version number in
+ test_extract_format3_native (Closes: #720003).

  -- Andrew Starr-Bochicchio a...@debian.org  Sun, 09 Jun 2013 14:38:31 -0400


=== modified file 'tests/test_import_dsc.py'
--- tests/test_import_dsc.py 2012-03-02 14:19:19 +
+++ tests/test_import_dsc.py 2013-08-17 17:19:42 +
@@ -1963,7 +1963,7 @@
 extractor.cleanup()

 def test_extract_format3_native(self):
-version = Version(0.1-1)
+version = Version(0.1)
 name = package
 builder = SourcePackageBuilder(name, version, native=True,
 version3=True)


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



Bug#721411: [kazam] Can't install due to dependencies

2013-08-31 Thread Andrew Starr-Bochicchio
On Sat, Aug 31, 2013 at 6:23 AM, Csanyi Pal csanyi...@gmail.com wrote:
 I can't install the kazam debian package due to the dependencies
 problem.

 I get 1 broken packages in aptitude when I want to install kazam:

 liborc-0.4-dev depends on liborc-0.4-0 (= 1:0.4.17-2)

You seem to have a mix of packages from both unstable and testing
installed. liborc, which is an indirect dependency of kazam, currently
has different versions in unstable and testing. Starting from a fresh
unstable chroot, I can install kazam with no problems. If you need
support, try on the debian-users mailing list or the #debian channel
on IRC. This doesn't seem like a bug in kazam.

Thanks,

-- Andrew Starr-Bochicchio

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


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



Bug#718666: libtorrent-rasterbar: FTBFS now that python3.2 has been removed

2013-08-03 Thread Andrew Starr-Bochicchio
On Sat, Aug 3, 2013 at 9:40 PM, Scott Kitterman deb...@kitterman.com wrote:
 Package: libtorrent-rasterbar
 Version: 0.16.10-3
 Severity: serious
 Justification: fails to build from source (but built successfully in the past)

 libtorrent-rasterbar FTBFS when being binNMUed to drop python3.2 support.
 Here is the relevant bit of the build log:

 [80073 refs]
 make[3]: Leaving directory `/«PKGBUILDDIR»/build/bindings/python3.3-dbg'
 make[2]: Leaving directory `/«PKGBUILDDIR»/build/bindings/python3.3-dbg'
 dh override_dh_auto_install --parallel --with python2,python3
 make[1]: Leaving directory `/«PKGBUILDDIR»'
dh_install -a -O--parallel
 dh_install: python3-libtorrent missing files 
 (usr/lib/python3*/*-packages/*[!d]mu.so), aborting
 make: *** [binary-arch] Error 255
 dpkg-buildpackage: error: fakeroot debian/rules binary-arch gave error exit 
 status 2
 
 Build finished at 20130803-2330

 It should be an easy enough fix.  I'm happy to NMU it or leave it for you to
 deal with it.

 Scott K

I should have given a heads up as I already dealt with this in Ubuntu.
Python3.3 drops the u python3 abi flag. The fix is simple:

diff -pruN 0.16.10-3/debian/python3-libtorrent.install
0.16.10-3ubuntu1/debian/python3-libtorrent.install
--- 0.16.10-3/debian/python3-libtorrent.install 2013-06-20
19:18:26.0 +
+++ 0.16.10-3ubuntu1/debian/python3-libtorrent.install 2013-06-24
16:49:21.0 +
@@ -1,3 +1,2 @@
 usr/lib/python3*/*-packages/*[!d]m.so
-usr/lib/python3*/*-packages/*[!d]mu.so
 usr/lib/python3*/*-packages/*.egg-info

Sorry,

-- Andrew Starr-Bochicchio

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


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



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

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

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

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

I've got a merge proposal upstream fixing this:

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

-- Andrew Starr-Bochicchio

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


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



Bug#731945: #731945 wrong license in debian/copyright

2013-12-12 Thread Andrew Starr-Bochicchio
 the new version of the packages changed the license from Expat to
 ISC-license. This should be mentioned in debian/copyright as well.

Fixed in svn.

-- Andrew Starr-Bochicchio

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


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



Bug#710635: pynac: FTBFS: ld: cannot find -lz

2013-09-20 Thread Andrew Starr-Bochicchio
tags 710635 patch
thanks

I can confirm that this upstream commit resolves the build issue:

http://hg.pynac.org/pynac/commits/4e639462b855b1f686372f3d2d9da9634f6c6de1


-- Andrew Starr-Bochicchio

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


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



Bug#723894: FTBFS: test suite failures in TestNetrcCS

2013-09-30 Thread Andrew Starr-Bochicchio
tag 723894 + confirmed
thanks

Looks like this is due to this change in python:

http://bugs.python.org/issue14984

Thanks,

-- Andrew Starr-Bochicchio

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


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



Bug#710312: python3-pywapi: ifails to install: SyntaxError in /usr/lib/python3/dist-packages/pywapi.py, line 370

2013-05-29 Thread Andrew Starr-Bochicchio
On Wed, May 29, 2013 at 3:48 PM, Jakub Wilk jw...@debian.org wrote:
 * Andreas Beckmann a...@debian.org, 2013-05-29, 21:22:

  Setting up python3-pywapi (0.3.2-1) ...
File /usr/lib/python3/dist-packages/pywapi.py, line 370
  weather_data['geo']['lat'] = u''
 ^
  SyntaxError: invalid syntax


 u'' literals are valid only in Python 2 and in Python = 3.3.
 Running 2to3 over the code shows that's there are more 2isms: xrange(),
 .has_key().

Looks to be fixed in upstream svn:

https://code.google.com/p/python-weather-api/source/detail?r=143

I'll sort this out.

Sorry for the noise,

-- Andrew Starr-Bochicchio

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


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



Bug#711366: #711366 django-openid-auth: FTBFS: ImproperlyConfigured: Requested setting CACHES, but settings are not configured.

2013-06-18 Thread Andrew Starr-Bochicchio
This seems to be fixed upstream in 0.5 and popped up due to Django
1.5.x entering unstable recently. Unless Michael objects, I'll update
to the new upstream release sometime in the next few days.

Thanks!

-- Andrew Starr-Bochicchio

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


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



Bug#713475: [Pkg-ayatana-devel] Bug#713475: libindicator: diff for NMU version 0.5.0-1.1

2013-10-25 Thread Andrew Starr-Bochicchio
On Sat, Oct 12, 2013 at 4:53 AM, Andrea Colangelo war...@ubuntu.com wrote:
 tags 713475 + patch
 tags 713475 + pending
 thanks

 Dear maintainer(s),

 I've prepared an NMU for libindicator (versioned as 0.5.0-1.1). Please, find 
 the
 attached debdiff, ready for sponsorship.

Hi Andrea,

Thanks for the patch. I'm about to sponsor it. In the future note that
you shouldn't tag a bug as pending if you are looking for a sponsor.
Pending means that a solution to this bug has been found and an
upload will be made soon. [0] Basically it assumes that the
maintainer has committed the patch to vcs and is planning to upload
it. So the PTS doesn't list the patch in the TODO section, the BTS
moves bugs tagged pending to the bottom of the list as they are no
longer interesting to the maintainer, etc...

[0] http://www.debian.org/Bugs/Developer#tags

Thanks!

-- Andrew Starr-Bochicchio

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


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



Bug#755667: django-openid-auth: diff for NMU version 0.5-2.1

2014-10-11 Thread Andrew Starr-Bochicchio
On Fri, Oct 10, 2014 at 5:33 AM, Neil Williams li...@codehelp.co.uk wrote:
 I've prepared an NMU for django-openid-auth (versioned as 0.5-2.1) and
 expect to upload it to unstable today.

Hi Neal,

Thanks for the patch! I've imported your NMU into the Debian Python
Modules Team repository.

Thanks!

-- Andrew Starr-Bochicchio

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


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



Bug#736158: random FTBFS: test_graceful_shutdown_waits_for_clients_to_stop

2014-01-20 Thread Andrew Starr-Bochicchio
On Mon, Jan 20, 2014 at 7:17 AM, Adam Borowski kilob...@angband.pl wrote:
 I repeated the build on an armhf box, all 3 tries succeeded.  So did it on
 all buildds for first-class architectures, while on the x32 buildd there
 were two failures out of two attempts.  It seems that the x32 buildd runs on
 a good deal faster machine than i386 and amd64 ones: looking at some random
 package, I see 25s:x32 vs 1m50s:i386.  All other architectures are,
 unsuprisingly, slower.

 So it's some timing issue.  I have a strong hunch it's a bug in the test
 suite rather than in the code being tested, so if it's tricky to debug,
 disabling that test wouldn't be as bad an idea as papering over test
 failures usually is.

 (Not sure what's the right severity for FTBFSes on too fast.  As my home
 machines are not so hot, I went with serious as hardware only goes faster,
 but you probably know better.)

Thanks for the report. It seems like this has popped up in Ubuntu as
well. In conversation with upstream, they have decided to disable the
test for now. [0] I think I'll probably end up doing the same here.

[0] https://bugs.launchpad.net/debian/+source/bzr/+bug/1269886

Thanks!

-- Andrew Starr-Bochicchio

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


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



Bug#738381: [PATCH] Explictly pass --with-boost-system=boost_system to configure as ax_boost_system.m4 doesn't want to find it now that it is multiarch. Fixes FTBFS (Closes: #738381).

2014-02-10 Thread Andrew Starr-Bochicchio
---
 debian/changelog | 8 
 debian/rules | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 64d2e57..9c1f652 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libtorrent-rasterbar (0.16.11-3) UNRELEASED; urgency=medium
+
+  * Explictly pass --with-boost-system=boost_system to configure
+as ax_boost_system.m4 doesn't want to find it now that it
+is multiarch. Fixes FTBFS (Closes: #738381).
+
+ -- Andrew Starr-Bochicchio a...@debian.org  Mon, 10 Feb 2014 10:37:28 -0500
+
 libtorrent-rasterbar (0.16.11-2) unstable; urgency=low
 
   * debian/control: libtorrent-rasterbar-dev should depend on
diff --git a/debian/rules b/debian/rules
index ad58439..dfb298c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ PYTHON2=$(shell pyversions -vr)
 PYTHON3=$(shell py3versions -vr)
 ALLPY=$(PYTHON2) $(PYTHON3) $(PYTHON2:%=%-dbg) $(PYTHON3:%=%-dbg)
 
-CONFIGURE_ARGS = --with-libgeoip --with-libiconv
+CONFIGURE_ARGS = --with-libgeoip --with-libiconv 
--with-boost-system=boost_system
 
 %:
dh $@ --parallel --with python2,python3
-- 
1.9.rc1


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



Bug#738381: [PATCH] Explictly pass --with-boost-system=boost_system to configure as ax_boost_system.m4 doesn't want to find it now that it is multiarch. Fixes FTBFS (Closes: #738381).

2014-02-17 Thread Andrew Starr-Bochicchio
Hi Cristian,

I've prepared a NMU for this bug and will be uploading it to DELAYED-3

If you're interested, I'd be happy to join you as a co-maintainer for
libtorrent-rasterbar (and its related package like deluge and
qbittorrent). Just let me know.

Thanks!

-- Andrew Starr-Bochicchio

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


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



Bug#738381: [/master] Explictly pass --with-boost-system=boost_system to configure as ax_boost_system.m4 doesn't want to find it now that it is multiarch. Fixes FTBFS (Closes: #738381).

2014-02-17 Thread Andrew Starr-Bochicchio
tag 738381 pending
thanks

Date: Mon Feb 10 10:47:02 2014 -0500
Author: Andrew Starr-Bochicchio a...@debian.org
Commit ID: e90cd64bd998445159d7219c3142726f25425302
Commit URL: 
http://anonscm.debian.org/gitweb/?p=collab-maint/libtorrent-rasterbar.git;a=commitdiff;h=e90cd64bd998445159d7219c3142726f25425302
Patch URL: 
http://anonscm.debian.org/gitweb/?p=collab-maint/libtorrent-rasterbar.git;a=commitdiff_plain;h=e90cd64bd998445159d7219c3142726f25425302

Explictly pass --with-boost-system=boost_system to configure as 
ax_boost_system.m4 doesn't want to find it now that it is multiarch. Fixes 
FTBFS (Closes: #738381).

  


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



Bug#730038: juman: FTBFS: target 'debian/juman-dic/usr/share/juman/dic' is not a directory

2014-03-09 Thread Andrew Starr-Bochicchio
Hi,

I can confirm that Eriberto's patch resolves the issue. I've uploaded
this as a NMU to DELAYED-3 as it resolves an RC bug. Please feel free
to tell me if I should delay it longer.

Thanks,

-- Andrew Starr-Bochicchio

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


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



Bug#765765: [/master] debian/patches/disable_SSLv3_rpcserver.patch:

2014-10-26 Thread Andrew Starr-Bochicchio
tag 765765 pending
thanks

Date: Sun Oct 26 11:57:07 2014 -0400
Author: Andrew Starr-Bochicchio a.star...@gmail.com
Commit ID: 30416db54586c66ddb8dc6be93a1bd68632b5ab4
Commit URL: 
https://anonscm.debian.org/cgit/collab-maint/deluge.git;a=commitdiff;h=30416db54586c66ddb8dc6be93a1bd68632b5ab4
Patch URL: 
https://anonscm.debian.org/cgit/collab-maint/deluge.git;a=commitdiff_plain;h=30416db54586c66ddb8dc6be93a1bd68632b5ab4

debian/patches/disable_SSLv3_rpcserver.patch:
  Disable SSLv3 for the RPCserver as Debian now
  builds OpenSSL without SSLv3 support altogether.
  Closes: #765765
  


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



Bug#771612: #771612 python-txzookeeper: unhandled symlink to directory conversion: /usr/share/doc/PACKAGE

2014-11-30 Thread Andrew Starr-Bochicchio
reassign 771612 python-zookeeper 3.4.5+dfsg-1
thanks

From the attached log (usually somewhere in the middle...):

0m57.9s ERROR: FAIL: silently overwrites files via directory symlinks:
  /usr/share/doc/python-zookeeper/changelog.Debian.gz (python-zookeeper) != 
 /usr/share/doc/libzookeeper-mt2/changelog.Debian.gz (libzookeeper-mt2:amd64)
  /usr/share/doc/python-zookeeper/changelog.gz (python-zookeeper) != 
 /usr/share/doc/libzookeeper-mt2/changelog.gz (libzookeeper-mt2:amd64)
  /usr/share/doc/python-zookeeper/copyright (python-zookeeper) != 
 /usr/share/doc/libzookeeper-mt2/copyright (libzookeeper-mt2:amd64)

AFAICT, this was assigned to the wrong package. Reassigning to python-zookeeper

Thanks!

-- Andrew Starr-Bochicchio

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


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



Bug#778336: pastebinit: fails in the default configuration

2015-02-16 Thread Andrew Starr-Bochicchio
This could be fixed by fixing #760341 so that pastebinit defaults to
paste.debian.net The root cause of that is lsb-release doesn't support
Python 3, breaking the distro detection.

The attached patch works around that by using platform to detect the
distribution instead.

Thanks,

-- Andrew Starr-Bochicchio

   Ubuntu Developer https://launchpad.net/~andrewsomething
   Debian Developer http://qa.debian.org/developer.php?login=asb
   PGP/GPG Key ID: D53FDCB1
From c8d33415abf8d07b3b2bcb41bb088a03b882a7cb Mon Sep 17 00:00:00 2001
From: Andrew Starr-Bochicchio a...@debian.org
Date: Mon, 16 Feb 2015 12:45:05 -0500
Subject: [PATCH] detect_distro_with_python3.patch: Use platform instead of
 lsb_release to detect the distro as lsb_release is not available under Python
 3 (Closes: #760341). pastebinit will now default to using paste.debian.net on
 Debian (Closes: #778336).

---
 debian/changelog| 11 +++
 debian/patches/detect_distro_with_python3.patch | 15 +++
 debian/patches/series   |  1 +
 3 files changed, 27 insertions(+)
 create mode 100644 debian/patches/detect_distro_with_python3.patch

diff --git a/debian/changelog b/debian/changelog
index 7de6407..c2d3758 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+pastebinit (1.4-3.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * detect_distro_with_python3.patch: Use platform instead of
+lsb_release to detect the distro as lsb_release is not
+available under Python 3 (Closes: #760341). pastebinit
+will now default to using paste.debian.net on Debian
+(Closes: #778336).
+
+ -- Andrew Starr-Bochicchio a...@debian.org  Mon, 16 Feb 2015 12:40:55 -0500
+
 pastebinit (1.4-3) unstable; urgency=low
 
   * bump debhelper to version 9
diff --git a/debian/patches/detect_distro_with_python3.patch b/debian/patches/detect_distro_with_python3.patch
new file mode 100644
index 000..e0737c3
--- /dev/null
+++ b/debian/patches/detect_distro_with_python3.patch
@@ -0,0 +1,15 @@
+Index: pastebinit/pastebinit
+===
+--- pastebinit.orig/pastebinit	2015-02-16 12:37:04.434846203 -0500
 pastebinit/pastebinit	2015-02-16 12:39:22.709104460 -0500
+@@ -37,8 +37,8 @@
+ 
+ # Now try to override it with a distributor pastebin
+ try:
+-import lsb_release
+-release = lsb_release.get_distro_information()['ID'].lower()
++import platform
++release = platform.linux_distribution()[0].lower()
+ if release == 'debian':
+ defaultPB = http://paste.debian.net;
+ elif release == 'fedora':
diff --git a/debian/patches/series b/debian/patches/series
index 986704d..b17e68f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 upstream-r205_r201.patch
 increase_timeout.patch
+detect_distro_with_python3.patch
-- 
2.1.0



Bug#777607: puppet-module-puppetlabs-postgresql: Module tries to install postgresql-9.3 on jessie and fails

2015-02-16 Thread Andrew Starr-Bochicchio
Hi,

I can confirm that the upstream commit resolves the issue. The
attached patch backports it.

Thanks,

-- Andrew Starr-Bochicchio

   Ubuntu Developer https://launchpad.net/~andrewsomething
   Debian Developer http://qa.debian.org/developer.php?login=asb
   PGP/GPG Key ID: D53FDCB1
From 5a16c4afd05617763b584e79de21bb137978da7c Mon Sep 17 00:00:00 2001
From: Andrew Starr-Bochicchio a...@debian.org
Date: Mon, 16 Feb 2015 13:09:55 -0500
Subject: [PATCH] use_postgresql-9.4_on_jessie.patch: Backport upstream commit
 to correctly use postgresql 9.4 on Jessie (Closes: #777607).

---
 debian/changelog  |  8 ++
 debian/patches/series |  1 +
 debian/patches/use_postgresql-9.4_on_jessie.patch | 31 +++
 3 files changed, 40 insertions(+)
 create mode 100644 debian/patches/series
 create mode 100644 debian/patches/use_postgresql-9.4_on_jessie.patch

diff --git a/debian/changelog b/debian/changelog
index 2e35323..5be8118 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+puppet-module-puppetlabs-postgresql (4.0.0-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * use_postgresql-9.4_on_jessie.patch: Backport upstream commit
+to correctly use postgresql 9.4 on Jessie (Closes: #777607).
+
+ -- Andrew Starr-Bochicchio a...@debian.org  Mon, 16 Feb 2015 13:07:26 -0500
+
 puppet-module-puppetlabs-postgresql (4.0.0-1) unstable; urgency=medium
 
   * Imported upstream relase 4.0.0
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 000..479d051
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+use_postgresql-9.4_on_jessie.patch
diff --git a/debian/patches/use_postgresql-9.4_on_jessie.patch b/debian/patches/use_postgresql-9.4_on_jessie.patch
new file mode 100644
index 000..1325c5c
--- /dev/null
+++ b/debian/patches/use_postgresql-9.4_on_jessie.patch
@@ -0,0 +1,31 @@
+From 9bb1c5e491463fe64beff663be156d6724b4e06e Mon Sep 17 00:00:00 2001
+From: Armin ranjbar z...@zoup.org
+Date: Fri, 21 Nov 2014 22:26:18 +0330
+Subject: [PATCH] Fixing autodetected version for Debian Jessie, which uses
+ postgresql 9.4
+
+---
+ manifests/globals.pp | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+Index: puppet-module-puppetlabs-postgresql/manifests/globals.pp
+===
+--- puppet-module-puppetlabs-postgresql.orig/manifests/globals.pp	2015-02-16 13:06:53.515483692 -0500
 puppet-module-puppetlabs-postgresql/manifests/globals.pp	2015-02-16 13:06:53.511483620 -0500
+@@ -67,7 +67,7 @@
+   'Debian' = $::operatingsystemrelease ? {
+ /^6\./ = '8.4',
+ /^(wheezy|7\.)/ = '9.1',
+-/^(jessie|8\.)/ = '9.3',
++/^(jessie|8\.)/ = '9.4',
+ default = undef,
+   },
+   'Ubuntu' = $::operatingsystemrelease ? {
+@@ -102,6 +102,7 @@
+ '91'= '1.5',
+ '9.2'   = '2.0',
+ '9.3'   = '2.1',
++'9.4'   = '2.1',
+ default = undef,
+   }
+   $globals_postgis_version = pick($postgis_version, $default_postgis_version)
-- 
2.1.0



Bug#770628: [/master] Fix permissions on /var/lib/deluged/config/ in deluged.postinst and properly remove all dpkg-statoverrides in deluged.postrm (Closes: #770628).

2015-02-14 Thread Andrew Starr-Bochicchio
tag 770628 pending
thanks

Date: Sat Feb 14 17:35:08 2015 -0500
Author: Andrew Starr-Bochicchio a.star...@gmail.com
Commit ID: 8541e8f2f4aa15296376b6d514b7acd774a1ed98
Commit URL: 
https://anonscm.debian.org/cgit/collab-maint/deluge.git;a=commitdiff;h=8541e8f2f4aa15296376b6d514b7acd774a1ed98
Patch URL: 
https://anonscm.debian.org/cgit/collab-maint/deluge.git;a=commitdiff_plain;h=8541e8f2f4aa15296376b6d514b7acd774a1ed98

Fix permissions on /var/lib/deluged/config/ in deluged.postinst and 
properly remove all dpkg-statoverrides in deluged.postrm (Closes: #770628).

  


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



Bug#779784: git-extras: fresh-branch deletes everything without asking

2015-03-09 Thread Andrew Starr-Bochicchio
On Mon, 9 Mar 2015 22:20:39 -0400 Andrew Starr-Bochicchio
a...@debian.org wrote:
 I submitted a pull request for this upstream:

 https://github.com/tj/git-extras/pull/322

And it was very quickly merged. Proposed NMU debdiff attached.

Thanks,

-- Andrew Starr-Bochicchio

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


bts779784.debdiff
Description: Binary data


Bug#779784: git-extras: fresh-branch deletes everything without asking

2015-03-09 Thread Andrew Starr-Bochicchio
tag patch
thanks

Hi,

I submitted a pull request for this upstream:

https://github.com/tj/git-extras/pull/322

Thanks,

-- Andrew Starr-Bochicchio

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


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



Bug#782396: sakura: Sakura running as x-terminal-emulator does not accept -T title option

2015-04-18 Thread Andrew Starr-Bochicchio
On Fri, Apr 17, 2015 at 2:03 PM, Tobias Frost t...@debian.org wrote:
 Checked with the release team, its too late.
 -- Will not upload this one.

Hi Tobias,

Thanks for the patch! As the release team has said it's too late, I'll
try to get this accepted upstream and make an upload after the freeze.

How did you contact the release team? I don't see a thread on
debian-release or a bug against release.debian.org regarding this, and
I'd like to keep the conversation together if possible. sakura has now
been marked for removal from Jessie. I feel like this should probably
get tagged as jessie-ignore, but as per
https://www.debian.org/Bugs/Developer#tags only the release managers
can do so.

Thanks,

-- Andrew Starr-Bochicchio

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


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



Bug#791176: libtorrent-rasterbar: library transition may be needed when GCC 5 is the default

2015-08-13 Thread Andrew Starr-Bochicchio
On Thu, Aug 13, 2015 at 8:04 PM, Felipe Sateler fsate...@debian.org wrote:
 There's lots of std::string references in libtorrent-rasterbar's public
 headers.  libtorrent-rasterbar7 ought to be renamed.

 You may want to check out the patch at
 https://launchpad.net/ubuntu/+source/libtorrent-rasterbar/0.16.18-1ubuntu1


 There is in experimental a version that bumps the ABI, perhaps that could be
 uploaded to unstable instead.

Of libtorrent-rasterbar's reverse dependencies, qbittorrent requires a
new upstream version to build against the version in experimental. I
have a package ready to be uploaded. Fatrat and Flush both have other
build issues which I haven't had time to get to the bottom of and NMU.
As neither are currently in testing due to those RC bugs, that
shouldn't necessarily hold pack promoting libtorrent-rasterbar to
unstable. It seems like that's probably the cleanest solution.

I'll prepare an upload. Though, if I'm reading the transition tracker
right, qt4-x11 will need to be rebuilt first. [0] On the other hand,
it seems to have been rebuilt recently. [1]

[0] https://release.debian.org/transitions/html/libstdc++6.html
[1] https://packages.qa.debian.org/q/qt4-x11/news/20150804T225859Z.html

Thanks,

-- Andrew Starr-Bochicchio

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



Bug#797523: qbittorrent: FTBFS [armel armhf]: configure: error: Could not find a version of the library!

2015-08-31 Thread Andrew Starr-Bochicchio
On Mon, Aug 31, 2015 at 6:32 AM, Simon McVittie <s...@debian.org> wrote:
> qbittorrent FTBFS on armel and armhf:

It looks like the configure flag --with-libboost-dir was renamed to
--with-boost-libdir. Updating that seems to resolve the problem. I
have a build going on an armhf porterbox right now. It got passed
this. I'll make an upload if/when it succeeds completely.

Thanks,

-- Andrew Starr-Bochicchio

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



Bug#796481: seqdiag: diff for NMU version 0.9.3-4.1

2015-09-09 Thread Andrew Starr-Bochicchio
On Tue, Sep 8, 2015 at 8:32 AM, Stein Magnus Jodal
 wrote:
> I've prepared an NMU for seqdiag (versioned as 0.9.3-4.1) which I'll
> have a...@debian.org review and potentially upload. Please feel free to
> tell me if we should delay the upload.

Uploaded to DELAYED-2.

Thanks!



Bug#806363: marked as pending

2015-12-25 Thread Andrew Starr-Bochicchio
tag 806363 pending
thanks

Hello,

Bug #806363 reported by you has been fixed in the Git repository. You can
see the changelog below, and you can check the diff of the fix at:


http://git.debian.org/?p=python-modules/packages/python-django-contact-form.git;a=commitdiff;h=75676b2

---
commit 75676b2e2d01d279746fd6a830dbeb23bc699e45
Author: Andrew Starr-Bochicchio <a.star...@gmail.com>
Date:   Fri Dec 25 13:42:46 2015 -0500

New upstream snapshot (Closes: #806363).

diff --git a/debian/changelog b/debian/changelog
index 2d44651..5d2f963 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-django-contact-form (1.2~git23.8413069-1) UNRELEASED; urgency=medium
+
+  * New upstream snapshot (Closes: #806363).
+
+ -- Andrew Starr-Bochicchio <a.star...@gmail.com>  Fri, 25 Dec 2015 13:42:01 
-0500
+
 python-django-contact-form (1.1-1) unstable; urgency=medium
 
   [ Christophe Siraut ]



Bug#811160: marked as pending

2016-01-18 Thread Andrew Starr-Bochicchio
tag 811160 pending
thanks

Hello,

Bug #811160 reported by you has been fixed in the Git repository. You can
see the changelog below, and you can check the diff of the fix at:


http://git.debian.org/?p=python-modules/packages/libcloud.git;a=commitdiff;h=4af2643

---
commit 4af264372b5c0481bf9f3a40b8f67a9c1e8529ac
Author: Andrew Starr-Bochicchio <a.star...@gmail.com>
Date:   Mon Jan 18 14:49:20 2016 -0500

New upstream release.

- Resolves test failures (Closes: #811160).

diff --git a/debian/changelog b/debian/changelog
index eb8d591..157d66b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libcloud (0.20.0-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+   - Resolves test failures (Closes: #811160). 
+
+ -- Andrew Starr-Bochicchio <a...@debian.org>  Mon, 18 Jan 2016 14:48:24 -0500
+
 libcloud (0.17.0-1) unstable; urgency=medium
 
   * New upstream release.



Bug#833944: [/master] Fix builds on arches where the multiarch tuple (i386-*) and the GNU tuple (i686-*) differ (Closes: #833944).

2016-08-10 Thread Andrew Starr-Bochicchio
tag 833944 pending
thanks

Date: Wed Aug 10 20:12:37 2016 -0400
Author: Andrew Starr-Bochicchio <a.star...@gmail.com>
Commit ID: bbcec1e57452e40864b6300644d04ae56c25f752
Commit URL: 
http://anonscm.debian.org/gitweb/?p=collab-maint/libtorrent-rasterbar.git;a=commitdiff;h=bbcec1e57452e40864b6300644d04ae56c25f752
Patch URL: 
http://anonscm.debian.org/gitweb/?p=collab-maint/libtorrent-rasterbar.git;a=commitdiff_plain;h=bbcec1e57452e40864b6300644d04ae56c25f752

Fix builds on arches where the multiarch tuple (i386-*) and the GNU tuple 
(i686-*) differ (Closes: #833944).

  



Bug#833944: [/master] remove-msse4.2.patch: Backport upstream commit removing -msse4.2 commandline option from configure script (Closes: #833944)

2016-08-10 Thread Andrew Starr-Bochicchio
tag 833944 pending
thanks

Date: Wed Aug 10 20:23:24 2016 -0400
Author: Andrew Starr-Bochicchio <a.star...@gmail.com>
Commit ID: 4f361f8226d2169596de53fbc37c173f361bdf03
Commit URL: 
http://anonscm.debian.org/gitweb/?p=collab-maint/libtorrent-rasterbar.git;a=commitdiff;h=4f361f8226d2169596de53fbc37c173f361bdf03
Patch URL: 
http://anonscm.debian.org/gitweb/?p=collab-maint/libtorrent-rasterbar.git;a=commitdiff_plain;h=4f361f8226d2169596de53fbc37c173f361bdf03

remove-msse4.2.patch: Backport upstream commit removing -msse4.2 
commandline option from configure script (Closes: #833944)

  



Bug#850230: fabric: FTBFS (sbuild hangs)

2017-01-18 Thread Andrew Starr-Bochicchio
On Thu, Jan 5, 2017 at 5:05 AM, Santiago Vila <sanv...@debian.org> wrote:
> The bug should be reproducible with sbuild on a single CPU virtual machine.
> It always fail for me (I tried 10 times in different autobuilders), and
> it also fails here:
>
> https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/fabric.html

Hi Santiago,

Thanks for the report. I had been unable to reproduce this. I tried
locally with both sbuild and pbuilder with no issues. So I spun up a
single CPU VM with an sbuild environment and was able to reproduce
this issue there. Adding another core to the VM, it built successfully
again. After some further debugging, I seem to have tracked the issue
down to a specific test:

https://github.com/fabric/fabric/blob/1.13.1/tests/test_tasks.py#L420

It's going to require some more detective work to find the root cause,
but for now I'm going to disable it as part of the package build.

Thanks,

-- Andrew Starr-Bochicchio

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



Bug#828664: marked as pending

2016-08-20 Thread Andrew Starr-Bochicchio
tag 828664 pending
thanks

Hello,

Bug #828664 reported by you has been fixed in the Git repository. You can
see the changelog below, and you can check the diff of the fix at:


http://git.debian.org/?p=python-modules/packages/python-django-debug-toolbar.git;a=commitdiff;h=1a58c10

---
commit 1a58c1078b4ee57f855d337047edec79aec88010
Author: Andrew Starr-Bochicchio <a.star...@gmail.com>
Date:   Sat Aug 20 12:09:24 2016 -0400

django-1.10-compat.patch: Make DebugToolarMiddleware compatible with Django 
1.10's MIDDLEWARE setting (Closes: #828664).

diff --git a/debian/changelog b/debian/changelog
index a539b75..6365f71 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ python-django-debug-toolbar (1:1.5-1) UNRELEASED; urgency=medium
   [ Andrew Starr-Bochicchio ]
   * New upstream release.
   * Bump Standards-Version to 3.9.8, no changes.
+  * django-1.10-compat.patch: Make DebugToolarMiddleware compatible
+with Django 1.10's MIDDLEWARE setting (Closes: #828664).
 
  -- Ondřej Nový <n...@ondrej.org>  Tue, 29 Mar 2016 21:59:22 +0200
 



Bug#828663: marked as pending

2016-08-20 Thread Andrew Starr-Bochicchio
tag 828663 pending
thanks

Hello,

Bug #828663 reported by you has been fixed in the Git repository. You can
see the changelog below, and you can check the diff of the fix at:


http://git.debian.org/?p=python-modules/packages/python-django-contact-form.git;a=commitdiff;h=3553ee2

---
commit 3553ee2962d9b39c991718477b4639c9c5e2d96f
Author: Andrew Starr-Bochicchio <a.star...@gmail.com>
Date:   Sat Aug 20 14:38:03 2016 -0400

django-1.10-define-templates.patch: define TEMPLATES to fix test runs under 
Django 1.10 (Closes: #828663). Thanks to Thomas Goirand!

diff --git a/debian/changelog b/debian/changelog
index 1c099b9..36e3059 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+python-django-contact-form (1.2~git23.8413069-2) UNRELEASED; urgency=medium
+
+  * django-1.10-define-templates.patch: define TEMPLATES to
+fix test runs under Django 1.10 (Closes: #828663).
+Thanks to Thomas Goirand!
+
+ -- Andrew Starr-Bochicchio <a.star...@gmail.com>  Sat, 20 Aug 2016 14:36:20 
-0400
+
 python-django-contact-form (1.2~git23.8413069-1) unstable; urgency=medium
 
   * New upstream snapshot (Closes: #806363).



Bug#835049: deluge is not libtorrent 1.1.0 capable

2016-08-23 Thread Andrew Starr-Bochicchio
On Sun, Aug 21, 2016 at 1:08 PM, Marcos Mobley
<marcosmob...@dipconsultants.com> wrote:
> Deluge is known not to work with any version of libtorrent after 1.0.9. Of 
> course 1.1.0 was just uploaded to unstable, so it breaks.
> It will not be fixed on Deluge's side for quite some time, it seems.
> Deluge developers are aware of the problem and detail it here:
> http://forum.deluge-torrent.org/viewtopic.php?f=7=53939=10#p224215

Hi Marcos,

Thanks for bringing that thread to our attention. It implies that
there are some settings that might not be respected rather than the
package being unusable. Certainly in my smoke testing, basic
functionality is working. Are you seeing any specific issues?

I've also backported a a number of commits from the soon to be release
libtorrent 1.1.1 related to the Python bindings that should help with
backwards compatibility.

Thanks,

-- Andrew Starr-Bochicchio

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



Bug#830311: fabric: diff for NMU version 1.10.2-1.1

2016-09-25 Thread Andrew Starr-Bochicchio
On Sun, Sep 25, 2016 at 8:15 AM, Sebastian Ramacher
<sramac...@debian.org> wrote:
> I've prepared an NMU for fabric (versioned as 1.10.2-1.1) and
> uploaded it to DELAYED/2. Please feel free to tell me if I
> should delay it longer.

Thanks! Feel free to upload directly to unstable.

-- Andrew Starr-Bochicchio

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



Bug#833943: closing 833943

2016-10-29 Thread Andrew Starr-Bochicchio
close 833943 
thanks



Bug#843783: deluge-gtk: fails to start: AttributeError: 'module' object has no attribute 'SSL_ST_INIT'

2016-11-09 Thread Andrew Starr-Bochicchio
On Wed, Nov 9, 2016 at 10:24 AM, Jonas Smedegaard <d...@jones.dk> wrote:
>
> My deluge-gtk recently stopped being able to start at all, leaving the
> following in .xsession-errors:

Thanks for the report. This looks like is a bug in
python-cryptography. See:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=843631

-- Andrew Starr-Bochicchio

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



Bug#830369: closing 830369

2016-11-12 Thread Andrew Starr-Bochicchio
close 830369 
thanks



Bug#844792: marked as pending

2016-11-27 Thread Andrew Starr-Bochicchio
tag 844792 pending
thanks

Hello,

Bug #844792 reported by you has been fixed in the Git repository. You can
see the changelog below, and you can check the diff of the fix at:


http://git.debian.org/?p=python-modules/packages/python-django-debug-toolbar.git;a=commitdiff;h=76751f9

---
commit 76751f9c10ed3de8db0d6d06104085a6738d1f45
Author: Andrew Starr-Bochicchio <a.star...@gmail.com>
Date:   Sun Nov 27 10:22:49 2016 -0500

Depend on python{3}-sqlparse >= 0.2.0 (Closes: #844792).

diff --git a/debian/changelog b/debian/changelog
index 89d25bb..f59c03a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ python-django-debug-toolbar (1:1.5-2) UNRELEASED; urgency=medium
 
   * Drop sqlparse-downgrade.patch as sqlparse >= 0.2 is
 now in Debian.
+  * Depend on python{3}-sqlparse >= 0.2.0 (Closes: #844792).
 
  -- Andrew Starr-Bochicchio <a...@debian.org>  Sun, 27 Nov 2016 10:07:58 -0500
 



Bug#845619: [/master] Explicitly build depend on zlib1g-dev (Closes: #845619).

2016-11-27 Thread Andrew Starr-Bochicchio
tag 845619 pending
thanks

Date: Sun Nov 27 11:37:22 2016 -0500
Author: Andrew Starr-Bochicchio <a.star...@gmail.com>
Commit ID: 14e2b3a652916951d008b424d54e61ea5e1cba4b
Commit URL: 
http://anonscm.debian.org/gitweb/?p=collab-maint/qbittorrent.git;a=commitdiff;h=14e2b3a652916951d008b424d54e61ea5e1cba4b
Patch URL: 
http://anonscm.debian.org/gitweb/?p=collab-maint/qbittorrent.git;a=commitdiff_plain;h=14e2b3a652916951d008b424d54e61ea5e1cba4b

Explicitly build depend on zlib1g-dev (Closes: #845619).

  



Bug#840176: [/master] debian/rules: Set INSTALL_ROOT for dh_auto_install (Closes: #840176).

2016-10-30 Thread Andrew Starr-Bochicchio
tag 840176 pending
thanks

Date: Sat Oct 29 15:35:27 2016 -0400
Author: Andrew Starr-Bochicchio <a.star...@gmail.com>
Commit ID: 0f2fff526f885470d0ca23b2ea5a4e0e2fef90e8
Commit URL: 
http://anonscm.debian.org/gitweb/?p=collab-maint/qbittorrent.git;a=commitdiff;h=0f2fff526f885470d0ca23b2ea5a4e0e2fef90e8
Patch URL: 
http://anonscm.debian.org/gitweb/?p=collab-maint/qbittorrent.git;a=commitdiff_plain;h=0f2fff526f885470d0ca23b2ea5a4e0e2fef90e8

debian/rules: Set INSTALL_ROOT for dh_auto_install (Closes: #840176).

  



Bug#828415: closing 828415

2016-12-03 Thread Andrew Starr-Bochicchio
close 828415 
thanks



Bug#867426: marked as pending

2017-07-14 Thread Andrew Starr-Bochicchio
tag 867426 pending
thanks

Hello,

Bug #867426 reported by you has been fixed in the Git repository. You can
see the changelog below, and you can check the diff of the fix at:


https://anonscm.debian.org/cgit/python-modules/packages/python-django-contact-form.git/commit/?id=0a8883d

---
commit 0a8883d5ec85f079cf42cc89acb54f2380f59ebd
Author: Andrew Starr-Bochicchio <a.star...@gmail.com>
Date:   Fri Jul 14 21:36:13 2017 -0400

debian/control: Fix incorrect dependencies for python3-django-contact-form 
(Closes: #867426).

diff --git a/debian/changelog b/debian/changelog
index 0f67c3a..ec51f25 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-django-contact-form (1.4.2-2) UNRELEASED; urgency=medium
+
+  * debian/control: Fix incorrect dependencies for
+python3-django-contact-form (Closes: #867426).
+
+ -- Andrew Starr-Bochicchio <a...@debian.org>  Fri, 14 Jul 2017 21:33:59 -0400
+
 python-django-contact-form (1.4.2-1) unstable; urgency=medium
 
   * New upstream release (Closes: #865941).



Bug#865941: marked as pending

2017-07-03 Thread Andrew Starr-Bochicchio
tag 865941 pending
thanks

Hello,

Bug #865941 reported by you has been fixed in the Git repository. You can
see the changelog below, and you can check the diff of the fix at:


https://anonscm.debian.org/cgit/python-modules/packages/python-django-contact-form.git/commit/?id=3c4c2a7

---
commit 3c4c2a7bd99e75395df56221f78fb6428551402b
Author: Andrew Starr-Bochicchio <a.star...@gmail.com>
Date:   Mon Jul 3 10:46:16 2017 -0400

New upstream release (Closes: #865941).

diff --git a/debian/changelog b/debian/changelog
index 064616d..b6126ef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-django-contact-form (1.4.2-1) UNRELEASED; urgency=medium
+
+  * New upstream release (Closes: #865941).
+
+ -- Andrew Starr-Bochicchio <a...@debian.org>  Mon, 03 Jul 2017 10:45:40 -0400
+
 python-django-contact-form (1.3-1) unstable; urgency=medium
 
   * New upstream release.



Bug#862611: [/master] Check if template files exist and raise 404 if not in order to protect webui against directory traversal (Closes: #862611).

2017-05-15 Thread Andrew Starr-Bochicchio
tag 862611 pending
thanks

Date: Mon May 15 20:09:36 2017 -0400
Author: Andrew Starr-Bochicchio <a.star...@gmail.com>
Commit ID: 3d1b3b4500f155a25bc2e5e92ae56437fa728041
Commit URL: 
https://anonscm.debian.org/cgit/collab-maint/deluge.git;a=commitdiff;h=3d1b3b4500f155a25bc2e5e92ae56437fa728041
Patch URL: 
https://anonscm.debian.org/cgit/collab-maint/deluge.git;a=commitdiff_plain;h=3d1b3b4500f155a25bc2e5e92ae56437fa728041

Check if template files exist and raise 404 if not in order to protect 
webui against directory traversal (Closes: #862611).

  



Bug#878542: marked as pending

2017-10-18 Thread Andrew Starr-Bochicchio
tag 878542 pending
thanks

Hello,

Bug #878542 reported by you has been fixed in the Git repository. You can
see the changelog below, and you can check the diff of the fix at:


https://anonscm.debian.org/cgit/python-modules/packages/libcloud.git/commit/?id=89e3f06

---
commit 89e3f06f5213bfe565bd52a9664d863681539767
Author: Andrew Starr-Bochicchio <a.star...@gmail.com>
Date:   Wed Oct 18 23:23:17 2017 -0400

Resolves FTBFS with Python 3.6 (Closes: #878542).

diff --git a/debian/changelog b/debian/changelog
index b9fe44d..8e04350 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ libcloud (2.2.1-1) UNRELEASED; urgency=medium
 
   [ Andrew Starr-Bochicchio ]
   * New upstream release.
+   - Resolves FTBFS with Python 3.6 (Closes: #878542).
   * debian/control: Remove deprecated XS-Testsuite field.
   * Build depend on python{3}-pytest and python{3}-pytest-runner.
   * Bump Standards-Version to 4.1.0.



Bug#896550: kazam: Binding 'R' failed!

2018-04-29 Thread Andrew Starr-Bochicchio
On Sun, Apr 22, 2018 at 4:48 AM, Davide Prina <davide.pr...@gmail.com> wrote:
> And the key for start/stop registration don't work.
> So I can set to save the screencast, start it, bug I cannot stop it (I can do 
> it with Ctrl-C or kill command, but I don't have the screencast with 
> something usable: I see a movie with area subdivided into black and withe 
> squares).

Hi,

Could you please provide a bit more info about your set up to help
track down the root cause here? What desktop environment is in use? I
was not able to reproduce this in a new Debian Testing VM running
Gnome.

Thanks for the report.

-- Andrew Starr-Bochicchio

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



Bug#894025: python-certbot-dns-cloudflare: Fails to build from source

2018-03-26 Thread Andrew Starr-Bochicchio
On Sun, Mar 25, 2018 at 11:15 PM, Harlan Lieberman-Berg <
hlieber...@debian.org> wrote:

> Hm, so, we've never shipped the testdata.  All the way back to the first
> tag (0.0.0.dev20151104-1), we've removed the testdata.  It's only for the
> test cases, so we don't ship it out in the debs.
>

It looks like the test data slipped back into the package at some point.
Inspecting the 0.21.1-1 from testing:

$ dpkg --contents python3-certbot_0.21.1-1_all.deb | grep rsa512_key.pem
-rw-r--r-- root/root   493 2018-01-25 14:29
./usr/lib/python3/dist-packages/certbot/tests/testdata/rsa512_key.pem

It's not actually clear to me if any of these packages really depend on
that test data. It seems that it is only due to them importing
dns_test_common which defines the key globally.

https://salsa.debian.org/letsencrypt-team/certbot/certbot/blob/master/certbot/plugins/dns_test_common.py#L16

But taking a quick look at the packages that are failing, I don't actually
see KEY referenced in their tests. So we could patch potentially that out
in the main certbot package.


-- Andrew Starr-Bochicchio

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


Bug#894025: python-certbot-dns-cloudflare: Fails to build from source

2018-03-25 Thread Andrew Starr-Bochicchio
On Sun, Mar 25, 2018 at 9:47 AM, Jeremy Bicha <jbi...@debian.org> wrote:
>
> error: [Errno 2] No such file or directory:
> '/usr/lib/python3/dist-packages/certbot/tests/testdata/rsa512_key.pem'
>
> Full build log at
> https://launchpad.net/ubuntu/+source/python-certbot-dns-
> cloudflare/0.22.0-1/+build/14491162
>

Looks like this was caused by this change in the main certbot package:

https://salsa.debian.org/letsencrypt-team/certbot/certbot/commit/8bb2938afb15594cb79f8661d951724323f0e754

Harlan, any more context on that or concerns about reverting?

Thanks,

-- Andrew Starr-Bochicchio

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


Bug#909971: Bug #909971 in libcloud marked as pending

2018-10-03 Thread Andrew Starr-Bochicchio
Control: tag -1 pending

Hello,

Bug #909971 in libcloud 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/modules/libcloud/commit/e344d530eacbe358ac9bfe7ceba60266afe14c43


d/control: Remove unneeded dependency on backports.ssl-match-hostname (Closes: 
#909971).



(this message was generated automatically)
-- 
Greetings

https://bugs.debian.org/909971



Bug#938305: marked as pending in pyxdg

2020-03-27 Thread Andrew Starr-Bochicchio
Control: tag -1 pending

Hello,

Bug #938305 in pyxdg 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/modules/pyxdg/-/commit/fd785072b9b9947aeb15d7e90dbcf638accf8d65


Drop Python 2 package (Closes: #938305).


(this message was generated automatically)
-- 
Greetings

https://bugs.debian.org/938305



Bug#958533: [Python-modules-team] Bug#958533: pyxdg: autopkgtest regression: still tests Python2 package

2020-04-23 Thread Andrew Starr-Bochicchio
On Thu, Apr 23, 2020 at 3:12 PM Emmanuel Arias
 wrote:
> I've push to salsa the fix. I will need sponsorship

Uploading now. Thanks for your work!

-- Andrew Starr-Bochicchio

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