On 22/03/14 16:12, Chris Boot wrote: > On 16/03/14 11:13, David Suárez wrote: >> During a rebuild of all packages in sid, your package failed to build on >> amd64. >> >> Relevant part (hopefully): > [...] >>> configure: error: You need pkgconfig installed in order to build crmsh >>> checking for pkg-config... no > > Hi David, HA Maintainers, > > I am about to upload (via my sponsor) an NMU of crmsh fixing the bug to > DELAYED/5-day. I've attached the diff of my changes. > > All that needed doing was adding pkg-config to Build-Depends.
Hi, First of all apologies, my sponsor uploaded the package directly to sid without going through DELAYED first. Second, we had to add a number of additional Build-Depends to allow the documentation to build. I'm attaching an updated patch. Cheers, Chris -- Chris Boot bo...@bootc.net
diff --git a/debian/changelog b/debian/changelog index 0aba516..1a76080 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +crmsh (1.2.6+git+e77add-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Add pkg-config to Build-Depends. Closes: 741772 + + -- Chris Boot <deb...@bootc.net> Sat, 22 Mar 2014 15:50:25 +0000 + crmsh (1.2.6+git+e77add-1) unstable; urgency=medium * New upstream checkout diff --git a/debian/control b/debian/control index cff75fc..bad7cd0 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: admin Priority: extra Maintainer: Debian HA Maintainers <debian-ha-maintain...@lists.alioth.debian.org> Uploaders: Martin Loschwitz <madk...@debian.org> -Build-Depends: debhelper (>= 9.0.0), cluster-glue-dev, hardening-wrapper, python-all-dev, python-support, dh-autoreconf, libcib3-dev, libcrmcluster4-dev, libcrmcommon3-dev (>= 1.1.8+git20121010), libpe-rules2-dev, libpe-status4-dev, libpengine4-dev (>= 1.1.8+git20121010), libstonithd2-dev, libtransitioner2-dev, liblrmd1-dev, libcrmservice1-dev, python-support +Build-Depends: debhelper (>= 9.0.0), cluster-glue-dev, hardening-wrapper, python-all-dev, python-support, dh-autoreconf, libcib3-dev, libcrmcluster4-dev, libcrmcommon3-dev (>= 1.1.8+git20121010), libpe-rules2-dev, libpe-status4-dev, libpengine4-dev (>= 1.1.8+git20121010), libstonithd2-dev, libtransitioner2-dev, liblrmd1-dev, libcrmservice1-dev, python-support, pkg-config, asciidoc, libxml2-utils, docbook-xml, xsltproc Standards-Version: 3.9.5 Homepage: http://savannah.nongnu.org/projects/crmsh/