1
0
mirror of synced 2026-02-11 01:59:56 +00:00

Use dh_auto_{install,clean}; use "$(MAKE)" instead of "make"

This commit is contained in:
Axel Beckert
2013-01-16 16:58:10 +01:00
parent 1d16c86eba
commit 70e0115f94
2 changed files with 5 additions and 3 deletions

2
debian/changelog vendored
View File

@@ -21,6 +21,8 @@ xen-tools (4.4~dev-1) UNRELEASED; urgency=low
dh_installchangelogs finds it by itself if it exist. That way building
out of a freshly clone git repository does not fail due to a missing
upstream changelog.
* debian/rules: Use dh_auto_{install,clean}; use "$(MAKE)" instead of
"make" where dh_auto_* can't help.
-- Axel Beckert <abe@debian.org> Tue, 13 Nov 2012 23:37:54 +0100

6
debian/rules vendored
View File

@@ -19,7 +19,7 @@ build-stamp: configure-stamp
clean:
dh_testdir
dh_testroot
make clean
dh_auto_clean
dh_clean
install: build
@@ -28,8 +28,8 @@ install: build
dh_prep
dh_auto_test
make manpages
make install prefix=`pwd`/debian/xen-tools
$(MAKE) manpages
dh_auto_install
dh_installdirs