Don't override dh_auto_clean to nothing

This commit is contained in:
Simon McVittie 2016-01-29 11:28:05 +01:00
parent 4470927dc1
commit 5222f5a7c9
2 changed files with 2 additions and 0 deletions

1
debian/changelog vendored
View File

@ -17,6 +17,7 @@ ostree (2016.1-1) UNRELEASED; urgency=medium
* Add an ostree-tests package, and use it for autopkgtest
* Enable systemd helpers, but do not start the early-boot systemd services
on installation
* Don't override dh_auto_clean to nothing
-- Simon McVittie <smcv@debian.org> Wed, 27 Jan 2016 13:04:34 +0100

1
debian/rules vendored
View File

@ -7,6 +7,7 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
dh $@ --parallel --with=autoreconf,gir,systemd
override_dh_auto_clean:
if [ -e Makefile ]; then dh_auto_clean; fi
override_dh_autoreconf:
env NOCONFIGURE=1 dh_autoreconf ./autogen.sh