[med-svn] r7806 - trunk/packages/seqan/trunk/debian
Charles Plessy
plessy at alioth.debian.org
Thu Sep 15 04:33:52 UTC 2011
Author: plessy
Date: 2011-09-15 04:33:51 +0000 (Thu, 15 Sep 2011)
New Revision: 7806
Modified:
trunk/packages/seqan/trunk/debian/control
trunk/packages/seqan/trunk/debian/copyright
trunk/packages/seqan/trunk/debian/orig-tar.sh
Log:
Removed convenience code copy of SAMtools to prevent accidental use at build time.
Modified: trunk/packages/seqan/trunk/debian/control
===================================================================
--- trunk/packages/seqan/trunk/debian/control 2011-09-15 02:16:26 UTC (rev 7805)
+++ trunk/packages/seqan/trunk/debian/control 2011-09-15 04:33:51 UTC (rev 7806)
@@ -4,7 +4,7 @@
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Soeren Sonnenburg <sonne at debian.org>,
Andreas Tille <tille at debian.org>
-Build-Depends: cdbs, debhelper (>= 8), cmake
+Build-Depends: cdbs, debhelper (>= 8), cmake, libbam-dev
Standards-Version: 3.9.2
Homepage: http://www.seqan.de/
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/seqan/
Modified: trunk/packages/seqan/trunk/debian/copyright
===================================================================
--- trunk/packages/seqan/trunk/debian/copyright 2011-09-15 02:16:26 UTC (rev 7805)
+++ trunk/packages/seqan/trunk/debian/copyright 2011-09-15 04:33:51 UTC (rev 7806)
@@ -72,8 +72,6 @@
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
-Files: seqan-1.3/lib/samtools
-
Files: seqan/index/index_sa_lss.h
Copyright: © 1999, N. Jesper Larsson <jesper at cs.lth.se>
© 2007 David Weese.
Modified: trunk/packages/seqan/trunk/debian/orig-tar.sh
===================================================================
--- trunk/packages/seqan/trunk/debian/orig-tar.sh 2011-09-15 02:16:26 UTC (rev 7805)
+++ trunk/packages/seqan/trunk/debian/orig-tar.sh 2011-09-15 04:33:51 UTC (rev 7806)
@@ -8,6 +8,7 @@
echo $3
unzip $3 -d $SEQANDIR
+rm -rf $SEQANDIR/lib/samtools
tar cJf $SEQANFILE $SEQANDIR
rm -rf $SEQANDIR
rm -f $3
More information about the debian-med-commit
mailing list