[pkg-java] r18810 - trunk/xml-maven-plugin/debian

Eugene Zhukov eugene-guest at moszumanska.debian.org
Tue Aug 11 13:52:57 UTC 2015


Author: eugene-guest
Date: 2015-08-11 13:52:57 +0000 (Tue, 11 Aug 2015)
New Revision: 18810

Removed:
   trunk/xml-maven-plugin/debian/orig-tar.sh
Modified:
   trunk/xml-maven-plugin/debian/changelog
   trunk/xml-maven-plugin/debian/control
   trunk/xml-maven-plugin/debian/rules
   trunk/xml-maven-plugin/debian/watch
Log:
Fix homepages and d/watch


Modified: trunk/xml-maven-plugin/debian/changelog
===================================================================
--- trunk/xml-maven-plugin/debian/changelog	2015-08-06 20:34:41 UTC (rev 18809)
+++ trunk/xml-maven-plugin/debian/changelog	2015-08-11 13:52:57 UTC (rev 18810)
@@ -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 <jevgeni.zh at gmail.com>  Tue, 11 Aug 2015 13:32:57 +0000
+
 xml-maven-plugin (1.0-2) unstable; urgency=medium
 
   * Bump Standards-Version to 3.9.5

Modified: trunk/xml-maven-plugin/debian/control
===================================================================
--- trunk/xml-maven-plugin/debian/control	2015-08-06 20:34:41 UTC (rev 18809)
+++ trunk/xml-maven-plugin/debian/control	2015-08-11 13:52:57 UTC (rev 18810)
@@ -7,10 +7,10 @@
 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

Deleted: trunk/xml-maven-plugin/debian/orig-tar.sh
===================================================================
--- trunk/xml-maven-plugin/debian/orig-tar.sh	2015-08-06 20:34:41 UTC (rev 18809)
+++ trunk/xml-maven-plugin/debian/orig-tar.sh	2015-08-11 13:52:57 UTC (rev 18810)
@@ -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

Modified: trunk/xml-maven-plugin/debian/rules
===================================================================
--- trunk/xml-maven-plugin/debian/rules	2015-08-06 20:34:41 UTC (rev 18809)
+++ trunk/xml-maven-plugin/debian/rules	2015-08-11 13:52:57 UTC (rev 18810)
@@ -9,4 +9,4 @@
 	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

Modified: trunk/xml-maven-plugin/debian/watch
===================================================================
--- trunk/xml-maven-plugin/debian/watch	2015-08-06 20:34:41 UTC (rev 18809)
+++ trunk/xml-maven-plugin/debian/watch	2015-08-11 13:52:57 UTC (rev 18810)
@@ -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




More information about the pkg-java-commits mailing list