This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository xml-maven-plugin.
commit 416ce34e80daa9d7c86d5f8a9556782db666f137 Author: Eugene Zhukov <[email protected]> Date: Tue Aug 11 13:52:57 2015 +0000 Fix homepages and d/watch --- debian/changelog | 9 +++++++++ debian/control | 8 ++++---- debian/orig-tar.sh | 16 ---------------- debian/rules | 2 +- debian/watch | 6 +++--- 5 files changed, 17 insertions(+), 24 deletions(-) diff --git a/debian/changelog b/debian/changelog index e7b84cd..9a5ad7f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +xml-maven-plugin (1.0-3) unstable; urgency=medium + + * Bump Standards-Version to 3.9.6 (no changes) + * Dropped d/orig-tar.sh + * Fixed d/watch to point to github + * d/control: fix homepage, vcs-url's + + -- Eugene Zhukov <[email protected]> Tue, 11 Aug 2015 13:32:57 +0000 + xml-maven-plugin (1.0-2) unstable; urgency=medium * Bump Standards-Version to 3.9.5 diff --git a/debian/control b/debian/control index 199a369..9019274 100644 --- a/debian/control +++ b/debian/control @@ -7,10 +7,10 @@ Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 1.5) Build-Depends-Indep: libmaven-invoker-plugin-java, libjaxp1.3-java, libmaven2-core-java, libplexus-io-java, libplexus-resources-java, libplexus-utils-java, libxerces2-java, libxml-commons-resolver1.1-java (>= 1.2), libmaven-plugin-testing-java, libsaxonb-java (>= 9.1.0.8), libxalan2-java, libmaven-plugin-tools-java -Standards-Version: 3.9.5 -Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/xml-maven-plugin -Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/xml-maven-plugin -Homepage: http://mojo.codehaus.org/xml-maven-plugin/ +Standards-Version: 3.9.6 +Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/xml-maven-plugin +Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/xml-maven-plugin +Homepage: https://github.com/mojohaus/xml-maven-plugin/ Package: libxml-maven-plugin-java Architecture: all diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh deleted file mode 100755 index 61ceacd..0000000 --- a/debian/orig-tar.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh -e - -VERSION=$2 -TAR=../xml-maven-plugin_$VERSION.orig.tar.gz -DIR=xml-maven-plugin-$VERSION -TAG=$(echo "xml-maven-plugin-$VERSION" | sed -re's/~(alpha|beta)/-\1-/') - -svn export http://svn.codehaus.org/mojo/tags/${TAG}/ $DIR -GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*.class' $DIR -rm -rf $DIR ../$TAG - -# move to directory 'tarballs' -if [ -r .svn/deb-layout ]; then - . .svn/deb-layout - mv $TAR $origDir && echo "moved $TAR to $origDir" -fi diff --git a/debian/rules b/debian/rules index 2dc7110..0da1137 100755 --- a/debian/rules +++ b/debian/rules @@ -9,4 +9,4 @@ clean:: rm -rf src/test/it*/target get-orig-source: - uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename + uscan --download-current-version --force-download --rename --repack diff --git a/debian/watch b/debian/watch index c1adc2e..0bef145 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,4 @@ version=3 -opts="uversionmangle=s/-(alpha|beta)-/~$1/" \ - http://svn.codehaus.org/mojo/tags/ \ - xml-maven-plugin-(\d.*)/ debian debian/orig-tar.sh +opts=dversionmangle=s/(\d)[\+\.](?:dfsg|debian|ds)\.?\d*$/$1/ \ +https://github.com/mojohaus/xml-maven-plugin/tags \ +.*/archive/xml-maven-plugin-(\d\S*)\.tar\.gz debian jh_repack -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/xml-maven-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

