Author: tille Date: 2010-03-26 12:34:02 +0000 (Fri, 26 Mar 2010) New Revision: 4690
Removed: trunk/packages/epigrass/trunk/debian/orig-tar.sh Modified: trunk/packages/epigrass/trunk/debian/changelog trunk/packages/epigrass/trunk/debian/watch Log: Upstream now provides source for the documentation Modified: trunk/packages/epigrass/trunk/debian/changelog =================================================================== --- trunk/packages/epigrass/trunk/debian/changelog 2010-03-26 07:36:28 UTC (rev 4689) +++ trunk/packages/epigrass/trunk/debian/changelog 2010-03-26 12:34:02 UTC (rev 4690) @@ -1,3 +1,13 @@ +epigrass (2.0.3-1) UNRELEASED; urgency=low + + * New upstream version + * Upstream source now includes source for the PDF documentation + and thus there is no need for stripping the source tarball any + more. + -> rm debian/orig-tar.sh, adapted debian/watch + + -- Andreas Tille <[email protected]> Fri, 26 Mar 2010 13:31:23 +0100 + epigrass (2.0.1~dfsg-1) unstable; urgency=low * New upstream version Deleted: trunk/packages/epigrass/trunk/debian/orig-tar.sh =================================================================== --- trunk/packages/epigrass/trunk/debian/orig-tar.sh 2010-03-26 07:36:28 UTC (rev 4689) +++ trunk/packages/epigrass/trunk/debian/orig-tar.sh 2010-03-26 12:34:02 UTC (rev 4690) @@ -1,20 +0,0 @@ -#!/bin/sh -e - -# called by uscan with '--upstream-version' <version> <file> -DIR=epigrass-$2 - -# clean up the upstream tarball -tar -x -z -f $3 -rm -f $3 -DFSGTARBALL=`echo $3 | sed 's/\(_[0-9.b]\+\)\(.orig.tar.gz\)/\1~dfsg\2/'` -# make sure the removed files will not show up in epigrass.egg-info/SOURCES.txt -cd $DIR/epigrass.egg-info; sed -i -e '/\.pdf$/d' -e '/\.pyc$/d' -e '/~$/d' SOURCES.txt ; cd ../.. -tar -c -z -f $DFSGTARBALL --exclude '*.pdf' --exclude '*.pyc' --exclude '*~' $DIR -rm -rf $DIR - -# move to directory 'tarballs' -if [ -r .svn/deb-layout ]; then - . .svn/deb-layout - mv $DFSGTARBALL $origDir - echo "moved $DFSGTARBALL to $origDir" -fi Modified: trunk/packages/epigrass/trunk/debian/watch =================================================================== --- trunk/packages/epigrass/trunk/debian/watch 2010-03-26 07:36:28 UTC (rev 4689) +++ trunk/packages/epigrass/trunk/debian/watch 2010-03-26 12:34:02 UTC (rev 4690) @@ -1,6 +1,5 @@ version=3 -opts="dversionmangle=s/([\d.abc]+)~dfsg/$1/" \ -http://pypi.python.org/packages/source/e/epigrass/epigrass-(.*).tar.gz debian debian/orig-tar.sh +# opts="dversionmangle=s/([\d.abc]+)~dfsg/$1/" \ +http://pypi.python.org/packages/source/e/epigrass/epigrass-(.*).tar.gz # Sources will come back on SourceForge later. In the meantime, they are there: # http://sf.net/epigrass/ epigrass-(.*).tar.gz \ -# debian debian/orig-tar.sh _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
