[med-svn] r8396 - trunk/packages/mcl/trunk/debian

Philipp Benner philipp at alioth.debian.org
Wed Nov 2 20:46:01 UTC 2011


Author: philipp
Date: 2011-11-02 20:46:01 +0000 (Wed, 02 Nov 2011)
New Revision: 8396

Modified:
   trunk/packages/mcl/trunk/debian/changelog
   trunk/packages/mcl/trunk/debian/control
   trunk/packages/mcl/trunk/debian/rules
Log:
release 11-294-1

Modified: trunk/packages/mcl/trunk/debian/changelog
===================================================================
--- trunk/packages/mcl/trunk/debian/changelog	2011-11-02 20:27:24 UTC (rev 8395)
+++ trunk/packages/mcl/trunk/debian/changelog	2011-11-02 20:46:01 UTC (rev 8396)
@@ -1,3 +1,11 @@
+mcl (1:11-294-1) unstable; urgency=low
+
+  * New upstream version
+  * debian/rules: Added targets build-indep and build-arch
+  * debian/control: Standards version 3.9.2
+
+ -- Philipp Benner <philipp at debian.org>  Wed, 02 Nov 2011 20:23:52 +0000
+
 mcl (1:10-201-21) unstable; urgency=low
 
   * New upstream version

Modified: trunk/packages/mcl/trunk/debian/control
===================================================================
--- trunk/packages/mcl/trunk/debian/control	2011-11-02 20:27:24 UTC (rev 8395)
+++ trunk/packages/mcl/trunk/debian/control	2011-11-02 20:46:01 UTC (rev 8396)
@@ -5,7 +5,7 @@
 Uploaders: Philipp Benner <philipp at debian.org>,
  Andreas Tille <tille at debian.org>
 Build-Depends: debhelper (>= 7), autotools-dev, quilt, zoem, tidy
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mcl/
 Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/mcl/
 Homepage: http://micans.org/mcl/
@@ -15,7 +15,7 @@
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Suggests: mcl-doc
 Enhances: blast2, ncbi-tools-bin, bioperl-run
-Description: the Markov Cluster algorithm
+Description: Markov Cluster algorithm
  The MCL package is an implementation of the MCL algorithm, and offers
  utilities for manipulating sparse matrices (the essential data
  structure in the MCL algorithm) and conducting cluster experiments.

Modified: trunk/packages/mcl/trunk/debian/rules
===================================================================
--- trunk/packages/mcl/trunk/debian/rules	2011-11-02 20:27:24 UTC (rev 8395)
+++ trunk/packages/mcl/trunk/debian/rules	2011-11-02 20:46:01 UTC (rev 8396)
@@ -121,8 +121,10 @@
 
 	touch configure-stamp
 
-build: patch configure build-stamp
-build-stamp: $(QUILT_STAMPFN)
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
+build-stamp: patch configure $(QUILT_STAMPFN)
 	dh_testdir
 
 	$(MAKE)




More information about the debian-med-commit mailing list