[libcommons-codec-java] 03/06: Set the build variable component.version explicitly

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Apr 28 16:52:25 UTC 2015


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

ebourg-guest pushed a commit to branch master
in repository libcommons-codec-java.

commit 9436e5a68ddb9106ef6b97a673cf7123c9ec811f
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Tue Apr 28 18:13:05 2015 +0200

    Set the build variable component.version explicitly
---
 debian/changelog | 1 +
 debian/rules     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index b10290e..9726bc6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ libcommons-codec-java (1.10-1) UNRELEASED; urgency=medium
 
   * New upstream release
     - Updated the OSGi metadata in debian/MANIFEST.MF
+  * debian/rules: Set the build variable component.version explicitly
   * Moved the package to Git
 
  -- Emmanuel Bourg <ebourg at apache.org>  Tue, 28 Apr 2015 15:47:03 +0200
diff --git a/debian/rules b/debian/rules
index 18ecff1..e03ce8b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,7 @@ DEB_JARS                   := ant-nodeps junit4 ant-junit4 ant-junit
 DEB_ANT_BUILD_TARGET       := dist
 DEB_ANT_CHECK_TARGET       := test
 DEB_INSTALL_CHANGELOGS_ALL := RELEASE-NOTES.txt
+DEB_ANT_ARGS = -Dcomponent.version=$(DEB_UPSTREAM_VERSION)
 
 binary-post-install/$(PACKAGE)::
 	mh_installpoms -p$(PACKAGE)

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



More information about the pkg-java-commits mailing list