[pkg-java] r13155 - in tags/maven-ant-helper: . 7.1/debian

Damien Raude-Morvan drazzib at alioth.debian.org
Sun Dec 5 19:19:31 UTC 2010


Author: drazzib
Date: 2010-12-05 19:19:22 +0000 (Sun, 05 Dec 2010)
New Revision: 13155

Added:
   tags/maven-ant-helper/7.1/
   tags/maven-ant-helper/7.1/debian/changelog
   tags/maven-ant-helper/7.1/debian/compat
   tags/maven-ant-helper/7.1/debian/control
   tags/maven-ant-helper/7.1/debian/rules
Removed:
   tags/maven-ant-helper/7.1/debian/changelog
   tags/maven-ant-helper/7.1/debian/compat
   tags/maven-ant-helper/7.1/debian/control
   tags/maven-ant-helper/7.1/debian/rules
Log:
[svn-buildpackage] Tagging maven-ant-helper 7.1

Deleted: tags/maven-ant-helper/7.1/debian/changelog
===================================================================
--- trunk/maven-ant-helper/debian/changelog	2010-12-05 19:08:43 UTC (rev 13152)
+++ tags/maven-ant-helper/7.1/debian/changelog	2010-12-05 19:19:22 UTC (rev 13155)
@@ -1,158 +0,0 @@
-maven-ant-helper (7.1) experimental; urgency=low
-
-  * Add a javadoc-jar target which generates a jar file containing the javadoc
-  * Add a default build-all target which can run the build and optionally
-    generate javadoc and its jar if generate.javadoc property is set
-
- -- Ludovic Claude <ludovic.claude at laposte.net>  Mon, 22 Nov 2010 00:14:25 +0100
-
-maven-ant-helper (7.0) experimental; urgency=low
-
-  * Update Standards-Version to 3.9.1, use source format 3.0 (native)  
-  * Use default-jdk-doc instead of openjdk-6-doc when linking
-    Javadoc files (Closes: #587361)
-  * d/control: add Suggests: default-jdk-doc, move all Recommends: to Suggest
-    as they are not needed except when Maven is called within the Ant build,
-    add maven-repo-helper to Depends as it's now always used from the jar task
-  * maven-build.xml: add -N option to Maven to avoid recursive actions,
-    reorder actions in mvn-package and give to the POMCleaner the location
-    of the local Maven repository which can be used when deciding when to
-    replace a parent version by a its symbolic version (fixes
-    maven-debian-helper build),
-    add local-install and package-and-local-install target to deal with
-    composite projects which need to install some of their build elements in
-    the local repository, for consuption by other parts of the build,
-    deprecate passing the 'version' variable to Ant as it's read from the POM file,
-    remove macro prepare-package-list, update paths to the JDK docs.
- 
- -- Ludovic Claude <ludovic.claude at laposte.net>  Thu, 14 Oct 2010 00:08:38 +0200
-
-maven-ant-helper (6.8) unstable; urgency=low
-
-  * Use default-jdk-doc instead of openjdk-6-doc when linking
-    Javadoc files
-
- -- Ludovic Claude <ludovic.claude at laposte.net>  Sun, 28 Mar 2010 21:55:57 +0200
-
-maven-ant-helper (6.7) unstable; urgency=low
-
-  * Do no longer <gunzip/> the package-list file from openjdk-6-doc.
-    (Closes: #573660)
-
- -- Torsten Werner <twerner at debian.org>  Sat, 13 Mar 2010 10:24:35 +0100
-
-maven-ant-helper (6.6) unstable; urgency=low
-
-  * Revert previous change as openjdk6-doc is not required
-    for most builds. Update the affected packages in a
-    separate update.
-  * Bump up Standards-Version to 3.8.3, no changes
-
- -- Ludovic Claude <ludovic.claude at laposte.net>  Wed, 02 Sep 2009 21:22:49 +0100
-
-maven-ant-helper (6.5) unstable; urgency=low
-
-  * Add Build-Depends: openjdk-6-doc to fix build errors. (Closes: #543106,
-    #543112, #543115, #543116)
-
- -- Torsten Werner <twerner at debian.org>  Sun, 23 Aug 2009 10:13:54 +0200
-
-maven-ant-helper (6.4) unstable; urgency=low
-
-  * Upload to unstable.
-
- -- Torsten Werner <twerner at debian.org>  Sun, 09 Aug 2009 13:04:01 +0200
-
-maven-ant-helper (6.3) experimental; urgency=low
-
-  * Update Standards-Version to 3.8.2
-  * Add ant and ant-optional to Depends:
-  * Add more Suggest: packages (libmaven-plugin-plugin-java and
-    libplexus-components-metadata-java as they provide useful
-    Maven plugin often used in the build)
-  * Add support for linking generated Javadoc to other 
-    documented libraries.
-
- -- Ludovic Claude <ludovic.claude at laposte.net>  Thu, 16 Jul 2009 22:34:35 +0100
-
-maven-ant-helper (6.2) experimental; urgency=low
-
-  * Fix a bug introduced by previous version. It was affecting
-    only the builds which execute a Maven plugin.
-  * Add more workaround to use gcj with maven-ant-helper, this time
-    avoid using gnu xml stream when reading XML documents.
-
- -- Ludovic Claude <ludovic.claude at laposte.net>  Wed, 08 Jul 2009 23:41:02 +0100
-
-maven-ant-helper (6.1) unstable; urgency=low
-
-  * Provide a workaround to use gcj with maven-ant-helper
-
- -- Ludovic Claude <ludovic.claude at laposte.net>  Tue, 07 Jul 2009 22:46:18 +0100
-
-maven-ant-helper (6) unstable; urgency=low
-
-  * Add support for custom manifest
-
- -- Ludovic Claude <ludovic.claude at laposte.net>  Tue, 07 Jul 2009 19:46:22 +0100
-
-maven-ant-helper (5) unstable; urgency=low
-
-  * Change section to java, bump up Standards-Version: 3.8.1.
-  * Add myself to uploaders
-  * Add a Build-Depends-Indep dependency on ${misc:Depends}
-  * Fix ModelloTask to work with modello >= 1.0, add new properties
-    useJava5 and encoding. 
-  * maven-build.xml: add build.javaVersion property to allow
-    building Java 1.5 sources with this script, defaults to 1.4,
-    fix javadoc target to use any packages under the current sources
-  * Change the dependency on java-gcj to default-jdk (Closes: #526298)
-  * Support optional source folders
-  * Use maven-repo-helper to clean and include the pom information
-    into the META-INF folder, as Maven does
-  * Add support for running Maven plugins without using the full Maven
-    program. Great for building core Maven plugins used in the Maven
-    build itself.
-  * Add Recommends on libmaven2-core-java and maven-repo-helper as those
-    are used in optional parts of maven-build.xml
-
- -- Ludovic Claude <ludovic.claude at laposte.net>  Mon, 30 Mar 2009 18:11:32 +0100
-
-maven-ant-helper (4) experimental; urgency=low
-
-  * Update modello ant task to support the new modello package.
-  * Add myself to Uploaders.
-  * Add Homepage and Vcs headers in debian/control.
-  * Bump up Standards-Version: 3.8.0.
-  * Do no longer quote the full text of the Apache license in
-    debian/copyright.
-  * Add a copyright statement.
-
- -- Torsten Werner <twerner at debian.org>  Wed, 07 Jan 2009 20:07:51 +0100
-
-maven-ant-helper (3) unstable; urgency=low
-
-  * Changed "Depends: libmodello-java" to a "Recommends".
-    - Some clients may not use the Modello Ant task.
-
- -- Paul Cager <paul-debian at home.paulcager.org>  Fri, 15 Jun 2007 21:53:48 +0100
-
-maven-ant-helper (2) unstable; urgency=low
-
-  * Initial public release (Closes: #428643)
-  
-  * Changes following review by Michael Koch:
-    - Copyright file changed to follow dh_make's format.
-    - Version number changed to single integer.
-    - Ported to CDBS format.
-    - Created ITP closed by this upload.
-
-  * Added brief usage notes in README.
-
- -- Paul Cager <paul-debian at home.paulcager.org>  Wed, 13 Jun 2007 11:03:27 +0100
-
-maven-ant-helper (1.0) unstable; urgency=low
-
-  * Initial Release to pkg-java project.
-
- -- Trygve Laugstol <trygvis at inamo.no>  Sun, 27 May 2007 03:30:35 +0200

Copied: tags/maven-ant-helper/7.1/debian/changelog (from rev 13153, trunk/maven-ant-helper/debian/changelog)
===================================================================
--- tags/maven-ant-helper/7.1/debian/changelog	                        (rev 0)
+++ tags/maven-ant-helper/7.1/debian/changelog	2010-12-05 19:19:22 UTC (rev 13155)
@@ -0,0 +1,164 @@
+maven-ant-helper (7.1) experimental; urgency=low
+
+  [ Ludovic Claude ]
+  * Add a javadoc-jar target which generates a jar file containing the javadoc
+  * Add a default build-all target which can run the build and optionally
+    generate javadoc and its jar if generate.javadoc property is set
+
+  [ Damien Raude-Morvan ]
+  * d/rules: Remove simple-patchsys.mk since d/source/format is 3.0 (native).
+  * d/control, d/compat: Bump debhelper compat level to 7.
+  * d/control: Add myself as Uploaders.
+
+ -- Damien Raude-Morvan <drazzib at debian.org>  Sun, 05 Dec 2010 20:01:13 +0100
+
+maven-ant-helper (7.0) experimental; urgency=low
+
+  * Update Standards-Version to 3.9.1, use source format 3.0 (native)  
+  * Use default-jdk-doc instead of openjdk-6-doc when linking
+    Javadoc files (Closes: #587361)
+  * d/control: add Suggests: default-jdk-doc, move all Recommends: to Suggest
+    as they are not needed except when Maven is called within the Ant build,
+    add maven-repo-helper to Depends as it's now always used from the jar task
+  * maven-build.xml: add -N option to Maven to avoid recursive actions,
+    reorder actions in mvn-package and give to the POMCleaner the location
+    of the local Maven repository which can be used when deciding when to
+    replace a parent version by a its symbolic version (fixes
+    maven-debian-helper build),
+    add local-install and package-and-local-install target to deal with
+    composite projects which need to install some of their build elements in
+    the local repository, for consuption by other parts of the build,
+    deprecate passing the 'version' variable to Ant as it's read from the POM file,
+    remove macro prepare-package-list, update paths to the JDK docs.
+ 
+ -- Ludovic Claude <ludovic.claude at laposte.net>  Thu, 14 Oct 2010 00:08:38 +0200
+
+maven-ant-helper (6.8) unstable; urgency=low
+
+  * Use default-jdk-doc instead of openjdk-6-doc when linking
+    Javadoc files
+
+ -- Ludovic Claude <ludovic.claude at laposte.net>  Sun, 28 Mar 2010 21:55:57 +0200
+
+maven-ant-helper (6.7) unstable; urgency=low
+
+  * Do no longer <gunzip/> the package-list file from openjdk-6-doc.
+    (Closes: #573660)
+
+ -- Torsten Werner <twerner at debian.org>  Sat, 13 Mar 2010 10:24:35 +0100
+
+maven-ant-helper (6.6) unstable; urgency=low
+
+  * Revert previous change as openjdk6-doc is not required
+    for most builds. Update the affected packages in a
+    separate update.
+  * Bump up Standards-Version to 3.8.3, no changes
+
+ -- Ludovic Claude <ludovic.claude at laposte.net>  Wed, 02 Sep 2009 21:22:49 +0100
+
+maven-ant-helper (6.5) unstable; urgency=low
+
+  * Add Build-Depends: openjdk-6-doc to fix build errors. (Closes: #543106,
+    #543112, #543115, #543116)
+
+ -- Torsten Werner <twerner at debian.org>  Sun, 23 Aug 2009 10:13:54 +0200
+
+maven-ant-helper (6.4) unstable; urgency=low
+
+  * Upload to unstable.
+
+ -- Torsten Werner <twerner at debian.org>  Sun, 09 Aug 2009 13:04:01 +0200
+
+maven-ant-helper (6.3) experimental; urgency=low
+
+  * Update Standards-Version to 3.8.2
+  * Add ant and ant-optional to Depends:
+  * Add more Suggest: packages (libmaven-plugin-plugin-java and
+    libplexus-components-metadata-java as they provide useful
+    Maven plugin often used in the build)
+  * Add support for linking generated Javadoc to other 
+    documented libraries.
+
+ -- Ludovic Claude <ludovic.claude at laposte.net>  Thu, 16 Jul 2009 22:34:35 +0100
+
+maven-ant-helper (6.2) experimental; urgency=low
+
+  * Fix a bug introduced by previous version. It was affecting
+    only the builds which execute a Maven plugin.
+  * Add more workaround to use gcj with maven-ant-helper, this time
+    avoid using gnu xml stream when reading XML documents.
+
+ -- Ludovic Claude <ludovic.claude at laposte.net>  Wed, 08 Jul 2009 23:41:02 +0100
+
+maven-ant-helper (6.1) unstable; urgency=low
+
+  * Provide a workaround to use gcj with maven-ant-helper
+
+ -- Ludovic Claude <ludovic.claude at laposte.net>  Tue, 07 Jul 2009 22:46:18 +0100
+
+maven-ant-helper (6) unstable; urgency=low
+
+  * Add support for custom manifest
+
+ -- Ludovic Claude <ludovic.claude at laposte.net>  Tue, 07 Jul 2009 19:46:22 +0100
+
+maven-ant-helper (5) unstable; urgency=low
+
+  * Change section to java, bump up Standards-Version: 3.8.1.
+  * Add myself to uploaders
+  * Add a Build-Depends-Indep dependency on ${misc:Depends}
+  * Fix ModelloTask to work with modello >= 1.0, add new properties
+    useJava5 and encoding. 
+  * maven-build.xml: add build.javaVersion property to allow
+    building Java 1.5 sources with this script, defaults to 1.4,
+    fix javadoc target to use any packages under the current sources
+  * Change the dependency on java-gcj to default-jdk (Closes: #526298)
+  * Support optional source folders
+  * Use maven-repo-helper to clean and include the pom information
+    into the META-INF folder, as Maven does
+  * Add support for running Maven plugins without using the full Maven
+    program. Great for building core Maven plugins used in the Maven
+    build itself.
+  * Add Recommends on libmaven2-core-java and maven-repo-helper as those
+    are used in optional parts of maven-build.xml
+
+ -- Ludovic Claude <ludovic.claude at laposte.net>  Mon, 30 Mar 2009 18:11:32 +0100
+
+maven-ant-helper (4) experimental; urgency=low
+
+  * Update modello ant task to support the new modello package.
+  * Add myself to Uploaders.
+  * Add Homepage and Vcs headers in debian/control.
+  * Bump up Standards-Version: 3.8.0.
+  * Do no longer quote the full text of the Apache license in
+    debian/copyright.
+  * Add a copyright statement.
+
+ -- Torsten Werner <twerner at debian.org>  Wed, 07 Jan 2009 20:07:51 +0100
+
+maven-ant-helper (3) unstable; urgency=low
+
+  * Changed "Depends: libmodello-java" to a "Recommends".
+    - Some clients may not use the Modello Ant task.
+
+ -- Paul Cager <paul-debian at home.paulcager.org>  Fri, 15 Jun 2007 21:53:48 +0100
+
+maven-ant-helper (2) unstable; urgency=low
+
+  * Initial public release (Closes: #428643)
+  
+  * Changes following review by Michael Koch:
+    - Copyright file changed to follow dh_make's format.
+    - Version number changed to single integer.
+    - Ported to CDBS format.
+    - Created ITP closed by this upload.
+
+  * Added brief usage notes in README.
+
+ -- Paul Cager <paul-debian at home.paulcager.org>  Wed, 13 Jun 2007 11:03:27 +0100
+
+maven-ant-helper (1.0) unstable; urgency=low
+
+  * Initial Release to pkg-java project.
+
+ -- Trygve Laugstol <trygvis at inamo.no>  Sun, 27 May 2007 03:30:35 +0200

Deleted: tags/maven-ant-helper/7.1/debian/compat
===================================================================
--- trunk/maven-ant-helper/debian/compat	2010-12-05 19:08:43 UTC (rev 13152)
+++ tags/maven-ant-helper/7.1/debian/compat	2010-12-05 19:19:22 UTC (rev 13155)
@@ -1 +0,0 @@
-5

Copied: tags/maven-ant-helper/7.1/debian/compat (from rev 13153, trunk/maven-ant-helper/debian/compat)
===================================================================
--- tags/maven-ant-helper/7.1/debian/compat	                        (rev 0)
+++ tags/maven-ant-helper/7.1/debian/compat	2010-12-05 19:19:22 UTC (rev 13155)
@@ -0,0 +1 @@
+7

Deleted: tags/maven-ant-helper/7.1/debian/control
===================================================================
--- trunk/maven-ant-helper/debian/control	2010-12-05 19:08:43 UTC (rev 13152)
+++ tags/maven-ant-helper/7.1/debian/control	2010-12-05 19:19:22 UTC (rev 13155)
@@ -1,27 +0,0 @@
-Source: maven-ant-helper
-Section: java
-Priority: extra
-Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Trygve Laugstøl <trygvis at inamo.no>, Paul Cager <paul-debian at home.paulcager.org>, 
- Torsten Werner <twerner at debian.org>, Ludovic Claude <ludovic.claude at laposte.net>
-Build-Depends: debhelper (>= 5), cdbs (>= 0.4.5.3), default-jdk
-Build-Depends-Indep: ant, ant-optional, ant-contrib
-Standards-Version: 3.9.1
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-ant-helper
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-ant-helper/
-Homepage: http://svn.debian.org/wsvn/pkg-java/trunk/maven-ant-helper
-
-Package: maven-ant-helper
-Architecture: all
-Section: java
-Depends: ${misc:Depends}, ant, ant-optional, ant-contrib, maven-repo-helper (>= 1.4)
-Suggests: default-jdk-doc, libmodello-java (>= 1.0), libmaven2-core-java, 
- libmaven-plugin-tools-java, libplexus-component-metadata-java
-Description: helper scripts for building Maven components with ant
- An environment that can be used to simplify the creation of Debian packages
- to support the Maven system. A "modello" ant task is also provided.
- . 
- maven-build.xml attempts to reproduce the Maven build life-cycle.
- You can use it to build your jar or javadoc. If you have libmaven2-core-java
- installed, you can even use it to launch some Maven plugins to generate 
- some code.

Copied: tags/maven-ant-helper/7.1/debian/control (from rev 13153, trunk/maven-ant-helper/debian/control)
===================================================================
--- tags/maven-ant-helper/7.1/debian/control	                        (rev 0)
+++ tags/maven-ant-helper/7.1/debian/control	2010-12-05 19:19:22 UTC (rev 13155)
@@ -0,0 +1,27 @@
+Source: maven-ant-helper
+Section: java
+Priority: extra
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Trygve Laugstøl <trygvis at inamo.no>, Paul Cager <paul-debian at home.paulcager.org>, 
+ Torsten Werner <twerner at debian.org>, Ludovic Claude <ludovic.claude at laposte.net>,
+ Damien Raude-Morvan <drazzib at debian.org>
+Build-Depends: debhelper (>= 7), cdbs (>= 0.4.5.3), default-jdk
+Build-Depends-Indep: ant, ant-optional, ant-contrib
+Standards-Version: 3.9.1
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-ant-helper
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-ant-helper/
+Homepage: http://svn.debian.org/wsvn/pkg-java/trunk/maven-ant-helper
+
+Package: maven-ant-helper
+Architecture: all
+Depends: ${misc:Depends}, ant, ant-optional, ant-contrib, maven-repo-helper (>= 1.4)
+Suggests: default-jdk-doc, libmodello-java (>= 1.0), libmaven2-core-java, 
+ libmaven-plugin-tools-java, libplexus-component-metadata-java
+Description: helper scripts for building Maven components with ant
+ An environment that can be used to simplify the creation of Debian packages
+ to support the Maven system. A "modello" ant task is also provided.
+ . 
+ maven-build.xml attempts to reproduce the Maven build life-cycle.
+ You can use it to build your jar or javadoc. If you have libmaven2-core-java
+ installed, you can even use it to launch some Maven plugins to generate 
+ some code.

Deleted: tags/maven-ant-helper/7.1/debian/rules
===================================================================
--- trunk/maven-ant-helper/debian/rules	2010-12-05 19:08:43 UTC (rev 13152)
+++ tags/maven-ant-helper/7.1/debian/rules	2010-12-05 19:19:22 UTC (rev 13155)
@@ -1,22 +0,0 @@
-#!/usr/bin/make -f
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/ant.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
-
-PACKAGE              := $(shell dpkg-parsechangelog | egrep '^Source:' | cut -f2 -d' ')
-VERSION              := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f2 -d' ')
-JAVA_HOME            := /usr/lib/jvm/default-java
-DEB_JARS             := $(ANT_HOME)/lib/ant-launcher.jar $(ANT_HOME)/lib/ant-trax.jar xalan2 
-DEB_ANT_BUILD_TARGET := package
-DEB_ANT_BUILDFILE    := ./debian/build.xml
-DEB_ANT_ARGS         := -DartifactId=$(PACKAGE) -Dpackage=$(PACKAGE) -Dversion=$(VERSION) -propertyfile debian/build.properties
-
-binary-post-install/$(PACKAGE)::
-	dh_install build/$(PACKAGE)-$(VERSION).jar usr/share/java
-	dh_link usr/share/java/$(PACKAGE)-$(VERSION).jar usr/share/java/$(PACKAGE).jar
-	dh_installdirs -A usr/share/maven-ant-helper
-	dh_install maven-build.xml usr/share/maven-ant-helper
-	dh_install maven-defaults.properties usr/share/maven-ant-helper
-	dh_install manifest.mf usr/share/maven-ant-helper
-	dh_install bootstrap usr/share/maven-ant-helper

Copied: tags/maven-ant-helper/7.1/debian/rules (from rev 13153, trunk/maven-ant-helper/debian/rules)
===================================================================
--- tags/maven-ant-helper/7.1/debian/rules	                        (rev 0)
+++ tags/maven-ant-helper/7.1/debian/rules	2010-12-05 19:19:22 UTC (rev 13155)
@@ -0,0 +1,21 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/ant.mk
+
+PACKAGE              := $(shell dpkg-parsechangelog | egrep '^Source:' | cut -f2 -d' ')
+VERSION              := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f2 -d' ')
+JAVA_HOME            := /usr/lib/jvm/default-java
+DEB_JARS             := $(ANT_HOME)/lib/ant-launcher.jar $(ANT_HOME)/lib/ant-trax.jar xalan2 
+DEB_ANT_BUILD_TARGET := package
+DEB_ANT_BUILDFILE    := ./debian/build.xml
+DEB_ANT_ARGS         := -DartifactId=$(PACKAGE) -Dpackage=$(PACKAGE) -Dversion=$(VERSION) -propertyfile debian/build.properties
+
+binary-post-install/$(PACKAGE)::
+	dh_install build/$(PACKAGE)-$(VERSION).jar usr/share/java
+	dh_link usr/share/java/$(PACKAGE)-$(VERSION).jar usr/share/java/$(PACKAGE).jar
+	dh_installdirs -A usr/share/maven-ant-helper
+	dh_install maven-build.xml usr/share/maven-ant-helper
+	dh_install maven-defaults.properties usr/share/maven-ant-helper
+	dh_install manifest.mf usr/share/maven-ant-helper
+	dh_install bootstrap usr/share/maven-ant-helper




More information about the pkg-java-commits mailing list