[osmpbf] 12/16: Use ant buildsystem for java library.

Bas Couwenberg sebastic at xs4all.nl
Tue Mar 11 23:42:14 UTC 2014


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

sebastic-guest pushed a commit to branch debian
in repository osmpbf.

commit 8d7b2408b33d8e5e849a9ac55c166d2971e005e6
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Wed Mar 12 00:01:05 2014 +0100

    Use ant buildsystem for java library.
---
 debian/changelog | 1 +
 debian/rules     | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a85c048..8c76f91 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ osmpbf (1.3.1-1) UNRELEASED; urgency=medium
   * Change Priority to optional.
   * Add myself to Uploaders.
   * Use simple makefile buildsystem by default.
+  * Use ant buildsystem for java library.
 
  -- Bas Couwenberg <sebastic at xs4all.nl>  Wed, 12 Mar 2014 00:04:57 +0100
 
diff --git a/debian/rules b/debian/rules
index 2c42caa..02a4a4c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,18 +8,18 @@
 	dh $@ --buildsystem makefile
 
 override_dh_auto_clean:
-	dh_auto_clean
+	dh_auto_clean --buildsystem ant
 	dh_auto_clean -Dsrc
 	dh_auto_clean -Dtools
 	mh_clean
 
 override_dh_auto_build:
-	dh_auto_build
+	dh_auto_build --buildsystem ant
 	dh_auto_build -Dsrc
 	dh_auto_build -Dtools
 
 override_dh_auto_install:
-	dh_auto_install
+	dh_auto_install --buildsystem ant
 	dh_auto_install -Dsrc
 	dh_auto_install -Dtools
 

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



More information about the Pkg-grass-devel mailing list