Author: mkoch Date: 2009-09-27 11:33:24 +0000 (Sun, 27 Sep 2009) New Revision: 10662
Added: trunk/libjibx-java/debian/orig-tar.exclude trunk/libjibx-java/debian/orig-tar.sh Modified: trunk/libjibx-java/debian/changelog trunk/libjibx-java/debian/watch Log: prepare for new upstream release Modified: trunk/libjibx-java/debian/changelog =================================================================== --- trunk/libjibx-java/debian/changelog 2009-09-27 09:34:58 UTC (rev 10661) +++ trunk/libjibx-java/debian/changelog 2009-09-27 11:33:24 UTC (rev 10662) @@ -1,12 +1,16 @@ -libjibx-java (1.0.2-2) unstable; urgency=low +libjibx-java (1.2.1-1) UNRELEASED; urgency=low + [ Eric Lavarde ] * Remove dependency on gjdoc. * Enhance clean target to really cleanup back to original. * Move to debhelper compat 7. * Add copyright clarifications based on feedback from ftpmaster. - -- Eric Lavarde <[email protected]> Thu, 12 Mar 2009 20:43:11 +0100 + [ Michael Koch ] + * New upstream release (Closes: #526611). + -- Michael Koch <[email protected]> Sun, 27 Sep 2009 12:32:59 +0200 + libjibx-java (1.0.2-1) unstable; urgency=low * New upstream version. Added: trunk/libjibx-java/debian/orig-tar.exclude =================================================================== --- trunk/libjibx-java/debian/orig-tar.exclude (rev 0) +++ trunk/libjibx-java/debian/orig-tar.exclude 2009-09-27 11:33:24 UTC (rev 10662) @@ -0,0 +1 @@ +lib/*.jar Added: trunk/libjibx-java/debian/orig-tar.sh =================================================================== --- trunk/libjibx-java/debian/orig-tar.sh (rev 0) +++ trunk/libjibx-java/debian/orig-tar.sh 2009-09-27 11:33:24 UTC (rev 10662) @@ -0,0 +1,19 @@ +#!/bin/sh -e + +# called by uscan with '--upstream-version' <version> <file> +DIR=jibx_$2.orig +TAR=../libjibx-java_$2.orig.tar.gz + +# clean up the upstream tarball +unzip $3 -d $DIR +GZIP=--best tar czf $TAR -X debian/orig-tar.exclude $DIR +rm -rf $DIR + +# move to directory 'tarballs' +if [ -r .svn/deb-layout ]; then + . .svn/deb-layout + mv $3 $origDir + echo "moved $3 to $origDir" +fi + +exit 0 Modified: trunk/libjibx-java/debian/watch =================================================================== --- trunk/libjibx-java/debian/watch 2009-09-27 09:34:58 UTC (rev 10661) +++ trunk/libjibx-java/debian/watch 2009-09-27 11:33:24 UTC (rev 10662) @@ -1,3 +1,3 @@ version=3 opts=uversionmangle=s/_/./g \ - http://sf.net/jibx/jibx_([[:digit:]_]+).zip + http://sf.net/jibx/jibx_([[:digit:]_]+).zip debian debian/orig-tar.sh _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

