[thredds] 05/26: WIP
Alastair McKinstry
mckinstry at moszumanska.debian.org
Mon Oct 23 10:24:18 UTC 2017
This is an automated email from the git hooks/post-receive script.
mckinstry pushed a commit to branch ichec/master
in repository thredds.
commit dc2ee1d5ea14a3eb33abb8126ef07fab710e4047
Author: Alastair McKinstry <mckinstry at debian.org>
Date: Tue Feb 16 21:47:07 2016 +0000
WIP
---
debian/control | 6 ++++++
debian/rules | 16 ++++++++++++----
2 files changed, 18 insertions(+), 4 deletions(-)
diff --git a/debian/control b/debian/control
index ec6307d..61622c8 100644
--- a/debian/control
+++ b/debian/control
@@ -20,3 +20,9 @@ Description: Parent THREDDS and CDM modules
The Unidata THREDDS project includes the netCDF-Java library (aka CDM)
and the THREDDS Data Server (TDS).
+Package: libudunits-java
+Architecture: all
+Depends: ${misc:Depends}, ${maven:Depends}
+Suggests: ${maven:OptionalDepends}
+Description: Java implementation of UDUNITS library
+
diff --git a/debian/rules b/debian/rules
index f285496..496394b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,18 @@
#!/usr/bin/make -f
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/maven.mk
+# include /usr/share/cdbs/1/class/maven.mk
+
+%:
+ dh $@
JAVA_HOME := /usr/lib/jvm/default-java
DEB_MAVEN_DOC_TARGET := javadoc:javadoc javadoc:aggregate
-get-orig-source:
- uscan --download-current-version --force-download --no-symlink
+
+override_dh_auto_build:
+ gradle buildNetcdfAll
+ gradle buildDap4
+
+
+#get-orig-source:
+# uscan --download-current-version --force-download --no-symlink
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/thredds.git
More information about the debian-science-commits
mailing list