diff options
author | Michael Vogt <mvo@debian.org> | 2013-07-05 16:41:06 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-07-05 16:41:06 +0200 |
commit | 8bb62daf9b1bbeec8a40cfed239a8e9ac115353a (patch) | |
tree | 91d5dbf7c5905f2d53a79c4a86862ac99e5814b0 /debian | |
parent | 4b8528bd5749f759e924534709a620da67cd40f8 (diff) |
debian/rules:
* debian/rules:
- call dh_clean in clean (closes: #714980)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rwxr-xr-x | debian/rules | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index b20bc1f60..295142165 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +apt (0.9.9.1) UNRELEASED; urgency=low + + * debian/rules: + - call dh_clean in clean (closes: #714980) + + -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 05 Jul 2013 16:39:34 +0200 + apt (0.9.9) unstable; urgency=low [ Michael Vogt ] diff --git a/debian/rules b/debian/rules index 79a6dbe0c..02fed44d5 100755 --- a/debian/rules +++ b/debian/rules @@ -110,6 +110,7 @@ build/build-manpages-stamp: build/configure-stamp clean: dh_testdir + dh_clean [ ! -f Makefile ] || $(MAKE) clean distclean rm -rf build |