From: Michael Prokop Date: Mon, 1 Sep 2008 09:27:59 +0000 (+0200) Subject: Debian updates to make lintian happy X-Git-Tag: 0.3.54~3 X-Git-Url: http://git.grml.org/?p=grml-etc-core.git;a=commitdiff_plain;h=133b0ba6c456b16fb15a1698d3b26cae08fa4b9c Debian updates to make lintian happy --- diff --git a/debian/changelog b/debian/changelog index 8fab55e..d893729 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sun, 31 Aug 2008 21:35:42 +0200 + [ Michael Prokop ] + * Some cleanups to make lintian happy. + + -- Michael Prokop Mon, 01 Sep 2008 11:26:29 +0200 grml-etc-core (0.3.53) unstable; urgency=low diff --git a/debian/control b/debian/control index 6aebe99..b4e3bd8 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: grml Priority: optional Maintainer: Michael Prokop 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 index 0000000..979b97b --- /dev/null +++ b/debian/overrides @@ -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 diff --git a/debian/rules b/debian/rules index 152c7f9..c60a6d6 100755 --- a/debian/rules +++ b/debian/rules @@ -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 | \