From 9560928fabb1df835ff20a8faa7a48224680ee9a Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Thu, 31 Jul 2008 22:32:54 +0200 Subject: [PATCH] Reorder binary-indep and binary-arch in debian/rules --- debian/changelog | 2 ++ debian/rules | 7 +++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0a2dc2d..05fe0a8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ grml-etc (1.1.5) unstable; urgency=low * Get rid of dependency from grml-autoconfig (on request from gebi). * Drop empty and unused /etc/zsh directory from debian/dirs. * Bump Standard-Version to 3.8.0 (no further changes). + * Reorder binary-indep and binary-arch in debian/rules to make + lintian happy. -- Michael Prokop Thu, 31 Jul 2008 22:23:32 +0200 diff --git a/debian/rules b/debian/rules index 954b80c..a1efbb6 100755 --- a/debian/rules +++ b/debian/rules @@ -30,12 +30,11 @@ install: build # Add here commands to install the package into debian/grml-etc. cp -a etc/ debian/grml-etc/ -# 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 + +# Build architecture-independent files here. +binary-indep: build install dh_testdir dh_testroot dh_installchangelogs -- 2.1.4