Fix copy & paste error in binary-* targets in debian/rules
This commit is contained in:
1
debian/changelog
vendored
1
debian/changelog
vendored
@@ -23,6 +23,7 @@ xen-tools (4.4~dev-1) UNRELEASED; urgency=low
|
||||
upstream changelog.
|
||||
* debian/rules: Use dh_auto_{install,clean}; use "$(MAKE)" instead of
|
||||
"make" where dh_auto_* can't help.
|
||||
* Fix copy & paste errors binary-* targets in debian/rules
|
||||
|
||||
-- Axel Beckert <abe@debian.org> Tue, 13 Nov 2012 23:37:54 +0100
|
||||
|
||||
|
||||
6
debian/rules
vendored
6
debian/rules
vendored
@@ -33,11 +33,11 @@ install: build
|
||||
|
||||
dh_installdirs
|
||||
|
||||
# Build architecture-independent files here.
|
||||
binary-indep: build install
|
||||
# Build architecture-dependent files here.
|
||||
binary-arch: build install
|
||||
# We have nothing to do by default.
|
||||
|
||||
# Build architecture-dependent files here.
|
||||
# Build architecture-independent files here.
|
||||
binary-indep: build install
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
|
||||
Reference in New Issue
Block a user