Changeset 45f3695f
- Timestamp:
- May 10, 2017 1:46:04 PM (4 years ago)
- Branches:
- master
- Children:
- d139892
- Parents:
- 3e354f2
- Location:
- debian-alt
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
debian-alt/doc/launchpad.txt
r3e354f2 r45f3695f 30 30 31 31 - you need the following packages 32 sudo apt-get install devscripts dput dh_systemd 32 sudo apt-get install devscripts dput dh_systemd bash-completion 33 33 34 34 - check out clean copy of release: … … 44 44 * version MUST be 0.9.XX-1ubuntu1 45 45 next version for fixes would be 0.9.XX-2ubunutu1 46 * series MUST be trusty (or precise)46 * series MUST be xenial or trusty or precise 47 47 * name and email MUST EXACTLY match what's in your GPG keyring 48 48 or the signing will fail. … … 50 50 if you want to sign with a subkey) 51 51 run gpg -K to list your private keys 52 - ant debian-release-tarball (ant precise-release-tarball for precise )52 - ant debian-release-tarball (ant precise-release-tarball for precise/trusty) 53 53 this will make a directory ../i2p-0.9.XX-0-xxxxxxxx/ 54 54 and a tarball ../i2p_0.9.XX.orig.tar.bz2 … … 56 56 - cp debian-alt/(series)/(other files besides changelog) to ../i2p-0.9.XX-0-xxxxxxxx/debian/ 57 57 - cd ../i2p-0.9.XX-0-xxxxxxxx/ 58 - Note: If building for precise and you are on yakkety or higher without Java 7,58 - Note: If building for precise/trusty and you are on yakkety or higher without Java 7, 59 59 make a symlink so debuild will work: cd /var/lib/jvm; sudo ln -s java-8-openjdk-amd64/ java-7-openjdk-amd64 60 60 - Build the *1ubuntu1* files: … … 104 104 105 105 106 If it works, copy t rusty the series you are running (e.g. yakkety) in your PPA106 If it works, copy the series you are running (e.g. yakkety) in your PPA 107 107 so that you can test. 108 108 (select "copy existing binaries") … … 128 128 ------- 129 129 130 Then copy trustyfrom your PPA to the i2p-maintainers PPA.131 Then in the i2p-maintainers PPA, copy trusty to vivid , xenial, yakkety, zesty130 Then copy from your PPA to the i2p-maintainers PPA. 131 Then in the i2p-maintainers PPA, copy trusty to vivid. Copy xenial to yakkety, zesty. 132 132 Did a new series open up since the last time you did this? Copy to the new one also. 133 133 (select "copy existing binaries") 134 Copy trusty first and wait for it to be published in i2p-maintainers or the others will fail. 135 For precise, build and copy it separately. 134 Copy xenial first and wait for it to be published in i2p-maintainers or the others will fail. 135 For precise and trusty, build and copy it separately. Both precise and trusty are built 136 from the "ant precise-release-tarball" source. 136 137 137 138 -
debian-alt/precise/changelog
r3e354f2 r45f3695f 3 3 * Backport to Precise 4 4 5 -- zzz on i2p (key signing) <zzz@i2pmail.org> Mon, 03 May 2017 12:12:12 +00005 -- zzz on i2p (key signing) <zzz@i2pmail.org> Wed, 03 May 2017 12:12:12 +0000 6 6 7 7 i2p (0.9.29p-1~precise+1) precise; urgency=medium -
debian-alt/trusty/changelog
r3e354f2 r45f3695f 1 i2p (0.9.30p-2~trusty+1) trusty; urgency=medium 2 3 * Restore systemd usage 4 5 -- zzz on i2p (key signing) <zzz@i2pmail.org> Wed, 10 May 2017 12:12:12 +0000 6 7 i2p (0.9.30p-1~precise+1) precise; urgency=medium 8 9 * Backport to Precise 10 11 -- zzz on i2p (key signing) <zzz@i2pmail.org> Wed, 03 May 2017 12:12:12 +0000 12 1 13 i2p (0.9.29-1ubuntu1) trusty; urgency=medium 2 14 -
debian-alt/trusty/control
r3e354f2 r45f3695f 15 15 ,glassfish-javaee 16 16 ,dh-apparmor 17 ,dh-systemd 18 ,bash-completion 17 19 ,gettext 18 20 ,libgetopt-java … … 76 78 Depends: ${misc:Depends}, ${java:Depends}, ${shlibs:Depends}, 77 79 openjdk-8-jre-headless | openjdk-7-jre-headless | java8-runtime-headless | java7-runtime-headless, 78 glassfish-javaee,79 80 geoip-database, 80 81 gettext-base, 81 82 libgetopt-java, 83 glassfish-javaee 82 84 Replaces: i2p ( << 0.8.6-5) 83 85 Breaks: i2p (<< 0.8.6-5) -
debian-alt/xenial/changelog
r3e354f2 r45f3695f 3 3 * New upstream version 0.9.30 4 4 5 -- zzz on i2p (key signing) <zzz@i2pmail.org> Mon, 03 May 2017 12:12:12 +00005 -- zzz on i2p (key signing) <zzz@i2pmail.org> Wed, 03 May 2017 12:12:12 +0000 6 6 7 7 i2p (0.9.29-1ubuntu1) trusty; urgency=medium
Note: See TracChangeset
for help on using the changeset viewer.