[med-svn] r10831 - trunk/packages/vcftools/trunk/debian
Andreas Tille
tille at alioth.debian.org
Sat May 12 07:48:39 UTC 2012
Author: tille
Date: 2012-05-12 07:48:39 +0000 (Sat, 12 May 2012)
New Revision: 10831
Removed:
trunk/packages/vcftools/trunk/debian/get-orig-source
Modified:
trunk/packages/vcftools/trunk/debian/changelog
trunk/packages/vcftools/trunk/debian/control
Log:
Tandards version; remove get-orig-source temporary to make it executable
Modified: trunk/packages/vcftools/trunk/debian/changelog
===================================================================
--- trunk/packages/vcftools/trunk/debian/changelog 2012-05-12 07:33:56 UTC (rev 10830)
+++ trunk/packages/vcftools/trunk/debian/changelog 2012-05-12 07:48:39 UTC (rev 10831)
@@ -2,6 +2,7 @@
* New upstream version
* debian/upstream: Added citations
+ * Standards-Version: 3.9.3 (no changes needed)
-- Andreas Tille <tille at debian.org> Sat, 12 May 2012 09:31:58 +0200
Modified: trunk/packages/vcftools/trunk/debian/control
===================================================================
--- trunk/packages/vcftools/trunk/debian/control 2012-05-12 07:33:56 UTC (rev 10830)
+++ trunk/packages/vcftools/trunk/debian/control 2012-05-12 07:48:39 UTC (rev 10831)
@@ -2,7 +2,7 @@
Section: science
Priority: extra
Build-Depends: debhelper (>= 8.0.0), zlib1g-dev
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
Homepage: http://vcftools.sourceforge.net
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
DM-Upload-Allowed: yes
Deleted: trunk/packages/vcftools/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/vcftools/trunk/debian/get-orig-source 2012-05-12 07:33:56 UTC (rev 10830)
+++ trunk/packages/vcftools/trunk/debian/get-orig-source 2012-05-12 07:48:39 UTC (rev 10831)
@@ -1,20 +0,0 @@
-#/bin/bash
-
-#set -x
-PKG=`dpkg-parsechangelog | awk '/^Source/ { print $2 }'`
-DVERSION=`dpkg-parsechangelog | awk '/^Version/ { print $2 }' | cut -d- -f1`
-
-mkdir -p ../tarballs
-uscan --verbose --force-download --destdir=../tarballs --no-symlink
-
-cd ../tarballs
-tar -xzf ${PKG}_${DVERSION}.tar.gz
-cd ${PKG}_${DVERSION}
-find . -name CVS -type d | xargs rm -rf
-find . -name '.svn' -type d | xargs rm -rf
-find . -name "*.pdf" | xargs rm -f
-cd ..
-
-GZIP="--best --no-name" tar -czf "$PKG"_"$DVERSION".orig.tar.gz ${PKG}_${DVERSION}
-rm -rf ${PKG}_${DVERSION}
-
More information about the debian-med-commit
mailing list