summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rwxr-xr-xdebian/rules1
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 0c74e77..b220bf4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+cil (0.07.00-3) unstable; urgency=medium
+
+ * Fix FTBFS due to weird upstream Makefile (closes: #601935)
+ Thanks Fabrice for the patch!
+
+ -- Francois Marier <francois@debian.org> Sun, 31 Oct 2010 21:41:46 +1300
+
cil (0.07.00-2) unstable; urgency=medium
* Add missing dependency on libfile-homedir-perl (closes: #593520)
diff --git a/debian/rules b/debian/rules
index 87850a4..122387c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,6 @@ clean:
build: build-stamp
build-stamp:
dh_testdir
- [ ! -f Makefile ] || $(MAKE)
echo Doing MAN...
pod2man $(CURDIR)/bin/cil > $(CURDIR)/cil.1
touch build-stamp