[libtext-mecab-perl] 04/17: Use cdbs to build

Taku YASUI tach at debian.org
Thu Aug 15 16:38:58 UTC 2013


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

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

commit aa501d9d189545e3f59115207f57ef3da8817011
Author: Taku YASUI <tach at debian.org>
Date:   Sat Jul 16 13:44:09 2011 +0000

    Use cdbs to build
---
 debian/control |    2 ++
 debian/rules   |    6 ++++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 36b68fc..f91e486 100644
--- a/debian/control
+++ b/debian/control
@@ -3,6 +3,8 @@ Section: perl
 Priority: optional
 Maintainer: Taku YASUI <tach at debian.org>
 Build-Depends: debhelper (>= 7),
+ cdbs,
+ libmecab-dev,
  libclass-accessor-perl,
  perl (>= 5.10.1)
 Standards-Version: 3.9.2
diff --git a/debian/rules b/debian/rules
index 2d33f6a..b7f530d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,6 @@
 #!/usr/bin/make -f
 
-%:
-	dh $@
+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)

-- 
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