diff --git a/debian/control b/debian/control index 5b2fcbcce710e1b9dc63df5215f8573496c63bfd..71d6c5e92dfd270fd6b9071c0b77597d69b9769f 100644 --- a/debian/control +++ b/debian/control @@ -5,26 +5,26 @@ Standards-Version: 3.9.2 Priority: optional Bugs: mailto:killyourtv@i2pmail.org Homepage: http://www.i2p2.de/ -Build-Depends: debhelper (>= 7.0.50~), +Build-Depends: debhelper (>= 7.0.50~), ant, debconf, default-jdk, gettext, - libgmp3-dev, + libgmp3-dev, po-debconf -Build-Depends-Indep: tor-geoipdb +##Build-Depends-Indep: tor-geoipdb Package: i2p Architecture: all Section: net Priority: optional Depends: ${misc:Depends}, ${java:Depends}, ${shlibs:Depends}, - adduser, + adduser, i2p-router (>= 0.8.6-5), libjbigi-jni (>= ${source:Version}), libjbigi-jni (<< ${source:Version}.1~), lsb-base, - service-wrapper + service-wrapper Description: Load-balanced unspoofable packet switching network I2P is an anonymizing network, offering a simple layer that identity-sensitive applications can use to securely communicate. All data is wrapped with several @@ -57,7 +57,7 @@ Description: Documentation for I2P I2P is an anonymizing network, offering a simple layer that identity-sensitive applications can use to securely communicate. All data is wrapped with several layers of encryption, and the network is both distributed and dynamic, with no - trusted parties. + trusted parties. . This package contains the Javadoc files. @@ -93,4 +93,4 @@ Description: Load-balanced unspoofable packet switching network trusted parties. . TrueType fonts (such as those provided in the package ttf-dejavu) are required - in order to generate graphs. + in order to generate graphs. diff --git a/debian/rules b/debian/rules index 53da2c19372d30bc1046bb76829f5ce186408ceb..f127e1b2539dc31075b587962f9592619912e2e9 100755 --- a/debian/rules +++ b/debian/rules @@ -53,7 +53,7 @@ build-indep: ant preppkg-unix javadoc echo router.updateDisabled=true > $(I2P)/router.config mv $(I2P)/runplain.sh $(I2P)/i2prouter-nowrapper - -cp -fv /usr/share/tor/geoip $(CURDIR)/pkg-temp/geoip/geoip.txt + #-cp -fv /usr/share/tor/geoip $(CURDIR)/pkg-temp/geoip/geoip.txt binary-arch: build-arch