From c81b9f4d494237f15977f7264e9ee0ec9a94d308 Mon Sep 17 00:00:00 2001
From: Andreas Tille <tille@debian.org>
Date: Fri, 25 May 2018 15:10:21 +0200
Subject: [PATCH] build jar file

---
 debian/control | 2 +-
 debian/rules   | 7 +++++++
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 7705447..0b16560 100644
--- a/debian/control
+++ b/debian/control
@@ -1,4 +1,4 @@
-Source: libapfloat-java
+Source: libjscience-java
 Maintainer: Debian Java Maintainers <pkg-java-maintainers@alioth-lists.debian.net>
 Uploaders: Andreas Tille <tille@debian.org>
 Section: java
diff --git a/debian/rules b/debian/rules
index ca9fd41..e221e72 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,8 +4,15 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+include /usr/share/dpkg/default.mk
+
+
 %:
 	dh $@  --with javahelper
 
+override_dh_auto_build:
+	jh_build $(DEB_SOURCE).jar javax org
+
+
 get-orig-source:
 	. debian/get-orig-source
-- 
GitLab