[med-svn] r5836 - trunk/packages/tm-align/trunk/debian
Andreas Tille
tille at alioth.debian.org
Sun Jan 30 22:14:20 UTC 2011
Author: tille
Date: 2011-01-30 22:14:19 +0000 (Sun, 30 Jan 2011)
New Revision: 5836
Modified:
trunk/packages/tm-align/trunk/debian/copyright
trunk/packages/tm-align/trunk/debian/rules
Log:
Machine readable copyright file; added compile options mentioned at upstream website
Modified: trunk/packages/tm-align/trunk/debian/copyright
===================================================================
--- trunk/packages/tm-align/trunk/debian/copyright 2011-01-30 21:59:26 UTC (rev 5835)
+++ trunk/packages/tm-align/trunk/debian/copyright 2011-01-30 22:14:19 UTC (rev 5836)
@@ -1,26 +1,21 @@
-This package was debianized by Steffen Moeller <moeller at debian.org> on
-Sun, 21 Oct 2007 17:11:53 +0200.
+Format: http://dep.debian.net/deps/dep5/
+Upstream-Name: TM-align
+Upstream-Contact: Yang Zhang <zhng at umich.edu>
+Source: http://zhanglab.ccmb.med.umich.edu/TM-align/
-It was downloaded from http://zhang.bioinformatics.ku.edu/TM-align/
-
-Upstream Authors:
-
- Yang Zhang <yzhang at ku.edu>
- Jeffrey Skolnick
-
-
-Copyright:
-
- 2005-2011 Yang Zhang <yzhang at ku.edu>
- Jeffrey Skolnick
-
- The copyrights of the employing universities is still unclear,
- upstream still needs to be contacted.
-
+Files: *
+Copyright: © 2005-2011 Yang Zhang, Jeffrey Skolnick
License:
+ Permission to use, copy, modify, and distribute this program for
+ any purpose, with or without fee, is hereby granted, provided that
+ the notices on the head, the reference information, and this
+ copyright notice appear in all copies or substantial portions of
+ the Software. It is provided "as is" without express or implied
+ warranty.
- The program can be freely copied or modified or redistributed.
-
-The Debian packaging is (C) 2011, Steffen Moeller <moeller at debian.org> and
-is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
-
+Files: debian/*
+Copyright: © 2007 Steffen Moeller <moeller at debian.org>
+Copyright: © 2011 Tim Booth <tbooth at ceh.ac.uk>,
+ Andreas Tille <tille at debian.org>
+License: The Debian packaging is licensed under the GPL, see
+ `/usr/share/common-licenses/GPL'.
Modified: trunk/packages/tm-align/trunk/debian/rules
===================================================================
--- trunk/packages/tm-align/trunk/debian/rules 2011-01-30 21:59:26 UTC (rev 5835)
+++ trunk/packages/tm-align/trunk/debian/rules 2011-01-30 22:14:19 UTC (rev 5836)
@@ -10,7 +10,7 @@
dh $@
override_dh_auto_build:
- gfortran -o $(PROGNAME) TMalign.f
+ gfortran -O3 -ffast-math -lm -o $(PROGNAME) TMalign.f
override_dh_auto_clean:
dh_clean $(PROGNAME)
More information about the debian-med-commit
mailing list