]> xenbits.xensource.com Git - people/dariof/xen-tools.git/commitdiff
Fix copy & paste error in binary-* targets in debian/rules
authorAxel Beckert <abe@deuxchevaux.org>
Wed, 16 Jan 2013 16:01:40 +0000 (17:01 +0100)
committerAxel Beckert <abe@deuxchevaux.org>
Wed, 16 Jan 2013 16:59:39 +0000 (17:59 +0100)
debian/changelog
debian/rules

index 0962e0f5e5bfb0ba1757e7d4778175d48117ee8a..7e276b7a00ceff8ad544ce347aa43a915bd03252 100644 (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
 
index 22e8637d9a8e822c8c698bd60e2d02622bd347bc..4b6ac1b077121e05c06a2468d87b0c2ae561ee4f 100755 (executable)
@@ -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