[libcommons-lang-java] 44/51: Transition to bnd 2.1.0
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Fri Jan 12 13:38:37 UTC 2018
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository libcommons-lang-java.
commit c17a88cda947612f8479c5f1a625c1c038c8e35b
Author: Markus Koschany <apo at debian.org>
Date: Thu Jun 4 20:15:28 2015 +0000
Transition to bnd 2.1.0
---
debian/changelog | 8 ++++++++
debian/rules | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 57c879b..923ca13 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libcommons-lang-java (2.6-6) unstable; urgency=medium
+
+ * Team upload.
+ * Transition to bnd 2.1.0. Fix obsolete bnd parameter syntax in
+ debian/rules.
+
+ -- Markus Koschany <apo at gambaru.de> Thu, 04 Jun 2015 22:08:52 +0200
+
libcommons-lang-java (2.6-5) unstable; urgency=medium
[ Emmanuel Bourg ]
diff --git a/debian/rules b/debian/rules
index dcce2f2..ac81b0d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ override_dh_auto_build:
ANT_ARGS="-Dbasedir=$(realpath .) -Djdk.javadoc=file:///usr/share/doc/default-jdk-doc/api/ jar javadoc javadoc-jar" dh_auto_build
cat debian/commons-lang.bnd | sed s/VERSION/$(DEB_UPSTREAM_VERSION)/ > debian/.commons-lang-versioned.bnd
echo debian/.commons-lang-versioned.bnd >> debian/.mh_clean
- bnd wrap -properties debian/.commons-lang-versioned.bnd -output target/commons-lang.bnd.jar target/commons-lang-$(DEB_UPSTREAM_VERSION).jar
+ bnd wrap --properties debian/.commons-lang-versioned.bnd --output target/commons-lang.bnd.jar target/commons-lang-$(DEB_UPSTREAM_VERSION).jar
get-orig-source:
-uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcommons-lang-java.git
More information about the pkg-java-commits
mailing list