summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2012-04-17 19:37:08 -0400
committerJoey Hess <joey@kitenet.net>2012-04-17 19:37:08 -0400
commit4fed5fde645b9b69771f5b9111a1e50ae517b70a (patch)
tree846c0b298be3f700c40b3aeb07ed5e1270a9ff50
parente7f5f747e04176bda1d0e353eee3e0b5445b70f8 (diff)
releasing version 9.20120419
-rw-r--r--Debian/Debhelper/Buildsystem/cmake.pm1
-rw-r--r--debian/changelog6
2 files changed, 7 insertions, 0 deletions
diff --git a/Debian/Debhelper/Buildsystem/cmake.pm b/Debian/Debhelper/Buildsystem/cmake.pm
index f318b44b..1d009b44 100644
--- a/Debian/Debhelper/Buildsystem/cmake.pm
+++ b/Debian/Debhelper/Buildsystem/cmake.pm
@@ -7,6 +7,7 @@
package Debian::Debhelper::Buildsystem::cmake;
use strict;
+use Debian::Debhelper::Dh_Lib qw(compat);
use base 'Debian::Debhelper::Buildsystem::makefile';
sub DESCRIPTION {
diff --git a/debian/changelog b/debian/changelog
index 7d85a5ef..fab0eaf6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+debhelper (9.20120419) unstable; urgency=low
+
+ * Fix compat level checking for cmake. Closes: #669181
+
+ -- Joey Hess <joeyh@debian.org> Tue, 17 Apr 2012 19:33:35 -0400
+
debhelper (9.20120418) unstable; urgency=low
* cmake: Only pass CPPFLAGS in CFLAGS in v9.