[med-svn] r22601 - trunk/packages/clonalframe/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Thu Jul 21 15:31:46 UTC 2016
Author: tille
Date: 2016-07-21 15:31:46 +0000 (Thu, 21 Jul 2016)
New Revision: 22601
Removed:
trunk/packages/clonalframe/trunk/debian/get-orig-source
Modified:
trunk/packages/clonalframe/trunk/debian/changelog
trunk/packages/clonalframe/trunk/debian/rules
Log:
delete unused debian/get-orig-source
Modified: trunk/packages/clonalframe/trunk/debian/changelog
===================================================================
--- trunk/packages/clonalframe/trunk/debian/changelog 2016-07-21 15:28:31 UTC (rev 22600)
+++ trunk/packages/clonalframe/trunk/debian/changelog 2016-07-21 15:31:46 UTC (rev 22601)
@@ -1,6 +1,7 @@
clonalframe (1.2-5) UNRELEASED; urgency=medium
* cme fix dpkg-control
+ * delete unused debian/get-orig-source
-- Andreas Tille <tille at debian.org> Thu, 21 Jul 2016 17:28:10 +0200
Deleted: trunk/packages/clonalframe/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/clonalframe/trunk/debian/get-orig-source 2016-07-21 15:28:31 UTC (rev 22600)
+++ trunk/packages/clonalframe/trunk/debian/get-orig-source 2016-07-21 15:31:46 UTC (rev 22601)
@@ -1,22 +0,0 @@
-#!/bin/sh
-# script to download and repack source package of bowtie which comes in zip format
-
-PKG=`dpkg-parsechangelog | awk '/^Source/ { print $2 }'`
-VERSION=`uscan --verbose --force-download | \
- grep "Newest version on remote site is .* local version is .*" | \
- head -n 1 | \
- sed "s/Newest version on remote site is \([-0-9.]\+\),.*/\1/"`
-
-mkdir -p ../tarballs
-cd ../tarballs
-
-UPSTREAMDIR=${PKG}-${VERSION}
-unzip ../"${UPSTREAMDIR}-src.zip"
-
-## remove copy of SeqAn library - unfortunately the package does not compile
-## with the Debian packaged version 1.2
-#rm -rf "${UPSTREAMDIR}"/SeqAn-1.1
-
-GZIP="--best --no-name" tar -czf "$PKG"_"$VERSION".orig.tar.gz "${UPSTREAMDIR}"
-rm -rf "${UPSTREAMDIR}"
-
Modified: trunk/packages/clonalframe/trunk/debian/rules
===================================================================
--- trunk/packages/clonalframe/trunk/debian/rules 2016-07-21 15:28:31 UTC (rev 22600)
+++ trunk/packages/clonalframe/trunk/debian/rules 2016-07-21 15:31:46 UTC (rev 22601)
@@ -21,5 +21,3 @@
-e "s/LFLAGS *= .*/& $(LDFLAGS)/" Makefile
$(MAKE)
-get-orig-source:
- . debian/get-orig-source
More information about the debian-med-commit
mailing list