[libnet-amazon-s3-tools-perl] 03/03: Switch to minimal dh v7 style debian/rules file

Axel Beckert abe at deuxchevaux.org
Sun May 31 10:22:37 UTC 2015


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

abe pushed a commit to branch master
in repository libnet-amazon-s3-tools-perl.

commit e484b7cc2e75160bcd3caf33181c303e5226ff29
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sun May 31 12:21:54 2015 +0200

    Switch to minimal dh v7 style debian/rules file
---
 debian/changelog |  1 +
 debian/rules     | 21 +--------------------
 2 files changed, 2 insertions(+), 20 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 487a73e..855543c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -38,6 +38,7 @@ libnet-amazon-s3-tools-perl (0.08-2) UNRELEASED; urgency=low
     + Remove debian/README.source.
   * Bump debhelper compatibility to 8
     + Update versioned debhelper build-dependency accordingly.
+  * Switch to minimal dh v7 style debian/rules file.
 
  -- Ryan Niebur <ryan at debian.org>  Fri, 25 Sep 2009 00:25:43 -0700
 
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/libnet-amazon-s3-tools-perl.git



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