[libspork-perl] 02/04: Switch to a minimal dh-style debian/rules file

Axel Beckert abe at deuxchevaux.org
Thu Jan 16 23:55:53 UTC 2014


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

abe pushed a commit to branch master
in repository libspork-perl.

commit ad47c889fd46eb598839fd2d5e4564bf073e6021
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Fri Jan 17 00:11:46 2014 +0100

    Switch to a minimal dh-style debian/rules file
    
    Fixes lintian warning debian-rules-missing-recommended-target
---
 debian/changelog |  2 ++
 debian/rules     | 21 +--------------------
 2 files changed, 3 insertions(+), 20 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3b9cf9f..bf62708 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -30,6 +30,8 @@ libspork-perl (0.21-1) UNRELEASED; urgency=low
   * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-
     copyright"
   * Switch to source format "3.0 (quilt)"
+  * Switch to a minimal dh-style debian/rules file
+    + Fixes lintian warning debian-rules-missing-recommended-target
 
  -- Ansgar Burchardt <ansgar at debian.org>  Sun, 12 Jun 2011 14:51:42 +0200
 
diff --git a/debian/rules b/debian/rules
index 0d045f4..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,23 +1,4 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-	dh build
-	touch $@
-
-clean:
+%:
 	dh $@
-
-install: install-stamp
-install-stamp: build-stamp
-	dh install
-	touch $@
-
-binary-arch:
-
-binary-indep: install
-	dh $@
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build

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



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