Skip to content
Snippets Groups Projects
Commit 6b422dbe authored by Rich Lane's avatar Rich Lane
Browse files

debian packaging: use javahelper

parent 294f356d
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ Source: floodlight
Section: unknown
Priority: extra
Maintainer: Rich Lane <rlane@bigswitch.com>
Build-Depends: debhelper (>= 8.0.0)
Build-Depends: debhelper (>= 8.0.0), javahelper (>= 0.40ubuntu1)
Standards-Version: 3.9.2
Homepage: <insert the upstream URL, if relevant>
#Vcs-Git: git://git.debian.org/collab-maint/floodlight.git
......@@ -10,6 +10,6 @@ Homepage: <insert the upstream URL, if relevant>
Package: floodlight
Architecture: all
Depends: ${misc:Depends}
Depends: ${java:Depends}, ${misc:Depends}
Description: <insert up to 60 chars description>
<insert long description, indented with spaces>
......@@ -9,5 +9,7 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
export JAVA_HOME=/usr/lib/jvm/default-java
%:
dh $@
dh $@ --with javahelper
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment