Author: drazzib
Date: 2011-07-19 18:17:02 +0000 (Tue, 19 Jul 2011)
New Revision: 13862

Added:
   trunk/plexus-io/debian/source/
   trunk/plexus-io/debian/source/format
Modified:
   trunk/plexus-io/debian/changelog
   trunk/plexus-io/debian/compat
   trunk/plexus-io/debian/control
   trunk/plexus-io/debian/rules
Log:
* Add myself to Uploaders.
* Bump Standards-Version to 3.9.2: no changes needed.
* Bump to debhelper 7 compat level.
* Use mh_clean in clean rule.
* Fix FTBFS: remove version param (deprecated in debian-ant-helper)
  and use POM version (Closes: #634568).
* Switch to source format 3.0 (quilt).

Modified: trunk/plexus-io/debian/changelog
===================================================================
--- trunk/plexus-io/debian/changelog    2011-07-19 18:16:41 UTC (rev 13861)
+++ trunk/plexus-io/debian/changelog    2011-07-19 18:17:02 UTC (rev 13862)
@@ -1,3 +1,15 @@
+plexus-io (1.0~alpha5-2) unstable; urgency=low
+
+  * Add myself to Uploaders.
+  * Bump Standards-Version to 3.9.2: no changes needed.
+  * Bump to debhelper 7 compat level.
+  * Use mh_clean in clean rule.
+  * Fix FTBFS: remove version param (deprecated in debian-ant-helper)
+    and use POM version (Closes: #634568).
+  * Switch to source format 3.0 (quilt).
+
+ -- Damien Raude-Morvan <[email protected]>  Tue, 19 Jul 2011 20:05:12 +0200
+
 plexus-io (1.0~alpha5-1) unstable; urgency=low
 
   * New upstream version.

Modified: trunk/plexus-io/debian/compat
===================================================================
--- trunk/plexus-io/debian/compat       2011-07-19 18:16:41 UTC (rev 13861)
+++ trunk/plexus-io/debian/compat       2011-07-19 18:17:02 UTC (rev 13862)
@@ -1 +1 @@
-5
+7

Modified: trunk/plexus-io/debian/control
===================================================================
--- trunk/plexus-io/debian/control      2011-07-19 18:16:41 UTC (rev 13861)
+++ trunk/plexus-io/debian/control      2011-07-19 18:17:02 UTC (rev 13862)
@@ -2,11 +2,12 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
<[email protected]>
-Uploaders: Torsten Werner <[email protected]>, Ludovic Claude 
<[email protected]>, Michael Koch <[email protected]>
+Uploaders: Torsten Werner <[email protected]>, Ludovic Claude 
<[email protected]>,
+ Michael Koch <[email protected]>, Damien Raude-Morvan <[email protected]>
 Build-Depends: debhelper (>= 7), cdbs (>= 0.4.5.3), default-jdk
 Build-Depends-Indep: maven-repo-helper (>> 0.5), maven-ant-helper (>> 4), ant, 
ant-optional, 
  libplexus-utils-java, libplexus-containers-java
-Standards-Version: 3.8.3
+Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/plexus-io
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/plexus-io/
 Homepage: http://plexus.codehaus.org/plexus-components/plexus-io/

Modified: trunk/plexus-io/debian/rules
===================================================================
--- trunk/plexus-io/debian/rules        2011-07-19 18:16:41 UTC (rev 13861)
+++ trunk/plexus-io/debian/rules        2011-07-19 18:17:02 UTC (rev 13862)
@@ -4,12 +4,12 @@
 include /usr/share/cdbs/1/class/ant.mk
 
 PACKAGE              := $(DEB_SOURCE_PACKAGE)
-VERSION              := $(DEB_UPSTREAM_VERSION)
+VERSION              := $(shell echo $(DEB_UPSTREAM_VERSION) | sed -s 
"s/~alpha/-alpha-/")
 JAVA_HOME            := /usr/lib/jvm/default-java
 DEB_JARS             := ant-nodeps plexus-utils plexus-container-default
 DEB_ANT_BUILD_TARGET := package #javadoc
 DEB_ANT_BUILDFILE    := /usr/share/maven-ant-helper/maven-build.xml
-DEB_ANT_ARGS         := -Dbasedir=$(realpath .) -Dpackage=$(PACKAGE) 
-Dversion=$(VERSION)
+DEB_ANT_ARGS         := -Dbasedir=$(realpath .) -Dpackage=$(PACKAGE)
 API_DOCS             := build/api
 
 get-orig-source:
@@ -20,4 +20,4 @@
        mh_installjar -plib$(PACKAGE)-java -l pom.xml 
build/$(PACKAGE)-$(VERSION).jar
 
 clean::
-       -rm -rf debian/tmp
+       mh_clean

Added: trunk/plexus-io/debian/source/format
===================================================================
--- trunk/plexus-io/debian/source/format                                (rev 0)
+++ trunk/plexus-io/debian/source/format        2011-07-19 18:17:02 UTC (rev 
13862)
@@ -0,0 +1 @@
+3.0 (quilt)


_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to