[Pkg-middleware-maintainers] Bug#768617: Bug#768617: Bug#768617: qpid-proton: FTBFS in jessie: build-dependency not installable: libsslcommon2-dev
Daniel Pocock
daniel at pocock.pro
Mon Nov 17 10:38:52 UTC 2014
On 11/11/14 15:11, Lucas Nussbaum wrote:
> On 11/11/14 at 08:07 -0500, Darryl L. Pierce wrote:
>> I've fixed the cause for this by updating the dependency from
>> libsslcommon2 to libssl in 0.7-7. How do I get this update in the build
>> stream for Jessie?
> Hi Darryl,
>
> Get the fix in unstable, keeping changes to a minimum.
> Then request an unblock. See
> https://lists.debian.org/debian-devel-announce/2014/11/msg00003.html
>
> Thanks!
>
> Lucas
Lucas, thanks for reporting the issue, Darryl fixed it and I'm
sponsoring the upload right now
This upload is based on the last debdiff in the unblock request #769122
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=769122#71
-------------- next part --------------
diff -Nru qpid-proton-0.7/debian/changelog qpid-proton-0.7/debian/changelog
--- qpid-proton-0.7/debian/changelog 2014-06-02 22:05:32.000000000 +0200
+++ qpid-proton-0.7/debian/changelog 2014-11-17 11:25:04.000000000 +0100
@@ -1,3 +1,11 @@
+qpid-proton (0.7-2) unstable; urgency=low
+
+ * Change dependency from libsslcommon2-dev to libssl-dev. (Closes: #768617)
+ * Bumped Standards-Version to 3.9.6.
+ * Added support for dh_python2.
+
+ -- Darryl L. Pierce <dpierce at 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 22:57:51.000000000 +0200
+++ qpid-proton-0.7/debian/control 2014-11-17 11:24:19.000000000 +0100
@@ -9,11 +9,12 @@
pkg-config,
doxygen,
uuid-dev,
- libsslcommon2-dev,
+ libssl-dev,
+ dh-python,
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/rules qpid-proton-0.7/debian/rules
--- qpid-proton-0.7/debian/rules 2014-06-02 22:49:30.000000000 +0200
+++ qpid-proton-0.7/debian/rules 2014-11-17 11:16:22.000000000 +0100
@@ -22,7 +22,7 @@
export DH_ALWAYS_EXCLUDE=LICENSE
%:
- dh $@
+ dh $@ --with python2
override_dh_auto_configure:
dh_auto_configure -- -DPROTON_DISABLE_RPATH=true -DNOBUILD_RUBY=on -DSYSINSTALL_BINDINGS=on
More information about the Pkg-middleware-maintainers
mailing list