[plexus-bsh-factory] 07/14: * 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: #628345). * 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
Fri Feb 19 16:06:21 GMT 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository plexus-bsh-factory.
commit af41a72c10c2f232e4cf3db5ed83159cc0f39cb9
Author: Damien Raude-Morvan <drazzib at debian.org>
Date: Sun May 29 11:37:36 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: #628345).
* 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 13fa8b3..ecbbdb0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+plexus-bsh-factory (1.0~alpha7-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: #628345).
+ * 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:35 +0200
+
plexus-bsh-factory (1.0~alpha7-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 cb8d1d4..1904fa4 100644
--- a/debian/control
+++ b/debian/control
@@ -2,10 +2,10 @@ Source: plexus-bsh-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, bsh
-Standards-Version: 3.8.1
+Standards-Version: 3.9.2
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/plexus-bsh-factory
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/plexus-bsh-factory/
Homepage: http://plexus.codehaus.org/
diff --git a/debian/rules b/debian/rules
index e6c78c3..5907d42 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 bsh
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-bsh-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-bsh-factory.git
More information about the pkg-java-commits
mailing list