From f0e92ec2f8bb445be008f5676e0e1b2c5a32796a Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Tue, 16 Sep 2008 01:03:17 +0200 Subject: [PATCH] Fix binary-arch-rules-but-pkg-is-arch-indep in debian/rules. --- debian/changelog | 3 ++- debian/rules | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 704f1e3..17b2c17 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,8 +4,9 @@ grml-network (0.2.3) unstable; urgency=low /etc/grml/script-functions. Thanks to Darshaka Pathirana! [Closes: issue515] * Bump to Standard-Version 3.8.0 (no further changes). + * Fix binary-arch-rules-but-pkg-is-arch-indep in debian/rules. - -- Michael Prokop Tue, 16 Sep 2008 00:59:29 +0200 + -- Michael Prokop Tue, 16 Sep 2008 01:02:53 +0200 grml-network (0.2.2) unstable; urgency=low diff --git a/debian/rules b/debian/rules index ecc272e..28f5ae0 100755 --- a/debian/rules +++ b/debian/rules @@ -36,11 +36,11 @@ install: build ( cd docs && $(MAKE) install DESTDIR=../debian/grml-network ) # Build architecture-independent files here. -binary-indep: build install +binary-arch: 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 -- 2.1.4