[libgnome2-perl] 03/06: rules: use plain dh three-liner

Damyan Ivanov dmn at alioth.debian.org
Thu Oct 17 16:47:01 UTC 2013


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

dmn pushed a commit to branch master
in repository libgnome2-perl.

commit 5d4cc755bf12d3c3b828d8c8c74b8659ebbd1dc7
Author: Damyan Ivanov <dmn at debian.org>
Date:   Thu Oct 17 15:23:24 2013 +0000

    rules: use plain dh three-liner
---
 debian/changelog |    1 +
 debian/rules     |   21 +--------------------
 2 files changed, 2 insertions(+), 20 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a1ba235..26edbf5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,6 +24,7 @@ libgnome2-perl (1.043-1) UNRELEASED; urgency=low
     + Avoid misusing the macro PL_na, thus preventing issues when Gnome2 is
       used in conjunction with certain XS modules, among them XML::Parser and
       String::Approx.
+  * rules: use plain dh three-liner
 
  -- Ryan Niebur <ryan at debian.org>  Fri, 25 Sep 2009 00:24:56 -0700
 
diff --git a/debian/rules b/debian/rules
index 3850db1..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: install
+%:
 	dh $@
-
-binary-indep:
-
-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/libgnome2-perl.git



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