Bump standards version to 4.0.1 and compat to 10.
This commit is contained in:
parent
3a1939611c
commit
e7fc8c22d3
3 changed files with 4 additions and 4 deletions
2
debian/compat
vendored
2
debian/compat
vendored
|
@ -1 +1 @@
|
||||||
9
|
10
|
||||||
|
|
4
debian/control
vendored
4
debian/control
vendored
|
@ -2,8 +2,8 @@ Source: rnetclient
|
||||||
Section: net
|
Section: net
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Sergio Durigan Junior <sergiodj@sergiodj.net>
|
Maintainer: Sergio Durigan Junior <sergiodj@sergiodj.net>
|
||||||
Build-Depends: debhelper (>= 9), autotools-dev, libgnutls28-dev, libgcrypt-dev, zlib1g-dev
|
Build-Depends: debhelper (>= 10), libgnutls28-dev, libgcrypt-dev, zlib1g-dev
|
||||||
Standards-Version: 3.9.8
|
Standards-Version: 4.0.1
|
||||||
Homepage: http://wiki.libreplanetbr.org/rnetclient/
|
Homepage: http://wiki.libreplanetbr.org/rnetclient/
|
||||||
Vcs-Git: git://git.sergiodj.net/debian/rnetclient.git
|
Vcs-Git: git://git.sergiodj.net/debian/rnetclient.git
|
||||||
Vcs-Browser: http://git.sergiodj.net/?p=debian/rnetclient.git;a=summary
|
Vcs-Browser: http://git.sergiodj.net/?p=debian/rnetclient.git;a=summary
|
||||||
|
|
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -4,4 +4,4 @@ DPKG_EXPORT_BUILDFLAGS = 1
|
||||||
include /usr/share/dpkg/default.mk
|
include /usr/share/dpkg/default.mk
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@ --with autotools-dev
|
dh $@
|
||||||
|
|
Loading…
Reference in a new issue