I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 66ba3675 authored by kytv's avatar kytv
Browse files

Debian: Disabling build-dep on tor-geoipdb (since our geoipdb is more current)

parent 7652c196
No related branches found
No related tags found
No related merge requests found
...@@ -5,26 +5,26 @@ Standards-Version: 3.9.2 ...@@ -5,26 +5,26 @@ Standards-Version: 3.9.2
Priority: optional Priority: optional
Bugs: mailto:killyourtv@i2pmail.org Bugs: mailto:killyourtv@i2pmail.org
Homepage: http://www.i2p2.de/ Homepage: http://www.i2p2.de/
Build-Depends: debhelper (>= 7.0.50~), Build-Depends: debhelper (>= 7.0.50~),
ant, ant,
debconf, debconf,
default-jdk, default-jdk,
gettext, gettext,
libgmp3-dev, libgmp3-dev,
po-debconf po-debconf
Build-Depends-Indep: tor-geoipdb ##Build-Depends-Indep: tor-geoipdb
Package: i2p Package: i2p
Architecture: all Architecture: all
Section: net Section: net
Priority: optional Priority: optional
Depends: ${misc:Depends}, ${java:Depends}, ${shlibs:Depends}, Depends: ${misc:Depends}, ${java:Depends}, ${shlibs:Depends},
adduser, adduser,
i2p-router (>= 0.8.6-5), i2p-router (>= 0.8.6-5),
libjbigi-jni (>= ${source:Version}), libjbigi-jni (>= ${source:Version}),
libjbigi-jni (<< ${source:Version}.1~), libjbigi-jni (<< ${source:Version}.1~),
lsb-base, lsb-base,
service-wrapper service-wrapper
Description: Load-balanced unspoofable packet switching network Description: Load-balanced unspoofable packet switching network
I2P is an anonymizing network, offering a simple layer that identity-sensitive I2P is an anonymizing network, offering a simple layer that identity-sensitive
applications can use to securely communicate. All data is wrapped with several applications can use to securely communicate. All data is wrapped with several
...@@ -57,7 +57,7 @@ Description: Documentation for I2P ...@@ -57,7 +57,7 @@ Description: Documentation for I2P
I2P is an anonymizing network, offering a simple layer that identity-sensitive I2P is an anonymizing network, offering a simple layer that identity-sensitive
applications can use to securely communicate. All data is wrapped with several 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 layers of encryption, and the network is both distributed and dynamic, with no
trusted parties. trusted parties.
. .
This package contains the Javadoc files. This package contains the Javadoc files.
...@@ -93,4 +93,4 @@ Description: Load-balanced unspoofable packet switching network ...@@ -93,4 +93,4 @@ Description: Load-balanced unspoofable packet switching network
trusted parties. trusted parties.
. .
TrueType fonts (such as those provided in the package ttf-dejavu) are required TrueType fonts (such as those provided in the package ttf-dejavu) are required
in order to generate graphs. in order to generate graphs.
...@@ -53,7 +53,7 @@ build-indep: ...@@ -53,7 +53,7 @@ build-indep:
ant preppkg-unix javadoc ant preppkg-unix javadoc
echo router.updateDisabled=true > $(I2P)/router.config echo router.updateDisabled=true > $(I2P)/router.config
mv $(I2P)/runplain.sh $(I2P)/i2prouter-nowrapper 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 binary-arch: build-arch
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment