Author: ebourg-guest Date: 2013-05-13 16:04:48 +0000 (Mon, 13 May 2013) New Revision: 16617
Modified: trunk/joda-convert/debian/changelog trunk/joda-convert/debian/control trunk/joda-convert/debian/maven.ignoreRules trunk/joda-convert/debian/orig-tar.sh Log: New upstream release (1.3.1) Updated Standards-Version to 3.9.4 (no changes) debian/orig-tar.sh: Create the tarball in the parent directory Modified: trunk/joda-convert/debian/changelog =================================================================== --- trunk/joda-convert/debian/changelog 2013-05-13 14:23:24 UTC (rev 16616) +++ trunk/joda-convert/debian/changelog 2013-05-13 16:04:48 UTC (rev 16617) @@ -1,3 +1,12 @@ +joda-convert (1.3.1-1) unstable; urgency=low + + * Team upload. + * New upstream release + * Updated Standards-Version to 3.9.4 (no changes) + * debian/orig-tar.sh: Create the tarball in the parent directory + + -- Emmanuel Bourg <[email protected]> Mon, 13 May 2013 18:04:10 +0200 + joda-convert (1.2-2) unstable; urgency=low * Make sure to install usr/share/java/*.jar symlink as per java policy Modified: trunk/joda-convert/debian/control =================================================================== --- trunk/joda-convert/debian/control 2013-05-13 14:23:24 UTC (rev 16616) +++ trunk/joda-convert/debian/control 2013-05-13 16:04:48 UTC (rev 16617) @@ -2,10 +2,10 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Mathieu Malaterre <[email protected]> +Uploaders: Mathieu Malaterre <[email protected]>, Emmanuel Bourg <[email protected]> Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 1.5) Build-Depends-Indep: libmaven-javadoc-plugin-java, default-jdk-doc, junit -Standards-Version: 3.9.3 +Standards-Version: 3.9.4 Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/joda-convert Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/joda-convert/ Homepage: http://joda-convert.sourceforge.net Modified: trunk/joda-convert/debian/maven.ignoreRules =================================================================== --- trunk/joda-convert/debian/maven.ignoreRules 2013-05-13 14:23:24 UTC (rev 16616) +++ trunk/joda-convert/debian/maven.ignoreRules 2013-05-13 16:04:48 UTC (rev 16617) @@ -15,5 +15,6 @@ # junit junit jar s/3\..*/3.x/ org.apache.maven.plugins maven-assembly-plugin * * * * +org.apache.maven.plugins maven-deploy-plugin * * * * org.apache.maven.plugins maven-repository-plugin * * * * org.apache.maven.plugins maven-source-plugin * * * * Modified: trunk/joda-convert/debian/orig-tar.sh =================================================================== --- trunk/joda-convert/debian/orig-tar.sh 2013-05-13 14:23:24 UTC (rev 16616) +++ trunk/joda-convert/debian/orig-tar.sh 2013-05-13 16:04:48 UTC (rev 16617) @@ -1,13 +1,14 @@ #!/bin/sh -e # called by uscan with '--upstream-version' <version> <file> -TAR=joda-convert_$2.orig.tar.gz -DIR=joda-convert-$2 +VERSION=$2 +TAR=../joda-convert_$VERSION.orig.tar.gz +DIR=joda-convert-$VERSION # clean up the upstream tarball tar -zxf $3 -tar -czf $TAR --exclude '*.jar' $DIR -rm -rf $DIR $3 +GZIP=--best tar -zcvf $TAR --exclude '*.jar' $DIR +rm -rf $DIR # move to directory 'tarballs' if [ -r .svn/deb-layout ]; then _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

