Skip to content
Snippets Groups Projects
Commit 1f09f691 authored by micah's avatar micah :speech_balloon:
Browse files

also fix the clean target to cleanup after itself

parent 36e9e5b0
No related branches found
No related tags found
No related merge requests found
backupninja (0.9.7-2) experimental; urgency=low
* Fix FTBFS by chmod +x configure
* Fix FTBFS by chmod +x configure and update clean target
--
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment