Author: lkajan-guest Date: 2012-02-22 11:53:20 +0000 (Wed, 22 Feb 2012) New Revision: 9751
Modified: trunk/packages/sift/trunk/debian/changelog trunk/packages/sift/trunk/debian/control trunk/packages/sift/trunk/debian/rules Log: added get-orig-source target to debian/rules; added Debian Med Packaging Team as Maintainer; added VCS tags to debian/control; Modified: trunk/packages/sift/trunk/debian/changelog =================================================================== --- trunk/packages/sift/trunk/debian/changelog 2012-02-22 11:20:09 UTC (rev 9750) +++ trunk/packages/sift/trunk/debian/changelog 2012-02-22 11:53:20 UTC (rev 9751) @@ -1,12 +1,7 @@ -sift (4.0.3b-2) lucid; urgency=low +sift (4.0.3b-1) UNRELEASED; urgency=low * Update to new upstream * Re-hack build rules + * Initial release (Closes: #660272) -- H. Soon Gweon (Key for package building) <[email protected]> Mon, 20 Feb 2012 18:01:12 +0000 - -sift (3.0-1) UNRELEASED; urgency=low - - * Initial release (Closes: #????) - - -- Laszlo Kajan <[email protected]> Fri, 17 Feb 2012 22:18:54 +0100 Modified: trunk/packages/sift/trunk/debian/control =================================================================== --- trunk/packages/sift/trunk/debian/control 2012-02-22 11:20:09 UTC (rev 9750) +++ trunk/packages/sift/trunk/debian/control 2012-02-22 11:53:20 UTC (rev 9751) @@ -1,11 +1,14 @@ Source: sift Section: science Priority: extra -Maintainer: Laszlo Kajan <[email protected]> -Uploaders: H. Soon Gweon <[email protected]>, Tim Booth <[email protected]> +Maintainer: Debian Med Packaging Team <[email protected]> +Uploaders: H. Soon Gweon <[email protected]>, Laszlo Kajan <[email protected]>, Tim Booth <[email protected]> Build-Depends: debhelper (>= 7), libblimps3-dev -Standards-Version: 3.9.1 +Standards-Version: 3.9.2 Homepage: http://sift.jcvi.org +Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/sift/trunk/ +Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/sift/trunk/ +DM-Upload-Allowed: yes Package: sift Architecture: any Modified: trunk/packages/sift/trunk/debian/rules =================================================================== --- trunk/packages/sift/trunk/debian/rules 2012-02-22 11:20:09 UTC (rev 9750) +++ trunk/packages/sift/trunk/debian/rules 2012-02-22 11:53:20 UTC (rev 9751) @@ -1,13 +1,7 @@ #!/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 +export DH_VERBOSE=1 %: dh --with quilt $@ @@ -31,3 +25,6 @@ #find debian/sift -type d -name '.svn' -prune -exec rm -rf '{}' ';' #Links are created by debian/links +get-orig-source: + mkdir -p ../tarballs + uscan --verbose --force-download --destdir=../tarballs _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
