Changeset 0584548 for debian-alt
- Timestamp:
- Mar 22, 2019 3:28:48 PM (22 months ago)
- Branches:
- master
- Children:
- f17776e
- Parents:
- bb5a8921
- Location:
- debian-alt
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
debian-alt/bionic/changelog
rbb5a8921 r0584548 1 i2p (0.9.39-1ubuntu1) bionic; urgency=medium 2 3 * New upstream version 0.9.39 4 5 -- zzz on i2p (key signing) <zzz@i2pmail.org> Fri, 22 Mar 2019 12:12:12 +0000 6 1 7 i2p (0.9.38-1ubuntu1) bionic; urgency=medium 2 8 -
debian-alt/buster/control
rbb5a8921 r0584548 29 29 Depends: ${misc:Depends}, ${java:Depends}, ${shlibs:Depends}, 30 30 adduser, 31 apparmor, 31 32 debconf, 32 33 i2p-router (>= 0.8.6-5), 33 34 libjbigi-jni, 34 35 lsb-base (>= 3.0-6), 35 service-wrapper 36 service-wrapper, 37 ucf (>= 0.28) 36 38 Description: Invisible Internet Project (I2P) - anonymous network 37 39 I2P is an anonymizing network, offering a simple layer that identity-sensitive … … 84 86 libtaglibs-standard-jstlel-java, 85 87 libtomcat9-java, 86 famfamfam-flag-png 88 famfamfam-flag-png, 89 sensible-utils 87 90 Replaces: i2p ( << 0.8.6-5) 88 91 Breaks: i2p (<< 0.8.6-5) -
debian-alt/buster/rules
rbb5a8921 r0584548 86 86 @/bin/echo -e "javac.compilerargs7=" >> $(CURDIR)/override.properties 87 87 @/bin/echo -e "build.built-by=debian" >> $(CURDIR)/override.properties 88 @/bin/echo -e "build.reproducible=true" >> $(CURDIR)/override.properties 88 89 89 90 @# debian and ubuntu: everywhere -
debian-alt/disco/changelog
rbb5a8921 r0584548 1 i2p (0.9.39-1~disco+1) disco; urgency=medium 2 3 * New upstream version 0.9.39 4 5 -- zzz on i2p (key signing) <zzz@i2pmail.org> Fri, 22 Mar 2019 12:12:12 +0000 6 1 7 i2p (0.9.38-1~disco+1) disco; urgency=medium 2 8 -
debian-alt/disco/control
rbb5a8921 r0584548 2 2 Maintainer: zzz <zzz@i2pmail.org> 3 3 Section: net 4 Standards-Version: 3.9.84 Standards-Version: 4.3.0 5 5 Priority: optional 6 6 Bugs: mailto:zzz@i2pmail.org 7 7 Homepage: https://geti2p.net/ 8 Vcs-Browser: https://salsa.debian.org/debian/i2p 9 Vcs-Git: https://salsa.debian.org/debian/i2p.git 8 10 Build-Depends: debhelper (>= 9.20160709) 9 11 ,ant (>= 1.8) 10 12 ,debconf 11 , openjdk-8-jdk13 ,default-jdk 12 14 ,libjetty9-java 13 15 ,libtaglibs-standard-jstlel-java … … 28 30 Depends: ${misc:Depends}, ${java:Depends}, ${shlibs:Depends}, 29 31 adduser, 32 apparmor, 30 33 debconf, 31 34 i2p-router (>= 0.8.6-5), 32 35 libjbigi-jni, 33 36 lsb-base, 34 service-wrapper 37 service-wrapper, 38 ucf (>= 0.28) 35 39 Description: Invisible Internet Project (I2P) - anonymous network 36 40 I2P is an anonymizing network, offering a simple layer that identity-sensitive … … 75 79 Priority: optional 76 80 Depends: ${misc:Depends}, ${java:Depends}, ${shlibs:Depends}, 77 openjdk- 9-jre-headless | openjdk-8-jre-headless | default-jre-headless | java9-runtime-headless | java8-runtime-headless,81 openjdk-11-jre-headless | java11-runtime-headless, 78 82 geoip-database, 79 83 gettext-base, … … 83 87 libtaglibs-standard-jstlel-java, 84 88 libtomcat9-java, 85 famfamfam-flag-png 89 famfamfam-flag-png, 90 sensible-utils 86 91 Replaces: i2p ( << 0.8.6-5) 87 92 Breaks: i2p (<< 0.8.6-5) -
debian-alt/disco/i2p-router.links
rbb5a8921 r0584548 32 32 # combined into javax.servlet.jar in non-package builds 33 33 usr/share/java/jsp-api-2.3.jar usr/share/i2p/lib/jsp-api.jar 34 35 36 # comment out if not building with libtomcat8-java37 # ubuntu: only in xenial+38 # debian: wheezy-backports, jessie+39 # legacy name, contains only tomcat-juli, not commons-logging40 #usr/share/java/tomcat8-juli.jar usr/share/i2p/lib/commons-logging.jar41 #usr/share/java/tomcat8-jasper.jar usr/share/i2p/lib/jasper-runtime.jar42 # combined into jasper-runtime.jar in non-package builds43 #usr/share/java/tomcat8-coyote.jar usr/share/i2p/lib/tomcat-coyote.jar44 #usr/share/java/tomcat8-api.jar usr/share/i2p/lib/tomcat-api.jar45 #usr/share/java/tomcat8-util.jar usr/share/i2p/lib/tomcat-util.jar46 #usr/share/java/tomcat8-util-scan.jar usr/share/i2p/lib/tomcat-util-scan.jar47 # combined into commons-el.jar in non-package builds48 #usr/share/java/tomcat8-jasper-el.jar usr/share/i2p/lib/jasper-el.jar49 # legacy name in lib/50 #usr/share/java/tomcat8-el-api.jar usr/share/i2p/lib/commons-el.jar51 34 52 35 -
debian-alt/disco/rules
rbb5a8921 r0584548 25 25 @echo 'The build target is disabled. Use the appropriate binary target.' 26 26 27 #JAVA_HOME=/usr/lib/jvm/default-java 28 export DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH) 29 JAVA_HOME=/usr/lib/jvm/java-8-openjdk-$(DEB_HOST_ARCH) 27 DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) 28 29 JAVA_HOME=/usr/lib/jvm/default-java 30 30 31 I2P=$(CURDIR)/pkg-temp 31 32 ROUTERVERSION=$(CURDIR)/router/java/src/net/i2p/router/RouterVersion.java … … 81 82 endif 82 83 @# build options 83 @/bin/echo -e "javac.version=1.8" > $(CURDIR)/override.properties84 @/bin/echo -e "javac.compilerargs=-bootclasspath $(JAVA_HOME)/jre/lib/rt.jar:$(JAVA_HOME)/jre/lib/jce.jar" >> $(CURDIR)/override.properties85 @/bin/echo -e "javac.compilerargs7=-bootclasspath $(JAVA_HOME)/jre/lib/rt.jar:$(JAVA_HOME)/jre/lib/jce.jar" >> $(CURDIR)/override.properties84 # @/bin/echo -e "javac.version=1.8" > $(CURDIR)/override.properties 85 # @/bin/echo -e "javac.compilerargs=-bootclasspath $(JAVA_HOME)/jre/lib/rt.jar:$(JAVA_HOME)/jre/lib/jce.jar" >> $(CURDIR)/override.properties 86 # @/bin/echo -e "javac.compilerargs7=-bootclasspath $(JAVA_HOME)/jre/lib/rt.jar:$(JAVA_HOME)/jre/lib/jce.jar" >> $(CURDIR)/override.properties 86 87 @/bin/echo -e "build.built-by=debian" >> $(CURDIR)/override.properties 87 88 @/bin/echo -e "build.reproducible=true" >> $(CURDIR)/override.properties -
debian-alt/precise/changelog
rbb5a8921 r0584548 1 i2p (0.9.39p-1~precise+1) precise; urgency=medium 2 3 * Backport to Precise 4 5 -- zzz on i2p (key signing) <zzz@i2pmail.org> Fri, 22 Mar 2019 12:12:12 +0000 6 1 7 i2p (0.9.38p-2~precise+1) precise; urgency=medium 2 8 -
debian-alt/trusty/changelog
rbb5a8921 r0584548 1 i2p (0.9.39p-1~trusty+1) trusty; urgency=medium 2 3 * Backport to Trusty 4 5 -- zzz on i2p (key signing) <zzz@i2pmail.org> Fri, 22 Mar 2019 12:12:12 +0000 6 1 7 i2p (0.9.38p-4~trusty+1) trusty; urgency=medium 2 8 -
debian-alt/xenial/changelog
rbb5a8921 r0584548 1 i2p (0.9.39x-1~xenial+1) xenial; urgency=medium 2 3 * Backport to Xenial 4 5 -- zzz on i2p (key signing) <zzz@i2pmail.org> Fri, 22 Mar 2019 12:12:12 +0000 6 1 7 i2p (0.9.38x-1~xenial+1) xenial; urgency=medium 2 8
Note: See TracChangeset
for help on using the changeset viewer.