[SCM] Debian packaging of libspoon-perl branch, master, updated. debian/0.24-2
Ansgar Burchardt
ansgar at debian.org
Sat Sep 17 12:25:03 UTC 2011
The following commit has been merged in the master branch:
commit def9695e0da94dc77ff9ebea1f2e2e458e6001bc
Author: Ansgar Burchardt <ansgar at debian.org>
Date: Sat Sep 17 14:15:47 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 95a64df..0f0e06b 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
Source: libspoon-perl
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl (>= 5.8.0-7), libspiffy-perl (>= 0.22),
libio-all-perl (>= 0.33), libtemplate-perl (>= 2.10), liburi-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
diff --git a/debian/rules b/debian/rules
index 9f8c692..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,22 +1,4 @@
#!/usr/bin/make -f
-build: build-stamp
-build-stamp:
- dh build
- touch build-stamp
-
-clean:
- dh clean
-
-install: build install-stamp
-install-stamp:
- dh install
- touch install-stamp
-
-binary-arch: install
-
-
-binary-indep: install
- dh binary-indep
-
-binary: binary-arch binary-indep
+%:
+ dh $@
--
Debian packaging of libspoon-perl
More information about the Pkg-perl-cvs-commits
mailing list