Author: tille Date: 2016-09-05 06:21:29 +0000 (Mon, 05 Sep 2016) New Revision: 22751
Modified: trunk/packages/anfo/trunk/debian/changelog trunk/packages/anfo/trunk/debian/control Log: cme fix dpkg-control Modified: trunk/packages/anfo/trunk/debian/changelog =================================================================== --- trunk/packages/anfo/trunk/debian/changelog 2016-09-05 06:18:30 UTC (rev 22750) +++ trunk/packages/anfo/trunk/debian/changelog 2016-09-05 06:21:29 UTC (rev 22751) @@ -1,3 +1,9 @@ +anfo (0.98-5) UNRELEASED; urgency=medium + + * cme fix dpkg-control + + -- Andreas Tille <[email protected]> Mon, 05 Sep 2016 08:19:42 +0200 + anfo (0.98-4.1) unstable; urgency=medium * Non-maintainer upload. Modified: trunk/packages/anfo/trunk/debian/control =================================================================== --- trunk/packages/anfo/trunk/debian/control 2016-09-05 06:18:30 UTC (rev 22750) +++ trunk/packages/anfo/trunk/debian/control 2016-09-05 06:21:29 UTC (rev 22751) @@ -15,8 +15,8 @@ protobuf-compiler, dh-autoreconf, d-shlibs -Standards-Version: 3.9.5 -Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/anfo/trunk/ +Standards-Version: 3.9.8 +Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/anfo/trunk/ Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/anfo/trunk/ Homepage: http://bioinf.eva.mpg.de/anfo/ @@ -38,9 +38,6 @@ Section: libs Depends: ${shlibs:Depends}, ${misc:Depends} -# libpopt, -# libprotobuf5, -# libelk0 Description: Library for Short Read Aligner/Mapper from MPG Anfo is a mapper in the spirit of Soap/Maq/Bowtie, but its implementation takes more after BLAST/BLAT. It's most useful for the alignment of sequencing reads @@ -57,8 +54,8 @@ Depends: libanfo0 (= ${binary:Version}), ${devlibs:Depends}, ${misc:Depends} -Provides: libanfo-dev Conflicts: libanfo-dev +Provides: libanfo-dev Description: Development files for Short Read Aligner/Mapper from MPG Anfo is a mapper in the spirit of Soap/Maq/Bowtie, but its implementation takes more after BLAST/BLAT. It's most useful for the alignment of sequencing reads @@ -69,4 +66,3 @@ . This package contains the development files that might be used in connection with the anfo binaries. - _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
