diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index ea1ea7b..bd70000 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: rnetclient Section: net Priority: optional Maintainer: Sergio Durigan Junior -Build-Depends: debhelper (>= 9), autotools-dev, libgnutls28-dev, libgcrypt-dev, zlib1g-dev -Standards-Version: 3.9.8 +Build-Depends: debhelper (>= 10), libgnutls28-dev, libgcrypt-dev, zlib1g-dev +Standards-Version: 4.0.1 Homepage: http://wiki.libreplanetbr.org/rnetclient/ Vcs-Git: git://git.sergiodj.net/debian/rnetclient.git Vcs-Browser: http://git.sergiodj.net/?p=debian/rnetclient.git;a=summary diff --git a/debian/rules b/debian/rules index 77ef7ce..fcd5a14 100755 --- a/debian/rules +++ b/debian/rules @@ -4,4 +4,4 @@ DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/default.mk %: - dh $@ --with autotools-dev + dh $@