Author: tille Date: 2014-08-07 14:22:13 +0000 (Thu, 07 Aug 2014) New Revision: 17631
Removed: trunk/packages/zhanglab/tm-align/trunk/debian/get-orig-source Modified: trunk/packages/zhanglab/tm-align/trunk/debian/changelog trunk/packages/zhanglab/tm-align/trunk/debian/rules trunk/packages/zhanglab/tm-align/trunk/debian/watch Log: New upstream version Modified: trunk/packages/zhanglab/tm-align/trunk/debian/changelog =================================================================== --- trunk/packages/zhanglab/tm-align/trunk/debian/changelog 2014-08-07 13:14:15 UTC (rev 17630) +++ trunk/packages/zhanglab/tm-align/trunk/debian/changelog 2014-08-07 14:22:13 UTC (rev 17631) @@ -1,3 +1,11 @@ +tm-align (20140601+dfsg-1) unstable; urgency=medium + + * New upstream version + * Use Files-Excluded consequently (in rules:get-orig-source, drop + d/get-orig-source, adapt d/watch from dversionmangle to uversionmangle) + + -- Andreas Tille <[email protected]> Thu, 07 Aug 2014 16:21:35 +0200 + tm-align (20130511+dfsg-2) unstable; urgency=medium * Fix Vcs location Deleted: trunk/packages/zhanglab/tm-align/trunk/debian/get-orig-source =================================================================== --- trunk/packages/zhanglab/tm-align/trunk/debian/get-orig-source 2014-08-07 13:14:15 UTC (rev 17630) +++ trunk/packages/zhanglab/tm-align/trunk/debian/get-orig-source 2014-08-07 14:22:13 UTC (rev 17631) @@ -1,41 +0,0 @@ -#!/bin/sh - -# bail out with the first problem -set -e - -# Remark: A new uscan that enables easier handling of removing files can be -# obtained via -# git clone git://[email protected]/git/users/tille/devscripts.git -# and then copy scripts/uscan.pl as uscan at the beginning of your PATH -if uscan --help | grep -q -- --repack-compression ; then - echo "Use new enhanced uscan" - uscan --verbose --force-download --repack-compression xz - exit -fi - -# script to download and repack source package of TMalign which strips the binaries from upstream tarball - -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 does not fail when directories exist already -mkdir -p ../tarballs -cd ../tarballs -TARBALLDIR=`pwd` - -UPSTREAMDIR=${PKG}-${VERSION} - -mkdir -p ${UPSTREAMDIR} -cd ${UPSTREAMDIR} - -tar -xzf ../../TMtools${VERSION}.tar.gz - -rm -rf TMscore TMalign -cd .. - -GZIP="--best --no-name" tar -czf "$PKG"_"$VERSION".orig.tar.gz "${UPSTREAMDIR}" -rm -rf "${UPSTREAMDIR}" - Modified: trunk/packages/zhanglab/tm-align/trunk/debian/rules =================================================================== --- trunk/packages/zhanglab/tm-align/trunk/debian/rules 2014-08-07 13:14:15 UTC (rev 17630) +++ trunk/packages/zhanglab/tm-align/trunk/debian/rules 2014-08-07 14:22:13 UTC (rev 17631) @@ -24,5 +24,5 @@ dh_clean get-orig-source: - . debian/get-orig-source + uscan --verbose --force-download --repack --compress xz Modified: trunk/packages/zhanglab/tm-align/trunk/debian/watch =================================================================== --- trunk/packages/zhanglab/tm-align/trunk/debian/watch 2014-08-07 13:14:15 UTC (rev 17630) +++ trunk/packages/zhanglab/tm-align/trunk/debian/watch 2014-08-07 14:22:13 UTC (rev 17631) @@ -1,3 +1,3 @@ version=3 -opts=dversionmangle=s/[~\+]dfsg// \ +opts=uversionmangle=s/$/+dfsg/ \ http://zhanglab.ccmb.med.umich.edu/TM-align/TMtools([\d]*)\.tar\.gz _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
