aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
-rwxr-xr-xdebian/rules5
2 files changed, 6 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 24a84ee..61e8edb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
backupninja (0.9.7-2) experimental; urgency=low
- * Fix FTBFS by chmod +x configure
+ * Fix FTBFS by chmod +x configure and update clean target
--
diff --git a/debian/rules b/debian/rules
index bb038e0..0fc7164 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,6 +34,11 @@ build-stamp: configure-stamp
touch build-stamp
clean:
+ # set config.sub and config.guess back to how they are in orig tarball
+ # so dpkg-source will work (diff.gz considers a change to a symlink an
+ # "unrepresentable change to source", so we need to undo what is done
+ # in the configure-stamp target
+ rm -f config.sub config.guess
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp