summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@debian.org>2017-11-15 15:58:18 +0100
committerMattia Rizzolo <mattia@debian.org>2017-11-17 17:58:34 +0100
commite466fed2f545092f162fb4b9d528830545f4020e (patch)
tree20dd757bd52768e8e32ee8a57ca85acbfb81eb25
parent7a686b1b68444be9ea3d79abf415cd58db1c779c (diff)
d/rules: add -v to rm -f
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
-rw-r--r--debian/changelog7
-rwxr-xr-xdebian/rules2
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index cd5822c..08accae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+chicken (4.12.0-0.3) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * foo.
+
+ -- Mattia Rizzolo <mattia@debian.org> Wed, 15 Nov 2017 15:22:55 +0100
+
chicken (4.12.0-0.2) experimental; urgency=medium
* Non-maintainer upload.
diff --git a/debian/rules b/debian/rules
index ccbdfb3..362605a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ export DEBUGBUILD=1
override_dh_auto_clean:
dh_auto_clean
- grep -l 'Generated from .*\.scm by the CHICKEN compiler' * | xargs rm -f || /bin/true
+ grep -l 'Generated from .*\.scm by the CHICKEN compiler' * | xargs rm -fv || /bin/true
find . -name '*.so' -delete
rm -rf tests/a.out tests/empty-file tests/fft1 tests/fft2 tests/find-files-test-dir/dir-link-target/bar \
tests/find-files-test-dir/dir-link-target/foo \