[med-svn] r2474 - trunk/packages/bioperl/trunk/debian

plessy at alioth.debian.org plessy at alioth.debian.org
Thu Sep 11 06:47:43 UTC 2008


Author: plessy
Date: 2008-09-11 06:47:42 +0000 (Thu, 11 Sep 2008)
New Revision: 2474

Modified:
   trunk/packages/bioperl/trunk/debian/changelog
   trunk/packages/bioperl/trunk/debian/control
   trunk/packages/bioperl/trunk/debian/rules
Log:
Preparing experimental release of a nightly build version (needed for GBrowse).


Modified: trunk/packages/bioperl/trunk/debian/changelog
===================================================================
--- trunk/packages/bioperl/trunk/debian/changelog	2008-09-10 19:30:54 UTC (rev 2473)
+++ trunk/packages/bioperl/trunk/debian/changelog	2008-09-11 06:47:42 UTC (rev 2474)
@@ -1,9 +1,16 @@
-bioperl (1.5.2.102-4) UNRELEASED; urgency=low
+bioperl (1.5.2.102.20080828-1) UNRELEASED; urgency=low
 
-  * Updated my email address.
+  TODO: run installation interactively and figure out new dependancies.
 
- -- Charles Plessy <plessy at debian.org>  Sun, 27 Apr 2008 16:55:58 +0900
+  * Nightly build version.
+  * debian/control
+    - Added libdata-stag-perl to Build-Depends-Indep.
+    - Updated my email address.
+  * debian/rules build: building Makefile.PL as bioperl does not use it by
+    default anymore.
 
+ -- Charles Plessy <plessy at debian.org>  Thu, 28 Aug 2008 22:53:41 +0900
+
 bioperl (1.5.2.102-3) unstable; urgency=low
 
   * debian/control:

Modified: trunk/packages/bioperl/trunk/debian/control
===================================================================
--- trunk/packages/bioperl/trunk/debian/control	2008-09-10 19:30:54 UTC (rev 2473)
+++ trunk/packages/bioperl/trunk/debian/control	2008-09-11 06:47:42 UTC (rev 2474)
@@ -7,7 +7,7 @@
  Steffen Moeller <moeller at debian.org>, David Paleino <d.paleino at gmail.com>
 Build-Depends: debhelper (>= 5), quilt
 Build-Depends-Indep: perl (>= 5.6.1), libmodule-build-perl (>= 0.2808-0.2),
- libtest-harness-perl (>= 2.62), libio-string-perl
+ libtest-harness-perl (>= 2.62), libio-string-perl, libdata-stag-perl
 Standards-Version: 3.7.3
 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/bioperl/trunk/?rev=0&sc=0
 Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/bioperl/trunk/

Modified: trunk/packages/bioperl/trunk/debian/rules
===================================================================
--- trunk/packages/bioperl/trunk/debian/rules	2008-09-10 19:30:54 UTC (rev 2473)
+++ trunk/packages/bioperl/trunk/debian/rules	2008-09-11 06:47:42 UTC (rev 2474)
@@ -5,6 +5,9 @@
 build: patch build-stamp
 build-stamp:
 	dh_testdir
+	perl Build.PL
+	./Build manifest
+	./Build distmeta
 	echo "n" | perl Makefile.PL INSTALLDIRS=vendor
 	$(MAKE) OPTIMIZE="-O2 -g -Wall"
 	touch $@




More information about the debian-med-commit mailing list