Changeset 4a47bea
- Timestamp:
- Feb 1, 2018 1:43:48 PM (3 years ago)
- Branches:
- master
- Children:
- 40e12b4
- Parents:
- 23aaefa
- Files:
-
- 1 added
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
debian-alt/doc/debian-build.txt
r23aaefa r4a47bea 75 75 reprepro -v update trusty 76 76 reprepro -v update xenial 77 reprepro -v update zesty78 77 reprepro -v update artful 79 78 reprepro -v update bionic … … 81 80 # To add or remove distributions, edit /var/www/debian/conf/distributions 82 81 # and /var/www/debian/conf/updates 83 # and then: reprepro export foo (for new foo)82 # and then: reprepro -v export foo (for new foo) 84 83 # and then: reprepro -v update foo 85 84 # If you remove, you must do: reprepro clearvanished … … 94 93 reprepro -v copysrc jessie trusty i2p 95 94 96 # To copy zesty to stretch:95 # To copy artful to stretch and sid: 97 96 # Note that syntax is reprepro copysrc TO FROM package! 98 reprepro -v copysrc stretch zesty i2p 97 reprepro -v copysrc stretch artful i2p 98 reprepro -v copysrc sid artful i2p 99 99 100 100 # install in the architectures not copied from ubuntu 101 101 # 'flood' should do this but forgot how, can't make it work any more 102 reprepro -v -A 'armel|armhf|powerpc' includedeb wheezy i2p_0.9.xxp-1 precise1_all.deb103 reprepro -v -A 'armel|armhf|powerpc' includedeb wheezy i2p-doc_0.9.xxp-1 precise1_all.deb104 reprepro -v -A 'armel|armhf|powerpc' includedeb wheezy i2p-router_0.9.xxp-1 precise1_all.deb105 reprepro -v -A 'armel|armhf|powerpc' includedeb jessie i2p_0.9.xxp- 1trusty1_all.deb106 reprepro -v -A 'armel|armhf|powerpc' includedeb jessie i2p-doc_0.9.xxp- 1trusty1_all.deb107 reprepro -v -A 'armel|armhf|powerpc' includedeb jessie i2p-router_0.9.xxp- 1trusty1_all.deb102 reprepro -v -A 'armel|armhf|powerpc' includedeb wheezy i2p_0.9.xxp-1~precise+1_all.deb 103 reprepro -v -A 'armel|armhf|powerpc' includedeb wheezy i2p-doc_0.9.xxp-1~precise+1_all.deb 104 reprepro -v -A 'armel|armhf|powerpc' includedeb wheezy i2p-router_0.9.xxp-1~precise+1_all.deb 105 reprepro -v -A 'armel|armhf|powerpc' includedeb jessie i2p_0.9.xxp-2~trusty+1_all.deb 106 reprepro -v -A 'armel|armhf|powerpc' includedeb jessie i2p-doc_0.9.xxp-2~trusty+1_all.deb 107 reprepro -v -A 'armel|armhf|powerpc' includedeb jessie i2p-router_0.9.xxp-2~trusty+1_all.deb 108 108 reprepro -v -A 'armel|armhf' includedeb stretch i2p_0.9.xx-1ubuntu1_all.deb 109 109 reprepro -v -A 'armel|armhf' includedeb stretch i2p-doc_0.9.xx-1ubuntu1_all.deb -
debian-alt/doc/dependencies.txt
r23aaefa r4a47bea 48 48 They are removed in the Debian source package. 49 49 50 * libtaglibs-standard-*-java (stretch and later, zestyand later only)50 * libtaglibs-standard-*-java (stretch and later, artful and later only) 51 51 Provides JSTL 1.2, solves the glassfish-javaee problem described below. 52 52 -
debian-alt/doc/launchpad.txt
r23aaefa r4a47bea 18 18 trusty wily precise jessie 19 19 xenial yakkety xenial -- 20 zesty bionic zestystretch, buster, sid20 artful bionic artful stretch, buster, sid 21 21 22 22 … … 35 35 - OPTIONAL: Go to i2p.packages PPA and copy over existing I2P to your PPA: 36 36 (select "copy existing binaries") 37 trusty, vivid, wily, xenial, yakkety, zesty37 trusty, xenial, artful 38 38 not precise (only if building for precise which you probably aren't) 39 39 not utopic (obsolete, disabled by launchpad) … … 43 43 trusty 44 44 not precise (only if building for precise which you probably aren't) 45 not vivid, wily, xenial, yakkety, zesty(more recent versions 3.5.25-2 or 3.5.26-3 are in official launchpad)45 not xenial, artful (more recent versions 3.5.25-2 or 3.5.26-3 are in official launchpad) 46 46 not utopic (obsolete, disabled by launchpad) 47 47 … … 67 67 if you want to sign with a subkey) 68 68 run gpg -K to list your private keys 69 - ant debian-release-tarball (this is currently for zestyand higher)69 - ant debian-release-tarball (this is currently for artful and higher) 70 70 (ant precise-release-tarball for precise thru wily... only do this once for both the precise and trusty build) 71 71 (ant xenial-release-tarball for xenial and yakkety) … … 83 83 debuild -S -sd -kkeyid 84 84 (note: no space allowed in -kkeyid) 85 If you get a dpkg-checkbuilddeps error for precise/trusty, 86 add a -d option, e.g. debuild -d -S -sa -kkeyid 85 87 - If patches fail, you must fix them up, either manually or with quilt 86 88 (quilt instructions go here) … … 148 150 149 151 Then copy from your PPA to the i2p-maintainers PPA. 150 Then in the i2p-maintainers PPA, copy zesty to artful,bionic.152 Then in the i2p-maintainers PPA, copy artful to bionic. 151 153 Did a new series open up since the last time you did this? Copy to the new one also. 152 154 (select "copy existing binaries") -
debian-alt/jessie/rules
r23aaefa r4a47bea 39 39 40 40 %: 41 dh $@ --with systemd, quilt,bash-completion41 dh $@ --with systemd,bash-completion 42 42 43 43 clean: createcopyright -
debian-alt/precise/changelog
r23aaefa r4a47bea 1 i2p (0.9.33p-1~precise+1) precise; urgency=medium 2 3 * Backport to Precise 4 5 -- zzz on i2p (key signing) <zzz@i2pmail.org> Wed, 30 Jan 2018 12:12:12 +0000 6 1 7 i2p (0.9.32p-1~precise+1) precise; urgency=medium 2 8 -
debian-alt/trusty/changelog
r23aaefa r4a47bea 1 i2p (0.9.33p-2~trusty+1) trusty; urgency=medium 2 3 * Backport to Trusty 4 5 -- zzz on i2p (key signing) <zzz@i2pmail.org> Wed, 30 Jan 2018 12:12:12 +0000 6 1 7 i2p (0.9.32p-4~trusty+1) trusty; urgency=medium 2 8 -
debian-alt/xenial/changelog
r23aaefa r4a47bea 1 i2p (0.9.33x-1~xenial+1) xenial; urgency=medium 2 3 * Backport to Xenial 4 5 -- zzz on i2p (key signing) <zzz@i2pmail.org> Wed, 30 Jan 2018 12:12:12 +0000 6 1 7 i2p (0.9.32-1ubuntu1) xenial; urgency=medium 2 8 -
debian/control
r23aaefa r4a47bea 6 6 Bugs: mailto:zzz@i2pmail.org 7 7 Homepage: https://geti2p.net/ 8 Build-Depends: debhelper (>= 7.0.50~)8 Build-Depends: debhelper (>= 9.20160709) 9 9 ,ant (>= 1.8) 10 10 ,debconf 11 ,openjdk- 7-jdk11 ,openjdk-8-jdk 12 12 ,libjetty9-java 13 13 ,libtaglibs-standard-jstlel-java … … 19 19 ,libgmp-dev (>= 2:5.0.5) 20 20 ,libservice-wrapper-java 21 ,hardening-wrapper22 21 ,po-debconf 23 ,dh-systemd24 22 25 23 Package: i2p … … 76 74 Priority: optional 77 75 Depends: ${misc:Depends}, ${java:Depends}, ${shlibs:Depends}, 78 openjdk-9-jre-headless | openjdk-8-jre-headless | openjdk-7-jre-headless | default-jre-headless | java9-runtime-headless | java8-runtime-headless | java7-runtime-headless,76 openjdk-9-jre-headless | openjdk-8-jre-headless | default-jre-headless | java9-runtime-headless | java8-runtime-headless, 79 77 geoip-database, 80 78 gettext-base, -
debian/rules
r23aaefa r4a47bea 39 39 40 40 %: 41 dh $@ --with systemd, quilt,bash-completion41 dh $@ --with systemd,bash-completion 42 42 43 43 clean: createcopyright … … 79 79 endif 80 80 @# build options 81 @/bin/echo -e "javac.version=1. 7" > $(CURDIR)/override.properties81 @/bin/echo -e "javac.version=1.8" > $(CURDIR)/override.properties 82 82 @/bin/echo -e "javac.compilerargs=-bootclasspath $(JAVA_HOME)/jre/lib/rt.jar:$(JAVA_HOME)/jre/lib/jce.jar" >> $(CURDIR)/override.properties 83 83 @/bin/echo -e "javac.compilerargs7=-bootclasspath $(JAVA_HOME)/jre/lib/rt.jar:$(JAVA_HOME)/jre/lib/jce.jar" >> $(CURDIR)/override.properties
Note: See TracChangeset
for help on using the changeset viewer.