forked from I2P_Developers/i2p.i2p
Debian files for 2.1.0
Including bionic build fix Don't know why focal worked without it
This commit is contained in:
@ -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
|
||||
|
19
debian-alt/bionic/patches/0004-getopt-build.patch
Normal file
19
debian-alt/bionic/patches/0004-getopt-build.patch
Normal 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" />
|
@ -1,2 +1,3 @@
|
||||
0001-path-substitution.patch
|
||||
0002-jetty-compatibility.patch
|
||||
0004-getopt-build.patch
|
||||
|
@ -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
6
debian/changelog
vendored
@ -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 /
|
||||
|
Reference in New Issue
Block a user