[plexus-ant-factory] 07/19: * 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: #628352). * 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
Tue Aug 29 20:33:12 UTC 2017


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

ebourg-guest pushed a commit to branch master
in repository plexus-ant-factory.

commit 45a5acb7e95e1e992f5aed4f15b2f9021a5f0499
Author: Damien Raude-Morvan <drazzib at debian.org>
Date:   Sun May 29 11:37:48 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: #628352).
    * 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       |  6 +++---
 debian/rules         |  6 +++---
 debian/source/format |  1 +
 5 files changed, 20 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bcb6fb2..fc61f33 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+plexus-ant-factory (1.0~alpha2.1-3) 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: #628352).
+  * 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:41 +0200
+
 plexus-ant-factory (1.0~alpha2.1-2) unstable; urgency=low
 
   * Switch to the new plexus-container package.
diff --git a/debian/compat b/debian/compat
index 1e8b314..7f8f011 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-6
+7
diff --git a/debian/control b/debian/control
index 1e9abbf..289c9c5 100644
--- a/debian/control
+++ b/debian/control
@@ -2,10 +2,10 @@ Source: plexus-ant-factory
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Ludovic Claude <ludovic.claude at laposte.net>
-Build-Depends: debhelper (>= 6), cdbs, default-jdk
+Uploaders: Ludovic Claude <ludovic.claude at laposte.net>, Damien Raude-Morvan <drazzib at debian.org>
+Build-Depends: debhelper (>= 7), cdbs, default-jdk
 Build-Depends-Indep: maven-ant-helper (>> 4), maven-repo-helper, ant, ant-optional, libplexus-container-default-java
-Standards-Version: 3.8.1
+Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/plexus-ant-factory
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/plexus-ant-factory/
 Homepage: http://plexus.codehaus.org/
diff --git a/debian/rules b/debian/rules
index dcf2d7b..1fcb0a0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,12 +4,12 @@ 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/~alpha/-alpha-/")
 JAVA_HOME            := /usr/lib/jvm/default-java
 DEB_JARS             := ant-nodeps plexus-container-default-alpha classworlds plexus-utils 
 DEB_ANT_BUILD_TARGET := package
 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)
 
 get-orig-source:
 	uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename
@@ -19,5 +19,5 @@ binary-post-install/lib$(PACKAGE)-java::
 	mh_installjar -plib$(PACKAGE)-java -l pom.xml build/plexus-ant-factory-$(VERSION).jar
 
 clean::
-	-rm -rf debian/tmp
+	mh_clean
 
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/plexus-ant-factory.git



More information about the pkg-java-commits mailing list