[med-svn] r7062 - trunk/packages/bioperl-run/trunk/debian

Charles Plessy plessy at alioth.debian.org
Fri Jun 17 04:16:31 UTC 2011


Author: plessy
Date: 2011-06-17 04:16:30 +0000 (Fri, 17 Jun 2011)
New Revision: 7062

Modified:
   trunk/packages/bioperl-run/trunk/debian/changelog
   trunk/packages/bioperl-run/trunk/debian/compat
   trunk/packages/bioperl-run/trunk/debian/control
   trunk/packages/bioperl-run/trunk/debian/rules
Log:
Tiny style with Debhelper 8.


Modified: trunk/packages/bioperl-run/trunk/debian/changelog
===================================================================
--- trunk/packages/bioperl-run/trunk/debian/changelog	2011-06-17 04:04:45 UTC (rev 7061)
+++ trunk/packages/bioperl-run/trunk/debian/changelog	2011-06-17 04:16:30 UTC (rev 7062)
@@ -8,12 +8,12 @@
   * debian/control:
     - Refreshed the list of packages for which wrappers are provided, in the
       Suggests field as well as in an experimental Build-Recommends field.
-  * Point debian/watch to CPAN.
-  * debian/control:
     - Incremented Standards-Version to reflect conformance with Policy 3.9.2.
       No other changes needed.
     - Vcs-Browser URL made redirectable to viewvc.
     - Removed useless ‘svn’ in the Vcs-Svn URL.
+  * Point debian/watch to CPAN.
+  * Tiny style with Debhelper 8 (debian/rules, debian/compat, debian/control).
 
  -- Charles Plessy <plessy at debian.org>  Fri, 17 Jun 2011 09:05:14 +0900
 

Modified: trunk/packages/bioperl-run/trunk/debian/compat
===================================================================
--- trunk/packages/bioperl-run/trunk/debian/compat	2011-06-17 04:04:45 UTC (rev 7061)
+++ trunk/packages/bioperl-run/trunk/debian/compat	2011-06-17 04:16:30 UTC (rev 7062)
@@ -1 +1 @@
-7
+8

Modified: trunk/packages/bioperl-run/trunk/debian/control
===================================================================
--- trunk/packages/bioperl-run/trunk/debian/control	2011-06-17 04:04:45 UTC (rev 7061)
+++ trunk/packages/bioperl-run/trunk/debian/control	2011-06-17 04:16:30 UTC (rev 7062)
@@ -1,7 +1,7 @@
 Source: bioperl-run
 Section: science
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50), libmodule-build-perl
+Build-Depends: debhelper (>= 8), libmodule-build-perl
 Build-Depends-Indep: perl, bioperl (>= 1.6.0), libalgorithm-diff-perl, libipc-run-perl, libio-string-perl, libxml-twig-perl,
  libarray-compare-perl, libtree-dagnode-perl
 # Here is a list of all the packages and prospective packages for which wrappers are provided.
@@ -21,7 +21,7 @@
 
 Package: bioperl-run
 Architecture: all
-Depends: ${misc:Depends}, bioperl (>= 1.6.0)
+Depends: ${misc:Depends}, ${perl:Depends}, bioperl (>= 1.6.0)
 Recommends: libalgorithm-diff-perl, libipc-run-perl, libio-string-perl, libxml-twig-perl, libwww-perl
 Suggests: coils, emboss, eponine, footprinter, wise, genscan, hmmer, pise,
  ensembl, fingerprintscan, prscan, repeatmasker, seg, signalp, tmhmm, tribe,

Modified: trunk/packages/bioperl-run/trunk/debian/rules
===================================================================
--- trunk/packages/bioperl-run/trunk/debian/rules	2011-06-17 04:04:45 UTC (rev 7061)
+++ trunk/packages/bioperl-run/trunk/debian/rules	2011-06-17 04:16:30 UTC (rev 7062)
@@ -1,26 +1,6 @@
 #!/usr/bin/make -f
+%:
+	dh $@
 
-build: build-stamp
-build-stamp:
-	dh build
-	touch $@
-
 override_dh_auto_test:
 	PATH=$$PATH:/usr/lib/emboss dh_auto_test
-
-clean:
-	dh $@
-
-install: install-stamp
-install-stamp: build-stamp
-	dh install
-	touch $@
-
-binary-arch:
-
-binary-indep: install
-	dh $@
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build




More information about the debian-med-commit mailing list