Some small cleanups to make lintian happy 0.8.9
authorMichael Prokop <devnull@localhost>
Thu, 17 Jul 2008 19:05:11 +0000 (21:05 +0200)
committerMichael Prokop <devnull@localhost>
Thu, 17 Jul 2008 19:05:11 +0000 (21:05 +0200)
debian/changelog
debian/control
debian/rules

index be1d370..69e13c9 100644 (file)
@@ -1,8 +1,9 @@
 grml-autoconfig (0.8.9) unstable; urgency=low
 
   * Check for /dev/input/mice before starting GPM.
 grml-autoconfig (0.8.9) unstable; urgency=low
 
   * Check for /dev/input/mice before starting GPM.
+  * Some small cleanups to make lintian happy.
 
 
- -- Michael Prokop <mika@grml.org>  Thu, 17 Jul 2008 20:53:10 +0200
+ -- Michael Prokop <mika@grml.org>  Thu, 17 Jul 2008 21:04:53 +0200
 
 grml-autoconfig (0.8.8) unstable; urgency=low
 
 
 grml-autoconfig (0.8.8) unstable; urgency=low
 
index 5ddff96..78e92df 100644 (file)
@@ -3,7 +3,7 @@ Section: grml
 Priority: optional
 Maintainer: Michael Prokop <mika@grml.org>
 Build-Depends: debhelper (>= 4.0.0)
 Priority: optional
 Maintainer: Michael Prokop <mika@grml.org>
 Build-Depends: debhelper (>= 4.0.0)
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 Homepage: http://hg.grml.org/grml-autoconfig/
 XS-Vcs-hg: http://hg.grml.org/grml-autoconfig/
 XS-Vcs-Browser: http://hg.grml.org/grml-autoconfig/
 Homepage: http://hg.grml.org/grml-autoconfig/
 XS-Vcs-hg: http://hg.grml.org/grml-autoconfig/
 XS-Vcs-Browser: http://hg.grml.org/grml-autoconfig/
index 38bd7a3..f42603c 100755 (executable)
@@ -41,12 +41,12 @@ install: build
        # just as a "backup" solution:
        cp -a etc/* debian/grml-autoconfig/etc/
 
        # just as a "backup" solution:
        cp -a etc/* debian/grml-autoconfig/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-dependent files here.
 binary-arch: build install
+# We have nothing to do by default.
+
+# Build architecture-independent files here.
+binary-indep: build install
        dh_testdir
        dh_testroot
        dh_installchangelogs 
        dh_testdir
        dh_testroot
        dh_installchangelogs