[libclass-singleton-perl] 09/12: Refactor debian/rules

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Sat Jul 25 15:57:38 UTC 2015


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

kanashiro-guest pushed a commit to branch master
in repository libclass-singleton-perl.

commit b0af2f18b8248c253a4fc9abc11539ac78336bf7
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Sat Jul 25 12:40:05 2015 -0300

    Refactor debian/rules
---
 debian/changelog |  1 +
 debian/rules     | 21 +--------------------
 2 files changed, 2 insertions(+), 20 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4d0a8b6..56ba019 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -36,6 +36,7 @@ libclass-singleton-perl (1.5-1) UNRELEASED; urgency=low
   * Declare compliance with Debian Policy 3.9.6
   * Set debhelper >= 9
   * Add autopkgtest
+  * Refactor debian/rules
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Sat, 25 Jul 2015 12:24:57 -0300
 
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/libclass-singleton-perl.git



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