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
This commit is contained in:
calvin 2002-11-28 10:18:19 +00:00
parent 0c8325d17c
commit 60aed148bd
2 changed files with 7 additions and 4 deletions

5
debian/changelog vendored
View file

@ -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 <calvin@debian.org> Thu, 28 Nov 2002 11:00:32 +0100

6
debian/rules vendored
View file

@ -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