Changeset 97a6cbd
- Timestamp:
- Mar 26, 2016 5:28:58 PM (5 years ago)
- Branches:
- master
- Children:
- 169fd56, 2fb0572
- Parents:
- 51e04f7
- Location:
- debian
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
debian/control
r51e04f7 r97a6cbd 10 10 ,ant-optional 11 11 ,debconf 12 , default-jdk |openjdk-7-jdk12 ,openjdk-7-jdk 13 13 ,dh-apparmor 14 14 ,gettext -
debian/rules
r51e04f7 r97a6cbd 49 49 rm -f $(CURDIR)/installer/lib/wrapper/all/wrapper.jar 50 50 rm -rf $(CURDIR)/debian/python-i2p 51 rm -f $(CURDIR)/override.properties 51 52 debconf-updatepo 52 53 … … 72 73 @echo "Already found deb in version, not doing anything" 73 74 endif 75 # build options 76 @/bin/echo -e "javac.version=1.7" > $(CURDIR)/override.properties 77 @/bin/echo -e "javac.compilerargs=-bootclasspath $(JAVA_HOME)/jre/lib/rt.jar:$(JAVA_HOME)/jre/lib/jce.jar" >> $(CURDIR)/override.properties 78 @/bin/echo -e "javac.compilerargs7=-bootclasspath $(JAVA_HOME)/jre/lib/rt.jar:$(JAVA_HOME)/jre/lib/jce.jar" >> $(CURDIR)/override.properties 79 @/bin/echo -e "build.built-by=debian" >> $(CURDIR)/override.properties 74 80 TZ=UTC JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF8 ant preppkg-unix javadoc 75 81 echo router.updateDisabled=true > $(I2P)/router.config
Note: See TracChangeset
for help on using the changeset viewer.