Fix binary-arch-rules-but-pkg-is-arch-indep in debian/rules. 0.2.3
authorMichael Prokop <devnull@localhost>
Mon, 15 Sep 2008 23:03:17 +0000 (01:03 +0200)
committerMichael Prokop <devnull@localhost>
Mon, 15 Sep 2008 23:03:17 +0000 (01:03 +0200)
debian/changelog
debian/rules

index 704f1e3..17b2c17 100644 (file)
@@ -4,8 +4,9 @@ grml-network (0.2.3) unstable; urgency=low
     /etc/grml/script-functions. Thanks to Darshaka Pathirana!
     [Closes: issue515]
   * Bump to Standard-Version 3.8.0 (no further changes).
+  * Fix binary-arch-rules-but-pkg-is-arch-indep in debian/rules.
 
- -- Michael Prokop <mika@grml.org>  Tue, 16 Sep 2008 00:59:29 +0200
+ -- Michael Prokop <mika@grml.org>  Tue, 16 Sep 2008 01:02:53 +0200
 
 grml-network (0.2.2) unstable; urgency=low
 
index ecc272e..28f5ae0 100755 (executable)
@@ -36,11 +36,11 @@ install: build
        ( cd docs && $(MAKE) install DESTDIR=../debian/grml-network )
 
 # Build architecture-independent files here.
-binary-indep: build install
+binary-arch: build install
 # We have nothing to do by default.
 
 # Build architecture-dependent files here.
-binary-arch: build install
+binary-indep: build install
        dh_testdir
        dh_testroot
        dh_installchangelogs