aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-04-30 18:01:19 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-04-30 18:01:19 -0700
commit504830e8dc948f0d5bf40bafe00cf73e9ad9bb5e (patch)
treee084669f8d69df312aa8559aa37f1759304a6988 /debian
parentd2f5c3fa881329dcf420b792b3b1c5f68257d91c (diff)
downloadconsfigurator-504830e8dc948f0d5bf40bafe00cf73e9ad9bb5e.tar.gz
d/rules: also clean *.fasl from tests/
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 85c159a..4bcf583 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ consfigurator (0.6.0-1) UNRELEASED; urgency=medium
* New upstream release.
* Add dep and build-dep on cl-closer-mop.
+ * d/rules: also clean *.fasl from tests/.
-- Sean Whitton <spwhitton@spwhitton.name> Tue, 13 Apr 2021 14:52:23 -0700
diff --git a/debian/rules b/debian/rules
index 923e881..4b171ef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,5 +11,5 @@ override_dh_auto_build:
make -C emacs consfigurator.el
override_dh_auto_clean:
- find src -name "*.fasl" -delete
+ find src tests -name "*.fasl" -delete
make -C doc clean