[pkg-java] r14357 - in tags/maven-debian-helper: . 1.4.4/debian

Damien Raude-Morvan drazzib at alioth.debian.org
Sat Aug 20 14:30:05 UTC 2011


Author: drazzib
Date: 2011-08-20 14:30:05 +0000 (Sat, 20 Aug 2011)
New Revision: 14357

Added:
   tags/maven-debian-helper/1.4.4/
   tags/maven-debian-helper/1.4.4/debian/changelog
   tags/maven-debian-helper/1.4.4/debian/control
Removed:
   tags/maven-debian-helper/1.4.4/debian/changelog
   tags/maven-debian-helper/1.4.4/debian/control
Log:
[svn-buildpackage] Tagging maven-debian-helper 1.4.4

Deleted: tags/maven-debian-helper/1.4.4/debian/changelog
===================================================================
--- trunk/maven-debian-helper/debian/changelog	2011-08-20 11:38:15 UTC (rev 14355)
+++ tags/maven-debian-helper/1.4.4/debian/changelog	2011-08-20 14:30:05 UTC (rev 14357)
@@ -1,290 +0,0 @@
-maven-debian-helper (1.4.4) unstable; urgency=low
-
-  [ Ludovic Claude ]
-  * Move apt-file, devscripts, subversion from Recommends: to Suggests: as
-    they are only required when mh_make is used
-  * mh_make: rescan the Maven repository after the user installs a required package.
-  * mh_resolve_dependencies: Also launch Maven in offline mode
-    (with --offline option) when --offline parameter is used.
-
-  [ Damien Raude-Morvan ]
-  * mh_make: Update debian/copyright template for latest DEP-5 format.
-  * mh_resolve_dependencies: Don't use mvn directly but call to
-    DependenciesSolver main (so packages can have a main pom
-    in other directory than root).
-  * DependenciesSolver: Add new parameters :
-    - --non-explore: doesn't explore directories for pom.xml
-    - --base-directory: path to root directory of package
-  * maven.mk: Send base-directory and non-explore parameters when calling
-    mh_resolve_dependencies.
-
- -- Damien Raude-Morvan <drazzib at debian.org>  Tue, 16 Aug 2011 19:16:25 +0200
-
-maven-debian-helper (1.4.3) unstable; urgency=low
-
-  * DependenciesSolver: Don't use Properties.store() method since
-    it escape some chars (like " >\=") from variables.
-    Replace it with simple FileWriter. Closes: #628272.
-  * SysInstallMojo: Send "--keep-elements" flag to POMCleaner if its
-    set in <pkg>.poms file. Thanks to James Page <james.page at canonical.com>.
-    Closes: #613364
-  * mh_resolve_dependencies: Always launch Maven in offline mode
-    with --offline option (as already done on mh_make). Closes: #629356
-  * SysInstallDocMojo, SysInstallMojo: Drop initProperties method and only rely
-    on Maven mojo attributes injection of "debianPackage" and "destPackage".
-    Closes: #628693.
-  * mh_resolve_dependencies: New --javadoc param, send from maven.mk CDBS file
-    to automatically compute Javadoc dependencies when there is some *-doc
-    package. Closes: #628703.
-
- -- Damien Raude-Morvan <drazzib at debian.org>  Thu, 09 Jun 2011 00:11:08 +0200
-
-maven-debian-helper (1.4.2) unstable; urgency=low
-
-  * mh_resolve_dependencies: Handle --verbose option has described in
-    documentation (it was previously just ignored).
-  * DependenciesSolver: In case we didn't found anything for "jar" type,
-    just check for a "bundle" type inside repository
-
- -- Damien Raude-Morvan <drazzib at debian.org>  Sat, 14 May 2011 22:59:17 +0200
-
-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

Copied: tags/maven-debian-helper/1.4.4/debian/changelog (from rev 14356, trunk/maven-debian-helper/debian/changelog)
===================================================================
--- tags/maven-debian-helper/1.4.4/debian/changelog	                        (rev 0)
+++ tags/maven-debian-helper/1.4.4/debian/changelog	2011-08-20 14:30:05 UTC (rev 14357)
@@ -0,0 +1,293 @@
+maven-debian-helper (1.4.4) unstable; urgency=low
+
+  [ Ludovic Claude ]
+  * Move apt-file, devscripts, subversion from Recommends: to Suggests: as
+    they are only required when mh_make is used
+  * mh_make: rescan the Maven repository after the user installs a
+    required package.
+  * mh_resolve_dependencies: Also launch Maven in offline mode
+    (with --offline option) when --offline parameter is used.
+
+  [ Damien Raude-Morvan ]
+  * Upload to unstable (Closes: #637656).
+  * mh_make: Update debian/copyright template for latest DEP-5 format.
+  * mh_resolve_dependencies: Don't use mvn directly but call to
+    DependenciesSolver main (so packages can have a main pom
+    in other directory than root).
+  * DependenciesSolver: Add new parameters :
+    - --non-explore: doesn't explore directories for pom.xml
+    - --base-directory: path to root directory of package
+  * maven.mk: Send base-directory and non-explore parameters when calling
+    mh_resolve_dependencies.
+  * Bump Standards-Version to 3.9.2: no changes needed.
+
+ -- Damien Raude-Morvan <drazzib at debian.org>  Sat, 20 Aug 2011 16:25:50 +0200
+
+maven-debian-helper (1.4.3) unstable; urgency=low
+
+  * DependenciesSolver: Don't use Properties.store() method since
+    it escape some chars (like " >\=") from variables.
+    Replace it with simple FileWriter. Closes: #628272.
+  * SysInstallMojo: Send "--keep-elements" flag to POMCleaner if its
+    set in <pkg>.poms file. Thanks to James Page <james.page at canonical.com>.
+    Closes: #613364
+  * mh_resolve_dependencies: Always launch Maven in offline mode
+    with --offline option (as already done on mh_make). Closes: #629356
+  * SysInstallDocMojo, SysInstallMojo: Drop initProperties method and only rely
+    on Maven mojo attributes injection of "debianPackage" and "destPackage".
+    Closes: #628693.
+  * mh_resolve_dependencies: New --javadoc param, send from maven.mk CDBS file
+    to automatically compute Javadoc dependencies when there is some *-doc
+    package. Closes: #628703.
+
+ -- Damien Raude-Morvan <drazzib at debian.org>  Thu, 09 Jun 2011 00:11:08 +0200
+
+maven-debian-helper (1.4.2) unstable; urgency=low
+
+  * mh_resolve_dependencies: Handle --verbose option has described in
+    documentation (it was previously just ignored).
+  * DependenciesSolver: In case we didn't found anything for "jar" type,
+    just check for a "bundle" type inside repository
+
+ -- Damien Raude-Morvan <drazzib at debian.org>  Sat, 14 May 2011 22:59:17 +0200
+
+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

Deleted: tags/maven-debian-helper/1.4.4/debian/control
===================================================================
--- trunk/maven-debian-helper/debian/control	2011-08-20 11:38:15 UTC (rev 14355)
+++ tags/maven-debian-helper/1.4.4/debian/control	2011-08-20 14:30:05 UTC (rev 14357)
@@ -1,38 +0,0 @@
-Source: maven-debian-helper
-Section: java
-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>,
- Michael Koch <konqueror at gmx.de>, Damien Raude-Morvan <drazzib at debian.org>
-Build-Depends: cdbs, debhelper (>= 7), default-jdk, maven-ant-helper (>> 6.7), ant-optional, help2man
-Build-Depends-Indep: maven-repo-helper (>= 1.5), junit, libmaven-plugin-tools-java,
- libplexus-velocity-java
-Standards-Version: 3.9.1
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-debian-helper
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-debian-helper/
-Homepage: http://wiki.debian.org/Java/MavenBuilder
-
-Package: maven-debian-helper
-Architecture: all
-Depends: ${misc:Depends}, default-jdk, maven-repo-helper (>= 1.5), maven2 (>= 2.2.1-5),
- libmaven-clean-plugin-java, libmaven-resources-plugin-java,
- libmaven-compiler-plugin-java, libmaven-jar-plugin-java, libmaven-site-plugin-java,
- libsurefire-java, velocity, libplexus-velocity-java
-Suggests: libmaven-javadoc-plugin-java, apt-file, devscripts, subversion
-Description: Helper tools for building Debian packages with Maven
- Maven is a software project management and comprehension tool. Based on the
- concept of a project object model (POM), Maven can manage a project's build,
- reporting and documentation from a central piece of information.
- .
- Maven's primary goal is to allow a developer to comprehend the complete
- state of a development effort in the shortest period of time. In order to
- attain this goal there are several areas of concern that Maven attempts
- to deal with:
- .
-    * Making the build process easy
-    * Providing a uniform build system
-    * Providing quality project information
-    * Providing guidelines for best practices development
-    * Allowing transparent migration to new features
- .
- This package makes it possible to use Maven for building Debian packages.

Copied: tags/maven-debian-helper/1.4.4/debian/control (from rev 14356, trunk/maven-debian-helper/debian/control)
===================================================================
--- tags/maven-debian-helper/1.4.4/debian/control	                        (rev 0)
+++ tags/maven-debian-helper/1.4.4/debian/control	2011-08-20 14:30:05 UTC (rev 14357)
@@ -0,0 +1,38 @@
+Source: maven-debian-helper
+Section: java
+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>,
+ Michael Koch <konqueror at gmx.de>, Damien Raude-Morvan <drazzib at debian.org>
+Build-Depends: cdbs, debhelper (>= 7), default-jdk, maven-ant-helper (>> 6.7), ant-optional, help2man
+Build-Depends-Indep: maven-repo-helper (>= 1.5), junit, libmaven-plugin-tools-java,
+ libplexus-velocity-java
+Standards-Version: 3.9.2
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-debian-helper
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-debian-helper/
+Homepage: http://wiki.debian.org/Java/MavenBuilder
+
+Package: maven-debian-helper
+Architecture: all
+Depends: ${misc:Depends}, default-jdk, maven-repo-helper (>= 1.5), maven2 (>= 2.2.1-5),
+ libmaven-clean-plugin-java, libmaven-resources-plugin-java,
+ libmaven-compiler-plugin-java, libmaven-jar-plugin-java, libmaven-site-plugin-java,
+ libsurefire-java, velocity, libplexus-velocity-java
+Suggests: libmaven-javadoc-plugin-java, apt-file, devscripts, subversion
+Description: Helper tools for building Debian packages with Maven
+ Maven is a software project management and comprehension tool. Based on the
+ concept of a project object model (POM), Maven can manage a project's build,
+ reporting and documentation from a central piece of information.
+ .
+ Maven's primary goal is to allow a developer to comprehend the complete
+ state of a development effort in the shortest period of time. In order to
+ attain this goal there are several areas of concern that Maven attempts
+ to deal with:
+ .
+    * Making the build process easy
+    * Providing a uniform build system
+    * Providing quality project information
+    * Providing guidelines for best practices development
+    * Allowing transparent migration to new features
+ .
+ This package makes it possible to use Maven for building Debian packages.




More information about the pkg-java-commits mailing list