[libcgi-formbuilder-source-yaml-perl] 09/11: d/rules: Remove obsolete variables, commented code and ancient targets

Axel Beckert abe at deuxchevaux.org
Mon Dec 23 22:27:05 UTC 2013


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

abe pushed a commit to branch master
in repository libcgi-formbuilder-source-yaml-perl.

commit 975f8ed9f5d5e64051ef6cb9837e64878e36145d
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Mon Dec 23 23:17:56 2013 +0100

    d/rules: Remove obsolete variables, commented code and ancient targets
---
 debian/changelog |  1 +
 debian/rules     | 16 ----------------
 2 files changed, 1 insertion(+), 16 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 97764ac..8439232 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,6 +25,7 @@ libcgi-formbuilder-source-yaml-perl (1.0.8-3) UNRELEASED; urgency=low
     + Use dh_auto_{configure,build,test,install,clean}
     + Drop obsolete stamp-file parameters from dh_clean
     + Drop obsolete parameter from dh_installchangelogs
+    + Remove obsolete variables, commented code and ancient targets
 
  -- gregor herrmann <gregoa at debian.org>  Sat, 06 Dec 2008 18:35:39 +0100
 
diff --git a/debian/rules b/debian/rules
index 9119592..d8dbe8e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,18 +10,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# If set to a true value then MakeMaker's prompt function will
-# always return the default without waiting for user input.
-export PERL_MM_USE_DEFAULT=1
-
-PACKAGE=$(shell dh_listpackages)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-TMP     =$(CURDIR)/debian/$(PACKAGE)
-
 build: build-arch build-indep
 build-arch: build-stamp
 build-indep: build-stamp
@@ -44,7 +32,6 @@ install-stamp: build-stamp
 	dh_testroot
 	dh_prep
 	dh_auto_install
-	#find $(TMP) -type f -name .packlist -print0 | xargs -0 rm
 	touch install-stamp
 
 binary-arch:
@@ -63,8 +50,5 @@ binary-indep: build install
 	dh_md5sums
 	dh_builddeb
 
-source diff:                                                                  
-	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
-
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcgi-formbuilder-source-yaml-perl.git



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