This commit is contained in:
v2e 2017-02-13 23:40:04 +00:00 committed by GitHub
commit 0d7f9f717d
3 changed files with 6 additions and 3 deletions

2
debian/control vendored
View file

@ -2,7 +2,7 @@ Source: i2pd
Section: net
Priority: extra
Maintainer: hagen <hagen@i2pmail.org>
Build-Depends: debhelper (>= 9.0.0), dpkg-dev (>= 1.16.1~),
Build-Depends: cmake (>= 2.8.12), debhelper (>= 9.0.0), dpkg-dev (>= 1.16.1~),
gcc (>= 4.7) | clang (>= 3.3),
libboost-system-dev (>= 1.46),
libboost-date-time-dev,

2
debian/i2pd.install vendored
View file

@ -1,4 +1,4 @@
i2pd usr/sbin/
usr/bin/i2pd usr/sbin/
docs/i2pd.conf etc/i2pd/
docs/tunnels.conf etc/i2pd/
docs/subscriptions.txt etc/i2pd/

5
debian/rules vendored
View file

@ -11,7 +11,10 @@ CXXFLAGS+=$(CPPFLAGS)
PREFIX=/usr
%:
dh $@ --parallel
dh $@ --parallel --buildsystem=cmake --sourcedirectory=build
override_dh_auto_configure:
dh_auto_configure -- -DWITH_UPNP=ON
override_dh_strip:
dh_strip --dbg-package=i2pd-dbg