This is an automated email from the git hooks/post-receive script. grinorcole-guest pushed a commit to branch master in repository libnet-radius-perl.
commit e11d8084571b1dbd95e712fcf9cdf61decdcc4da Author: Christopher Hoskin <[email protected]> Date: Mon May 4 20:38:42 2015 +0100 Fixes to documentation to reflect what is packaged for Debian Suggest existing Debian packages containing RADIUS dictionaries --- debian/changelog | 4 ---- debian/control | 1 + debian/libnet-radius-perl.docs | 2 -- debian/patches/README.patch | 16 ++++++++++++++++ debian/patches/series | 1 + 5 files changed, 18 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index a62db64..e4d5718 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,6 @@ libnet-radius-perl (2.103+dfsg-1) UNRELEASED; urgency=low TODO: - - d/libnet-radius-perl.docs: at least packets/README (which will be - installed as just README) looks like a candidate for not installing - README.debian talks about /usr/share/libnet-radius-perl/dicts which is not - in the built binary package?! - the pristine-tar branch lacks the libnet-radius-perl_2.103+dfsg* files * Initial Release. Closes: #778988 diff --git a/debian/control b/debian/control index ded3358..99b4a35 100644 --- a/debian/control +++ b/debian/control @@ -16,6 +16,7 @@ Testsuite: autopkgtest-pkg-perl Package: libnet-radius-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} +Suggests: freeradius-common, libwireshark-data Description: distribution of modules interfacing to the RADIUS protocol Net::Radius modules provide an interface to the RADIUS (RFC2138) protocol. It consists of the following modules: diff --git a/debian/libnet-radius-perl.docs b/debian/libnet-radius-perl.docs index ac988e3..5c851b7 100644 --- a/debian/libnet-radius-perl.docs +++ b/debian/libnet-radius-perl.docs @@ -1,7 +1,5 @@ -README.debian README.server README.VSA README.broken README.3COM README.packets -packets/README diff --git a/debian/patches/README.patch b/debian/patches/README.patch new file mode 100644 index 0000000..e5ad233 --- /dev/null +++ b/debian/patches/README.patch @@ -0,0 +1,16 @@ +Description: Change README to Debian paths +Author: Christopher Hoskin <[email protected]> +Forwarded: not-needed +Last-Update: 2015-05-04 +--- a/README ++++ b/README +@@ -26,7 +26,8 @@ + $ make test + $ make install + +-The ./examples directory contain a number of simple examples. ++The /usr/share/doc/libnet-radius-perl/examples/ directory contain a ++number of simple examples. + + This code supports the use of vendor specific attributes. This + type of attribute is defined in RFC-2138 and is used to support diff --git a/debian/patches/series b/debian/patches/series index c0f5408..940d2ce 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ +README.patch remove-DFSG-noncompliant.patch pod-encoding.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-radius-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
