Don't override dh_auto_clean to nothing
This commit is contained in:
parent
4470927dc1
commit
5222f5a7c9
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue