Author: alteholz-guest Date: 2012-01-23 18:54:11 +0000 (Mon, 23 Jan 2012) New Revision: 9394
Modified: trunk/packages/wgs-assembler/trunk/debian/README.Debian trunk/packages/wgs-assembler/trunk/debian/changelog trunk/packages/wgs-assembler/trunk/debian/compat trunk/packages/wgs-assembler/trunk/debian/control trunk/packages/wgs-assembler/trunk/debian/rules trunk/packages/wgs-assembler/trunk/debian/watch Log: some progress Modified: trunk/packages/wgs-assembler/trunk/debian/README.Debian =================================================================== --- trunk/packages/wgs-assembler/trunk/debian/README.Debian 2012-01-23 17:09:56 UTC (rev 9393) +++ trunk/packages/wgs-assembler/trunk/debian/README.Debian 2012-01-23 18:54:11 UTC (rev 9394) @@ -3,7 +3,6 @@ This package is still worked on. To do: - * watch file does not yet allow downloads * kmer should become a binary on its own Upstream could need some help with shared libraries, and possibly Modified: trunk/packages/wgs-assembler/trunk/debian/changelog =================================================================== --- trunk/packages/wgs-assembler/trunk/debian/changelog 2012-01-23 17:09:56 UTC (rev 9393) +++ trunk/packages/wgs-assembler/trunk/debian/changelog 2012-01-23 18:54:11 UTC (rev 9394) @@ -1,5 +1,17 @@ -wgs-assembler (6.1-1) UNRELEASED; urgency=low +wgs-assembler (7.0-1) UNRELEASED; urgency=low + * TODO: does not build: + cd kmer/build ; ln -s ../Make.compilers . ; make makepath + /bin/sh: 1: cd: can't cd to kmer/build + + + [ Thorsten Alteholz ] + * debian/watch: new tarballs are compressed with bz2 + * debian/rules: target get-orig-source added + * debian/control: debhelper changed to 8.0 + * debian/control: standards version changed to 3.9.2 (no other changes) + * debian/control: VCS fields updated + * Initial release (Closes: #395843) -- William Spooner <[email protected]> Sat, 29 Jan 2011 16:40:00 +0000 Modified: trunk/packages/wgs-assembler/trunk/debian/compat =================================================================== --- trunk/packages/wgs-assembler/trunk/debian/compat 2012-01-23 17:09:56 UTC (rev 9393) +++ trunk/packages/wgs-assembler/trunk/debian/compat 2012-01-23 18:54:11 UTC (rev 9394) @@ -1 +1 @@ -7 +8 Modified: trunk/packages/wgs-assembler/trunk/debian/control =================================================================== --- trunk/packages/wgs-assembler/trunk/debian/control 2012-01-23 17:09:56 UTC (rev 9393) +++ trunk/packages/wgs-assembler/trunk/debian/control 2012-01-23 18:54:11 UTC (rev 9394) @@ -4,11 +4,11 @@ Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: William Spooner <[email protected]>, Andreas Tille <[email protected]> -Build-Depends: debhelper (>= 7.0.50~), libbz2-dev -Standards-Version: 3.9.1 +Build-Depends: debhelper (>= 8.0.0), libbz2-dev +Standards-Version: 3.9.2 Homepage: http://wgs-assembler.sourceforge.net -Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/wgs-assembler/trunk/?rev=0&sc=0 -Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/wgs-assembler/trunk/ +Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/wgs-assembler/trunk/ +Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/wgs-assembler/trunk/ Package: wgs-assembler Architecture: any Modified: trunk/packages/wgs-assembler/trunk/debian/rules =================================================================== --- trunk/packages/wgs-assembler/trunk/debian/rules 2012-01-23 17:09:56 UTC (rev 9393) +++ trunk/packages/wgs-assembler/trunk/debian/rules 2012-01-23 18:54:11 UTC (rev 9394) @@ -32,3 +32,8 @@ clean:: rm -rf kmer/makepath.pl kmer/installdir kmer/build/Make.compilers installdir + +get-orig-source: + mkdir -p ../tarballs + uscan --verbose --force-download --destdir=../tarballs + Modified: trunk/packages/wgs-assembler/trunk/debian/watch =================================================================== --- trunk/packages/wgs-assembler/trunk/debian/watch 2012-01-23 17:09:56 UTC (rev 9393) +++ trunk/packages/wgs-assembler/trunk/debian/watch 2012-01-23 18:54:11 UTC (rev 9394) @@ -1,2 +1,2 @@ version=3 -http://sf.net/wgs-assembler/wgs-([\d\.]+)\.tar\.bz +http://sf.net/wgs-assembler/wgs-([\d\.]+)\.tar\.bz2 _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
