[med-svn] r9751 - trunk/packages/sift/trunk/debian
Laszlo Kajan
lkajan-guest at alioth.debian.org
Wed Feb 22 11:53:20 UTC 2012
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) <soonio at gmail.com> Mon, 20 Feb 2012 18:01:12 +0000
-
-sift (3.0-1) UNRELEASED; urgency=low
-
- * Initial release (Closes: #????)
-
- -- Laszlo Kajan <lkajan at rostlab.org> 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 <lkajan at rostlab.org>
-Uploaders: H. Soon Gweon <soonio at gmail.com>, Tim Booth <tbooth at ceh.ac.uk>
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: H. Soon Gweon <soonio at gmail.com>, Laszlo Kajan <lkajan at rostlab.org>, Tim Booth <tbooth at ceh.ac.uk>
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
More information about the debian-med-commit
mailing list