I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Verified Commit 2bb14c31 authored by zzz's avatar zzz
Browse files

Debian files for 0.9.50

checklist updates
parent cb7dcda5
No related branches found
No related tags found
No related merge requests found
i2p (0.9.50-1~bionic+1) bionic; urgency=medium
* New upstream version 0.9.50
-- zzz on i2p (key signing) <zzz@i2pmail.org> Wed, 19 May 2021 12:12:12 +0000
i2p (0.9.49-1~bionic+1) bionic; urgency=medium i2p (0.9.49-1~bionic+1) bionic; urgency=medium
* New upstream version 0.9.49 * New upstream version 0.9.49
......
9
...@@ -15,7 +15,7 @@ Versions are as follows: ...@@ -15,7 +15,7 @@ Versions are as follows:
Min version Max version Uses src pkg Copied to Debian Min version Max version Uses src pkg Copied to Debian
----------- ----------- ------------ ---------------- ----------- ----------- ------------ ----------------
bionic cosmic bionic -- bionic cosmic bionic --
focal hirsute bionic buster, sid focal impish bionic buster, bullseye, sid
Unsupported (Java 7): Unsupported (Java 7):
precise saucy precise wheezy precise saucy precise wheezy
...@@ -39,16 +39,7 @@ Prep (first time only) ...@@ -39,16 +39,7 @@ Prep (first time only)
- Make a PPA, lets call it 'test' - Make a PPA, lets call it 'test'
- OPTIONAL: Go to i2p.packages PPA and copy over existing I2P to your PPA: - OPTIONAL: Go to i2p.packages PPA and copy over existing I2P to your PPA:
(select "copy existing binaries") (select "copy existing binaries")
trusty, xenial, bionic bionic and higher
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)
- you need the following packages - you need the following packages
sudo apt-get install devscripts dput dh_systemd bash-completion sudo apt-get install devscripts dput dh_systemd bash-completion
...@@ -75,7 +66,6 @@ Generate files to upload ...@@ -75,7 +66,6 @@ Generate files to upload
run gpg -K to list your private keys run gpg -K to list your private keys
- Remove patch files in debian/patches that are not listed in debian/patches/series - 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 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/ this will make a directory ../i2p-0.9.XX-0-xxxxxxxx/
and a tarball ../i2p_0.9.XX.orig.tar.bz2 and a tarball ../i2p_0.9.XX.orig.tar.bz2
- cp debian/changelog ../i2p-0.9.XX-0-xxxxxxxx/debian/ - cp debian/changelog ../i2p-0.9.XX-0-xxxxxxxx/debian/
......
i2p (0.9.50-1ubuntu1) focal; urgency=medium
* New upstream version 0.9.50
-- zzz on i2p (key signing) <zzz@i2pmail.org> Wed, 19 May 2021 12:12:12 +0000
i2p (0.9.49-1ubuntu1) focal; urgency=medium i2p (0.9.49-1ubuntu1) focal; urgency=medium
* New upstream version 0.9.49 * New upstream version 0.9.49
......
i2p (0.9.50-1ubuntu1) focal; urgency=medium
* New upstream version 0.9.50
-- zzz on i2p (key signing) <zzz@i2pmail.org> 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) <zzz@i2pmail.org> 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) <zzz@i2pmail.org> 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) <zzz@i2pmail.org> Tue, 25 Aug 2020 12:12:12 +0000
i2p (0.9.46-1ubuntu1) eoan; urgency=medium i2p (0.9.46-1ubuntu1) eoan; urgency=medium
* New upstream version 0.9.46 * New upstream version 0.9.46
......
9 10
...@@ -101,30 +101,29 @@ ...@@ -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 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 5. Verify that no untrusted revisions were included:
6. Verify that no untrusted revisions were included:
``` ```
ant revisions 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 git diff i2p-0.9.(xx-1)..HEAD > out.diff
vi out.diff vi out.diff
``` ```
8. Change revision in: 7. Change revision in:
- `history.txt` - `history.txt`
- `installer/install.xml` - `installer/install.xml`
- `installer/install5.xml` - `installer/install5.xml`
- `core/java/src/net/i2p/CoreVersion.java` - `core/java/src/net/i2p/CoreVersion.java`
- (both VERSION and PUBLISHED_VERSION)
- `router/java/src/net/i2p/router/RouterVersion.java` - `router/java/src/net/i2p/router/RouterVersion.java`
- (change to BUILD = 0 and EXTRA = "") - (change to BUILD = 0 and EXTRA = "")
9. `git commit` 8. `git commit`
### Build and test ### Build and test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment