r7551 - in /trunk/libbio-asn1-entrezgene-perl/debian: changelog control rules

hanska-guest at users.alioth.debian.org hanska-guest at users.alioth.debian.org
Thu Sep 13 15:14:21 UTC 2007


Author: hanska-guest
Date: Thu Sep 13 15:14:21 2007
New Revision: 7551

URL: http://svn.debian.org/wsvn/?sc=1&rev=7551
Log:
Added dependency to bioperl (the test unit needs it), added
the test unit, removed blank line from changelog, removed
unneeded dh_* calls, dh_clean put before $(MAKE) clean

Modified:
    trunk/libbio-asn1-entrezgene-perl/debian/changelog
    trunk/libbio-asn1-entrezgene-perl/debian/control
    trunk/libbio-asn1-entrezgene-perl/debian/rules

Modified: trunk/libbio-asn1-entrezgene-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libbio-asn1-entrezgene-perl/debian/changelog?rev=7551&op=diff
==============================================================================
--- trunk/libbio-asn1-entrezgene-perl/debian/changelog (original)
+++ trunk/libbio-asn1-entrezgene-perl/debian/changelog Thu Sep 13 15:14:21 2007
@@ -3,4 +3,3 @@
   * Initial release (Closes: #442135)
 
  -- David Paleino <d.paleino at gmail.com>  Thu, 13 Sep 2007 14:23:17 +0200
-

Modified: trunk/libbio-asn1-entrezgene-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libbio-asn1-entrezgene-perl/debian/control?rev=7551&op=diff
==============================================================================
--- trunk/libbio-asn1-entrezgene-perl/debian/control (original)
+++ trunk/libbio-asn1-entrezgene-perl/debian/control Thu Sep 13 15:14:21 2007
@@ -4,7 +4,7 @@
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: David Paleino <d.paleino at gmail.com>
 Build-Depends: debhelper (>= 5)
-Build-Depends-Indep: perl (>= 5.6.0-16)
+Build-Depends-Indep: perl (>= 5.6.0-16), bioperl
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libbio-asn1-entrezgene-perl/
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libbio-asn1-entrezgene-perl/

Modified: trunk/libbio-asn1-entrezgene-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libbio-asn1-entrezgene-perl/debian/rules?rev=7551&op=diff
==============================================================================
--- trunk/libbio-asn1-entrezgene-perl/debian/rules (original)
+++ trunk/libbio-asn1-entrezgene-perl/debian/rules Thu Sep 13 15:14:21 2007
@@ -18,22 +18,20 @@
 		VENDORARCHEXP=/usr/share/perl5 \
 		INSTALLVENDORARCH=/usr/share/perl5
 	$(MAKE)
-#	$(MAKE) test
+	$(MAKE) test
 	touch $@
 
 clean:
 	dh_testdir
 	dh_testroot
-
+	dh_clean Makefile.old build-stamp
+	
 	[ ! -f Makefile ] || $(MAKE) distclean
-
-	dh_clean build-stamp
 
 install: build
 	dh_testdir
 	dh_testroot
 	dh_clean -k -i
-	dh_installdirs -i
 
 	$(MAKE) install PREFIX=$(CURDIR)/debian/tmp/usr
 	
@@ -45,14 +43,10 @@
 	dh_installchangelogs Changes
 	dh_installdocs
 	dh_installexamples
-	dh_installman
-	dh_link
-	dh_strip
 	dh_compress
 	dh_fixperms
 	dh_perl
 	dh_installdeb
-	dh_shlibdeps
 	dh_gencontrol
 	dh_md5sums
 	dh_builddeb




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