[SCM] Packaging of Bio::Chado::Schema in Debian branch, master, updated. upstream/0.09040-16-g8f12678

Olivier Sallou olivier.sallou at irisa.fr
Mon Nov 7 12:12:29 UTC 2011


The following commit has been merged in the master branch:
commit 9898a44744350a1024e301d8ac761f1b1f560f85
Author: Olivier Sallou <olivier.sallou at irisa.fr>
Date:   Mon Nov 7 13:10:11 2011 +0100

    change rules setup, remove clean

diff --git a/debian/rules b/debian/rules
index 3801ba6..f8a16a9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,12 +1,13 @@
 #!/usr/bin/make -f
 
+PACKAGE = $(shell dh_listpackages)
+TMP = $(CURDIR)/debian/$(PACKAGE)
+
 %:
 	dh $@
 
-override_dh_install:
-	dh_install
-	rm -f debian/libbio-chado-schema-perl/usr/share/man/man3/Bio::Chado::Schema::Result*
+override_dh_auto_install:
+	dh_auto_install
+	# Remove man pages unuseful
+	rm $(TMP)/usr/share/man/man3/Bio::Chado::Schema::Result*
 
-override_dh_clean:
-	dh_clean
-	rm -f t/var/BCS.db

-- 
Packaging of Bio::Chado::Schema in Debian



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