mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 13:54:15 -07:00
Remove warnings, more Debian stuff, remove obsolete ui/ stuff.
This commit is contained in:
parent
62b64d39ab
commit
0ca764968a
16 changed files with 25 additions and 588 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -1,5 +1,5 @@
|
|||
zerotier-one (1.1.5) UNRELEASED; urgency=medium
|
||||
|
||||
* Initial release. (Closes: #XXXXXX)
|
||||
* Development package -- first clean Debian packaging test.
|
||||
|
||||
-- root <root@linux-mercury-debian> Wed, 08 Jun 2016 10:05:01 -0700
|
||||
-- Adam Ierymenko <adam.ierymenko@zerotier.com> Wed, 08 Jun 2016 10:05:01 -0700
|
||||
|
|
3
debian/control
vendored
3
debian/control
vendored
|
@ -10,7 +10,8 @@ Homepage: https://www.zerotier.com/
|
|||
|
||||
Package: zerotier-one
|
||||
Architecture: any
|
||||
Depends: libhttp-parser2.1, liblz4-1, libnatpmp1
|
||||
Depends: ${shlibs:Depends}, libhttp-parser2.1, liblz4-1, libnatpmp1
|
||||
Homepage: https://www.zerotier.com/
|
||||
Description: ZeroTier network virtualization service
|
||||
ZeroTier One lets you join ZeroTier virtual networks and
|
||||
have them appear as tun/tap ports on your system. See
|
||||
|
|
7
debian/rules
vendored
7
debian/rules
vendored
|
@ -1,3 +1,10 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
CFLAGS=-O3 -fstack-protector-strong
|
||||
CXXFLAGS=-O3 -fstack-protector-strong
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
||||
override_dh_auto_build:
|
||||
make ZT_USE_MINIUPNPC=1 -j 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue