[med-svn] [malt] 01/01: Add some ant call, notice that another project needs to be packaged first: https://github.com/danielhuson/jloda

Andreas Tille tille at debian.org
Tue Oct 11 19:33:41 UTC 2016


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

tille pushed a commit to branch master
in repository malt.

commit 3b11c29a8decb9a113490dfd6885d4e9ecda034b
Author: Andreas Tille <tille at debian.org>
Date:   Tue Oct 11 21:33:12 2016 +0200

    Add some ant call, notice that another project needs to be packaged first: https://github.com/danielhuson/jloda
---
 debian/changelog |  1 +
 debian/control   |  5 ++++-
 debian/rules     | 10 +++++-----
 3 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 388f866..00fa588 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 malt (0.0+20160916-1) UNRELEASED; urgency=medium
 
   * Initial release (Closes: #<bug>)
+  Requires: https://github.com/danielhuson/jloda
 
  -- Andreas Tille <tille at debian.org>  Tue, 11 Oct 2016 20:08:16 +0200
diff --git a/debian/control b/debian/control
index b1e66e6..a388015 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,10 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
 Uploaders: Andreas Tille <tille at debian.org>
 Section: science
 Priority: optional
-Build-Depends: debhelper (>= 9)
+Build-Depends: debhelper (>= 9),
+               javahelper,
+               default-jdk,
+               ant
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/malt.git
 Vcs-Git: https://anonscm.debian.org/git/debian-med/malt.git
diff --git a/debian/rules b/debian/rules
index 1ef14d9..88d6f05 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,11 +16,11 @@ export LC_ALL=C.UTF-8
 #  include /usr/share/dpkg/default.mk
 # and use what is set there.
 
-# for hardening you might like to uncomment this:
-# export DEB_BUILD_MAINT_OPTIONS=hardening=+all
-
 %:
 	dh $@
 
-#get-orig-source:
-#	. debian/get-orig-source
+override_dh_auto_build:
+	ant -buildfile antbuild/build.xml
+
+get-orig-source:
+	. debian/get-orig-source

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/malt.git



More information about the debian-med-commit mailing list