Package: ganglia
Version: 3.6.0-6.1
Followup-For: Bug #821985
User: [email protected]
Usertags: origin-ubuntu yakkety ubuntu-patch
Control: severity -1 serious
Hi folks,
With the upload of dpkg 1.18.8 to unstable, this bug now causes ganglia to
FTBFS, so I'm raising the severity.
I've applied the attached patch in Ubuntu which fixes the build failure.
Please consider including it in Debian as well.
--
Steve Langasek Give me a lever long enough and a Free OS
Debian Developer to set it on, and I can move the world.
Ubuntu Developer http://www.debian.org/
[email protected] [email protected]
diff -Nru ganglia-3.6.0/debian/rules ganglia-3.6.0/debian/rules
--- ganglia-3.6.0/debian/rules 2016-07-01 21:11:41.000000000 -0700
+++ ganglia-3.6.0/debian/rules 2016-07-05 13:54:49.000000000 -0700
@@ -41,7 +41,7 @@
--sysconfdir=/etc/ganglia \
--infodir=\$${prefix}/share/info --enable-shared \
--with-gmetad
-build: build-stamp
+build build-arch build-indep: build-stamp
build-stamp: config.status
dh_testdir
@@ -143,4 +143,4 @@
dh_builddeb -s
binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+.PHONY: build build-arch build-indep clean binary-indep binary-arch binary install