1
0
mirror of synced 2026-02-22 22:57:23 +00:00

Fix copy & paste error in binary-* targets in debian/rules

This commit is contained in:
Axel Beckert
2013-01-16 17:01:40 +01:00
parent 70e0115f94
commit 5d0bd617e0
2 changed files with 4 additions and 3 deletions

1
debian/changelog vendored
View File

@@ -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
View File

@@ -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