- Timestamp:
- Mar 21, 2016 6:25:17 PM (5 years ago)
- Branches:
- master
- Children:
- c1b6e1b
- Parents:
- b0aaf64
- Location:
- debian
- Files:
-
- 1 deleted
- 9 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
debian/NEWS
rb0aaf64 rc84dd52 5 5 be in wrapper.service have been moved to the initscript. If you have changed 6 6 the amount of memory set aside for I2P, you'll need to make that change to 7 /etc/i2p/wrapper.config. 8 7 /etc/i2p/wrapper.config. 8 9 9 The I2P router is now split into four different packages: i2p, i2p-doc, 10 10 i2p-router, and libjbigi. -
debian/changelog
rb0aaf64 rc84dd52 1 i2p (0.9.24-1) unstable; urgency=medium 2 3 * New upstream version 0.9.24 4 5 -- Kill Your TV <killyourtv@i2pmail.org> Sat, 30 Jan 2016 12:08:27 +0000 6 1 7 i2p (0.9.23-2) unstable; urgency=medium 2 8 -
debian/control
rb0aaf64 rc84dd52 19 19 ,hardening-wrapper 20 20 ,po-debconf 21 # Uncomment the next line for Debian unstable or Ubuntu Saucy (and newer) 22 # ,dh-systemd 21 ,dh-systemd 23 22 24 23 Package: i2p … … 28 27 Depends: ${java:Depends}, ${shlibs:Depends}, 29 28 adduser, 29 debconf, 30 30 i2p-router (>= 0.8.6-5), 31 31 libjbigi-jni, … … 78 78 Recommends: libjbigi-jni, ttf-dejavu 79 79 Suggests: tor 80 ,apparmor 80 81 ,i2p-messenger 81 82 ,i2phex -
debian/i2p-doc.preinst
rb0aaf64 rc84dd52 10 10 test -d /usr/share/doc/i2p-doc/api \ 11 11 && rm -rf /usr/share/doc/i2p-doc/api 12 fi 12 fi 13 13 fi 14 14 -
debian/i2p.templates
rb0aaf64 rc84dd52 38 38 Type: boolean 39 39 Default: true 40 _Description: Run I2P daemon confined with AppArmor40 _Description: Should the I2P daemon be confined with AppArmor? 41 41 With this option enabled I2P will be sandboxed with AppArmor, restricting which files and 42 42 directories may be accessed by I2P. -
debian/patches/0002-jbigi-soname.patch
rb0aaf64 rc84dd52 7 7 a soname to shut lintian up. 8 8 --- 9 core/c/jbigi/build_jbigi.sh | 9 core/c/jbigi/build_jbigi.sh | 4 ++-- 10 10 1 file changed, 2 insertions(+), 2 deletions(-) 11 11 12 diff --git a/core/c/jbigi/build_jbigi.sh b/core/c/jbigi/build_jbigi.sh 13 index 1521392..6a89c92 100755 12 14 --- a/core/c/jbigi/build_jbigi.sh 13 15 +++ b/core/c/jbigi/build_jbigi.sh 14 @@ -39,7 +39,7 @@ 16 @@ -39,7 +39,7 @@ SunOS*|OpenBSD*|NetBSD*|*FreeBSD*|Linux*) 15 17 UNIXTYPE="linux" 16 18 fi … … 21 23 LIBFILE="libjbigi.so";; 22 24 *) 23 @@ -58,7 +58,7 @@ 25 @@ -58,7 +58,7 @@ fi 24 26 25 27 echo "Compiling C code..." -
debian/patches/0003-rename-jcpuid.patch
rb0aaf64 rc84dd52 4 4 5 5 --- 6 core/c/jcpuid/build.sh | 6 core/c/jcpuid/build.sh | 8 ++------ 7 7 1 file changed, 2 insertions(+), 6 deletions(-) 8 8 9 diff --git a/core/c/jcpuid/build.sh b/core/c/jcpuid/build.sh 10 index 5b63c6c..f39148d 100755 9 11 --- a/core/c/jcpuid/build.sh 10 12 +++ b/core/c/jcpuid/build.sh 11 @@ -75,12 +75,8 @@ 13 @@ -75,12 +75,8 @@ case `uname -s` in 12 14 exit 0;; 13 15 esac -
debian/patches/series
rb0aaf64 rc84dd52 1 1 0001-path-substitution.patch 2 2 0002-jbigi-soname.patch 3 0003-renam ing-jcpuid.patch4 #0004-jetty6.patch3 0003-rename-jcpuid.patch 4 0004-remove-launch4j.patch -
debian/rules
rb0aaf64 rc84dd52 28 28 I2P=$(CURDIR)/pkg-temp 29 29 ROUTERVERSION=$(CURDIR)/router/java/src/net/i2p/router/RouterVersion.java 30 export DEB_BUILD_HARDENING=1 30 31 31 32 # I2P's version will be displayed in the router console as "$I2PVERSION-$EXTRAPREFIX$DEBIANVERSION", eg. 0.8.12-0-deb1 32 export EXTRAPREFIX := deb33 #export EXTRAPREFIX := deb 33 34 export JAVA_HOME I2P 34 export DEBIANVERSION := $(shell dpkg-parsechangelog |awk -F' ' '/^Version:/{print $$2}' |sed 's/.*-\([ 0-9A-Za-z~]\{1,\}\)$$/\1/')35 export DEBIANVERSION := $(shell dpkg-parsechangelog |awk -F' ' '/^Version:/{print $$2}' |sed 's/.*-\([.0-9A-Za-z~+]\{1,\}\)$$/\1/') 35 36 #export DEB_HOST_ARCH_CPU := $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU) 36 37 37 38 %: 38 dh $@ --with quilt 39 # with systemd needs dh-systemd which isn't available in Wheezy (except from backports), 40 # and is only Ubuntu as of "Saucy". The official packages will enable this for Debian unstable and 41 # Ubuntu Saucy (and newer) 42 #dh $@ --with systemd,quilt 39 dh $@ --with systemd 43 40 44 41 clean: createcopyright … … 48 45 dh_auto_clean 49 46 ant distclean 50 find $(CURDIR)/core -name '*\.[s]o'-exec rm -f {} \;47 find $(CURDIR)/core \( -name '*\.so' -o -name '*\.o' \) -exec rm -f {} \; 51 48 rm -rf $(CURDIR)/core/c/jcpuid/lib/ 52 #rm -f $(CURDIR)/installer/lib/wrapper/all/wrapper.jar 49 rm -f $(CURDIR)/installer/lib/wrapper/all/wrapper.jar 50 rm -f $(CURDIR)/installer/lib/launch4j/lib/commons-logging.jar 51 rm -rf $(CURDIR)/debian/python-i2p 53 52 debconf-updatepo 54 53 55 54 override_dh_auto_build: 56 55 57 # Uncomment the next override line for systems that support dh-systemd 58 # (currently Debian unstable and Ubuntu Saucy (and newer)) 59 #override_dh_systemd_enable: 56 override_dh_systemd_enable: 60 57 # We purposely do not set I2P to start at boot. 61 58 # This matches the behavior of the initscript … … 65 62 build-indep: 66 63 dh_prep 64 mkdir -p $(CURDIR)/installer/lib/wrapper/all 65 mkdir -p $(CURDIR)/installer/lib/launch4j/lib/ 66 ln -sf /usr/share/java/commons-logging.jar $(CURDIR)/installer/lib/launch4j/lib/commons-logging.jar 67 ln -sf /usr/share/java/wrapper.jar $(CURDIR)/installer/lib/wrapper/all/wrapper.jar 67 68 if [ ! -e $(CURDIR)/debian/routerversion.java.bak ]; then \ 68 69 cp $(ROUTERVERSION) $(CURDIR)/debian/routerversion.java.bak; \ … … 74 75 @echo "Already found deb in version, not doing anything" 75 76 endif 76 sh -n installer/resources/i2prouter || exit 1 77 sh -n installer/resources/runplain.sh || exit 1 78 TZ=UTC ant preppkg-unix javadoc 77 TZ=UTC JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF8 ant preppkg-unix javadoc 79 78 echo router.updateDisabled=true > $(I2P)/router.config 80 79 mv $(I2P)/runplain.sh $(I2P)/i2prouter-nowrapper 81 82 80 83 81 binary-arch: build-arch … … 95 93 @/bin/echo -e "This package was Debianized by kytv <killyourtv@i2pmail.org>" >> $(CURDIR)/debian/copyright 96 94 @/bin/echo -e "Sun, 23 Jan 2011 20:26:51 +0000" >> $(CURDIR)/debian/copyright 97 @/bin/echo -e "\nIt was downloaded from http ://www.i2p2.de" >> $(CURDIR)/debian/copyright95 @/bin/echo -e "\nIt was downloaded from https://geti2p.net" >> $(CURDIR)/debian/copyright 98 96 @/bin/echo -e "\nI2P is tracked upstream using the Monotone VCS" >> $(CURDIR)/debian/copyright 99 97 @/bin/echo -e "Complete information on fetching the source with monotone can be found" >> $(CURDIR)/debian/copyright 100 @/bin/echo -e "at http ://www.i2p2.de/newdevelopers#getting-the-i2p-code\n\n\n" >> $(CURDIR)/debian/copyright98 @/bin/echo -e "at https://geti2p.net/newdevelopers#getting-the-i2p-code\n\n\n" >> $(CURDIR)/debian/copyright 101 99 @/bin/cat $(CURDIR)/LICENSE.txt >> $(CURDIR)/debian/copyright 100 @/bin/echo -e "\n\n The debian packaging has been released into the public domain." >> $(CURDIR)/debian/copyright 102 101 103 102 override_dh_compress: -
debian/source/options
rb0aaf64 rc84dd52 1 compression=" bzip2"1 compression="xz" 2 2 compression-level=9
Note: See TracChangeset
for help on using the changeset viewer.