[SCM] Debian packaging of libsql-abstract-limit-perl branch, master, updated. debian/0.14.1-3

Ansgar Burchardt ansgar at debian.org
Sat Sep 17 12:25:13 UTC 2011


The following commit has been merged in the master branch:
commit 9c91ced5c4b3262c78496a267ff3cbdb4b27fe18
Author: Ansgar Burchardt <ansgar at debian.org>
Date:   Sat Sep 17 14:08:05 2011 +0200

    Use tiny debian/rules with debhelper 8.

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 063f412..6b0db18 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: libsql-abstract-limit-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl (>= 5.8.0-7),  libsql-abstract-perl, 
  libtest-exception-perl, libdbi-perl, libdbd-anydata-perl, libclass-dbi-perl,
  libtest-deep-perl, libtest-pod-perl, libtest-pod-coverage-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 libsql-abstract-limit-perl



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