[pkg-java] r17374 - trunk/plexus-utils/debian

Emmanuel Bourg ebourg-guest at alioth.debian.org
Wed Oct 23 10:43:42 UTC 2013


Author: ebourg-guest
Date: 2013-10-23 10:43:42 +0000 (Wed, 23 Oct 2013)
New Revision: 17374

Removed:
   trunk/plexus-utils/debian/orig-tar.sh
Modified:
   trunk/plexus-utils/debian/changelog
   trunk/plexus-utils/debian/compat
   trunk/plexus-utils/debian/control
   trunk/plexus-utils/debian/rules
   trunk/plexus-utils/debian/watch
Log:
Use canonical URLs for the Vcs-* fields
Updated Standards-Version to 3.9.4 (no changes)
Removed Michael Koch from the uploaders (Closes: #654127)
Build depend on debhelper >= 9
debian/rules: Improved the clean target
debian/watch: Updated to watch the new release tags on Github
Removed debian/orig-tar.sh and use the tarball from Github directly



Modified: trunk/plexus-utils/debian/changelog
===================================================================
--- trunk/plexus-utils/debian/changelog	2013-10-23 10:00:48 UTC (rev 17373)
+++ trunk/plexus-utils/debian/changelog	2013-10-23 10:43:42 UTC (rev 17374)
@@ -1,3 +1,17 @@
+plexus-utils (1:1.5.15-5) UNRELEASED; urgency=low
+
+  * Team upload.
+  * debian/control:
+    - Use canonical URLs for the Vcs-* fields
+    - Updated Standards-Version to 3.9.4 (no changes)
+    - Removed Michael Koch from the uploaders (Closes: #654127)
+  * Build depend on debhelper >= 9
+  * debian/rules: Improved the clean target
+  * debian/watch: Updated to watch the new release tags on Github
+  * Removed debian/orig-tar.sh and use the tarball from Github directly
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Wed, 23 Oct 2013 12:25:00 +0200
+
 plexus-utils (1:1.5.15-4) unstable; urgency=low
 
   * Rename source package to plexus-utils to better conform to other plexus

Modified: trunk/plexus-utils/debian/compat
===================================================================
--- trunk/plexus-utils/debian/compat	2013-10-23 10:00:48 UTC (rev 17373)
+++ trunk/plexus-utils/debian/compat	2013-10-23 10:43:42 UTC (rev 17374)
@@ -1 +1 @@
-5
+9

Modified: trunk/plexus-utils/debian/control
===================================================================
--- trunk/plexus-utils/debian/control	2013-10-23 10:00:48 UTC (rev 17373)
+++ trunk/plexus-utils/debian/control	2013-10-23 10:43:42 UTC (rev 17374)
@@ -2,18 +2,17 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders:  Michael Koch <konqueror at gmx.de>, Torsten Werner <twerner at debian.org>,
- Ludovic Claude <ludovic.claude at laposte.net>
-Build-Depends-Indep: maven-repo-helper, libxalan2-java, libplexus-interpolation-java
-Build-Depends: ant, debhelper (>= 5), cdbs (>= 0.4.5.3), default-jdk
-Standards-Version: 3.9.1
-Homepage: http://plexus.codehaus.org/
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/plexus-utils
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/plexus-utils
+Uploaders: Torsten Werner <twerner at debian.org>, Ludovic Claude <ludovic.claude at laposte.net>
+Build-Depends-Indep: libplexus-interpolation-java, libxalan2-java, maven-repo-helper
+Build-Depends: ant, cdbs (>= 0.4.5.3), debhelper (>= 9), default-jdk
+Standards-Version: 3.9.4
+Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/plexus-utils
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/plexus-utils
+Homepage: http://plexus.codehaus.org
 
 Package: libplexus-utils-java
 Architecture: all
-Depends: ${misc:Depends}, libxalan2-java, libplexus-interpolation-java
+Depends: libplexus-interpolation-java, libxalan2-java, ${misc:Depends}
 Suggests: libplexus-utils-java-doc
 Description: utilities for the Plexus framework
  The Plexus project provides a full software stack for creating and executing
@@ -32,7 +31,7 @@
      * Auto-wiring
      * Component dependencies, and
      * Various dependency injection techniques including constructor injection,
-       setter injection, and private field injection. 
+       setter injection, and private field injection.
 
 Package: libplexus-utils-java-doc
 Architecture: all
@@ -56,6 +55,6 @@
      * Auto-wiring
      * Component dependencies, and
      * Various dependency injection techniques including constructor injection,
-       setter injection, and private field injection. 
+       setter injection, and private field injection.
  .
  This package contains the API documentation for plexus-utils.

Deleted: trunk/plexus-utils/debian/orig-tar.sh
===================================================================
--- trunk/plexus-utils/debian/orig-tar.sh	2013-10-23 10:00:48 UTC (rev 17373)
+++ trunk/plexus-utils/debian/orig-tar.sh	2013-10-23 10:43:42 UTC (rev 17374)
@@ -1,16 +0,0 @@
-#!/bin/sh -e
-
-TAR=../libplexus-utils_$2.orig.tar.gz
-DIR=plexus-utils-$2
-TAG=plexus-utils-$2
-
-svn export http://svn.codehaus.org/plexus/plexus-utils/tags/$TAG $DIR
-tar -c -z -f $TAR $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/plexus-utils/debian/rules
===================================================================
--- trunk/plexus-utils/debian/rules	2013-10-23 10:00:48 UTC (rev 17373)
+++ trunk/plexus-utils/debian/rules	2013-10-23 10:43:42 UTC (rev 17374)
@@ -24,5 +24,6 @@
 	dh_install -plibplexus-utils-java-doc $(API_DOCS) usr/share/doc/libplexus-utils-java
 
 clean::
+	mh_clean
 	-rm -rf debian/tmp
 

Modified: trunk/plexus-utils/debian/watch
===================================================================
--- trunk/plexus-utils/debian/watch	2013-10-23 10:00:48 UTC (rev 17373)
+++ trunk/plexus-utils/debian/watch	2013-10-23 10:43:42 UTC (rev 17374)
@@ -1,3 +1,2 @@
 version=3
-http://svn.codehaus.org/plexus/plexus-utils/tags/ plexus-utils-(.*)/ \
-  debian debian/orig-tar.sh
+https://github.com/sonatype/plexus-utils/releases .*/plexus-utils-(.*).tar.gz




More information about the pkg-java-commits mailing list