[mb2md] 14/30: Fix lintian warning binary-arch-rules-but-pkg-is-arch-indep

Axel Beckert abe at deuxchevaux.org
Wed Oct 16 21:56:27 UTC 2013


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository mb2md.

commit d26b016d4096247d931a9c26bd5be6908119d7b9
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Wed Oct 16 16:10:35 2013 +0200

    Fix lintian warning binary-arch-rules-but-pkg-is-arch-indep
---
 debian/changelog |    1 +
 debian/rules     |    8 ++++----
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 589f679..43f91ad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ mb2md (3.20-5) UNRELEASED; urgency=low
   * Revamp debian/rules:
     + Fix lintian warning dh-clean-k-is-deprecated
     + Fix lintian warning debian-rules-missing-recommended-target
+    + Fix lintian warning binary-arch-rules-but-pkg-is-arch-indep
 
  -- Axel Beckert <abe at debian.org>  Wed, 16 Oct 2013 14:44:56 +0200
 
diff --git a/debian/rules b/debian/rules
index 9d0e69b..96d307d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -57,12 +57,12 @@ install: build
 	cp mb2md-3.20.pl $(CURDIR)/debian/mb2md/usr/bin/mb2md
 
 
-# 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
+# We have nothing to do by default.
+
+# Build architecture-independent files here.
+binary-indep: build install
 	dh_testdir
 	dh_testroot
 	dh_installchangelogs 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/mb2md.git



More information about the Pkg-perl-cvs-commits mailing list