[med-svn] r821 - trunk/packages/readseq/trunk/debian
tille at alioth.debian.org
tille at alioth.debian.org
Sat Nov 17 23:32:10 UTC 2007
Author: tille
Date: 2007-11-17 23:32:10 +0000 (Sat, 17 Nov 2007)
New Revision: 821
Modified:
trunk/packages/readseq/trunk/debian/changelog
trunk/packages/readseq/trunk/debian/control
trunk/packages/readseq/trunk/debian/copyright
trunk/packages/readseq/trunk/debian/rules
Log:
Finalized packaging
Modified: trunk/packages/readseq/trunk/debian/changelog
===================================================================
--- trunk/packages/readseq/trunk/debian/changelog 2007-11-17 22:55:11 UTC (rev 820)
+++ trunk/packages/readseq/trunk/debian/changelog 2007-11-17 23:32:10 UTC (rev 821)
@@ -6,6 +6,7 @@
* Switched to dpatch, cdbs
* Added get-orig-source target
* Moved manpage to Debian directory
+ * debian/control: Homepage tag
-- Andreas Tille <tille at debian.org> Sat, 17 Nov 2007 23:04:00 +0100
Modified: trunk/packages/readseq/trunk/debian/control
===================================================================
--- trunk/packages/readseq/trunk/debian/control 2007-11-17 22:55:11 UTC (rev 820)
+++ trunk/packages/readseq/trunk/debian/control 2007-11-17 23:32:10 UTC (rev 821)
@@ -3,9 +3,9 @@
Priority: optional
Maintainer: Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Michael Schmitz <schmitz at debian.org>, Andreas Tille <tille at debian.org>
-Build-Depends: debhelper (>= 5.0), ncbi-tools-dev
+Build-Depends: debhelper (>= 5.0), cdbs, dpatch, ncbi-tools-dev
Standards-Version: 3.7.2
-Homepage:
+Homepage: http://iubio.bio.indiana.edu/soft/molbio/readseq/
Package: readseq
Architecture: any
@@ -15,5 +15,3 @@
formats. Data files may have multiple sequences.
Readseq is particularly useful as it automatically detects many
sequence formats, and converts between them.
- .
- URL: ftp://ftp.bio.indiana.edu/molbio/readseq/version1
Modified: trunk/packages/readseq/trunk/debian/copyright
===================================================================
--- trunk/packages/readseq/trunk/debian/copyright 2007-11-17 22:55:11 UTC (rev 820)
+++ trunk/packages/readseq/trunk/debian/copyright 2007-11-17 23:32:10 UTC (rev 821)
@@ -2,13 +2,12 @@
Thu, 25 Oct 2001 09:42:26 +0200.
It was downloaded from
- <ftp://ftp.bio.indiana.edu/molbio/readseq/version1/src>
+ http://iubio.bio.indiana.edu/soft/molbio/readseq/version1/src/
Upstream Author: D. Gilbert <gilbertd at bio.indiana.edu>
+Copyright: 1990-1993 D. Gilbert
-Copyright:
-
(From the Readme:)
* Copyright 1990 by d.g.gilbert
@@ -33,3 +32,7 @@
it in the public domain.
- Don
+
+The Debian packaging is (C) 2001-2007 Andreas Tille <tille at debian.org>
+and is licensed under the GPL which is available at
+`/usr/share/common-licenses/GPL'.
Modified: trunk/packages/readseq/trunk/debian/rules
===================================================================
--- trunk/packages/readseq/trunk/debian/rules 2007-11-17 22:55:11 UTC (rev 820)
+++ trunk/packages/readseq/trunk/debian/rules 2007-11-17 23:32:10 UTC (rev 821)
@@ -6,5 +6,10 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/makefile.mk
+DEB_COMPRESS_EXCLUDE := help
+
+clean::
+ rm -f readseq
+
get-orig-source:
. debian/get-orig-source
More information about the debian-med-commit
mailing list