summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancois Marier <francois@debian.org>2010-10-31 21:43:23 +1300
committerFrancois Marier <francois@debian.org>2010-10-31 21:43:23 +1300
commit29ce1738a03c3d1da866842bbcbd8ce5831bebde (patch)
tree0bdc41f7768174dfa2a7385f8b86f776e4facf2d
parent4142b32b30fc22a85e27b37a15e642fcff63ab73 (diff)
Fix FTBFS due to weird upstream Makefile (closes: #601935) Thanks Fabrice for the patch!
-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