[jpathwatch] 01/01: Transition to bnd 2.1.0.

Markus Koschany apo-guest at moszumanska.debian.org
Thu Jun 4 20:58:21 UTC 2015


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

apo-guest pushed a commit to branch master
in repository jpathwatch.

commit 57686c77a31115a8d463537ca99477678e9eb7f7
Author: Markus Koschany <apo at gambaru.de>
Date:   Thu Jun 4 22:33:56 2015 +0200

    Transition to bnd 2.1.0.
---
 debian/changelog                | 11 +++++++++--
 debian/libjpathwatch-java.jlibs |  2 +-
 debian/rules                    |  6 +++++-
 3 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 04082af..21d900b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,15 @@
-jpathwatch (0.95-2) UNRELEASED; urgency=low
+jpathwatch (0.95-2) unstable; urgency=low
 
+  * Team upload.
+
+  [ Jakub Adam ]
   * Fix long description typo in d/control.
 
- -- Jakub Adam <jakub.adam at ktknet.cz>  Tue, 03 Dec 2013 07:17:03 +0100
+  [ Markus Koschany ]
+  * 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:33:15 +0200
 
 jpathwatch (0.95-1) unstable; urgency=low
 
diff --git a/debian/libjpathwatch-java.jlibs b/debian/libjpathwatch-java.jlibs
index 645c71f..004ae0b 100644
--- a/debian/libjpathwatch-java.jlibs
+++ b/debian/libjpathwatch-java.jlibs
@@ -1 +1 @@
-jpathwatch.jar
+debian/jpathwatch.jar
diff --git a/debian/rules b/debian/rules
index e3a840f..2f46ef9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,11 +10,15 @@ override_dh_auto_build:
 override_jh_build:
 	jh_build
 	# generate OSGi metadata
-	bnd wrap -properties debian/jpathwatch.bnd -output jpathwatch.jar jpathwatch.jar
+	bnd wrap --properties debian/jpathwatch.bnd --output debian/jpathwatch.jar jpathwatch.jar
 
 override_dh_auto_clean:
 	$(MAKE) -C jpathwatch-native/src -f ../../debian/Makefile.jni clean
 
+override_dh_clean:
+	dh_clean
+	$(RM) debian/jpathwatch.jar
+
 override_dh_install-arch:
 	dh_install -plibjpathwatch-java-jni jpathwatch-native/src/libjpathwatch-native.so \
 		/usr/lib/$(DEB_HOST_MULTIARCH)/jni

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



More information about the pkg-java-commits mailing list