Mention dual-licensing of manpages; add Vcs-* directives to debian/control
The manpages are dual-licensed (GPL-3+ or GFDL-1.2+), so it is necessary to mention that in debian/copyright. Also, add Vcs-* directives to debian/control because now we are using git-buildpackage.
This commit is contained in:
parent
362ea063b5
commit
66ef07472a
2 changed files with 20 additions and 2 deletions
4
debian/control
vendored
4
debian/control
vendored
|
@ -5,8 +5,8 @@ Maintainer: Sergio Durigan Junior <sergiodj@sergiodj.net>
|
||||||
Build-Depends: debhelper (>= 9), autotools-dev, libgnutls28-dev, libgcrypt-dev, zlib1g-dev
|
Build-Depends: debhelper (>= 9), autotools-dev, libgnutls28-dev, libgcrypt-dev, zlib1g-dev
|
||||||
Standards-Version: 3.9.6
|
Standards-Version: 3.9.6
|
||||||
Homepage: http://wiki.libreplanetbr.org/rnetclient/
|
Homepage: http://wiki.libreplanetbr.org/rnetclient/
|
||||||
#Vcs-Git: git://anonscm.debian.org/collab-maint/rnetclient.git
|
Vcs-Git: git://git.sergiodj.net/debian/rnetclient.git
|
||||||
#Vcs-Browser: http://anonscm.debian.org/?p=collab-maint/rnetclient.git;a=summary
|
Vcs-Browser: http://git.sergiodj.net/?p=debian/rnetclient.git;a=summary
|
||||||
|
|
||||||
Package: rnetclient
|
Package: rnetclient
|
||||||
Architecture: any
|
Architecture: any
|
||||||
|
|
18
debian/copyright
vendored
18
debian/copyright
vendored
|
@ -57,6 +57,24 @@ Files: doc/man/*
|
||||||
Copyright: 2014 Sergio Durigan Junior <sergiodj@sergiodj.net>
|
Copyright: 2014 Sergio Durigan Junior <sergiodj@sergiodj.net>
|
||||||
License: GPL-3+
|
License: GPL-3+
|
||||||
|
|
||||||
|
Files: doc/man/rnetclient.1
|
||||||
|
Copyright: 2014 Sergio Durigan Junior <sergiodj@sergiodj.net>
|
||||||
|
License: GPL-3+ or GFDL-NIV-1.2+
|
||||||
|
|
||||||
|
Files: doc/man/pt_BR/rnetclient.1
|
||||||
|
Copyright: 2014 Sergio Durigan Junior <sergiodj@sergiodj.net>
|
||||||
|
License: GPL-3+ or GFDL-NIV-1.2+
|
||||||
|
Permission is granted to copy, distribute and/or modify this document
|
||||||
|
under the terms of the GNU Free Documentation License, Version 1.2 or
|
||||||
|
any later version published by the Free Software Foundation; with no
|
||||||
|
Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
|
||||||
|
copy of the license is included in the section entitled "GNU Free
|
||||||
|
Documentation License".
|
||||||
|
.
|
||||||
|
On Debian systems, the complete text of the GNU Free Documentation
|
||||||
|
License version 1.2 can be found in
|
||||||
|
"/usr/share/common-licenses/GFDL-1.2".
|
||||||
|
|
||||||
Files: debian/*
|
Files: debian/*
|
||||||
Copyright: 2015 Sergio Durigan Junior <sergiodj@sergiodj.net>
|
Copyright: 2015 Sergio Durigan Junior <sergiodj@sergiodj.net>
|
||||||
License: GPL-3+
|
License: GPL-3+
|
||||||
|
|
Loading…
Reference in a new issue