[libdebug-trace-perl] 03/09: Switch from CDBS to dh-style debhelper

Axel Beckert abe at deuxchevaux.org
Tue Dec 10 23:09:40 UTC 2013


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libdebug-trace-perl.

commit 7dd54c927eaf5f41ee4a72648c11e66351f06f91
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Tue Dec 10 23:47:18 2013 +0100

    Switch from CDBS to dh-style debhelper
---
 debian/changelog | 2 ++
 debian/control   | 2 +-
 debian/rules     | 7 ++-----
 3 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5497a37..521a1e3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,8 @@ libdebug-trace-perl (0.04-5) UNRELEASED; urgency=low
   [ Axel Beckert ]
   * Remove Gustavo Franco from Uploaders (Closes: #729397)
   * Switch to source format "3.0 (quilt)"
+  * Switch from CDBS to dh-style debhelper
+    + Fixes lintian warning debian-rules-uses-deprecated-makefile
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:56 +0200
 
diff --git a/debian/control b/debian/control
index fe3d6ee..30e3fd8 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
-Build-Depends: debhelper (>= 5.0.0), cdbs(>= 0.4.21-0.1)
+Build-Depends: debhelper (>= 5.0.0)
 Build-Depends-Indep: perl(>= 5.6.0-16)
 Standards-Version: 3.7.2
 Homepage: http://search.cpan.org/dist/Debug-Trace/
diff --git a/debian/rules b/debian/rules
index 43db58d..b8796e6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,5 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/perlmodule.mk
-
-binary-install/libdebug-trace-perl::
-	[ ! -d $(CURDIR)/debian/libdebug-trace-perl/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(CURDIR)/debian/libdebug-trace-perl/usr/lib/perl5
+%:
+	dh $@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdebug-trace-perl.git



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