[SCM] Debian packaging of libterm-shell-perl branch, master, updated. debian/0.02-3

Ansgar Burchardt ansgar at debian.org
Sun Sep 18 12:55:29 UTC 2011


The following commit has been merged in the master branch:
commit ec88bdc4d4cfb6646ec3d2a1b6c87b7f4c889b72
Author: Ansgar Burchardt <ansgar at debian.org>
Date:   Sun Sep 18 14:44:47 2011 +0200

    Use tiny debian/rules with debhelper 8 (instead of cdbs).

diff --git a/debian/compat b/debian/compat
index 7ed6ff8..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+8
diff --git a/debian/control b/debian/control
index 043e91d..fb543c0 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libterm-shell-perl
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Build-Depends: debhelper (>> 5), cdbs
+Build-Depends: debhelper (>> 8)
 Build-Depends-Indep: perl
 Standards-Version: 3.7.2
 Homepage: http://search.cpan.org/dist/Term-Shell/
diff --git a/debian/rules b/debian/rules
index 8715641..90acab5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,10 +2,5 @@
 
 export LC_ALL=C
 
-# Put perlmodule.mk last to dh_clean temporary files not in MANIFEST
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/perlmodule.mk
-
-binary-install/libterm-shell-perl::
-	[ ! -d $(CURDIR)/debian/libterm-shell-perl/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(CURDIR)/debian/libterm-shell-perl/usr/lib/perl5
-	
+%:
+	dh $@

-- 
Debian packaging of libterm-shell-perl



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