Author: plessy Date: 2011-12-09 04:48:47 +0000 (Fri, 09 Dec 2011) New Revision: 8857
Modified: trunk/packages/velvet/trunk/debian/changelog trunk/packages/velvet/trunk/debian/control Log: Pre-Depends on dpkg (>= 1.15.6) for Ubuntu LTS. Modified: trunk/packages/velvet/trunk/debian/changelog =================================================================== --- trunk/packages/velvet/trunk/debian/changelog 2011-12-08 22:18:10 UTC (rev 8856) +++ trunk/packages/velvet/trunk/debian/changelog 2011-12-09 04:48:47 UTC (rev 8857) @@ -1,3 +1,10 @@ +velvet (1.1.06~nozlibcopy-2) UNRELEASED; urgency=low + + * debian/contol: + - Pre-Depends on dpkg (>= 1.15.6) for Ubuntu LTS. + + -- Charles Plessy <[email protected]> Fri, 09 Dec 2011 13:47:21 +0900 + velvet (1.1.06~nozlibcopy-1) unstable; urgency=low [ Andreas Tille ] Modified: trunk/packages/velvet/trunk/debian/control =================================================================== --- trunk/packages/velvet/trunk/debian/control 2011-12-08 22:18:10 UTC (rev 8856) +++ trunk/packages/velvet/trunk/debian/control 2011-12-09 04:48:47 UTC (rev 8857) @@ -14,6 +14,7 @@ Package: velvet Architecture: any Multi-Arch: foreign +Pre-Depends: dpkg (>= 1.15.6) Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: python Suggests: velvet-example @@ -29,6 +30,7 @@ Package: velvet-example Architecture: all +Pre-Depends: dpkg (>= 1.15.6) Depends: ${misc:Depends} Description: Example data for the Velvet sequence assembler Velvet is a de novo genomic assembler specially designed for short read _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
