Bug#762970: ITP: pyngus -- A connection oriented messaging framework using QPID Proton

2015-12-01 Thread Darryl L. Pierce
Please feel free to take it over.
On Dec 1, 2015 6:18 AM, "Thomas Goirand"  wrote:

> Hi Darryl,
>
> Your ITP for pyngus has been open for more than a year. Will you work on
> it, or can I take over the ITP? I need this package for the next version
> of OpenStack.
>
> With no news from this ITP, I'll do the work and upload the package.
> However, if you feel like you want to work on it, I don't mind, and I
> will gladly give you back this package (and even help co-maintaining it
> if you like, and sponsor the upload of this package if you need that...).
>
> Cheers,
>
> Thomas Goirand (zigo)
>


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   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 
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 Darryl L. Pierce
On Wed, Nov 12, 2014 at 08:24:04PM +, Jonathan Wiltshire wrote:

> > 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   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 
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-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   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   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   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   Thu, 04 Sep 2014 11:07:38 -0400
+
+qpid-proton (0.7-4) unstable; urgency=medium
+
+  * Bumped the release number.
+
+ -- Darryl L. Pierce   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   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   Mon, 21 Jul 2014 08:36:31 -0400
+
+qpid-proton (0.7-1.2) unstable; urgency=low
+
+  * Fixed various lintian error messages.
+
+ -- Darryl Pierce   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   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 

-Uploaders: Darryl L. Pierce , Daniel Pocock 

+Uploaders: Darryl L. Pierce , Daniel Pocock 

 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 library. It can be
  used in the widest range of messaging applications, including brokers, client
@@ -57,6 +62,9 @@
  This package provides the C development libraries for Qpid Proton.
 
 Package: 

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 
http://mcpierce.blogspot.com/
Famous last words:
   "I wonder what happens if we do it this way?"


pgpa0YWteVKE5.pgp
Description: PGP signature


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 
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 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  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 
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 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#768617: [Pkg-middleware-maintainers] Bug#768617: qpid-proton: FTBFS in jessie: build-dependency not installable: libsslcommon2-dev

2014-11-11 Thread Darryl L. Pierce
On Sat, Nov 08, 2014 at 06:52:09PM +0100, Lucas Nussbaum wrote:
> Source: qpid-proton
> Version: 0.7-1
> Severity: serious
> Tags: jessie sid
> User: debian...@lists.debian.org
> Usertags: qa-ftbfs-20141108 qa-ftbfs
> Justification: FTBFS in jessie on amd64
> 
> Hi,
> 
> During a rebuild of all packages in jessie (in a jessie chroot, not a
> sid chroot), your package failed to build on amd64.
> 
> Relevant part (hopefully):
> > ┌──┐
> > │ Install qpid-proton build dependencies (apt-based resolver)   
> >│
> > └──┘
> > 
> > Installing build dependencies
> > Reading package lists...
> > Building dependency tree...
> > Reading state information...
> > Some packages could not be installed. This may mean that you have
> > requested an impossible situation or if you are using the unstable
> > distribution that some required packages have not yet been created
> > or been moved out of Incoming.
> > The following information may help to resolve the situation:
> > 
> > The following packages have unmet dependencies:
> >  sbuild-build-depends-qpid-proton-dummy : Depends: libsslcommon2-dev but it 
> > is not installable
> > E: Unable to correct problems, you have held broken packages.
> > apt-get failed.
> 
> The full build log is available from:
>
> http://aws-logs.debian.net/ftbfs-logs/2014/11/08/qpid-proton_0.7-1_jessie.log
> 
> A list of current common problems and possible solutions is available at
> http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
> 
> About the archive rebuild: The rebuild was done on EC2 VM instances from
> Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
> failed build was retried once to eliminate random failures.

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?

-- 
Darryl L. Pierce, Sr. Software Engineer @ Red Hat, Inc.
Delivering value year after year.
Red Hat ranks #1 in value among software vendors.
http://www.redhat.com/promo/vendor/



pgpZL4k4vpTho.pgp
Description: PGP signature


Bug#761214: was qpid-tools orphaned ?

2014-10-28 Thread Darryl L. Pierce
I figured that Caijus had maintained and orphaned it when he retired from
qpid-cpp. If I'm mistaken I apologize. I would like to help maintain it
though.

-- 
Darryl L. Pierce 
"What do you care what people think, Mr. Feynman?"
On Oct 28, 2014 2:56 PM, "Bart Martens"  wrote:

> Hi Darryl,
>
> I see you intend to adopt qpid-tools, but was qpid-tools orphaned by the
> Debian
> Middleware Maintainers ? Or did you agree a takeover ?
>
> Regards,
>
> Bart Martens
>


Bug#766609: libqpidmessaging2-dev: The package does not install all required header files.

2014-10-24 Thread Darryl L. Pierce
Package: libqpidmessaging2-dev
Version: 0.28-1
Severity: normal

Dear Maintainer,

The libqpidmessaging2-dev package is missing the header files needed for 
building
Qpid client apps, and does not provide the required dependencies on other 
packages
to pull them in. So the user must manually install those other packages to get 
the
headers.

-- 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#766608: qpidd-store: The Qpid store package installs a stub and not the store module

2014-10-24 Thread Darryl L. Pierce
Package: qpidd-store
Version: 0.28-9
Severity: normal

Dear Maintainer,

The qpidd-store installs a module named store.so, which is just a stub. What 
should
be installed is the legacystore.so module, which provides the actual legacy 
store.

The upstream build does not report an error when a dependency is missing for 
building
the store module, and the runtime broker doesn't report one either when loading 
the
stub module.

-- 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

Versions of packages qpidd-store depends on:
ii  libaio1 0.3.109-4
ii  libc6   2.19-11
ii  libdb5.3++  5.3.28-6
ii  libgcc1 1:4.9.1-15
ii  libqpidbroker2  0.28-9
ii  libqpidcommon2  0.28-9
ii  libqpidtypes1   0.28-9
ii  libstdc++6  4.9.1-15
ii  libuuid12.20.1-5.9
ii  qpidd   0.28-9

qpidd-store recommends no packages.

qpidd-store suggests no packages.

-- no debconf information


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



Bug#761214: ITA: qpid-tools -- Qpid/C++ is a C++ implementation of the AMQP protocol described at http://amqp.org/

2014-09-11 Thread Darryl L. Pierce
Package: wnpp
Severity: wishlist
Owner: "Darryl L. Pierce" 

* Package name: qpid-tools
  Version : 0.28-1
  Upstream Author : Qpid Team 
* URL : http://qpid.apache.org/
* License : Apache v2
  Programming Lang: C++, Python
  Description : Qpid/C++ is a C++ implementation of the AMQP protocol 
described at http://amqp.org/

Commandline tools for managing the Qpid AMQP broker qpidd.


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



Bug#761213: ITA: qpid-tools

2014-09-11 Thread Darryl L. Pierce
Package: qpid-tools
Severity: normal

Hi, 

qpid-tools has been effectively orphaned for quite a while now as the previous 
maintainer has retired from packaging for Debian. As a part of the upstream 
team, I would like to formally adopt qpid-tools and become the package 
maintainer.


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



Bug#758134: Updated information

2014-08-14 Thread Darryl L. Pierce
* Upstream Author : Qpid Development Team 
* URL : http://qpid.apache.org
* License : Apache 2.0

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


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



Bug#758134: RFS: qpid-cpp/0.28-1 [ITA]

2014-08-14 Thread Darryl L. Pierce
On Thu, Aug 14, 2014 at 10:48:31AM -0400, Darryl L. Pierce wrote:
> Package: sponsorship-requests
> Severity: normal
> 
> Dear Maintainer,
>  I am looking for a sponsor for my package "qpid-cpp"
> 
>  * Package name: qpid-cpp
>Version : 0.28-1
>Upstream Author : [fill in name and email of upstream]
>  * URL : [fill in URL of upstreams web site]
>  * License : [fill in]

Slipped and didn't fill in these fields. Is there a way to update the
fields, or should I resubmit the RFS?

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


pgpbzZe0yj7sz.pgp
Description: PGP signature


Bug#758134: RFS: qpid-cpp/0.28-1 [ITA]

2014-08-14 Thread Darryl L. Pierce
Package: sponsorship-requests
Severity: normal

Dear Maintainer,
 I am looking for a sponsor for my package "qpid-cpp"

 * Package name: qpid-cpp
   Version : 0.28-1
   Upstream Author : [fill in name and email of upstream]
 * URL : [fill in URL of upstreams web site]
 * License : [fill in]
   Section : misc

  It builds those binary packages:

libqmf2-1  - Qpid Messaging Framework v2 libraries
libqmf2-dev - Qpid Messaging Framework v2 development libraries
libqpidbroker-dev - Qpid broker development libraries
libqpidbroker2 - Qpid broker libraries
libqpidclient-dev - Qpid client development libraries
libqpidclient2 - Qpid client libraries
libqpidcommon-dev - Qpid common development libraries
libqpidcommon2 - Qpid common libraries
libqpidmessaging-dev - Qpid messaging development libraries
libqpidmessaging2 - Qpid messaging libraries
libqpidtypes-dev - Qpid AMQP types development libraries
libqpidtypes1 - Qpid AMQP types libraries
qmf-gen- Python QMF interface generator
qpid-doc   - Qpid documentation and examples
qpidd - Qpid broker
qpidd-ha   - Qpid broker high availability libraries
qpidd-store - Qpid broker persistence libraries

  To access further information about this package, please visit the following 
URL:

  http://mentors.debian.net/package/qpid-cpp


  Alternatively, one can download the package with dget using this command:

dget -x 
http://mentors.debian.net/debian/pool/main/q/qpid-cpp/qpid-cpp_0.28-1.dsc

  More information about hello can be obtained from http://www.example.com.

  Changes since the last upload:
  * New maintainer. (Closes: #729207)
  * Dropped the qpid-client package.
  * Removed the following packages for libraries no longer produced:
* libqmf1 and libqmf-dev
* libqmfconsole2 and libqmfconsole2-dev
* librdmawrap2 and librdmawrap2-dev
* libsslcommon2 and libsslcommon2-dev
  * Renamed qmfgen to qmf-gen.
  * Created the qpidd-store package.
  * Created the qpidd-ha package.

-- System Information:
Debian Release: 7.6
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (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#732302: [Openmama-dev] QPID dependencies

2014-05-06 Thread Darryl L. Pierce
On Tue, May 06, 2014 at 02:15:18PM +0200, Daniel Pocock wrote:
> Ok, I guess this can be looked at this as part of the OpenMAMA package
> update to get your packaged sponsored
> 
> You have several wnpp bugs, I think the link I gave in the earlier email
> is not the one you link in the changelog, so we could use this one instead:
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732302

Okay.
 
> The lintian report (mentors.debian.net) shows a lot of 'E' and 'W'
> messages.  It is hard for a sponsor to upload the package while those
> exist.  If you can remove them, I could then sponsor it.  Many of them
> are duplicates and some are quite easy to fix, e.g.
> 
> copyright-should-refer-to-common-license-file-for-apache-2
> <http://lintian.debian.org/tags/copyright-should-refer-to-common-license-file-for-apache-2.html>
> 
> is basically telling you the debian/copyright file should refer to
> /usr/share/common-licenses/Apache-2.0

I'll fix those straight away.

> Also, do you want to track the debian/* files in your qpid-proton
> repository or would you like Debian to keep those in a Debian hosted Git
> server?  For the latter, you just need to create a guest account on
> http://alioth.debian.org and send me your username and we can work out a
> way for you to put things in Git on alioth.

I've created one, mcpierce-guest, and would like to use that to track
the packaging changes.

> If you let me know about these things and cc the
> debian-ment...@lists.debian.org mailing list and the bug we will get
> this moving along.

Excellent! Thank you.

So, just to clarify for myself given the workflow differences between
Debian and Fedora, my next step is to update the qpid-proton package,
fixing the bugs reported, and upload it via dput against bug#732302?

-- 
Darryl L. Pierce, Sr. Software Engineer @ Red Hat, Inc.
Delivering value year after year.
Red Hat ranks #1 in value among software vendors.
http://www.redhat.com/promo/vendor/



pgpXIvn6FKBO1.pgp
Description: PGP signature


Bug#738561: RFS: qpid-proton/0.6-1 [ITP]

2014-02-10 Thread Darryl L. Pierce
Package: sponsorship-requests
Severity: wishlist

Dear mentors,

I am looking for a sponsor for my package "qpid-proton"

* Package name: qpid-proton
  Version : 0.6-1
  Upstream Author : Qpid Proton Team 
* URL : http://qpid.apache.org/proton
* License : ASL 2.0
  Section : libs

It builds those binary packages:

libqpid-proton - C libraries for Qpid Proton.
libqpid-proton-dev - Development libraries for writing messaging apps
with Qpid Proton
libqpid-proton-dev-doc - Developer documentation for Qpid Proton
libqpid-proton-dev-examples - Example applications for writign
messaging apps with Qpid Proton
python-qpid-proton - Python language bindings for Qpid Proton messaging
framework
python-qpid-proton-doc - Documentation for the Python language bindings
for Qpid Proton
qpid-proton - Qpid Proton messaging tools

To access further information about this package, please visit the
following URL:

  http://mentors.debian.net/package/qpid-proton


Alternatively, one can download the package with dget using this
command:

dget -x 
http://mentors.debian.net/debian/pool/main/q/qpid-proton/qpid-proton_0.6-1.dsc

More information about hello can be obtained from
http://qpid.apache.org/proton/

Changes since my first upload:
 * Rebased the package of the 0.6 GA release of Qpid Proton.

-- 
Darryl L. Pierce, Sr. Software Engineer @ Red Hat, Inc.
Delivering value year after year.
Red Hat ranks #1 in value among software vendors.
http://www.redhat.com/promo/vendor/



pgpPmtfeGHJBz.pgp
Description: PGP signature


Bug#738555: RFS: qpid-dispatch/0.1-1 [ITP]

2014-02-10 Thread Darryl L. Pierce
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "qpid-dispatch"

* Package name: qpid-dispatch
  Version : 0.1-1
  Upstream Author : Qpid team 
* URL : http://qpid.apache.org/components/dispatch-router/
* License : ASL 2.0
  Section : misc

It builds those binary packages:

libqpid-dispatch - The Qpid Dispatch Router library
libqpid-dispatch-devel - Development files for Qpid Dispatch
qpid-dispatch-router - The Qpid Dispatch router
qpid-dispatch-router-docs - Documentation for the Qpid Dispatch router
qpid-dispatch-tools - Tools for the Qpid Dispatch router

To access further information about this package, please visit the
following URL:

http://mentors.debian.net/package/qpid-dispatch


Alternatively, one can download the package with dget using this
command:

  dget -x
http://mentors.debian.net/debian/pool/main/q/qpid-dispatch/qpid-dispatch_0.1-1.dsc

More information about hello can be obtained from
http://qpid.apache.org/components/dispatch-router/
-- 
Darryl L. Pierce, Sr. Software Engineer @ Red Hat, Inc.
Delivering value year after year.
Red Hat ranks #1 in value among software vendors.
http://www.redhat.com/promo/vendor/


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



Bug#732738: Update bug

2014-02-10 Thread Darryl L. Pierce
package qpid-proton
reopen 732738 =

-- 
Darryl L. Pierce, Sr. Software Engineer @ Red Hat, Inc.
Delivering value year after year.
Red Hat ranks #1 in value among software vendors.
http://www.redhat.com/promo/vendor/



pgpajjQ40_1oH.pgp
Description: PGP signature


Bug#732738: reopen 732738 =

2014-02-10 Thread Darryl L. Pierce

-- 
Darryl L. Pierce, Sr. Software Engineer @ Red Hat, Inc.
Delivering value year after year.
Red Hat ranks #1 in value among software vendors.
http://www.redhat.com/promo/vendor/



pgpIw01kKfytm.pgp
Description: PGP signature


Bug#737776: ITP: qpid-dispatch -- Dispatch router for Qpid and AMQP

2014-02-05 Thread Darryl L. Pierce
Package: wnpp
Severity: wishlist
Owner: "Darryl L. Pierce" 

* Package name: qpid-dispatch
  Version : 0.1
  Upstream Author : Qpid Team 
* URL : http://qpid.apache.org/
* License : Apache License, Version 2.0
  Programming Lang: C/Python
  Description : Dispatch router for Qpid and AMQP

A lightweight message router, written in C and built on Qpid Proton, that 
provides flexible and scalable interconnect between AMQP endpoints or between 
endpoints and brokers.


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



Bug#732738: RFS: qpid-proton/0.6-1 [ITP]

2013-12-20 Thread Darryl L. Pierce
Package: sponsorship-requests
  Severity: wishlist

  Dear mentors,

  I am looking for a sponsor for my package "qpid-proton"

 * Package name: qpid-proton
   Version : 0.6-1
   Upstream Author : Qpid Proton Team 
 * URL : http://qpid.apache.org/proton
 * License : ASL 2.0
   Section : libs

  It builds those binary packages:

libqpid-proton - C libraries for Qpid Proton.
 libqpid-proton-dev - Development libraries for writing messaging apps
with Qpid Proton
 libqpid-proton-dev-doc - Developer documentation for Qpid Proton
 libqpid-proton-dev-examples - Example applications for writign
messaging apps with Qpid Proton
 python-qpid-proton - Python language bindings for Qpid Proton messaging
framework
 python-qpid-proton-doc - Documentation for the Python language bindings
for Qpid Proton
 qpid-proton - Qpid Proton messaging tools

  To access further information about this package, please visit the
following URL:

  http://mentors.debian.net/package/qpid-proton


  Alternatively, one can download the package with dget using this
command:

dget -x
http://mentors.debian.net/debian/pool/main/q/qpid-proton/qpid-proton_0.6-1.dsc

  More information about hello can be obtained from
http://www.example.com.

  Changes since the last upload:


  Regards,
   Darryl Pierce



pgpE8y9Yw6JGz.pgp
Description: PGP signature


Bug#732302: ITP: qpid-proton

2013-12-16 Thread Darryl L. Pierce
Package: wnpp

A high performance, lightweight messaging library
License is Apache-2.0

Proton is a high performance, lightweight messaging library. It can be used in 
the widest range of messaging applications including brokers, client libraries, 
routers, bridges, proxies, and more. Proton is based on the AMQP 1.0 messaging 
standard. Using Proton it is trivial to integrate with the AMQP 1.0 ecosystem 
from any platform, environment, or language.


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