Your message dated Sun, 26 Feb 2017 19:11:46 +0100
with message-id <[email protected]>
and subject line Re: unblock: qpid-python
has caused the Debian Bug report #856119,
regarding unblock: qpid-python
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
856119: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856119
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
User: [email protected]
Usertags: unblock

Hi Release Team,

I maintain some Qpid related packages, even if I've neglected those.
However qpid-python was in other hands and recently orphaned.
I have adopted it and made small changes to it. The compat change
may warn you, but I can assure you that the binary package is bit
identical to the one currently in Stretch (made md5sum on all files
and those match).

Please unblock it to have a maintainer in the background - debdiff is
attached.

Thanks,
Laszlo/GCS
diff -Nru qpid-python-1.35.0+dfsg/debian/changelog qpid-python-1.35.0+dfsg/debian/changelog
--- qpid-python-1.35.0+dfsg/debian/changelog	2016-10-09 20:24:29.000000000 +0200
+++ qpid-python-1.35.0+dfsg/debian/changelog	2017-02-21 22:44:19.000000000 +0100
@@ -1,3 +1,11 @@
+qpid-python (1.35.0+dfsg-2) unstable; urgency=low
+
+  * New maintainer (closes: #729207).
+  * Generalize watch file.
+  * Use debhelper level 10 in compat.
+
+ -- Laszlo Boszormenyi (GCS) <[email protected]>  Tue, 21 Feb 2017 21:44:19 +0000
+
 qpid-python (1.35.0+dfsg-1) unstable; urgency=medium
 
   * QA upload.
diff -Nru qpid-python-1.35.0+dfsg/debian/compat qpid-python-1.35.0+dfsg/debian/compat
--- qpid-python-1.35.0+dfsg/debian/compat	2016-10-09 20:24:29.000000000 +0200
+++ qpid-python-1.35.0+dfsg/debian/compat	2017-02-21 22:44:19.000000000 +0100
@@ -1 +1 @@
-9
+10
diff -Nru qpid-python-1.35.0+dfsg/debian/control qpid-python-1.35.0+dfsg/debian/control
--- qpid-python-1.35.0+dfsg/debian/control	2016-10-09 20:24:29.000000000 +0200
+++ qpid-python-1.35.0+dfsg/debian/control	2017-02-21 22:44:19.000000000 +0100
@@ -1,7 +1,7 @@
 Source: qpid-python
 Section: python
 Priority: extra
-Maintainer: Debian QA Group <[email protected]>
+Maintainer: Laszlo Boszormenyi (GCS) <[email protected]>
 Build-Depends: debhelper (>= 10),
                dh-python,
                python (>= 2.6.6-3~),
diff -Nru qpid-python-1.35.0+dfsg/debian/copyright qpid-python-1.35.0+dfsg/debian/copyright
--- qpid-python-1.35.0+dfsg/debian/copyright	2016-10-09 20:24:29.000000000 +0200
+++ qpid-python-1.35.0+dfsg/debian/copyright	2017-02-21 22:44:19.000000000 +0100
@@ -4,7 +4,7 @@
 Files-Excluded: qpid/specs/amqp-0-10.dtd
 
 Files: *
-Copyright: 2006-2016 QPID Apache team
+Copyright: 2006-2017 QPID Apache team
 License: Apache
 
 Files: qpid/specs/*
@@ -15,8 +15,9 @@
 Copyright: 2009-2012 Cajus Pollmeier <[email protected]>
            2013      Michael Gilbert <[email protected]>
            2013      Barry deFreese <[email protected]>
-	   2013      Michael Banck <[email protected]>
+           2013      Michael Banck <[email protected]>
            2016      Herbert Parentes Fortes Neto <[email protected]>
+           2017      Laszlo Boszormenyi (GCS) <[email protected]>
 License: GPL-3+
 
 License: Apache
diff -Nru qpid-python-1.35.0+dfsg/debian/rules qpid-python-1.35.0+dfsg/debian/rules
--- qpid-python-1.35.0+dfsg/debian/rules	2016-10-09 20:24:29.000000000 +0200
+++ qpid-python-1.35.0+dfsg/debian/rules	2017-02-21 22:44:19.000000000 +0100
@@ -1,10 +1,14 @@
 #!/usr/bin/make -f
+# -*- makefile -*-
 
+# Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
+
 export PYBUILD_NAME = qpid
 
+override_dh_auto_test:
+
 %:
 	dh  $@ --with python2 --buildsystem=pybuild
 
-override_dh_auto_test:
-	
+.PHONY: override_dh_auto_test
diff -Nru qpid-python-1.35.0+dfsg/debian/watch qpid-python-1.35.0+dfsg/debian/watch
--- qpid-python-1.35.0+dfsg/debian/watch	2016-10-09 20:24:29.000000000 +0200
+++ qpid-python-1.35.0+dfsg/debian/watch	2017-02-21 22:44:19.000000000 +0100
@@ -1,4 +1,3 @@
 version=4
-#http://www.apache.org/dist/qpid/([\d\.]+)/qpid-python-(.*)\.tar\.gz
 opts=dversionmangle=s/\+dfsg\d*$// \
-http://ftp.unicamp.br/pub/apache/qpid/python/([\d\.]+)/qpid-python-(.*)\.tar\.gz
+http://qpid.apache.org/download.html .*/python/.+/qpid-python-([\d\.]+)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))

--- End Message ---
--- Begin Message ---
Hi,

On Sat, Feb 25, 2017 at 11:46:03AM +0100, Laszlo Boszormenyi (GCS) wrote:
> I maintain some Qpid related packages, even if I've neglected those.
> However qpid-python was in other hands and recently orphaned.
> I have adopted it and made small changes to it. The compat change
> may warn you, but I can assure you that the binary package is bit
> identical to the one currently in Stretch (made md5sum on all files
> and those match).
> 
> Please unblock it to have a maintainer in the background - debdiff is
> attached.

Sorry, we can't accept this request. Please look at the freeze policy
https://release.debian.org/stretch/freeze_policy.html

Cheers,

Ivo

--- End Message ---

Reply via email to