[pkg-java] r16619 - trunk/wagon/debian

Emmanuel Bourg ebourg-guest at alioth.debian.org
Mon May 13 23:19:35 UTC 2013


Author: ebourg-guest
Date: 2013-05-13 23:19:35 +0000 (Mon, 13 May 2013)
New Revision: 16619

Modified:
   trunk/wagon/debian/changelog
   trunk/wagon/debian/control
   trunk/wagon/debian/watch
Log:
Updated the watch file to match only 1.x versions


Modified: trunk/wagon/debian/changelog
===================================================================
--- trunk/wagon/debian/changelog	2013-05-13 17:05:13 UTC (rev 16618)
+++ trunk/wagon/debian/changelog	2013-05-13 23:19:35 UTC (rev 16619)
@@ -1,3 +1,11 @@
+wagon (1.0.0-3) unstable; urgency=low
+
+  * Team upload.
+  * debian/watch: Updated to match only 1.x versions
+  * Updated Standards-Version to 3.9.4 (no changes)
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Tue, 14 May 2013 00:29:48 +0200
+
 wagon (1.0.0-2) unstable; urgency=low
 
   * Team upload.

Modified: trunk/wagon/debian/control
===================================================================
--- trunk/wagon/debian/control	2013-05-13 17:05:13 UTC (rev 16618)
+++ trunk/wagon/debian/control	2013-05-13 23:19:35 UTC (rev 16619)
@@ -3,7 +3,8 @@
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Torsten Werner <twerner at debian.org>,
-           Ludovic Claude <ludovic.claude at laposte.net>
+           Ludovic Claude <ludovic.claude at laposte.net>,
+           Emmanuel Bourg <ebourg at apache.org>
 Build-Depends: cdbs, debhelper (>= 7), default-jdk, maven-debian-helper (>= 1.4)
 Build-Depends-Indep: default-jdk-doc,
                      junit (>= 3.8.1),
@@ -35,7 +36,7 @@
                      libplexus-utils-java,
                      libplexus-utils-java-doc,
                      subversion
-Standards-Version: 3.9.2
+Standards-Version: 3.9.4
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/wagon
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/wagon/
 Homepage: http://maven.apache.org/wagon/

Modified: trunk/wagon/debian/watch
===================================================================
--- trunk/wagon/debian/watch	2013-05-13 17:05:13 UTC (rev 16618)
+++ trunk/wagon/debian/watch	2013-05-13 23:19:35 UTC (rev 16619)
@@ -1,6 +1,4 @@
 version=3
-
 opts=uversionmangle=s/^1\.0$/1.0.0/ \
   http://svn.apache.org/repos/asf/maven/wagon/tags/ \
-  wagon-(\d.*)/ debian debian/orig-tar.sh
-
+  wagon-(1\.\d.*)/ debian debian/orig-tar.sh




More information about the pkg-java-commits mailing list