[mb2md] 13/30: Fix lintian warning debian-rules-missing-recommended-target

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 d7aa60ab2af5acaeb48ad6357aa5d5d3d2bf2591
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Wed Oct 16 16:08:55 2013 +0200

    Fix lintian warning debian-rules-missing-recommended-target
---
 debian/changelog |    1 +
 debian/rules     |    5 +++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 44dadb2..589f679 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ mb2md (3.20-5) UNRELEASED; urgency=low
   * Remove generated mb2md.1 from source and add it to debian/clean
   * Revamp debian/rules:
     + Fix lintian warning dh-clean-k-is-deprecated
+    + Fix lintian warning debian-rules-missing-recommended-target
 
  -- Axel Beckert <abe at debian.org>  Wed, 16 Oct 2013 14:44:56 +0200
 
diff --git a/debian/rules b/debian/rules
index 40909f6..9d0e69b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,8 +24,9 @@ configure-stamp:
 	touch configure-stamp
 
 
-build: build-stamp
-
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
 build-stamp: configure-stamp 
 	dh_testdir
 

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