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

This commit is contained in:
kytv
2011-10-08 10:40:15 +00:00
parent 7652c19699
commit 66ba367530
2 changed files with 8 additions and 8 deletions

14
debian/control vendored
View File

@@ -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
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
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.

2
debian/rules vendored
View File

@@ -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