Remove warnings, more Debian stuff, remove obsolete ui/ stuff.

This commit is contained in:
Adam Ierymenko 2016-06-08 11:21:01 -07:00
commit 0ca764968a
16 changed files with 25 additions and 588 deletions

4
debian/changelog vendored
View file

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

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

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