From ec6c24429aa07d280e4028c2e2b58b5a0b7ba4c3 Mon Sep 17 00:00:00 2001 From: zzz Date: Fri, 3 Mar 2017 19:44:39 +0000 Subject: [PATCH] Debian build fixes --- apps/jetty/build.xml | 2 +- apps/routerconsole/java/build.xml | 3 +++ build.xml | 10 +++++----- debian-alt/xenial/rules | 2 +- debian/i2p-router.install | 6 +++--- debian/rules | 2 +- 6 files changed, 14 insertions(+), 11 deletions(-) diff --git a/apps/jetty/build.xml b/apps/jetty/build.xml index 11333eb52..b9bf0401b 100644 --- a/apps/jetty/build.xml +++ b/apps/jetty/build.xml @@ -238,7 +238,7 @@ --> - + diff --git a/apps/routerconsole/java/build.xml b/apps/routerconsole/java/build.xml index 988ebefc3..fe6e9ed1b 100644 --- a/apps/routerconsole/java/build.xml +++ b/apps/routerconsole/java/build.xml @@ -76,6 +76,9 @@ + + + diff --git a/build.xml b/build.xml index 9b92b1b69..079b83a72 100644 --- a/build.xml +++ b/build.xml @@ -70,8 +70,8 @@ - - + + @@ -2206,7 +2206,7 @@ - + @@ -2279,7 +2279,7 @@ - + @@ -2353,7 +2353,7 @@ - + ilonerror="false"> diff --git a/debian-alt/xenial/rules b/debian-alt/xenial/rules index 214af9772..496c946d5 100755 --- a/debian-alt/xenial/rules +++ b/debian-alt/xenial/rules @@ -103,7 +103,7 @@ endif ln -sf /usr/share/java/jetty9-jmx.jar $(CURDIR)/apps/jetty/jettylib/org.mortbay.jmx.jar @# following two are from libservlet3.1-java which is a dependency of libjetty9-java ln -sf /usr/share/java/servlet-api-3.1.jar $(CURDIR)/apps/jetty/jettylib/javax.servlet.jar - @# this is roughly the same as tomcat8-jsp-api.jar, we use this one + @# this is roughly the same as tomcat8-jsp-api.jar, we use this one ln -sf /usr/share/java/jsp-api-2.3.jar $(CURDIR)/apps/jetty/jettylib/jsp-api.jar @# debian and ubuntu: wheezy-backports, jessie+, xenial+ diff --git a/debian/i2p-router.install b/debian/i2p-router.install index 2b4f934df..2d514a85f 100644 --- a/debian/i2p-router.install +++ b/debian/i2p-router.install @@ -56,10 +56,10 @@ pkg-temp/lib/systray.jar usr/share/i2p/lib # uncomment if not building with libtomcat8-java -pkg-temp/lib/commons-el.jar usr/share/i2p/lib +#pkg-temp/lib/commons-el.jar usr/share/i2p/lib # legacy name, contains only tomcat-juli, not commons-logging -pkg-temp/lib/commons-logging.jar usr/share/i2p/lib -pkg-temp/lib/jasper-runtime.jar usr/share/i2p/lib +#pkg-temp/lib/commons-logging.jar usr/share/i2p/lib +#pkg-temp/lib/jasper-runtime.jar usr/share/i2p/lib # uncomment if not building with either glassfish-javaee or libjakarta-taglibs-standard-java diff --git a/debian/rules b/debian/rules index 62eeccb9a..d6bf372d0 100755 --- a/debian/rules +++ b/debian/rules @@ -103,7 +103,7 @@ endif ln -sf /usr/share/java/jetty9-jmx.jar $(CURDIR)/apps/jetty/jettylib/org.mortbay.jmx.jar @# following two are from libservlet3.1-java which is a dependency of libjetty9-java ln -sf /usr/share/java/servlet-api-3.1.jar $(CURDIR)/apps/jetty/jettylib/javax.servlet.jar - @# this is roughly the same as tomcat8-jsp-api.jar, we use this one + @# this is roughly the same as tomcat8-jsp-api.jar, we use this one ln -sf /usr/share/java/jsp-api-2.3.jar $(CURDIR)/apps/jetty/jettylib/jsp-api.jar @# debian and ubuntu: wheezy-backports, jessie+, xenial+