From ead4aae5c1aa7288a7a54b62c917651e15858d95 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Mon, 2 Aug 2010 11:20:21 -0400 Subject: [PATCH] try using javahelper --- debian/control | 2 +- debian/rules | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 8e69137..9b50aa3 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: freetts Priority: optional Maintainer: Bdale Garbee -Build-Depends: debhelper (>= 7.0.50), default-jdk, ant, ant-optional, junit4 +Build-Depends: debhelper (>= 7.0.50), default-jdk, ant, ant-optional, junit4, javahelper Standards-Version: 3.8.4 Section: java Vcs-Git: git://git.gag.com/debian/freetts diff --git a/debian/rules b/debian/rules index 2395c28..f753bae 100755 --- a/debian/rules +++ b/debian/rules @@ -14,7 +14,8 @@ override_dh_auto_build: ln -sf . src - ant deploy_bin + jh_build +# ant deploy_bin override_dh_auto_install: cp deploy/*.jar `pwd`/debian/freetts/usr/share/java/ -- 2.30.2