Author: varun-guest Date: 2007-10-23 13:29:45 +0000 (Tue, 23 Oct 2007) New Revision: 4445
Modified: trunk/charva/debian/changelog trunk/charva/debian/orig-tar.sh trunk/charva/debian/rules trunk/charva/debian/watch Log: * New upstream release * Current upstream zip archive has no version; So, fix the debian/orig-tar.sh file. Modified: trunk/charva/debian/changelog =================================================================== --- trunk/charva/debian/changelog 2007-10-23 09:19:24 UTC (rev 4444) +++ trunk/charva/debian/changelog 2007-10-23 13:29:45 UTC (rev 4445) @@ -1,3 +1,11 @@ +charva (1.1.4-1) unstable; urgency=low + + * New upstream release + * Current upstream zip archive has no version; So, fix the + debian/orig-tar.sh file. + + -- Varun Hiremath <[EMAIL PROTECTED]> Tue, 23 Oct 2007 19:02:36 +0530 + charva (1.1.3-1) unstable; urgency=low * New upstream release Modified: trunk/charva/debian/orig-tar.sh =================================================================== --- trunk/charva/debian/orig-tar.sh 2007-10-23 09:19:24 UTC (rev 4444) +++ trunk/charva/debian/orig-tar.sh 2007-10-23 13:29:45 UTC (rev 4445) @@ -1,15 +1,18 @@ #!/bin/sh -e -# called by uscan with '--upstream-version' <version> <file> -TAR=../charva_$2.orig.tar.gz -ZIP=../charva-$2.zip -DIR=charva-$2.orig +# $1 version +TAR=../charva_$1.orig.tar.gz +ZIP=charva.zip +DIR=charva-$1.orig +# Download upstream sources +wget http://jaist.dl.sourceforge.net/sourceforge/charva/$ZIP + # clean up the upstream tarball unzip $ZIP mv charva $DIR GZIP=--best tar czf $TAR -X debian/orig-tar.exclude $DIR -rm -rf $DIR $ZIP $3 +rm -rf $DIR $ZIP # move to directory 'tarballs' if [ -r .svn/deb-layout ]; then Modified: trunk/charva/debian/rules =================================================================== --- trunk/charva/debian/rules 2007-10-23 09:19:24 UTC (rev 4444) +++ trunk/charva/debian/rules 2007-10-23 13:29:45 UTC (rev 4445) @@ -17,3 +17,6 @@ install/libcharva1-jni:: install -m 644 c/lib/libTerminal.so debian/libcharva1-jni/usr/lib/jni/libTerminal.so.1 ln -s libTerminal.so.1 debian/libcharva1-jni/usr/lib/jni/libTerminal.so + +get-orig-source: + sh debian/orig-tar.sh $(DEB_UPSTREAM_VERSION) Modified: trunk/charva/debian/watch =================================================================== --- trunk/charva/debian/watch 2007-10-23 09:19:24 UTC (rev 4444) +++ trunk/charva/debian/watch 2007-10-23 13:29:45 UTC (rev 4445) @@ -1,3 +1,2 @@ version=3 http://sf.net/charva/charva-(.+)\.zip debian debian/orig-tar.sh - _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

