[libclass-c3-adopt-next-perl] 05/15: Refactor d/rules

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Mon Aug 17 10:27:11 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-c3-adopt-next-perl.

commit 49684e0e3e4f9fc486d158a02cadad3c09968054
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Mon Aug 17 06:48:43 2015 -0300

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

diff --git a/debian/changelog b/debian/changelog
index 4f764ad..4f341b5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -37,6 +37,7 @@ libclass-c3-adopt-next-perl (0.14-1) UNRELEASED; urgency=low
   [ Lucas Kanashiro ]
   * Add debian/upstream/metadata
   * Import upstream version 0.14
+  * Refactor d/rules
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Mon, 17 Aug 2015 06:45:42 -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-c3-adopt-next-perl.git



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