From: Michael Prokop Date: Sun, 11 May 2008 16:32:27 +0000 (+0200) Subject: Make package lintian clean X-Git-Tag: 0.7 X-Git-Url: http://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=19b28b7f74bac080b0c6adafb039ed88f1bb504f Make package lintian clean --- diff --git a/debian/control b/debian/control index 0f0556f..6cdcb8d 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: extra Maintainer: Michael Prokop Build-Depends: debhelper (>= 5), asciidoc, xsltproc, docbook-xsl Standards-Version: 3.7.3 -Homepage: http://hg.grml.org/grml-live/ +Homepage: http://grml.org/grml-live/ XS-Vcs-hg: http://hg.grml.org/grml-live/ XS-Vcs-Browser: http://hg.grml.org/grml-live/ @@ -16,5 +16,3 @@ Description: build system for creating a grml (based) live-cd This package provides the build system for creating a grml (based) live-cd. It is based on FAI (Fully Automatic Installation). - . - Homepage: http://grml.org/grml-live/ diff --git a/debian/rules b/debian/rules index c8c41dc..b5a221c 100755 --- a/debian/rules +++ b/debian/rules @@ -44,12 +44,12 @@ install: build install -o root -m 755 remaster/grml-live-remaster debian/grml-live/usr/sbin/grml-live-remaster install -o root -m 755 grml-live debian/grml-live/usr/sbin/grml-live -# Build architecture-independent files here. -binary-indep: build install +# Build architecture-dependent files here. +binary-all: 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