updated ant debianhowto to reflect the needed libwrapper package on debian

This commit is contained in:
echelon2
2016-03-27 21:00:34 +00:00
parent 97a6cbda3e
commit 2fb0572e08

View File

@@ -67,7 +67,7 @@
<echo message="The following command will install all of the dependencies for you:" />
<echo message=" " />
<echo message="apt-get install debhelper ant debconf default-jdk gettext libgmp3-dev po-debconf fakeroot build-essential \" />
<echo message=" quilt libcommons-logging-java dh-apparmor dh-systemd" />
<echo message=" quilt libcommons-logging-java dh-apparmor dh-systemd libservice-wrapper-java" />
<echo message=" " />
<echo message="Once the dependencies are installed, run &quot;ant debian&quot;"/>
<echo message="to patch the source and build the packages." />