Reorder binary-indep and binary-arch in debian/rules 1.1.5
authorMichael Prokop <devnull@localhost>
Thu, 31 Jul 2008 20:32:54 +0000 (22:32 +0200)
committerMichael Prokop <devnull@localhost>
Thu, 31 Jul 2008 20:32:54 +0000 (22:32 +0200)
debian/changelog
debian/rules

index 0a2dc2d..05fe0a8 100644 (file)
@@ -3,6 +3,8 @@ grml-etc (1.1.5) unstable; urgency=low
   * Get rid of dependency from grml-autoconfig (on request from gebi).
   * Drop empty and unused /etc/zsh directory from debian/dirs.
   * Bump Standard-Version to 3.8.0 (no further changes).
+  * Reorder binary-indep and binary-arch in debian/rules to make
+    lintian happy.
 
  -- Michael Prokop <mika@grml.org>  Thu, 31 Jul 2008 22:23:32 +0200
 
index 954b80c..a1efbb6 100755 (executable)
@@ -30,12 +30,11 @@ install: build
        # Add here commands to install the package into debian/grml-etc.
        cp -a etc/                       debian/grml-etc/
 
-# Build architecture-independent files here.
-binary-indep: build install
-# We have nothing to do by default.
-
 # Build architecture-dependent files here.
 binary-arch: build install
+
+# Build architecture-independent files here.
+binary-indep: build install
        dh_testdir
        dh_testroot
        dh_installchangelogs