Debian updates to make lintian happy
authorMichael Prokop <devnull@localhost>
Mon, 1 Sep 2008 09:27:59 +0000 (11:27 +0200)
committerMichael Prokop <devnull@localhost>
Mon, 1 Sep 2008 09:27:59 +0000 (11:27 +0200)
debian/changelog
debian/control
debian/overrides [new file with mode: 0644]
debian/rules

index 8fab55e..d893729 100644 (file)
@@ -1,5 +1,6 @@
 grml-etc-core (0.3.54) unstable; urgency=low
 
+  [ Frank Terbeck ]
   * zshrc: Adding support for cvs repositories to vcs_info()
   * zshrc: Add an experimental bzr backend, that works without calling
     bzr itself; it is disabled by default.
@@ -8,7 +9,10 @@ grml-etc-core (0.3.54) unstable; urgency=low
   * zshrc: Actually tried svk myself; including vcs_info() fixes from
     that test.
 
- -- Frank Terbeck <ft@grml.org>  Sun, 31 Aug 2008 21:35:42 +0200
+  [ Michael Prokop ]
+  * Some cleanups to make lintian happy.
+
+ -- Michael Prokop <mika@grml.org>  Mon, 01 Sep 2008 11:26:29 +0200
 
 grml-etc-core (0.3.53) unstable; urgency=low
 
index 6aebe99..b4e3bd8 100644 (file)
@@ -3,7 +3,7 @@ Section: grml
 Priority: optional
 Maintainer: Michael Prokop <mika@grml.org>
 Build-Depends: debhelper (>= 4.0.0)
-Standards-Version: 3.7.2
+Standards-Version: 3.8.0
 Homepage: http://hg.grml.org/grml-etc-core/
 XS-Vcs-hg: http://hg.grml.org/grml-etc-core/
 XS-Vcs-Browser: http://hg.grml.org/grml-etc-core/
diff --git a/debian/overrides b/debian/overrides
new file mode 100644 (file)
index 0000000..979b97b
--- /dev/null
@@ -0,0 +1,2 @@
+grml-etc-core source: maintainer-script-lacks-debhelper-token debian/preinst
+grml-etc-core source: maintainer-script-lacks-debhelper-token debian/postrm
index 152c7f9..c60a6d6 100755 (executable)
@@ -30,17 +30,19 @@ install: build
        # Add here commands to install the package into debian/grml-etc-core.
        cp -a etc/ debian/grml-etc-core/
 
-# 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
+# We have nothing to do by default.
+
+# Build architecture-independent files here.
+binary-indep: build install
        dh_testdir
        dh_testroot
        dh_installchangelogs 
        dh_installdocs
        dh_compress
+       mkdir -p debian/grml-etc-core/usr/share/lintian/overrides/
+       cp -av debian/overrides debian/grml-etc-core/usr/share/lintian/overrides/grml-etc-core
        dh_fixperms
        dh_installdeb
        #find debian/grml-etc-core/etc -type f ! -name \*.xpm ! -name \*.png -print | \