From e7fc8c22d3042e4ea9fe614c77cbef096c41f905 Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Sat, 12 Aug 2017 13:39:25 -0400 Subject: [PATCH] Bump standards version to 4.0.1 and compat to 10. --- debian/compat | 2 +- debian/control | 4 ++-- debian/rules | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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 $@