[libnet-radius-perl] 01/01: Fixed issues in debian/control and ensure use ci test runs

Christopher Hoskin christopher.hoskin at gmail.com
Mon May 4 18:33:30 UTC 2015


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 7e7e0e792807f56f6f76c2ed9a3b692097507805
Author: Christopher Hoskin <christopher.hoskin at gmail.com>
Date:   Mon May 4 19:32:07 2015 +0100

    Fixed issues in debian/control and ensure use ci test runs
---
 debian/changelog                  | 6 ------
 debian/control                    | 6 +++---
 debian/tests/pkg-perl/module-name | 1 +
 3 files changed, 4 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8b0c02b..a62db64 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,17 +1,11 @@
 libnet-radius-perl (2.103+dfsg-1) UNRELEASED; urgency=low
 
   TODO:
-  - d/control: is libtest-warn-perl really needed at runtime?
   - 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?!
-  - d/control: the last paragraph seems to have an encoding problem (Muñoz)
-    but I guess it can be deleted anyway
   - the pristine-tar branch lacks the libnet-radius-perl_2.103+dfsg* files
-  - d/control: "Testsuite: autopkgtest-pkg-perl" missing
-  - autopkgtest: use.t is skipped, putting a module name in
-    debian/tests/pkg-perl/module-name should help
 
   * Initial Release. Closes: #778988
 
diff --git a/debian/control b/debian/control
index 8368b61..ded3358 100644
--- a/debian/control
+++ b/debian/control
@@ -11,11 +11,11 @@ Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libnet-radius-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libnet-radius-perl.git
 Homepage: https://metacpan.org/release/Net-Radius
+Testsuite: autopkgtest-pkg-perl
 
 Package: libnet-radius-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libtest-warn-perl
+Depends: ${misc:Depends}, ${perl:Depends}
 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:
@@ -24,5 +24,5 @@ Description: distribution of modules interfacing to the RADIUS protocol
  * Net::Radius::Dictionary - Deals with RADIUS dictionaries
  .
  This module is essentially the original RADIUS-1.0 distribution by
- Christopher Masto plus a number of changes and fixes by Luis Muñoz and
+ Christopher Masto plus a number of changes and fixes by Luis Muñoz and
  Ian Smith.
diff --git a/debian/tests/pkg-perl/module-name b/debian/tests/pkg-perl/module-name
new file mode 100644
index 0000000..04d0940
--- /dev/null
+++ b/debian/tests/pkg-perl/module-name
@@ -0,0 +1 @@
+Net::Radius::Packet

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-radius-perl.git



More information about the Pkg-perl-cvs-commits mailing list