[SCM] Debian packaging of libnetapp-perl branch, master, updated. c0aebe589be134927dbfda4b059fea5c9ee71434

gregor herrmann gregoa at debian.org
Sat Jun 9 13:48:30 UTC 2012


The following commit has been merged in the master branch:
commit ad41baed12b53b33b112601c9d84032275d2013d
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jun 9 15:38:55 2012 +0200

    Set debhelper compatibility level to 8, use tiny debian/rules.

diff --git a/debian/compat b/debian/compat
index 7f8f011..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+8
diff --git a/debian/control b/debian/control
index 124498d..9acf21f 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: libnetapp-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl, libclass-std-perl, libclone-perl,
   libparams-validate-perl, libregexp-common-perl, libtest-exception-perl,
   libnet-telnet-perl
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

-- 
Debian packaging of libnetapp-perl



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