From 20f7ff0802f18f1913b321ec31c2052d7cb21c75 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sat, 30 Aug 2008 02:01:39 +0200 Subject: [PATCH] Update debian/ to make lintian happy --- debian/changelog | 3 ++- debian/control | 4 ++-- debian/rules | 10 +++------- 3 files changed, 7 insertions(+), 10 deletions(-) diff --git a/debian/changelog b/debian/changelog index caaf64b..145baa2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -32,8 +32,9 @@ grml-debootstrap (0.18) unstable; urgency=low * Close issue in grml's BTS which showed up during development in hg: Fix handling of config file inside chroot, thanks for spotting, gebi! [Closes: issue512] + * Update debian/ to make lintian happy. - -- Michael Prokop Sat, 30 Aug 2008 01:44:38 +0200 + -- Michael Prokop Sat, 30 Aug 2008 02:01:14 +0200 grml-debootstrap (0.17) unstable; urgency=low diff --git a/debian/control b/debian/control index eb91818..d7ff74c 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Michael Prokop Uploaders: Alexander Wirt Build-Depends: debhelper (>= 5), asciidoc, xsltproc, docbook-xsl -Standards-Version: 3.7.2 +Standards-Version: 3.8.0 Homepage: http://hg.grml.org/grml-debootstrap/ XS-Vcs-hg: http://hg.grml.org/grml-debootstrap/ XS-Vcs-Browser: http://hg.grml.org/grml-debootstrap/ @@ -17,7 +17,7 @@ Description: wrapper around debootstrap for installing plain Debian via grml cdebootstrap for installing a plain Debian system via grml. . All you have to do is adjust a few variables in configuration - file /etc/debootstrap/config and invoke grml-debootstrap then. + file /etc/debootstrap/config or use the configuration frontend. A plain and base Debian system will be installed on the given device (or directory) then. Customization of this process is possible as well. diff --git a/debian/rules b/debian/rules index 991320c..effbf41 100755 --- a/debian/rules +++ b/debian/rules @@ -38,12 +38,8 @@ install: build install -m 755 grml-debootstrap debian/grml-debootstrap/usr/sbin/ install -m 644 zsh-completion debian/grml-debootstrap/etc/zsh/completion.d/_grml-debootstrap -# 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 +binary-indep: build install dh_testdir dh_testroot dh_installchangelogs @@ -59,5 +55,5 @@ binary-arch: build install dh_md5sums dh_builddeb -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install +binary: binary-indep +.PHONY: build clean binary-indep binary install -- 2.1.4