debian: add commented entries required for PPA builds & update "debianhowto" target

If someone runs "ant debian" to make installable packages, they do not need to
have their own wrapper or commons-logging  jars. The PPA builds, however, do
require them. During the last release I made the mistake of overwriting my "PPA
debian/control" file with the one from MTN that did not include these
dependencies.

Also updating "debianhowto" to reflect the fact that we no longer use
Debian's/Ubuntu's Jetty pkgs since Jetty6 appears to be leaving their repos in
the near future.
This commit is contained in:
kytv
2012-12-19 21:25:04 +00:00
parent 9ef9e48da9
commit aa6eefcc76
2 changed files with 4 additions and 1 deletions

View File

@@ -62,7 +62,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-el-java libcommons-logging-java libjetty-extra-java libjetty-java" />
<echo message=" quilt libcommons-logging-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." />

3
debian/control vendored
View File

@@ -11,6 +11,9 @@ Build-Depends: debhelper (>= 7.0.50~),
default-jdk,
gettext,
libgmp3-dev,
## uncomment the next line for PPA builds
## libservice-wrapper-java,
libcommons-logging-java,
po-debconf
Package: i2p