[med-svn] r14465 - trunk/packages/seqan/trunk/debian
Andreas Tille
tille at alioth.debian.org
Sat Aug 17 15:01:19 UTC 2013
Author: tille
Date: 2013-08-17 15:01:19 +0000 (Sat, 17 Aug 2013)
New Revision: 14465
Removed:
trunk/packages/seqan/trunk/debian/orig-tar.sh
Modified:
trunk/packages/seqan/trunk/debian/changelog
Log:
debian/orig-tar.sh: Removed because the removed file is not part of the source any more
Modified: trunk/packages/seqan/trunk/debian/changelog
===================================================================
--- trunk/packages/seqan/trunk/debian/changelog 2013-08-17 14:57:51 UTC (rev 14464)
+++ trunk/packages/seqan/trunk/debian/changelog 2013-08-17 15:01:19 UTC (rev 14465)
@@ -6,6 +6,8 @@
- Added eprint
* debian/reference: Deleted in favour of data in debian/upstream
* debian/watch: adapted to changes at upstream
+ * debian/orig-tar.sh: Removed because the removed file is not part
+ of the source any more
-- Andreas Tille <tille at debian.org> Sat, 17 Aug 2013 16:52:02 +0200
Deleted: trunk/packages/seqan/trunk/debian/orig-tar.sh
===================================================================
--- trunk/packages/seqan/trunk/debian/orig-tar.sh 2013-08-17 14:57:51 UTC (rev 14464)
+++ trunk/packages/seqan/trunk/debian/orig-tar.sh 2013-08-17 15:01:19 UTC (rev 14465)
@@ -1,28 +0,0 @@
-#!/bin/sh
-
-set -e
-
-SEQANDIR=seqan-$2
-SEQANFILE=seqan_${2}.orig.tar.xz
-
-# called by uscan with '--upstream-version' <version> <file>
-mkdir $SEQANDIR
-echo $3
-
-unzip -q $3 # -d $SEQANDIR
-rm -rf $SEQANDIR/lib/samtools
-tar cJf $SEQANFILE $SEQANDIR
-rm -rf $SEQANDIR
-rm -f $3
-
-# move to directory 'tarballs'
-if [ -r .svn/deb-layout ]; then
- . .svn/deb-layout
-else
- origDir=../tarballs
-fi
-mkdir -p $origDir
-mv $SEQANFILE $origDir
-echo "moved $SEQANFILE to $origDir"
-
-exit 0
More information about the debian-med-commit
mailing list