[med-svn] r12193 - trunk/packages/velvet/trunk/debian
Andreas Tille
tille at alioth.debian.org
Fri Sep 7 14:01:26 UTC 2012
Author: tille
Date: 2012-09-07 14:01:26 +0000 (Fri, 07 Sep 2012)
New Revision: 12193
Modified:
trunk/packages/velvet/trunk/debian/changelog
trunk/packages/velvet/trunk/debian/control
Log:
bumped python from Recommends to Depends because there are Python scripts installed in velvet/contrib
Modified: trunk/packages/velvet/trunk/debian/changelog
===================================================================
--- trunk/packages/velvet/trunk/debian/changelog 2012-09-07 13:53:43 UTC (rev 12192)
+++ trunk/packages/velvet/trunk/debian/changelog 2012-09-07 14:01:26 UTC (rev 12193)
@@ -7,6 +7,8 @@
* debian/control:
- Standards-Version: 3.9.3 (no changes needed)
- no explicit quilt Build-Depends (also removed from rules)
+ - bumped python from Recommends to Depends because there are
+ Python scripts installed in velvet/contrib
* debian/copyright:
Add Files-Excluded to document what was removed from original source
* rename debian/{docs,install} to debian/velvet.{docs,install} which
Modified: trunk/packages/velvet/trunk/debian/control
===================================================================
--- trunk/packages/velvet/trunk/debian/control 2012-09-07 13:53:43 UTC (rev 12192)
+++ trunk/packages/velvet/trunk/debian/control 2012-09-07 14:01:26 UTC (rev 12193)
@@ -14,8 +14,7 @@
Package: velvet
Architecture: any
Pre-Depends: dpkg (>= 1.15.6)
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Recommends: python
+Depends: ${shlibs:Depends}, ${misc:Depends}, python
Suggests: velvet-example
Description: Nucleic acid sequence assembler for very short reads
Velvet is a de novo genomic assembler specially designed for short read
More information about the debian-med-commit
mailing list