diff --git a/debian/changelog b/debian/changelog index e7ce095..39ec20a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +rnetclient (2015.1-2) unstable; urgency=medium + + * 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. + * Fix issues with debian/copyright formatting (lintian). + The GFDL license text was wrongly formatted and contained a typo. + + -- Sergio Durigan Junior Sat, 01 Aug 2015 17:07:58 -0400 + rnetclient (2015.1-1) unstable; urgency=low * Initial release (Closes: #784405)