Author: tille Date: 2012-03-08 10:48:24 +0000 (Thu, 08 Mar 2012) New Revision: 9947
Modified: trunk/packages/infernal/trunk/debian/changelog trunk/packages/infernal/trunk/debian/control trunk/packages/infernal/trunk/debian/upstream Log: Fixed debian/upstrem (DOI was duplicated, moved PMID to References; Fixed Vcs-Svn; bumped Standards-Version Modified: trunk/packages/infernal/trunk/debian/changelog =================================================================== --- trunk/packages/infernal/trunk/debian/changelog 2012-03-08 09:10:54 UTC (rev 9946) +++ trunk/packages/infernal/trunk/debian/changelog 2012-03-08 10:48:24 UTC (rev 9947) @@ -1,9 +1,18 @@ infernal (1.0.2-3) UNRELEASED; urgency=low + [ Steffen Moeller ] * Extra fixed for lintian cleanliness (Steffen) - -- Steffen Moeller <[email protected]> Tue, 27 Sep 2011 18:39:31 +0200 + [ Andreas Tille ] + * debian/upstream: + - do not specify DOI twice + - Moved PMID to references + * debian/control: + - Fixed Vcs-Svn field + - Standards-Version: 3.9.3 (no changes needed) + -- Andreas Tille <[email protected]> Thu, 08 Mar 2012 11:44:54 +0100 + infernal (1.0.2-2) unstable; urgency=low * Series of mall fixes (Closes: #643407). Modified: trunk/packages/infernal/trunk/debian/control =================================================================== --- trunk/packages/infernal/trunk/debian/control 2012-03-08 09:10:54 UTC (rev 9946) +++ trunk/packages/infernal/trunk/debian/control 2012-03-08 10:48:24 UTC (rev 9947) @@ -7,9 +7,9 @@ Charles Plessy <[email protected]>, Andreas Tille <[email protected]> Build-Depends: debhelper (>= 7.0.50~), autotools-dev, quilt -Standards-Version: 3.9.2 +Standards-Version: 3.9.3 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/infernal/trunk/ -Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/infernal/trunk/ +Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/infernal/trunk/ Homepage: http://infernal.janelia.org/ Package: infernal Modified: trunk/packages/infernal/trunk/debian/upstream =================================================================== --- trunk/packages/infernal/trunk/debian/upstream 2012-03-08 09:10:54 UTC (rev 9946) +++ trunk/packages/infernal/trunk/debian/upstream 2012-03-08 10:48:24 UTC (rev 9947) @@ -1,6 +1,4 @@ -Reference-DOI: 10.1093/bioinformatics/btp157 Homepage: http://infernal.janelia.org/ -Reference-PMID: 19307242 Reference: author: Nawrocki, Eric P. and Kolbe, Diana L. and Eddy, Sean R. title: "Infernal 1.0: inference of RNA alignments" @@ -9,6 +7,7 @@ number: 10 pages: 1335-1337 doi: 10.1093/bioinformatics/btp157 + PMID: 19307242 year: 2009 URL: http://bioinformatics.oxfordjournals.org/cgi/content/abstract/25/10/1335 eprint: http://bioinformatics.oxfordjournals.org/cgi/reprint/25/10/1335.pdf _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
