Update debian/ to make lintian happy
authorMichael Prokop <devnull@localhost>
Sat, 30 Aug 2008 00:01:39 +0000 (02:01 +0200)
committerMichael Prokop <devnull@localhost>
Sat, 30 Aug 2008 00:01:39 +0000 (02:01 +0200)
debian/changelog
debian/control
debian/rules

index caaf64b..145baa2 100644 (file)
@@ -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 <mika@grml.org>  Sat, 30 Aug 2008 01:44:38 +0200
+ -- Michael Prokop <mika@grml.org>  Sat, 30 Aug 2008 02:01:14 +0200
 
 grml-debootstrap (0.17) unstable; urgency=low
 
index eb91818..d7ff74c 100644 (file)
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Michael Prokop <mika@grml.org>
 Uploaders: Alexander Wirt <formorer@grml.org>
 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.
index 991320c..effbf41 100755 (executable)
@@ -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