Debian files for 2.1.0

Including bionic build fix
Don't know why focal worked without it
This commit is contained in:
zzz
2023-01-11 09:53:37 -05:00
parent a5d649ba2d
commit 87fbec3e39
5 changed files with 44 additions and 0 deletions

View File

@ -1,3 +1,15 @@
i2p (2.1.0-2~bionic+1) bionic; urgency=medium
* Fix build failure
-- zzz on i2p (key signing) <zzz@i2pmail.org> Wed, 11 Jan 2023 13:13:13 +0000
i2p (2.1.0-1~bionic+1) bionic; urgency=medium
* New upstream version 2.1.0
-- zzz on i2p (key signing) <zzz@i2pmail.org> Wed, 11 Jan 2023 12:12:12 +0000
i2p (2.0.0-1~bionic+1) bionic; urgency=medium
* New upstream version 2.0.0

View File

@ -0,0 +1,19 @@
--- a/apps/routerconsole/java/build.xml
+++ b/apps/routerconsole/java/build.xml
@@ -22,6 +22,7 @@
<!-- Depend on classes instead of jars where available -->
<classpath>
<pathelement location="../../../core/java/build/obj" />
+ <pathelement location="../../../core/java/build/gnu-getopt.jar" />
<pathelement location="../../../router/java/build/obj" />
<pathelement location="../../jetty/jettylib/org.mortbay.jetty.jar" />
<pathelement location="../../jetty/jettylib/jetty-util.jar" />
@@ -65,6 +66,8 @@
<compilerarg line="${javac.compilerargs}" />
<classpath>
<pathelement location="../../../core/java/build/i2p.jar" />
+ <!-- gnu-getopt.jar only present for debian builds -->
+ <pathelement location="../../../core/java/build/gnu-getopt.jar" />
<pathelement location="../../../router/java/build/router.jar" />
<pathelement location="../../jetty/jettylib/org.mortbay.jetty.jar" />
<pathelement location="../../jetty/jettylib/jetty-http.jar" />

View File

@ -1,2 +1,3 @@
0001-path-substitution.patch
0002-jetty-compatibility.patch
0004-getopt-build.patch

View File

@ -1,3 +1,9 @@
i2p (2.1.0-1ubuntu1) focal; urgency=medium
* New upstream version 2.1.0
-- zzz on i2p (key signing) <zzz@i2pmail.org> Wed, 11 Jan 2023 12:12:12 +0000
i2p (2.0.0-2ubuntu1) focal; urgency=medium
* Fix stray char in links file causing symlinks in /

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
i2p (2.1.0-1ubuntu1) focal; urgency=medium
* New upstream version 2.1.0
-- zzz on i2p (key signing) <zzz@i2pmail.org> Wed, 11 Jan 2023 12:12:12 +0000
i2p (2.0.0-2ubuntu1) focal; urgency=medium
* Fix stray char in links file causing symlinks in /