[SCM] Debian packaging of libpod-coverage-perl branch, master, updated. upstream/0.22-42-g0ec9a58

Fabrizio Regalli fabreg at fabreg.it
Fri Feb 10 16:25:47 UTC 2012


The following commit has been merged in the master branch:
commit 0ec9a58935f101a44dee6b40619cd8d7267ade66
Author: Fabrizio Regalli <fabreg at fabreg.it>
Date:   Fri Feb 10 17:25:39 2012 +0100

    Removed no more necessary --buildsystem=perl_build from d/rules

diff --git a/debian/changelog b/debian/changelog
index 3cc1a79..ae78072 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,7 @@ libpod-coverage-perl (0.22-1) UNRELEASED; urgency=low
   * Update d/copyright using latest .174 revision
   * Removed 'GNU/Linux' from license text in d/copyright
   * Added missing Files: stanza at the beginning of d/copyright
+  * Removed no more necessary --buildsystem=perl_build from d/rules
 
  -- Fabrizio Regalli <fabreg at fabreg.it>  Fri, 10 Feb 2012 17:07:03 +0100
 
diff --git a/debian/rules b/debian/rules
index 5d5ad6d..cdd2b3b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,9 +4,9 @@ PACKAGE := $(shell dh_listpackages)
 TMP     := $(CURDIR)/debian/$(PACKAGE)
 
 %:
-	dh $@ --buildsystem=perl_build
+	dh $@
 
 override_dh_auto_install:
-	dh_auto_install --buildsystem=perl_build
+	dh_auto_install
 	# installed as an example
 	rm -rfv $(TMP)/usr/bin

-- 
Debian packaging of libpod-coverage-perl



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