[libtime-human-perl] 06/15: Fix lintian warning debian-rules-missing-recommended-target
    Axel Beckert 
    abe at deuxchevaux.org
       
    Mon Dec 23 03:38:39 UTC 2013
    
    
  
This is an automated email from the git hooks/post-receive script.
abe pushed a commit to branch master
in repository libtime-human-perl.
commit 8d7ce106c96737e0d965740b57222d4af5a0fe4d
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Mon Dec 23 04:19:04 2013 +0100
    Fix lintian warning debian-rules-missing-recommended-target
---
 debian/changelog | 2 ++
 debian/rules     | 4 +++-
 2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 069d94f..9664029 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -32,6 +32,8 @@ libtime-human-perl (1.03-3) UNRELEASED; urgency=low
   * Bump debhelper compatibility to 9
     + Update versioned debhelper build-dependency accordingly
   * Apply wrap-and-sort
+  * Revamp debian/rules:
+    + Fix lintian warning debian-rules-missing-recommended-target
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:32:55 +0200
 
diff --git a/debian/rules b/debian/rules
index 3fe3d95..f7fa9fd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,8 @@
 #!/usr/bin/make -f
 
-build: build-stamp
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
 build-stamp:
 	dh_testdir
 	perl Makefile.PL INSTALLDIRS=vendor
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtime-human-perl.git
    
    
More information about the Pkg-perl-cvs-commits
mailing list