diff --git a/debian-alt/bionic/changelog b/debian-alt/bionic/changelog index 29bfd2517..9e5f6a7f8 100644 --- a/debian-alt/bionic/changelog +++ b/debian-alt/bionic/changelog @@ -1,3 +1,9 @@ +i2p (0.9.50-1~bionic+1) bionic; urgency=medium + + * New upstream version 0.9.50 + + -- zzz on i2p (key signing) Wed, 19 May 2021 12:12:12 +0000 + i2p (0.9.49-1~bionic+1) bionic; urgency=medium * New upstream version 0.9.49 diff --git a/debian-alt/bionic/compat b/debian-alt/bionic/compat new file mode 100644 index 000000000..ec635144f --- /dev/null +++ b/debian-alt/bionic/compat @@ -0,0 +1 @@ +9 diff --git a/debian-alt/doc/launchpad.txt b/debian-alt/doc/launchpad.txt index 5d78ba332..ef67e9961 100644 --- a/debian-alt/doc/launchpad.txt +++ b/debian-alt/doc/launchpad.txt @@ -15,7 +15,7 @@ Versions are as follows: Min version Max version Uses src pkg Copied to Debian ----------- ----------- ------------ ---------------- bionic cosmic bionic -- -focal hirsute bionic buster, sid +focal impish bionic buster, bullseye, sid Unsupported (Java 7): precise saucy precise wheezy @@ -39,16 +39,7 @@ Prep (first time only) - Make a PPA, lets call it 'test' - OPTIONAL: Go to i2p.packages PPA and copy over existing I2P to your PPA: (select "copy existing binaries") - trusty, xenial, bionic - not precise (only if building for precise which you probably aren't) - not utopic (obsolete, disabled by launchpad) -- Go to i2p.packages PPA and copy over service-wrapper-java to your PPA. - This is required for the build. - (select "copy existing binaries") - trusty - not precise (only if building for precise which you probably aren't) - not xenial, bionic (more recent versions 3.5.25-2 or 3.5.26-3 are in official launchpad) - not utopic (obsolete, disabled by launchpad) + bionic and higher - you need the following packages sudo apt-get install devscripts dput dh_systemd bash-completion @@ -75,7 +66,6 @@ Generate files to upload run gpg -K to list your private keys - Remove patch files in debian/patches that are not listed in debian/patches/series - ant debian-release-tarball (this is currently for bionic and higher) - (ant xenial-release-tarball for xenial) this will make a directory ../i2p-0.9.XX-0-xxxxxxxx/ and a tarball ../i2p_0.9.XX.orig.tar.bz2 - cp debian/changelog ../i2p-0.9.XX-0-xxxxxxxx/debian/ diff --git a/debian-alt/focal/changelog b/debian-alt/focal/changelog index 6e746d8aa..4d42ec08e 100644 --- a/debian-alt/focal/changelog +++ b/debian-alt/focal/changelog @@ -1,3 +1,9 @@ +i2p (0.9.50-1ubuntu1) focal; urgency=medium + + * New upstream version 0.9.50 + + -- zzz on i2p (key signing) Wed, 19 May 2021 12:12:12 +0000 + i2p (0.9.49-1ubuntu1) focal; urgency=medium * New upstream version 0.9.49 diff --git a/debian/changelog b/debian/changelog index 2509813d5..dbf48b9da 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,27 @@ +i2p (0.9.50-1ubuntu1) focal; urgency=medium + + * New upstream version 0.9.50 + + -- zzz on i2p (key signing) Wed, 19 May 2021 12:12:12 +0000 + +i2p (0.9.49-1ubuntu1) focal; urgency=medium + + * New upstream version 0.9.49 + + -- zzz on i2p (key signing) Wed, 17 Feb 2021 12:12:12 +0000 + +i2p (0.9.48-1ubuntu1) focal; urgency=medium + + * New upstream version 0.9.48 + + -- zzz on i2p (key signing) Wed, 02 Dec 2020 12:12:12 +0000 + +i2p (0.9.47-1ubuntu1) focal; urgency=medium + + * New upstream version 0.9.47 + + -- zzz on i2p (key signing) Tue, 25 Aug 2020 12:12:12 +0000 + i2p (0.9.46-1ubuntu1) eoan; urgency=medium * New upstream version 0.9.46 diff --git a/debian/compat b/debian/compat index ec635144f..f599e28b8 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/installer/resources/checklist.md b/installer/resources/checklist.md index 6d00706b2..2a14ec5a2 100644 --- a/installer/resources/checklist.md +++ b/installer/resources/checklist.md @@ -101,30 +101,29 @@ javac.compilerargs=-bootclasspath /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/rt.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/jce.jar ``` -5. Copy latest trust list _MTN/monotonerc from website or some other workspace - -6. Verify that no untrusted revisions were included: +5. Verify that no untrusted revisions were included: ``` ant revisions ``` -7. Review the complete diff from the last release: +6. Review the complete diff from the last release: ``` git diff i2p-0.9.(xx-1)..HEAD > out.diff vi out.diff ``` -8. Change revision in: +7. Change revision in: - `history.txt` - `installer/install.xml` - `installer/install5.xml` - `core/java/src/net/i2p/CoreVersion.java` + - (both VERSION and PUBLISHED_VERSION) - `router/java/src/net/i2p/router/RouterVersion.java` - (change to BUILD = 0 and EXTRA = "") -9. `git commit` +8. `git commit` ### Build and test