Author: tille Date: 2016-06-22 11:16:57 +0000 (Wed, 22 Jun 2016) New Revision: 22167
Modified: trunk/packages/mosaik-aligner/trunk/debian/control trunk/packages/mosaik-aligner/trunk/debian/copyright trunk/packages/mosaik-aligner/trunk/debian/get-orig-source Log: Upstream moved to github Modified: trunk/packages/mosaik-aligner/trunk/debian/control =================================================================== --- trunk/packages/mosaik-aligner/trunk/debian/control 2016-06-22 08:43:15 UTC (rev 22166) +++ trunk/packages/mosaik-aligner/trunk/debian/control 2016-06-22 11:16:57 UTC (rev 22167) @@ -1,18 +1,21 @@ Source: mosaik-aligner +Maintainer: Debian Med Packaging Team <[email protected]> +Uploaders: Andreas Tille <[email protected]> Section: science Priority: extra -Maintainer: Debian Med Packaging Team <[email protected]> -DM-Upload-Allowed: yes -Uploaders: Andreas Tille <[email protected]> -Build-Depends: debhelper (>= 7.1), quilt (>=0.47), zlib1g-dev, libsqlite3-dev, help2man -Standards-Version: 3.9.1 -Homepage: http://code.google.com/p/mosaik-aligner/ -Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/mosaik-aligner/trunk -Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mosaik-aligner/trunk/ +Build-Depends: debhelper (>= 9), + zlib1g-dev, + libsqlite3-dev, + help2man +Standards-Version: 3.9.8 +Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/mosaik-aligner/trunk/ +Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/mosaik-aligner/trunk +Homepage: https://github.com/wanpinglee/MOSAIK Package: mosaik-aligner Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, + ${misc:Depends} Description: reference-guided aligner for next-generation sequencing MosaikBuild converts various sequence formats into Mosaik’s native read format. MosaikAligner pairwise aligns each read to a specified series of Modified: trunk/packages/mosaik-aligner/trunk/debian/copyright =================================================================== --- trunk/packages/mosaik-aligner/trunk/debian/copyright 2016-06-22 08:43:15 UTC (rev 22166) +++ trunk/packages/mosaik-aligner/trunk/debian/copyright 2016-06-22 11:16:57 UTC (rev 22167) @@ -1,14 +1,14 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Mosaik Upstream-Contact: Wan-Ping <[email protected]> -Source: http://code.google.com/p/mosaik-aligner/ +Source: https://github.com/wanpinglee/MOSAIK Files: * -Copyright: © 2009-2010 Michael Stromberg & Wan-Ping Lee +Copyright: © 2009-2014 Michael Stromberg & Wan-Ping Lee License: MIT Files: debian/* -Copyright: © 2011 Andreas Tille <[email protected]> +Copyright: © 2016 Andreas Tille <[email protected]> License: MIT License: MIT Modified: trunk/packages/mosaik-aligner/trunk/debian/get-orig-source =================================================================== --- trunk/packages/mosaik-aligner/trunk/debian/get-orig-source 2016-06-22 08:43:15 UTC (rev 22166) +++ trunk/packages/mosaik-aligner/trunk/debian/get-orig-source 2016-06-22 11:16:57 UTC (rev 22167) @@ -1,6 +1,9 @@ #!/bin/sh -e # script to download and repack source package of mosaik-aligner to get rid of sqlite copy +echo "Needs to adapted for Github" +exit + PKG=`dpkg-parsechangelog | awk '/^Source/ { print $2 }'` VERSION=`uscan --verbose --force-download | \ grep "Newest version on remote site is .* local version is .*" | \ _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
