[med-svn] [treeview] 07/09: Polishing install

Andreas Tille tille at debian.org
Fri Jan 29 23:42:25 UTC 2016


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

tille pushed a commit to branch master
in repository treeview.

commit 3af501d5dcdb416b385c02c40f15bb9dcfe1ec2a
Author: Andreas Tille <tille at debian.org>
Date:   Sat Jan 30 00:35:54 2016 +0100

    Polishing install
---
 debian/control | 4 ++--
 debian/rules   | 5 ++---
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index 59b93e0..0f20e17 100644
--- a/debian/control
+++ b/debian/control
@@ -25,8 +25,8 @@ Homepage: http://jtreeview.sourceforge.net
 
 Package: treeview
 Architecture: all
-Depends: ${shlibs:Depends},
-         ${misc:Depends},
+Depends: ${misc:Depends},
+         ${java:Depends},
          default-jre,
          libnanoxml2-java,
          libcommons-configuration-java,
diff --git a/debian/rules b/debian/rules
index 69502d7..14e89bc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,14 +13,13 @@ treeview.1: debian/treeview.sgml
 	docbook-to-man $< > $@
 
 override_dh_auto_build: treeview.1
+	mkdir -p lib
+	mkdir -p compile_lib
 	dh_auto_build
 	ant jar
 	ant plugins
 	(cd doc; export XSL=/usr/share/sgml/docbook/stylesheet/xsl/docbook-xsl; export FOP=/usr/bin; perl ./createAllDoc.pl)
 
-override_dh_auto_install:
-	dh_auto_install
-
 get-orig-source:
 	uscan --verbose --force-download --repack --compression xz
 

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



More information about the debian-med-commit mailing list