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

2014-11-16 Thread Jonathan Wiltshire
Control: tag -1 - moreinfo + confirmed

On Sat, Nov 15, 2014 at 07:33:57AM -0500, Darryl L. Pierce wrote:
 On Sat, Nov 15, 2014 at 10:55:00AM +, Jonathan Wiltshire wrote:
  The debdiff doesn't show your adding the python helper?
 
 I had sent the wrong one, before I had added the python helper. I sent a
 second email but not sure why it's not attached to the bug. Here is the
 correct one:

Ok, that looks fine apart from getting rid of the now-empty lintian
override file.

Thanks,

-- 
Jonathan Wiltshire  j...@debian.org
Debian Developer http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51



signature.asc
Description: Digital signature


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

2014-11-15 Thread Jonathan Wiltshire
Control: tag -1 moreinfo

On Wed, Nov 12, 2014 at 04:53:37PM -0500, Darryl L. Pierce wrote:
 On Wed, Nov 12, 2014 at 08:24:04PM +, 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.0 -0500
   +++ qpid-proton-0.7/debian/source/lintian-overrides   2014-11-11 
   13:17:17.0 -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:

The debdiff doesn't show your adding the python helper?


-- 
Jonathan Wiltshire  j...@debian.org
Debian Developer http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51



signature.asc
Description: Digital signature


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

2014-11-15 Thread Darryl L. Pierce
On Sat, Nov 15, 2014 at 10:55:00AM +, Jonathan Wiltshire wrote:
 The debdiff doesn't show your adding the python helper?

I had sent the wrong one, before I had added the python helper. I sent a
second email but not sure why it's not attached to the bug. Here is the
correct one:


diff -Nru qpid-proton-0.7/debian/changelog qpid-proton-0.7/debian/changelog
--- qpid-proton-0.7/debian/changelog2014-06-02 16:05:32.0 -0400
+++ qpid-proton-0.7/debian/changelog2014-11-12 16:47:49.0 -0500
@@ -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 dpie...@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.0 -0400
+++ qpid-proton-0.7/debian/control  2014-11-12 16:51:09.0 -0500
@@ -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/rules2014-06-02 16:49:30.0 -0400
+++ qpid-proton-0.7/debian/rules2014-11-12 16:44:12.0 -0500
@@ -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
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.0 -0500
+++ qpid-proton-0.7/debian/source/lintian-overrides 2014-11-12 
16:52:20.0 -0500
@@ -0,0 +1 @@
+# Python lib package prepared using non-standard CMake build system, but deps 
appear to be detected OK

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


pgpXPcfF_BQ70.pgp
Description: PGP signature


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

2014-11-12 Thread Cyril Brulebois
Darryl L. Pierce mcpie...@gmail.com (2014-11-11):
 On Tue, Nov 11, 2014 at 08:30:13PM +, Jonathan Wiltshire wrote:
  Control: tag -1 moreinfo
  
  On Tue, Nov 11, 2014 at 09:33:25AM -0500, Darryl L. Pierce wrote:
   Please unblock package qpid-proton
   
   The reason it failed to build from source was due to it having a 
   dependency on libsslcommon2-dev. However, this dependency can instead by 
   met by libssl-dev which does exist in Jessie.
  
  You don't appear to have uploaded 0.7-8, nor attached a proposed debdiff. I
  can't work out if you're asking for pre-approval or you've forgotten the
  upload.
  
  0.7-1 to 0.7-8 sounds like more changes than just this; please send a
  source debdiff and we will confirm.
 
 Yes, that's the change from 0.7-6 to 0.7-7, and 0.7-8 was just a bump
 in the release since I forgot to include the bug # in -7.
 
 But I can't find the files for 0.7-1. I can only find 0.7-5 here [1].
 What do I need to do to get you the information requested? This is my
 first time with a package and following this process.
 
 http://mentors.debian.net/debian/pool/main/q/qpid-proton/

You've got a link to the dsc file for the version(s) currently in
testing in sid at [1] (on the right of version number in the versions
box). You can use dget $url_to_dsc to fetch the source package, then
run debdiff $old_dsc $new_dsc and attach that.

 1. https://packages.qa.debian.org/q/qpid-proton.html

Mraw,
KiBi.


signature.asc
Description: Digital signature


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

2014-11-12 Thread Darryl L. Pierce
On Wed, Nov 12, 2014 at 01:47:11PM +0100, Cyril Brulebois wrote:
 You've got a link to the dsc file for the version(s) currently in
 testing in sid at [1] (on the right of version number in the versions
 box). You can use dget $url_to_dsc to fetch the source package, then
 run debdiff $old_dsc $new_dsc and attach that.
 
  1. https://packages.qa.debian.org/q/qpid-proton.html

Thank you! I've downloaded the set of files needed to do the debdiff.
Here is the output generated between 0.7-1 and 0.7-8:

diff -Nru qpid-proton-0.7/debian/changelog qpid-proton-0.7/debian/changelog
--- qpid-proton-0.7/debian/changelog2014-06-02 16:05:32.0 -0400
+++ qpid-proton-0.7/debian/changelog2014-11-12 10:20:17.0 -0500
@@ -1,3 +1,70 @@
+qpid-proton (0.7-8) unstable; urgency=low
+
+  * Bumped the release to include the FTBFS bug id. (Closes: #768617)
+
+ -- Darryl L. Pierce mcpie...@gmail.com  Tue, 11 Nov 2014 08:07:12 -0500
+
+qpid-proton (0.7-7) unstable; urgency=low
+
+  * Fix FTBFS for on Jessie. 
+  * Removed dependency on libsslcommon2, replaced it with libssl-dev.
+
+ -- Darryl L. Pierce mcpie...@gmail.com  Mon, 10 Nov 2014 16:28:20 -0500
+
+qpid-proton (0.7-6) unstable; urgency=low
+
+  * Added package control statements to handle any name conflicts for -dev.
+
+ -- Darryl L. Pierce mcpie...@gmail.com  Thu, 04 Sep 2014 18:36:35 -0400
+
+qpid-proton (0.7-5) unstable; urgency=low
+
+  * Added CMake files to libqpid-proton-dev.
+  * Added pkg-config files to libqpid-proton-dev.
+
+ -- Darryl L. Pierce mcpie...@gmail.com  Thu, 04 Sep 2014 11:07:38 -0400
+
+qpid-proton (0.7-4) unstable; urgency=medium
+
+  * Bumped the release number.
+
+ -- Darryl L. Pierce mcpie...@gmail.com  Wed, 30 Jul 2014 16:37:43 -0400
+
+qpid-proton (0.7-3) unstable; urgency=medium
+
+  * Renamed libqpid-proton2-dev package to libqpid-proton-dev.
+  * Manually linking rt and uuid to libqpid-proton since CMake does not find 
them.
+
+ -- Darryl L. Pierce mcpie...@gmail.com  Wed, 30 Jul 2014 10:24:55 -0400
+
+qpid-proton (0.7-2) unstable; urgency=medium
+
+  * Fixed the licensing to be GPLv3 for all Debian packaging files.
+
+ -- Darryl Pierce mcpie...@gmail.com  Mon, 21 Jul 2014 08:36:31 -0400
+
+qpid-proton (0.7-1.2) unstable; urgency=low
+
+  * Fixed various lintian error messages.
+
+ -- Darryl Pierce mcpie...@gmail.com  Mon, 14 Jul 2014 10:02:46 -0400
+
+qpid-proton (0.7-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Removed examples from libqpid-proton-dev-docs.
+  * Added an extended description to libqpid-proton.
+  * Renamed libqpid-proton to libqpid-proton2 to reflect soversion.
+  * Removed dependencies from -doc packages on binary packages.
+  * Fixed multi-arch for qpid-proton package.
+  * Fixed the descriptions for each package.
+  * Added the qpid-proton-dump package.
+  * Added a Debian watch file.
+  * Fixed license for free getopt code from Mark Kim.
+  * Fixed the sections for packages. 
+
+ -- Darryl Pierce mcpie...@gmail.com  Fri, 09 May 2014 07:59:57 -0400
+
 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.0 -0400
+++ qpid-proton-0.7/debian/control  2014-11-12 10:20:30.0 -0500
@@ -2,18 +2,18 @@
 Section: libs
 Priority: optional
 Maintainer: Debian Middleware Maintainers 
pkg-middleware-maintain...@lists.alioth.debian.org
-Uploaders: Darryl L. Pierce dpie...@redhat.com, Daniel Pocock 
dan...@pocock.pro
+Uploaders: Darryl L. Pierce mcpie...@gmail.com, Daniel Pocock 
dan...@pocock.pro
 Build-Depends: debhelper (= 9.0.0~),
cmake,
   swig,
   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.5
 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
@@ -34,6 +34,7 @@
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Pre-Depends: ${misc:Pre-Depends}
+Multi-Arch: same
 Description: C libraries for Qpid Proton
  Qpid Proton is a high-performance, lightweight messaging library. It can be
  used in the widest range of messaging applications, including brokers, client
@@ -44,9 +45,13 @@
  This package provides the shared libraries for Qpid Proton.
 
 Package: libqpid-proton2-dev
+Provides: libqpid-proton-dev
+Replaces: libqpid-proton-dev
+Conflicts: libqpid-proton-dev
 Architecture: any
 Section: libdevel
 Depends: libqpid-proton2 (= ${binary:Version}), ${misc:Depends}
+Multi-Arch: same
 Description: Development libraries for writing messaging apps with Qpid Proton
  Qpid Proton is a high-performance, lightweight messaging 

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

2014-11-12 Thread Jonathan Wiltshire
Control: tag -1 moreinfo

On Wed, Nov 12, 2014 at 10:45:57AM -0500, Darryl L. Pierce wrote:
 On Wed, Nov 12, 2014 at 01:47:11PM +0100, Cyril Brulebois wrote:
  You've got a link to the dsc file for the version(s) currently in
  testing in sid at [1] (on the right of version number in the versions
  box). You can use dget $url_to_dsc to fetch the source package, then
  run debdiff $old_dsc $new_dsc and attach that.
  
   1. https://packages.qa.debian.org/q/qpid-proton.html
 
 Thank you! I've downloaded the set of files needed to do the debdiff.
 Here is the output generated between 0.7-1 and 0.7-8:

I'm interested in the fix for the FTBFS bug, but most of the rest isn't
really suitable at this stage. Could you prepare a targetted upload to fix
just that bug instead please?

As long as it's a minimal fix you don't need a pre-approval to upload it,
but do ping this bug so we notice.

I have some more general comments that you might find helpful in the future:

 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.0 -0400
 +++ qpid-proton-0.7/debian/changelog  2014-11-12 10:20:17.0 -0500
 @@ -1,3 +1,70 @@
 +qpid-proton (0.7-8) unstable; urgency=low
 +
 +  * Bumped the release to include the FTBFS bug id. (Closes: #768617)
 +
 + -- Darryl L. Pierce mcpie...@gmail.com  Tue, 11 Nov 2014 08:07:12 -0500
 +
 +qpid-proton (0.7-7) unstable; urgency=low
 +
 +  * Fix FTBFS for on Jessie. 
 +  * Removed dependency on libsslcommon2, replaced it with libssl-dev.
 +
 + -- Darryl L. Pierce mcpie...@gmail.com  Mon, 10 Nov 2014 16:28:20 -0500
 +
 +qpid-proton (0.7-6) unstable; urgency=low
 +
 +  * Added package control statements to handle any name conflicts for -dev.
 +
 + -- Darryl L. Pierce mcpie...@gmail.com  Thu, 04 Sep 2014 18:36:35 -0400
 +
 +qpid-proton (0.7-5) unstable; urgency=low
 +
 +  * Added CMake files to libqpid-proton-dev.
 +  * Added pkg-config files to libqpid-proton-dev.
 +
 + -- Darryl L. Pierce mcpie...@gmail.com  Thu, 04 Sep 2014 11:07:38 -0400
 +
 +qpid-proton (0.7-4) unstable; urgency=medium
 +
 +  * Bumped the release number.
 +
 + -- Darryl L. Pierce mcpie...@gmail.com  Wed, 30 Jul 2014 16:37:43 -0400
 +
 +qpid-proton (0.7-3) unstable; urgency=medium
 +
 +  * Renamed libqpid-proton2-dev package to libqpid-proton-dev.
 +  * Manually linking rt and uuid to libqpid-proton since CMake does not find 
 them.
 +
 + -- Darryl L. Pierce mcpie...@gmail.com  Wed, 30 Jul 2014 10:24:55 -0400
 +
 +qpid-proton (0.7-2) unstable; urgency=medium
 +
 +  * Fixed the licensing to be GPLv3 for all Debian packaging files.
 +
 + -- Darryl Pierce mcpie...@gmail.com  Mon, 21 Jul 2014 08:36:31 -0400
 +
 +qpid-proton (0.7-1.2) unstable; urgency=low
 +
 +  * Fixed various lintian error messages.
 +
 + -- Darryl Pierce mcpie...@gmail.com  Mon, 14 Jul 2014 10:02:46 -0400
 +
 +qpid-proton (0.7-1.1) unstable; urgency=low
 +
 +  * Non-maintainer upload.
 +  * Removed examples from libqpid-proton-dev-docs.
 +  * Added an extended description to libqpid-proton.
 +  * Renamed libqpid-proton to libqpid-proton2 to reflect soversion.
 +  * Removed dependencies from -doc packages on binary packages.
 +  * Fixed multi-arch for qpid-proton package.
 +  * Fixed the descriptions for each package.
 +  * Added the qpid-proton-dump package.
 +  * Added a Debian watch file.
 +  * Fixed license for free getopt code from Mark Kim.
 +  * Fixed the sections for packages. 
 +
 + -- Darryl Pierce mcpie...@gmail.com  Fri, 09 May 2014 07:59:57 -0400
 +
  qpid-proton (0.7-1) unstable; urgency=low
  
* Initial release. (Closes: #732302)

As none of these versions are yet in the archive, you can collapse the
changelogs into just one entry. It's also not quite correct to close a bug
in a changelog for a version that you didn't fix it in.

IIRC mentors will accept and overwrite a version number where the real
archive doesn't, so that this is possible. At least, it used to.


 diff -Nru qpid-proton-0.7/debian/control qpid-proton-0.7/debian/control
 --- qpid-proton-0.7/debian/control2014-06-02 16:57:51.0 -0400
 +++ qpid-proton-0.7/debian/control2014-11-12 10:20:30.0 -0500
 @@ -2,18 +2,18 @@
  Section: libs
  Priority: optional
  Maintainer: Debian Middleware Maintainers 
 pkg-middleware-maintain...@lists.alioth.debian.org
 -Uploaders: Darryl L. Pierce dpie...@redhat.com, Daniel Pocock 
 dan...@pocock.pro
 +Uploaders: Darryl L. Pierce mcpie...@gmail.com, Daniel Pocock 
 dan...@pocock.pro
  Build-Depends: debhelper (= 9.0.0~),
 cmake,
  swig,
  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.5

The most recent policy version is 3.9.6. I'm not sure whether that
build-depends 

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

2014-11-12 Thread Darryl L. Pierce
On Wed, Nov 12, 2014 at 08:24:04PM +, 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.0 -0500
  +++ qpid-proton-0.7/debian/source/lintian-overrides 2014-11-11 
  13:17:17.0 -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/changelog2014-06-02 16:05:32.0 -0400
+++ qpid-proton-0.7/debian/changelog2014-11-12 16:07:13.0 -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 dpie...@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.0 -0400
+++ qpid-proton-0.7/debian/control  2014-11-12 16:06:45.0 -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.0 -0500
+++ qpid-proton-0.7/debian/source/lintian-overrides 2014-11-11 
13:17:17.0 -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 mcpie...@gmail.com
http://mcpierce.blogspot.com/
Famous last words:
   I wonder what happens if we do it this way?


pgp41pUnMiljP.pgp
Description: PGP signature


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

2014-11-11 Thread Darryl L. Pierce
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package qpid-proton

The reason it failed to build from source was due to it having a dependency on 
libsslcommon2-dev. However, this dependency can instead by met by libssl-dev 
which does exist in Jessie.

unblock qpid-proton/0.7-8

-- System Information:
Debian Release: jessie/sid
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (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


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



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

2014-11-11 Thread GCS
Hi Darryl,

On Tue, Nov 11, 2014 at 3:33 PM, Darryl L. Pierce mcpie...@gmail.com wrote:
 Please unblock package qpid-proton

 The reason it failed to build from source was due to it having a dependency 
 on libsslcommon2-dev. However, this dependency can instead by met by 
 libssl-dev which does exist in Jessie.
 You may misunderstand something here. Package qpid-proton _is part of
Jessie_[1] (see that the version number of unstable [Sid] and testing
[Jessie] is the same). If the package can depend on libsslcommon2-dev
or libssl-dev then it should be declared as is. Lucas already
mentioned that you should fix it via Sid[2]. However I don't see any
action about it, not even in the Git repository of the package[3]. Do
I overlook something?

Cheers,
Laszlo/GCS
[1] https://packages.qa.debian.org/q/qpid-proton.html
[2] 
http://lists.alioth.debian.org/pipermail/pkg-middleware-maintainers/Week-of-Mon-20141110/40.html
[3] http://anonscm.debian.org/cgit/pkg-middleware/qpid-proton.git


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



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

2014-11-11 Thread Darryl L. Pierce
On Tue, Nov 11, 2014 at 03:52:52PM +0100, László Böszörményi (GCS) wrote:
 Hi Darryl,
 
 On Tue, Nov 11, 2014 at 3:33 PM, Darryl L. Pierce mcpie...@gmail.com wrote:
  Please unblock package qpid-proton
 
  The reason it failed to build from source was due to it having a dependency 
  on libsslcommon2-dev. However, this dependency can instead by met by 
  libssl-dev which does exist in Jessie.

  You may misunderstand something here. Package qpid-proton _is part of
 Jessie_[1] (see that the version number of unstable [Sid] and testing
 [Jessie] is the same). If the package can depend on libsslcommon2-dev
 or libssl-dev then it should be declared as is. Lucas already
 mentioned that you should fix it via Sid[2]. However I don't see any
 action about it, not even in the Git repository of the package[3]. Do
 I overlook something?
 
 Cheers,
 Laszlo/GCS
 [1] https://packages.qa.debian.org/q/qpid-proton.html
 [2] 
 http://lists.alioth.debian.org/pipermail/pkg-middleware-maintainers/Week-of-Mon-20141110/40.html
 [3] http://anonscm.debian.org/cgit/pkg-middleware/qpid-proton.git

No, it was my bad as I had only been pushing changes to mentors and not
to the git repo for qpid-proton.git. However, I'm now tracking that git
repo (I was only pushing to my github.com repo for packaging chagnes)
but can't seem to push into it.

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


pgp0OX0E8ei99.pgp
Description: PGP signature


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

2014-11-11 Thread Rebecca N. Palmer

However, I'm now tracking that [Alioth] git
repo (I was only pushing to my github.com repo for packaging chagnes)
but can't seem to push into it.


Have you registered your SSH key on Alioth?  If so,

git push 
ssh://mcpierce-gu...@anonscm.debian.org/git/pkg-middleware/qpid-proton.git



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



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

2014-11-11 Thread Darryl L. Pierce
On Tue, Nov 11, 2014 at 05:40:41PM +, Rebecca N. Palmer wrote:
 However, I'm now tracking that [Alioth] git
 repo (I was only pushing to my github.com repo for packaging chagnes)
 but can't seem to push into it.
 
 Have you registered your SSH key on Alioth?  If so,
 
 git push
 ssh://mcpierce-gu...@anonscm.debian.org/git/pkg-middleware/qpid-proton.git

Thank you! That was the missing step for me. I've now pushed my changes
up onto master.

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


pgpPbi3uyD1wV.pgp
Description: PGP signature


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

2014-11-11 Thread Jonathan Wiltshire
Control: tag -1 moreinfo

On Tue, Nov 11, 2014 at 09:33:25AM -0500, Darryl L. Pierce wrote:
 Please unblock package qpid-proton
 
 The reason it failed to build from source was due to it having a dependency 
 on libsslcommon2-dev. However, this dependency can instead by met by 
 libssl-dev which does exist in Jessie.

You don't appear to have uploaded 0.7-8, nor attached a proposed debdiff. I
can't work out if you're asking for pre-approval or you've forgotten the
upload.

0.7-1 to 0.7-8 sounds like more changes than just this; please send a
source debdiff and we will confirm.

-- 
Jonathan Wiltshire  j...@debian.org
Debian Developer http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51



signature.asc
Description: Digital signature


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

2014-11-11 Thread Darryl L. Pierce
On Tue, Nov 11, 2014 at 08:30:13PM +, Jonathan Wiltshire wrote:
 Control: tag -1 moreinfo
 
 On Tue, Nov 11, 2014 at 09:33:25AM -0500, Darryl L. Pierce wrote:
  Please unblock package qpid-proton
  
  The reason it failed to build from source was due to it having a dependency 
  on libsslcommon2-dev. However, this dependency can instead by met by 
  libssl-dev which does exist in Jessie.
 
 You don't appear to have uploaded 0.7-8, nor attached a proposed debdiff. I
 can't work out if you're asking for pre-approval or you've forgotten the
 upload.
 
 0.7-1 to 0.7-8 sounds like more changes than just this; please send a
 source debdiff and we will confirm.

Yes, that's the change from 0.7-6 to 0.7-7, and 0.7-8 was just a bump
in the release since I forgot to include the bug # in -7.

But I can't find the files for 0.7-1. I can only find 0.7-5 here [1].
What do I need to do to get you the information requested? This is my
first time with a package and following this process.

http://mentors.debian.net/debian/pool/main/q/qpid-proton/

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


pgpa0YWteVKE5.pgp
Description: PGP signature