[SCM] Packaging for padre-plugin-datawalker branch, master, updated. upstream/0.04-27-g0888b25

Dominique Dumont dod at debian.org
Sun Jan 22 11:42:36 UTC 2012


The following commit has been merged in the master branch:
commit e33310cc771730074603f06b04ea9b951b8419f8
Author: Dominique Dumont <dod at debian.org>
Date:   Fri Jan 20 18:12:28 2012 +0100

    rules cleanup

diff --git a/debian/rules b/debian/rules
index 9b4c294..ac3c784 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,14 +1,16 @@
 #!/usr/bin/make -f
 
 %:
-	xvfb-run -a dh $@
+	dh $@
 
-CMD=$(subst override_,,$@)
 MO_DIR = $(CURDIR)/debian/$(shell dh_listpackages)/usr/share/perl5/auto/share/dist/Padre-Plugin-DataWalker/locale
 PO_DIR = $(CURDIR)/share/locale/
 
+override_dh_auto_test:
+	xvfb-run -a dh_auto_test 
+
 override_dh_auto_install:
-	xvfb-run -a $(CMD)
+	dh_auto_install
 	mkdir -p $(MO_DIR)
 	for f in $(PO_DIR)/*.po; do \
 	    msgfmt $$f -o $(MO_DIR)/$$(basename $${f%.po}.mo) ; \

-- 
Packaging for padre-plugin-datawalker



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