mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-25 18:36:36 +02:00
Merge 952c615a31
into 44cfe6af1c
This commit is contained in:
commit
0d7f9f717d
3 changed files with 6 additions and 3 deletions
2
debian/control
vendored
2
debian/control
vendored
|
@ -2,7 +2,7 @@ Source: i2pd
|
||||||
Section: net
|
Section: net
|
||||||
Priority: extra
|
Priority: extra
|
||||||
Maintainer: hagen <hagen@i2pmail.org>
|
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),
|
gcc (>= 4.7) | clang (>= 3.3),
|
||||||
libboost-system-dev (>= 1.46),
|
libboost-system-dev (>= 1.46),
|
||||||
libboost-date-time-dev,
|
libboost-date-time-dev,
|
||||||
|
|
2
debian/i2pd.install
vendored
2
debian/i2pd.install
vendored
|
@ -1,4 +1,4 @@
|
||||||
i2pd usr/sbin/
|
usr/bin/i2pd usr/sbin/
|
||||||
docs/i2pd.conf etc/i2pd/
|
docs/i2pd.conf etc/i2pd/
|
||||||
docs/tunnels.conf etc/i2pd/
|
docs/tunnels.conf etc/i2pd/
|
||||||
docs/subscriptions.txt etc/i2pd/
|
docs/subscriptions.txt etc/i2pd/
|
||||||
|
|
5
debian/rules
vendored
5
debian/rules
vendored
|
@ -11,7 +11,10 @@ CXXFLAGS+=$(CPPFLAGS)
|
||||||
PREFIX=/usr
|
PREFIX=/usr
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@ --parallel
|
dh $@ --parallel --buildsystem=cmake --sourcedirectory=build
|
||||||
|
|
||||||
|
override_dh_auto_configure:
|
||||||
|
dh_auto_configure -- -DWITH_UPNP=ON
|
||||||
|
|
||||||
override_dh_strip:
|
override_dh_strip:
|
||||||
dh_strip --dbg-package=i2pd-dbg
|
dh_strip --dbg-package=i2pd-dbg
|
||||||
|
|
Loading…
Add table
Reference in a new issue