summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2005-10-19 17:54:32 +0000
committerFrans Pop <elendil@planet.nl>2005-10-19 17:54:32 +0000
commit69653e129153f9ca785ca37b59ec818307f96877 (patch)
treeedde44e92b7c3e193804d2495e510f9eef6ab538
parent50990521f0a3e89205ef44765072d2c51373b2f6 (diff)
downloadinstallation-guide-69653e129153f9ca785ca37b59ec818307f96877.zip
Also clean working directories in build
-rw-r--r--debian/changelog2
-rwxr-xr-xdebian/rules1
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index d0f77e5e1..6270e247c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-installation-guide (2005xxxx) UNRELEASED; urgency=low
+installation-guide (20051019) unstable; urgency=low
[ Joey Hess ]
* Split off from the debian-installer source package.
diff --git a/debian/rules b/debian/rules
index c7a44ba47..ef69de923 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,6 +15,7 @@ clean:
dh_testroot
dh_clean build-stamp
rm -rf $(MANTMP)
+ rm -rf build/build.out build/build.tmp build/build.po
build: build-stamp
build-stamp: