1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-06-28 11:55:08 +03:00

Promote debhelper compatibility level to 9.

The compat=9 overlay level is supported by Debian Wheezy, Ubuntu Lucid,
and all other current DEB platforms.
This commit is contained in:
Darik Horn 2014-04-23 18:25:47 -04:00
parent 44981b22b4
commit c724d5bf43
2 changed files with 1 additions and 5 deletions

2
debian/compat vendored
View File

@ -1 +1 @@
7 9

4
debian/rules vendored
View File

@ -1,8 +1,4 @@
#!/usr/bin/make -f #!/usr/bin/make -f
export DH_VERBOSE=1
CFLAGS := $(shell dpkg-buildflags --get CFLAGS)
LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS)
%: %:
dh $@ --with autoreconf dh $@ --with autoreconf