[libtext-mecab-perl] 03/14: Switch from cdbs to dh(1).

gregor herrmann gregoa at debian.org
Fri Jan 10 21:03:16 UTC 2014


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

gregoa pushed a commit to branch master
in repository libtext-mecab-perl.

commit 663c2ad6b52ae54173698d6a870a03e8fac9b4c7
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Jan 10 21:41:11 2014 +0100

    Switch from cdbs to dh(1).
    
    Drop unneeded quilt build-dep.
---
 debian/control | 2 --
 debian/rules   | 7 ++-----
 2 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index 0f7fea0..6547c98 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,6 @@ Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Taku YASUI <tach at debian.org>
 Build-Depends: debhelper (>= 7),
- cdbs,
- quilt,
  mecab,
  libmecab-dev (>= 0.96),
  libclass-accessor-perl,
diff --git a/debian/rules b/debian/rules
index 9d77387..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,4 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
-include /usr/share/cdbs/1/class/perl-makemaker.mk
-
-DEB_MAKEMAKER_INVOKE := env PERL_MM_USE_DEFAULT=1 $(DEB_MAKEMAKER_INVOKE)
+%:
+	dh $@

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



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