[pkg-java] r13270 - in tags/maven-debian-helper: . 1.4.1/debian
Torsten Werner
twerner at alioth.debian.org
Wed Feb 9 20:52:45 UTC 2011
Author: twerner
Date: 2011-02-09 20:52:37 +0000 (Wed, 09 Feb 2011)
New Revision: 13270
Added:
tags/maven-debian-helper/1.4.1/
tags/maven-debian-helper/1.4.1/debian/changelog
Removed:
tags/maven-debian-helper/1.4.1/debian/changelog
Log:
[svn-buildpackage] Tagging maven-debian-helper 1.4.1
Deleted: tags/maven-debian-helper/1.4.1/debian/changelog
===================================================================
--- trunk/maven-debian-helper/debian/changelog 2011-02-09 20:40:55 UTC (rev 13268)
+++ tags/maven-debian-helper/1.4.1/debian/changelog 2011-02-09 20:52:37 UTC (rev 13270)
@@ -1,234 +0,0 @@
-maven-debian-helper (1.4) experimental; urgency=low
-
- * d/control: Add Recommends on devscripts (which provides licensecheck)
- * mh_make:
- - Improve generated copyright
- - Fix generated rules for a build using ant
- - When ignoring dependencies, don't fail the build
- - When ant is used as the build tool, generate the build.xml file
- required for multi projects.
- - use licensecheck as an additional source of information for licenses
-
- -- Ludovic Claude <ludovic.claude at laposte.net> Fri, 12 Nov 2010 12:26:37 +0100
-
-maven-debian-helper (1.3) experimental; urgency=low
-
- * ${maven:Depends} and similar substitution vars: add
- version constraints when possible
- * Use dpkg to resolve the dependent packages in ${maven:DocDepends}
- (Closes: #588114)
- * Use dpkg to search for the documentation package (Closes: #588114)
- * mh_make: suggest installing missing dependencies which are not ignored
- during the build
- * add property debian.hasPackageVersion property, if true in the
- repository POM then other packages depending on a POM with this property on
- will have an addition version constraint generated in ${maven:Depends}
- * mh_make: detect when debian.hasPackageVersion can be used, ask for the
- upstream version of the package for confirmation.
- * d/control: add Recommends: on subversion as it's used by mh_make,
- add Build-Depends on libmaven-plugin-tools-java and junit
- * d/build.xml: fix build when previous versions of this package are
- not already installed on the system.
- * d/rules: use debian/.mh instead of debian/tmp as temp directory to better
- comply with Debian policy.
-
- -- Ludovic Claude <ludovic.claude at laposte.net> Wed, 29 Sep 2010 00:17:34 +0200
-
-maven-debian-helper (1.2) unstable; urgency=low
-
- [ Ludovic Claude ]
- * debian/control: Update Standards-Version to 3.9.1, no changes
- * mh_make: fix issue when no-parent option is needed. Thanks Torsten
- for the report (Closes: #591513)
- * mh_make: assist with the rules to transform the versions
- * mh_make: use existing package.poms files if any
- * maven.mk: all rules in maven.ignoreRules are also used during the
- clean phase, so there is no need to duplicate them in
- maven.cleanIgnoreRules also.
-
- [ Damien Raude-Morvan ]
- * DependenciesSolver: Fix ClassCastException when using mh_make.
-
- -- Ludovic Claude <ludovic.claude at laposte.net> Thu, 16 Sep 2010 23:28:02 +0200
-
-maven-debian-helper (1.1) unstable; urgency=low
-
- * debian/control: Update Standards-Version to 3.9.0, no changes
- * Fix compilation issues with gcj
- * mh_make:
- - update generated control to use Standards-Version 3.9.0
- - improve useability and recognize more plugins and extensions
- - read existing maven rules in debian folder, don't ask twice the
- same questions.
- * Support installing build artifacts in different packages with the
- --package option in the <package>.poms file
- * Add mvn-build to phony rules to avoid creating a file called
- mvn-build during the build (Closes: #589635)
-
- -- Ludovic Claude <ludovic.claude at laposte.net> Mon, 28 Jun 2010 23:10:50 +0200
-
-maven-debian-helper (1.0) unstable; urgency=low
-
- * debian/control:
- - replace Depends: on openjdk-6-jre | java2-runtime by default-jdk
- - remove Conflits: on old maven-debian-helper as there is already
- a version constraint for a new version of this package.
- * mh_make:
- - supports checking out code from the svn of dev.java.net
- - use upstream copyright when available for debian/* files
- - update Standards version, generate with source 3.0 (quilt) package
- format
- - mh_make --from-svn: improve package name proposal for URLs
- containing /tags/
- - ask to ignore missing dependencies
- * maven.mk:
- - add before-mvn-build:: and after-mvn-build:: targets
- to be able to insert custom actions before and after running the Maven
- build
- - add DEB_MAVEN_INSTALL_TO_USJ variable. Set this variable to false to
- prevent maven.mk to install the jars in /usr/share/java. This
- variable defaults to true.
- - add call to mh_clean to remove temporary files
- * Add -Duse.maven.repo.local option to maven-debian-plugin:install
- and install-doc to give the option to deploy artifacts on the
- local (and temporary) Maven repository used by the Debian build
- Typical use-case: bootstrapping the build of a project with
- some artifacts of the project pre-built and installed in the tmp repo
- before the normal build is executed. See the antlr3 package for an example
- * SysInstallMojo: clean the target directory before an installation if the
- directory is a symlink that was created by copy-repo.sh
-
- -- Ludovic Claude <ludovic.claude at laposte.net> Sun, 16 May 2010 14:42:29 +0200
-
-maven-debian-helper (0.12) unstable; urgency=low
-
- * SysInstallDocMojo: Fix methods override to install -javadoc JAR flavors.
-
- -- Damien Raude-Morvan <drazzib at debian.org> Mon, 05 Apr 2010 23:46:22 +0200
-
-maven-debian-helper (0.11) unstable; urgency=low
-
- * SysInstallMojo: Read generated pom.properties after POMCleaner
- calls to allow changing groupId and artifactId inside maven.rules
- (trying to mimic mh_installpom/mh_installjar behavior)
- * Switch to 3.0 (native) source format
-
- -- Damien Raude-Morvan <drazzib at debian.org> Mon, 05 Apr 2010 21:48:23 +0200
-
-maven-debian-helper (0.10) unstable; urgency=low
-
- * Add --non-interactive option to mh_lspoms and use it
- in maven.mk to avoid asking questions during a build
- (Closes: #574399)
-
- -- Ludovic Claude <ludovic.claude at laposte.net> Wed, 24 Mar 2010 23:48:29 +0100
-
-maven-debian-helper (0.9) unstable; urgency=low
-
- * maven-vars.mk: Fix detection of DEB_DOC_PACKAGE
- Only exclude first exact match from dh_listpackages result
- instead of all packages which contains main package name.
- * maven.mk: Pass DEB_DOC_PACKAGE when invoke DEB_MAVEN_DOC_TARGET.
-
- -- Damien Raude-Morvan <drazzib at debian.org> Mon, 01 Mar 2010 21:22:34 +0100
-
-maven-debian-helper (0.8) unstable; urgency=low
-
- * mh_make falls back on EMAIL when DEBEMAIL is not set
- * mh_make handles better multi projects
- * mh_make generates projects following the Debian 3.8.3 policy
- * Documentation improvements
- * maven.mk: unpatch the poms in cleanbuilddir, to have a good
- clean sequence when maven.mk is used with a patch system -
- clean target -> mvn clean -> rm tmp files -> unpatch pom files
- -> unpatch files with patch system
- * Read rules from the Maven repository to force the version of
- Maven plugins to be the same as in the repository
- * maven.mk removes some elements from the POM files when their
- use is against the Debian policy (<repositories> as they
- imply downloading artifacts from the Internet,
- <distributionManagement> as it implies publishing on the net
- or in a location not controlled by Debian) or when they are
- not needed and risk pulling out unwanted dependencies
- (<reports> which is not used if a documentation package is
- not generated)
- * maven.mk adds a patch to Maven to disable using the
- maven-site-plugin when no documentation package is generated.
- This helps to reduce the amount of build dependencies
-
- -- Ludovic Claude <ludovic.claude at laposte.net> Mon, 04 Jan 2010 23:13:29 +0100
-
-maven-debian-helper (0.7) unstable; urgency=low
-
- [Ludovic Claude]
- * Make the package more version agnostic. Versions are discovered
- at runtime
- * mh_make has a new option, --from-svn, to download automatically
- the sources from a SVN repository and generate the Debian packaging
- for the project.
- * Add apt-file to Recommends: as it's used by mh_lspoms
- (Closes: #542511)
-
- [Michael Koch]
- * Add Recommends: apt-file to maven-debian-helper (Closes: #542511).
- * Build-Depends on debhelper (>= 7).
- * Added myself to Uploaders.
- * Updated Standards-Version to 3.8.3.
-
- -- Ludovic Claude <ludovic.claude at laposte.net> Thu, 17 Dec 2009 20:09:00 +0100
-
-maven-debian-helper (0.6) unstable; urgency=low
-
- * Update everything to version 0.6 because 2 scripts have still been at
- version 0.4. We should make the package more version agnostic.
-
- -- Torsten Werner <twerner at debian.org> Sun, 16 Aug 2009 15:18:57 +0200
-
-maven-debian-helper (0.5) unstable; urgency=low
-
- * Update Standards-Version to 3.8.2
- * Follow the new convention for Javadoc:
- javadoc in /usr/share/doc/package/api even if it's in package-doc
-
- -- Ludovic Claude <ludovic.claude at laposte.net> Sun, 02 Aug 2009 11:42:31 +0100
-
-maven-debian-helper (0.4) experimental; urgency=low
-
- [Ludovic Claude]
- * Add myself to Uploaders
- * Use maven-ant-helper for the build instead of recursively building
- this package with itself (which required an ugly bootstrap script)
- * Integrate the cdbs helper with maven-repo-helper, this unifies the
- way the Maven repository is used, and simplifies the job of the
- packager as maven-repo-helper takes care of most POM patching work.
- * Use default-jdk for the build
- * Change section to java, update Standards-Version to 3.8.1
- * Generate Javadoc API automatically.
- * Add mh_make tool to generate Debian packaging automatically from
- a Maven project.
-
- [Torsten Werner]
- * Implement pom faking.
-
- -- Ludovic Claude <ludovic.claude at laposte.net> Tue, 14 Jul 2009 20:17:16 +0100
-
-maven-debian-helper (0.3) unstable; urgency=low
-
- * Implement better exception handling.
- * Create our own maven repository during build time.
- * Set version for non plugins to '[$version]' instead of '$version' only.
-
- -- Torsten Werner <twerner at debian.org> Sun, 25 Jan 2009 23:16:20 +0100
-
-maven-debian-helper (0.2) unstable; urgency=low
-
- * Rename the bootstrap script.
- * Add a manpage for mvn-debian.
-
- -- Torsten Werner <twerner at debian.org> Sat, 17 Jan 2009 12:13:35 +0100
-
-maven-debian-helper (0.1) unstable; urgency=low
-
- * Initial release. (Closes: #508511)
-
- -- Torsten Werner <twerner at debian.org> Mon, 05 Jan 2009 11:47:25 +0100
Copied: tags/maven-debian-helper/1.4.1/debian/changelog (from rev 13269, trunk/maven-debian-helper/debian/changelog)
===================================================================
--- tags/maven-debian-helper/1.4.1/debian/changelog (rev 0)
+++ tags/maven-debian-helper/1.4.1/debian/changelog 2011-02-09 20:52:37 UTC (rev 13270)
@@ -0,0 +1,240 @@
+maven-debian-helper (1.4.1) unstable; urgency=low
+
+ * Upload to unstable.
+
+ -- Torsten Werner <twerner at debian.org> Wed, 09 Feb 2011 21:42:36 +0100
+
+maven-debian-helper (1.4) experimental; urgency=low
+
+ * d/control: Add Recommends on devscripts (which provides licensecheck)
+ * mh_make:
+ - Improve generated copyright
+ - Fix generated rules for a build using ant
+ - When ignoring dependencies, don't fail the build
+ - When ant is used as the build tool, generate the build.xml file
+ required for multi projects.
+ - use licensecheck as an additional source of information for licenses
+
+ -- Ludovic Claude <ludovic.claude at laposte.net> Fri, 12 Nov 2010 12:26:37 +0100
+
+maven-debian-helper (1.3) experimental; urgency=low
+
+ * ${maven:Depends} and similar substitution vars: add
+ version constraints when possible
+ * Use dpkg to resolve the dependent packages in ${maven:DocDepends}
+ (Closes: #588114)
+ * Use dpkg to search for the documentation package (Closes: #588114)
+ * mh_make: suggest installing missing dependencies which are not ignored
+ during the build
+ * add property debian.hasPackageVersion property, if true in the
+ repository POM then other packages depending on a POM with this property on
+ will have an addition version constraint generated in ${maven:Depends}
+ * mh_make: detect when debian.hasPackageVersion can be used, ask for the
+ upstream version of the package for confirmation.
+ * d/control: add Recommends: on subversion as it's used by mh_make,
+ add Build-Depends on libmaven-plugin-tools-java and junit
+ * d/build.xml: fix build when previous versions of this package are
+ not already installed on the system.
+ * d/rules: use debian/.mh instead of debian/tmp as temp directory to better
+ comply with Debian policy.
+
+ -- Ludovic Claude <ludovic.claude at laposte.net> Wed, 29 Sep 2010 00:17:34 +0200
+
+maven-debian-helper (1.2) unstable; urgency=low
+
+ [ Ludovic Claude ]
+ * debian/control: Update Standards-Version to 3.9.1, no changes
+ * mh_make: fix issue when no-parent option is needed. Thanks Torsten
+ for the report (Closes: #591513)
+ * mh_make: assist with the rules to transform the versions
+ * mh_make: use existing package.poms files if any
+ * maven.mk: all rules in maven.ignoreRules are also used during the
+ clean phase, so there is no need to duplicate them in
+ maven.cleanIgnoreRules also.
+
+ [ Damien Raude-Morvan ]
+ * DependenciesSolver: Fix ClassCastException when using mh_make.
+
+ -- Ludovic Claude <ludovic.claude at laposte.net> Thu, 16 Sep 2010 23:28:02 +0200
+
+maven-debian-helper (1.1) unstable; urgency=low
+
+ * debian/control: Update Standards-Version to 3.9.0, no changes
+ * Fix compilation issues with gcj
+ * mh_make:
+ - update generated control to use Standards-Version 3.9.0
+ - improve useability and recognize more plugins and extensions
+ - read existing maven rules in debian folder, don't ask twice the
+ same questions.
+ * Support installing build artifacts in different packages with the
+ --package option in the <package>.poms file
+ * Add mvn-build to phony rules to avoid creating a file called
+ mvn-build during the build (Closes: #589635)
+
+ -- Ludovic Claude <ludovic.claude at laposte.net> Mon, 28 Jun 2010 23:10:50 +0200
+
+maven-debian-helper (1.0) unstable; urgency=low
+
+ * debian/control:
+ - replace Depends: on openjdk-6-jre | java2-runtime by default-jdk
+ - remove Conflits: on old maven-debian-helper as there is already
+ a version constraint for a new version of this package.
+ * mh_make:
+ - supports checking out code from the svn of dev.java.net
+ - use upstream copyright when available for debian/* files
+ - update Standards version, generate with source 3.0 (quilt) package
+ format
+ - mh_make --from-svn: improve package name proposal for URLs
+ containing /tags/
+ - ask to ignore missing dependencies
+ * maven.mk:
+ - add before-mvn-build:: and after-mvn-build:: targets
+ to be able to insert custom actions before and after running the Maven
+ build
+ - add DEB_MAVEN_INSTALL_TO_USJ variable. Set this variable to false to
+ prevent maven.mk to install the jars in /usr/share/java. This
+ variable defaults to true.
+ - add call to mh_clean to remove temporary files
+ * Add -Duse.maven.repo.local option to maven-debian-plugin:install
+ and install-doc to give the option to deploy artifacts on the
+ local (and temporary) Maven repository used by the Debian build
+ Typical use-case: bootstrapping the build of a project with
+ some artifacts of the project pre-built and installed in the tmp repo
+ before the normal build is executed. See the antlr3 package for an example
+ * SysInstallMojo: clean the target directory before an installation if the
+ directory is a symlink that was created by copy-repo.sh
+
+ -- Ludovic Claude <ludovic.claude at laposte.net> Sun, 16 May 2010 14:42:29 +0200
+
+maven-debian-helper (0.12) unstable; urgency=low
+
+ * SysInstallDocMojo: Fix methods override to install -javadoc JAR flavors.
+
+ -- Damien Raude-Morvan <drazzib at debian.org> Mon, 05 Apr 2010 23:46:22 +0200
+
+maven-debian-helper (0.11) unstable; urgency=low
+
+ * SysInstallMojo: Read generated pom.properties after POMCleaner
+ calls to allow changing groupId and artifactId inside maven.rules
+ (trying to mimic mh_installpom/mh_installjar behavior)
+ * Switch to 3.0 (native) source format
+
+ -- Damien Raude-Morvan <drazzib at debian.org> Mon, 05 Apr 2010 21:48:23 +0200
+
+maven-debian-helper (0.10) unstable; urgency=low
+
+ * Add --non-interactive option to mh_lspoms and use it
+ in maven.mk to avoid asking questions during a build
+ (Closes: #574399)
+
+ -- Ludovic Claude <ludovic.claude at laposte.net> Wed, 24 Mar 2010 23:48:29 +0100
+
+maven-debian-helper (0.9) unstable; urgency=low
+
+ * maven-vars.mk: Fix detection of DEB_DOC_PACKAGE
+ Only exclude first exact match from dh_listpackages result
+ instead of all packages which contains main package name.
+ * maven.mk: Pass DEB_DOC_PACKAGE when invoke DEB_MAVEN_DOC_TARGET.
+
+ -- Damien Raude-Morvan <drazzib at debian.org> Mon, 01 Mar 2010 21:22:34 +0100
+
+maven-debian-helper (0.8) unstable; urgency=low
+
+ * mh_make falls back on EMAIL when DEBEMAIL is not set
+ * mh_make handles better multi projects
+ * mh_make generates projects following the Debian 3.8.3 policy
+ * Documentation improvements
+ * maven.mk: unpatch the poms in cleanbuilddir, to have a good
+ clean sequence when maven.mk is used with a patch system -
+ clean target -> mvn clean -> rm tmp files -> unpatch pom files
+ -> unpatch files with patch system
+ * Read rules from the Maven repository to force the version of
+ Maven plugins to be the same as in the repository
+ * maven.mk removes some elements from the POM files when their
+ use is against the Debian policy (<repositories> as they
+ imply downloading artifacts from the Internet,
+ <distributionManagement> as it implies publishing on the net
+ or in a location not controlled by Debian) or when they are
+ not needed and risk pulling out unwanted dependencies
+ (<reports> which is not used if a documentation package is
+ not generated)
+ * maven.mk adds a patch to Maven to disable using the
+ maven-site-plugin when no documentation package is generated.
+ This helps to reduce the amount of build dependencies
+
+ -- Ludovic Claude <ludovic.claude at laposte.net> Mon, 04 Jan 2010 23:13:29 +0100
+
+maven-debian-helper (0.7) unstable; urgency=low
+
+ [Ludovic Claude]
+ * Make the package more version agnostic. Versions are discovered
+ at runtime
+ * mh_make has a new option, --from-svn, to download automatically
+ the sources from a SVN repository and generate the Debian packaging
+ for the project.
+ * Add apt-file to Recommends: as it's used by mh_lspoms
+ (Closes: #542511)
+
+ [Michael Koch]
+ * Add Recommends: apt-file to maven-debian-helper (Closes: #542511).
+ * Build-Depends on debhelper (>= 7).
+ * Added myself to Uploaders.
+ * Updated Standards-Version to 3.8.3.
+
+ -- Ludovic Claude <ludovic.claude at laposte.net> Thu, 17 Dec 2009 20:09:00 +0100
+
+maven-debian-helper (0.6) unstable; urgency=low
+
+ * Update everything to version 0.6 because 2 scripts have still been at
+ version 0.4. We should make the package more version agnostic.
+
+ -- Torsten Werner <twerner at debian.org> Sun, 16 Aug 2009 15:18:57 +0200
+
+maven-debian-helper (0.5) unstable; urgency=low
+
+ * Update Standards-Version to 3.8.2
+ * Follow the new convention for Javadoc:
+ javadoc in /usr/share/doc/package/api even if it's in package-doc
+
+ -- Ludovic Claude <ludovic.claude at laposte.net> Sun, 02 Aug 2009 11:42:31 +0100
+
+maven-debian-helper (0.4) experimental; urgency=low
+
+ [Ludovic Claude]
+ * Add myself to Uploaders
+ * Use maven-ant-helper for the build instead of recursively building
+ this package with itself (which required an ugly bootstrap script)
+ * Integrate the cdbs helper with maven-repo-helper, this unifies the
+ way the Maven repository is used, and simplifies the job of the
+ packager as maven-repo-helper takes care of most POM patching work.
+ * Use default-jdk for the build
+ * Change section to java, update Standards-Version to 3.8.1
+ * Generate Javadoc API automatically.
+ * Add mh_make tool to generate Debian packaging automatically from
+ a Maven project.
+
+ [Torsten Werner]
+ * Implement pom faking.
+
+ -- Ludovic Claude <ludovic.claude at laposte.net> Tue, 14 Jul 2009 20:17:16 +0100
+
+maven-debian-helper (0.3) unstable; urgency=low
+
+ * Implement better exception handling.
+ * Create our own maven repository during build time.
+ * Set version for non plugins to '[$version]' instead of '$version' only.
+
+ -- Torsten Werner <twerner at debian.org> Sun, 25 Jan 2009 23:16:20 +0100
+
+maven-debian-helper (0.2) unstable; urgency=low
+
+ * Rename the bootstrap script.
+ * Add a manpage for mvn-debian.
+
+ -- Torsten Werner <twerner at debian.org> Sat, 17 Jan 2009 12:13:35 +0100
+
+maven-debian-helper (0.1) unstable; urgency=low
+
+ * Initial release. (Closes: #508511)
+
+ -- Torsten Werner <twerner at debian.org> Mon, 05 Jan 2009 11:47:25 +0100
More information about the pkg-java-commits
mailing list