Author: tille Date: 2014-01-01 18:08:46 +0000 (Wed, 01 Jan 2014) New Revision: 15697
Modified: trunk/packages/bitseq/trunk/debian/changelog trunk/packages/bitseq/trunk/debian/control trunk/packages/bitseq/trunk/debian/copyright Log: New upstream version; latest Debian Med standards packaging Modified: trunk/packages/bitseq/trunk/debian/changelog =================================================================== --- trunk/packages/bitseq/trunk/debian/changelog 2014-01-01 17:46:55 UTC (rev 15696) +++ trunk/packages/bitseq/trunk/debian/changelog 2014-01-01 18:08:46 UTC (rev 15697) @@ -1,3 +1,9 @@ +bitseq (0.7.0-1) UNRELEASED; urgency=medium + + * Initial upload to Debian + + -- Andreas Tille <[email protected]> Wed, 01 Jan 2014 19:04:47 +0100 + bitseq (0.4.3-0ubuntu2) precise; urgency=low * Initial release. Modified: trunk/packages/bitseq/trunk/debian/control =================================================================== --- trunk/packages/bitseq/trunk/debian/control 2014-01-01 17:46:55 UTC (rev 15696) +++ trunk/packages/bitseq/trunk/debian/control 2014-01-01 18:08:46 UTC (rev 15697) @@ -1,16 +1,23 @@ Source: bitseq +Maintainer: Debian Med Packaging Team <[email protected]> +Uploaders: Tim Booth <[email protected]>, + Andreas Tille <[email protected]> Section: science Priority: optional -Maintainer: Tim Booth <[email protected]> -DM-Upload-Allowed: yes -Build-Depends: debhelper (>= 9), zlib1g-dev, libbam-dev, libboost1.48-dev -Standards-Version: 3.9.3 +Build-Depends: debhelper (>= 9), + zlib1g-dev, + libbam-dev, + libboost-dev +Standards-Version: 3.9.5 +Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/bitseq/trunk/ +Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/bitseq/trunk/ Homepage: http://code.google.com/p/bitseq/ Package: bitseq Architecture: any -Pre-Depends: dpkg (>= 1.15.6~) -Depends: ${shlibs:Depends}, ${misc:Depends}, python-minimal +Depends: ${shlibs:Depends}, + ${misc:Depends}, + python-minimal Suggests: samtools Description: Bayesian Inference of Transcripts from Sequencing Data BitSeq is an application for inferring expression levels of individual Modified: trunk/packages/bitseq/trunk/debian/copyright =================================================================== --- trunk/packages/bitseq/trunk/debian/copyright 2014-01-01 17:46:55 UTC (rev 15696) +++ trunk/packages/bitseq/trunk/debian/copyright 2014-01-01 18:08:46 UTC (rev 15697) @@ -1,12 +1,18 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: BitSeq Upstream-Contact: Peter Glaus <[email protected]> +Source: https://code.google.com/p/bitseq/downloads/list Files: * Copyright: © 2013 Peter Glaus -License: Artistic 2 +License: Artistic-2 -License: Artistic 2 +Files: debian/* +Copyright: © 2013 Tim Booth <[email protected]> + © 2013 Andreas Tille <[email protected]> +License: Artistic-2 + +License: Artistic-2 This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
