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.

Please let me know if you would rather I withdrew the upload.

Cheers,
Chris

-- 
Chris Boot
deb...@bootc.net
GPG: 8467 53CB 1921 3142 C56D  C918 F5C8 3C05 D9CE EEEE
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..22c80bc 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
 Standards-Version: 3.9.5
 Homepage: http://savannah.nongnu.org/projects/crmsh/
 

Reply via email to