From 60aed148bd9744cf774008ce13af371de30c2e5c Mon Sep 17 00:00:00 2001 From: calvin Date: Thu, 28 Nov 2002 10:18:19 +0000 Subject: [PATCH] move dh_* in debian/rules to arch-dep target git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@650 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- debian/changelog | 5 ++++- debian/rules | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index acf15b91..758d558e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,10 @@ linkchecker (1.8.0-2) unstable; urgency=low + * I *new* I forgot something. Move dh_* in debian/rules from + binary-indep to binary-arch. + This fixes the build errors (Closes: #171012) * Use -r"fakeroot --" instead of -rfakeroot for cvs-buildpackage. - This fixes the build error on m68k platforms (Closes: #171012) + Just to be sure. -- Bastian Kleineidam Thu, 28 Nov 2002 11:00:32 +0100 diff --git a/debian/rules b/debian/rules index d483434d..0bb52eb9 100755 --- a/debian/rules +++ b/debian/rules @@ -58,6 +58,9 @@ install: build # Build architecture-independent files here. binary-indep: build install + +# Build architecture-dependent files here. +binary-arch: build install dh_testdir dh_testroot dh_installdocs @@ -72,8 +75,5 @@ binary-indep: build install dh_md5sums dh_builddeb -# Build architecture-dependent files here. -binary-arch: build install - binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure