From 5d0bd617e02c3bcf0b654b4b20579a04b233d9cd Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Wed, 16 Jan 2013 17:01:40 +0100 Subject: [PATCH] Fix copy & paste error in binary-* targets in debian/rules --- debian/changelog | 1 + debian/rules | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0962e0f..7e276b7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 13 Nov 2012 23:37:54 +0100 diff --git a/debian/rules b/debian/rules index 22e8637..4b6ac1b 100755 --- a/debian/rules +++ b/debian/rules @@ -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