[med-svn] r18024 - trunk/packages/bowtie/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Mon Sep 15 09:46:38 UTC 2014
Author: tille
Date: 2014-09-15 09:46:37 +0000 (Mon, 15 Sep 2014)
New Revision: 18024
Modified:
trunk/packages/bowtie/trunk/debian/changelog
trunk/packages/bowtie/trunk/debian/control
trunk/packages/bowtie/trunk/debian/copyright
Log:
Stop building package on other architectures than amd64; drop some unneeded copyright statements
Modified: trunk/packages/bowtie/trunk/debian/changelog
===================================================================
--- trunk/packages/bowtie/trunk/debian/changelog 2014-09-15 09:45:29 UTC (rev 18023)
+++ trunk/packages/bowtie/trunk/debian/changelog 2014-09-15 09:46:37 UTC (rev 18024)
@@ -1,3 +1,13 @@
+bowtie (1.0.1-3) unstable; urgency=medium
+
+ * Drop all architectures except amd64 since there was no success
+ in trying to port the code to other architectures. The portability
+ patch introduced in the last revision was droped again
+ * debian/copyright: Drop unneeded copyright statements about code that
+ was removed from upstream source
+
+ -- Andreas Tille <tille at debian.org> Mon, 15 Sep 2014 11:00:25 +0200
+
bowtie (1.0.1-2) unstable; urgency=medium
* Do not use copy of outdated gcc header file which destroys portability
Modified: trunk/packages/bowtie/trunk/debian/control
===================================================================
--- trunk/packages/bowtie/trunk/debian/control 2014-09-15 09:45:29 UTC (rev 18023)
+++ trunk/packages/bowtie/trunk/debian/control 2014-09-15 09:46:37 UTC (rev 18024)
@@ -13,7 +13,7 @@
Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/bowtie/trunk/
Package: bowtie
-Architecture: any
+Architecture: amd64 kfreebsd-amd64
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: bowtie-examples
Description: Ultrafast memory-efficient short read aligner
Modified: trunk/packages/bowtie/trunk/debian/copyright
===================================================================
--- trunk/packages/bowtie/trunk/debian/copyright 2014-09-15 09:45:29 UTC (rev 18023)
+++ trunk/packages/bowtie/trunk/debian/copyright 2014-09-15 09:46:37 UTC (rev 18024)
@@ -8,33 +8,12 @@
Copyright: © 2009-2010 Ben Langmead, C. Trapnell, M. Pop, Steven L. Salzberg
License: Artistic
-Files: SeqAn-1.1
-Copyright: 2007-2009 Andreas Döring <doering at inf.fu-berlin.de>,
- David Weese <weese at inf.fu-berlin.de>,
- Tobias Rausch <rausch at inf.fu-berlin.de>,
- Stephan Aiche <aiche at inf.fu-berlin.de>,
- Anne-Katrin Emde <emde at inf.fu-berlin.de>,
- Carsten Kemena <kemena at inf.fu-berlin.de>,
- Konrad Ludwig Moritz Rudolph <krudolph at inf.fu-berlin.de>,
- Marcel H. Schulz. <marcel.schulz at molgen.mpg.de>
-License: LGPL-3+
-
Files: debian/*
Copyright: © 2011 Steffen Moeller <moeller at debian.org>,
Yask Gupta <yask.gupta87 at gmail.com>
- © 2011 Andreas Tille <tille at debian.org>
+ © 2011-2014 Andreas Tille <tille at debian.org>
License: LGPL-3+
-Files: SeqAn-1.1/seqan/index/index_sa_lss.h
-Copyright: 1999 N. Jesper Larsson <jesper at cs.lth.se>
- 2007 David Weese.
-License: other
- This software may be used freely for any purpose. However, when
- distributed, the original source must be clearly stated, and, when
- the source code is distributed, the copyright notice must be retained
- and any alterations in the code must be clearly marked. No warranty
- is given regarding the quality of this software.
-
License: Artistic
This program is free software; you can redistribute it and/or modify it
under the terms of the "Artistic License" which comes with Debian.
More information about the debian-med-commit
mailing list