~sergiodj/debian_rnetclient

e7fc8c22d3042e4ea9fe614c77cbef096c41f905 — Sergio Durigan Junior 6 years ago 3a19396
Bump standards version to 4.0.1 and compat to 10.
3 files changed, 4 insertions(+), 4 deletions(-)

M debian/compat
M debian/control
M debian/rules
M debian/compat => debian/compat +1 -1
@@ 1,1 1,1 @@
9
10

M debian/control => debian/control +2 -2
@@ 2,8 2,8 @@ Source: rnetclient
Section: net
Priority: optional
Maintainer: Sergio Durigan Junior <sergiodj@sergiodj.net>
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

M debian/rules => debian/rules +1 -1
@@ 4,4 4,4 @@ DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/default.mk

%:
	dh $@  --with autotools-dev
	dh $@