[maven-filtering] 12/32: * Add myself to Uploaders. * Bump Standards-Version to 3.9.2: no changes needed. * Fix FTBFS: remove version param (deprecated in debian-ant-helper) and use POM version (Closes: #628343). * Use mh_clean in clean rule. * Bump to debhelper 7 compat level. * Switch to source format 3.0 (quilt).

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Jul 17 15:57:11 UTC 2017


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository maven-filtering.

commit a037a9d34e6a78fd4fa628012fef62688c75dc90
Author: Damien Raude-Morvan <drazzib at debian.org>
Date:   Sun May 29 11:37:55 2011 +0000

    * Add myself to Uploaders.
    * Bump Standards-Version to 3.9.2: no changes needed.
    * Fix FTBFS: remove version param (deprecated in debian-ant-helper)
      and use POM version (Closes: #628343).
    * Use mh_clean in clean rule.
    * Bump to debhelper 7 compat level.
    * Switch to source format 3.0 (quilt).
---
 debian/changelog     | 12 ++++++++++++
 debian/compat        |  2 +-
 debian/control       |  8 ++++----
 debian/rules         |  6 +++---
 debian/source/format |  1 +
 5 files changed, 21 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 02225b4..a929f1a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+maven-filtering (1.0~beta-2-5) unstable; urgency=low
+
+  * Add myself to Uploaders.
+  * Bump Standards-Version to 3.9.2: no changes needed.
+  * Fix FTBFS: remove version param (deprecated in debian-ant-helper)
+    and use POM version (Closes: #628343).
+  * Use mh_clean in clean rule.
+  * Bump to debhelper 7 compat level.
+  * Switch to source format 3.0 (quilt).
+
+ -- Damien Raude-Morvan <drazzib at debian.org>  Sun, 29 May 2011 13:33:44 +0200
+
 maven-filtering (1.0~beta-2-4) unstable; urgency=low
 
   * Bump up Standards-Version to 3.8.3
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..7f8f011 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+7
diff --git a/debian/control b/debian/control
index a10469d..f493fc5 100644
--- a/debian/control
+++ b/debian/control
@@ -2,13 +2,13 @@ Source: maven-filtering
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Torsten Werner <twerner at debian.org>
-Build-Depends: default-jdk, debhelper (>= 5), cdbs
+Uploaders: Torsten Werner <twerner at debian.org>, Damien Raude-Morvan <drazzib at debian.org>
+Build-Depends: default-jdk, debhelper (>= 7), cdbs
 Build-Depends-Indep: maven-repo-helper, maven-ant-helper (>> 4), ant, ant-optional,
  junit,
  libmaven2-core-java, libplexus-container-default-java, 
  libplexus-interpolation-java (>= 1.6), libplexus-utils-java (>= 1.5.6),
-Standards-Version: 3.8.3
+Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-filtering
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-filtering/
 Homepage: http://maven.apache.org/shared/maven-filtering/
@@ -33,5 +33,5 @@ Description: Maven Filtering
     * Providing guidelines for best practices development
     * Allowing transparent migration to new features
  .
- This packages provides a shared component for all Maven plugins which needs to
+ This package provides a shared component for all Maven plugins which needs to
  filter resources.
diff --git a/debian/rules b/debian/rules
index ca2b7eb..093447b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,13 +4,13 @@ include /usr/share/cdbs/1/rules/debhelper.mk
 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/~/-/")
 JAVA_HOME            := /usr/lib/jvm/default-java
 DEB_JARS             := ant-nodeps maven-core maven-project maven-model \
   plexus-container-default-alpha plexus-interpolation plexus-utils junit
 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             := target/api
 
 get-orig-source:
@@ -25,7 +25,7 @@ binary-post-install/lib$(PACKAGE)-java::
 	mh_installjar -plib$(PACKAGE)-java -l pom.xml target/$(PACKAGE)-$(VERSION).jar
 
 clean::
-	-rm -rf debian/tmp
+	mh_clean
 
 # Extract generated plexus components.xml files from a standard Maven build
 copy-plexus-components: target/classes/META-INF/plexus/components.xml
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-filtering.git



More information about the pkg-java-commits mailing list