[med-svn] [libssj-java] 04/09: Fix missing dependencies
Andreas Tille
tille at debian.org
Tue Dec 26 12:44:44 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository libssj-java.
commit ea01ee3ade1182e9085586aea4af1e42242efe1f
Author: Tim Booth <tbooth at ceh.ac.uk>
Date: Thu Apr 10 14:48:01 2014 +0000
Fix missing dependencies
---
debian/changelog | 7 +++++++
debian/control | 2 +-
debian/rules | 2 +-
3 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index d242b30..bb728f6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libssj-java (2.5-0ubuntu3) precise; urgency=low
+
+ * Add missing ant dep
+ * Ensure javahelper runs to generate deps
+
+ -- Tim Booth <tbooth at ceh.ac.uk> Thu, 10 Apr 2014 15:41:08 +0100
+
libssj-java (2.5-0ubuntu1) precise; urgency=low
* Initial release
diff --git a/debian/control b/debian/control
index 65cd3d3..1e5f62a 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libssj-java
Section: java
Priority: optional
Maintainer: Tim Booth <tbooth at ceh.ac.uk>
-Build-Depends: debhelper (>= 7), cdbs, default-jdk, javahelper,
+Build-Depends: debhelper (>= 7), cdbs, default-jdk, javahelper, ant,
libcolt-java (>= 1.2.0), liboptimization-java, libjfreechart-java,
libdsol1-java, tcode, libjcommon-java
Build-Depends-Indep: default-jdk-doc
diff --git a/debian/rules b/debian/rules
index 61f1c42..c34012f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ export CLASSPATH=/usr/share/java/colt.jar:/usr/share/java/optimization.jar:/usr/
export TEXINPUTS=.:$(shell pwd)/source:/usr/share/tcode:/usr/share/latex2html/styles:
%:
- dh $@
+ dh $@ --with javahelper
override_dh_auto_build:
#Building lib then dist gets around the fact that the dependencies
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libssj-java.git
More information about the debian-med-commit
mailing list