Author: tille Date: 2012-04-25 06:44:33 +0000 (Wed, 25 Apr 2012) New Revision: 10576
Added: trunk/packages/babraham/fastqc/debian/watch Removed: trunk/packages/babraham/fastqc/debian/watch.ex Modified: trunk/packages/babraham/fastqc/debian/control trunk/packages/babraham/fastqc/debian/rules Log: Wrote proper watch file; added get-orig-source target to rules and removed useless comments; team maintenance in debian/control and *fixed* *Vcs-Svn* (there should be no wsvn here!!) Modified: trunk/packages/babraham/fastqc/debian/control =================================================================== --- trunk/packages/babraham/fastqc/debian/control 2012-04-25 06:22:59 UTC (rev 10575) +++ trunk/packages/babraham/fastqc/debian/control 2012-04-25 06:44:33 UTC (rev 10576) @@ -1,11 +1,13 @@ Source: fastqc Section: science Priority: optional -Maintainer: Steffen Moeller <[email protected]> +Maintainer: Debian Med Packaging Team <[email protected]> +DM-Upload-Allowed: yes +Uploaders: Steffen Moeller <[email protected]> Build-Depends: debhelper (>= 8.0.0), libsam-java, default-jdk Standards-Version: 3.9.3 Homepage: http://www.bioinformatics.babraham.ac.uk/projects/fastqc/ -Vcs-Svn: http://svn.debian.org/wsvn/debian-med/trunk/packages/babraham/fastqc/ +Vcs-Svn: http://svn.debian.org/debian-med/trunk/packages/babraham/fastqc/ Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/babraham/fastqc/ Package: fastqc Modified: trunk/packages/babraham/fastqc/debian/rules =================================================================== --- trunk/packages/babraham/fastqc/debian/rules 2012-04-25 06:22:59 UTC (rev 10575) +++ trunk/packages/babraham/fastqc/debian/rules 2012-04-25 06:44:33 UTC (rev 10576) @@ -1,13 +1,11 @@ #!/usr/bin/make -f -# -*- makefile -*- -# Sample debian/rules that uses debhelper. -# This file was originally written by Joey Hess and Craig Small. -# As a special exception, when this file is copied by dh-make into a -# dh-make output file, you may use that output file without restriction. -# This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ + +get-orig-source: + mkdir -p ../tarballs + uscan --verbose --force-download --repack --destdir ../tarballs Copied: trunk/packages/babraham/fastqc/debian/watch (from rev 10572, trunk/packages/babraham/fastqc/debian/watch.ex) =================================================================== --- trunk/packages/babraham/fastqc/debian/watch (rev 0) +++ trunk/packages/babraham/fastqc/debian/watch 2012-04-25 06:44:33 UTC (rev 10576) @@ -0,0 +1,2 @@ +version=3 +http://www.bioinformatics.babraham.ac.uk/projects/download.html fastqc/fastqc_v([.\d]+)_source\.zip Deleted: trunk/packages/babraham/fastqc/debian/watch.ex =================================================================== --- trunk/packages/babraham/fastqc/debian/watch.ex 2012-04-25 06:22:59 UTC (rev 10575) +++ trunk/packages/babraham/fastqc/debian/watch.ex 2012-04-25 06:44:33 UTC (rev 10576) @@ -1,23 +0,0 @@ -# Example watch control file for uscan -# Rename this file to "watch" and then you can run the "uscan" command -# to check for upstream updates and more. -# See uscan(1) for format - -# Compulsory line, this is a version 3 file -version=3 - -# Uncomment to examine a Webpage -# <Webpage URL> <string match> -#http://www.example.com/downloads.php fastqc-(.*)\.tar\.gz - -# Uncomment to examine a Webserver directory -#http://www.example.com/pub/fastqc-(.*)\.tar\.gz - -# Uncommment to examine a FTP server -#ftp://ftp.example.com/pub/fastqc-(.*)\.tar\.gz debian uupdate - -# Uncomment to find new files on sourceforge, for devscripts >= 2.9 -# http://sf.net/fastqc/fastqc-(.*)\.tar\.gz - -# Uncomment to find new files on GooglePages -# http://example.googlepages.com/foo.html fastqc-(.*)\.tar\.gz _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
