[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#769122: unblock: qpid-proton/0.7-8



On Wed, Nov 12, 2014 at 08:24:04PM +0000, Jonathan Wiltshire wrote:
<snip>
> > diff -Nru qpid-proton-0.7/debian/source/lintian-overrides qpid-proton-0.7/debian/source/lintian-overrides
> > --- qpid-proton-0.7/debian/source/lintian-overrides	1969-12-31 19:00:00.000000000 -0500
> > +++ qpid-proton-0.7/debian/source/lintian-overrides	2014-11-11 13:17:17.000000000 -0500
> > @@ -0,0 +1,2 @@
> > +# Python lib package prepared using non-standard CMake build system, but deps appear to be detected OK
> > +qpid-proton source: python-depends-but-no-python-helper python-qpid-proton
> 
> You almost certainly still need a python helper, which will do nice things
> like clean up .pyc files in your binary packages, and instead compile them
> during installation on the user's machine.
> 
> Try dh_python2 (the one helper to unite them all, and in the darkness bind
> them. Until someone invents another way to do it).

Okay, I've backed out all of the changes I had made and only built on
top of 0.7-1 to keep it simple. I fixed the blocker issue, so that's
good. I also bumped the standards version to 3.9.6. I also added a
dependency on dh-python and "--with python2" to the rules file.

Here is the debdiff output now:


diff -Nru qpid-proton-0.7/debian/changelog qpid-proton-0.7/debian/changelog
--- qpid-proton-0.7/debian/changelog	2014-06-02 16:05:32.000000000 -0400
+++ qpid-proton-0.7/debian/changelog	2014-11-12 16:07:13.000000000 -0500
@@ -1,3 +1,9 @@
+qpid-proton (0.7-2) unstable; urgency=low
+
+  * Change dependency from libsslcommon2-dev to libssl-dev. (Closes: #768617)
+
+ -- Darryl L. Pierce <dpierce@redhat.com>  Wed, 12 Nov 2014 15:58:45 -0500
+
 qpid-proton (0.7-1) unstable; urgency=low
 
   * Initial release. (Closes: #732302)
diff -Nru qpid-proton-0.7/debian/control qpid-proton-0.7/debian/control
--- qpid-proton-0.7/debian/control	2014-06-02 16:57:51.000000000 -0400
+++ qpid-proton-0.7/debian/control	2014-11-12 16:06:45.000000000 -0500
@@ -9,11 +9,11 @@
 	       pkg-config,
 	       doxygen,
 	       uuid-dev,
-	       libsslcommon2-dev,
+	       libssl-dev,
 	       python-epydoc,
 	       python (>=2.6.6-3~),
 	       python-dev (>=2.6.6-3~)
-Standards-Version: 3.9.3
+Standards-Version: 3.9.6
 Homepage: http://qpid.apache.org/proton
 Vcs-Browser: http://git.debian.org/?p=pkg-middleware/qpid-proton.git
 Vcs-Git: git://git.debian.org/git/pkg-middleware/qpid-proton.git
diff -Nru qpid-proton-0.7/debian/source/lintian-overrides qpid-proton-0.7/debian/source/lintian-overrides
--- qpid-proton-0.7/debian/source/lintian-overrides	1969-12-31 19:00:00.000000000 -0500
+++ qpid-proton-0.7/debian/source/lintian-overrides	2014-11-11 13:17:17.000000000 -0500
@@ -0,0 +1,2 @@
+# Python lib package prepared using non-standard CMake build system, but deps appear to be detected OK
+qpid-proton source: python-depends-but-no-python-helper python-qpid-proton


-- 
Darryl L. Pierce <mcpierce@gmail.com>
http://mcpierce.blogspot.com/
Famous last words:
   "I wonder what happens if we do it this way?"

Attachment: pgpdTNoPsTNvt.pgp
Description: PGP signature


Reply to: