[libnet-radius-perl] 01/03: Add patches to remove references to files not compliant with DFSG and to fix encoding issues with POD.

Christopher Hoskin christopher.hoskin at gmail.com
Sun Feb 22 19:44:07 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 42842a14d34a8a8ce91d7172815fb72e40226c1e
Author: Christopher Hoskin <christopher.hoskin at gmail.com>
Date:   Sun Feb 22 19:08:18 2015 +0000

    Add patches to remove references to files not compliant with DFSG
    and to fix encoding issues with POD.
---
 .gitignore                                    |  1 +
 debian/control                                |  3 +-
 debian/patches/pod-encoding.patch             | 28 +++++++++++++++
 debian/patches/remove-DFSG-noncompliant.patch | 51 +++++++++++++++++++++++++++
 debian/patches/series                         |  2 ++
 5 files changed, 84 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..224e7f0
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+.pc/
diff --git a/debian/control b/debian/control
index 668f5af..8368b61 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,8 @@ Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Christopher Hoskin <christopher.hoskin at gmail.com>
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: libtest-warn-perl,
- perl
+ perl,
+ libtest-pod-perl
 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
diff --git a/debian/patches/pod-encoding.patch b/debian/patches/pod-encoding.patch
new file mode 100644
index 0000000..a50f954
--- /dev/null
+++ b/debian/patches/pod-encoding.patch
@@ -0,0 +1,28 @@
+Description: Specify =encoding for POD (otherwise Test::Pod fails)
+Author: Christopher Hoskin <christopher.hoskin at gmail.com>
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=102285
+Last-Update: 2015-02-22
+
+
+--- a/Radius/Dictionary.pm
++++ b/Radius/Dictionary.pm
+@@ -275,6 +275,8 @@
+ 1;
+ __END__
+ 
++=encoding utf8
++
+ =head1 NAME
+ 
+ Net::Radius::Dictionary - RADIUS dictionary parser
+--- a/Radius/Packet.pm
++++ b/Radius/Packet.pm
+@@ -651,6 +651,8 @@
+ 1;
+ __END__
+ 
++=encoding utf8
++
+ =head1 NAME
+ 
+ Net::Radius::Packet - Object-oriented Perl interface to RADIUS packets
diff --git a/debian/patches/remove-DFSG-noncompliant.patch b/debian/patches/remove-DFSG-noncompliant.patch
new file mode 100644
index 0000000..f35774e
--- /dev/null
+++ b/debian/patches/remove-DFSG-noncompliant.patch
@@ -0,0 +1,51 @@
+Description: Remove references to files removed to comply with DFSG
+Author: Christopher Hoskin <christopher.hoskin at gmail.com>
+Forwarded: not-needed
+Last-Update: 2015-02-22
+
+--- a/MANIFEST
++++ b/MANIFEST
+@@ -1,4 +1,3 @@
+-build-stamp
+ Changes
+ contrib/bin2packet
+ contrib/rad-dump
+@@ -13,7 +12,6 @@
+ dicts/dictionary.altiga
+ dicts/dictionary.aptis
+ dicts/dictionary.ascend
+-dicts/dictionary.base
+ dicts/dictionary.bay
+ dicts/dictionary.bintec
+ dicts/dictionary.bristol
+@@ -67,19 +65,12 @@
+ dicts/dictionary.versanet
+ dicts/dictionary.wispr
+ dicts/dictionary.xedia
+-docs/rfc2865.txt
+-docs/rfc2866.txt
+-docs/rfc2869.txt
+-docs/rfc2882.txt
+-docs/rfc3575.txt
+-docs/rfc3576.txt
+ examples/example-client.pl
+ examples/example-menu.pl
+ examples/example-unix.pl
+ examples/example-yes.pl
+ examples/radius2ldap.pl
+ examples/tutorial.pl
+-install-stamp
+ Makefile.PL
+ MANIFEST			This list of files
+ MANIFEST.SKIP
+--- a/t/bundled.t
++++ b/t/bundled.t
+@@ -10,8 +10,6 @@
+ 
+ my %dict = 
+     (
+-     'dicts/dictionary.base' 
+-     => { attr => 39, vendor => undef, vsa => 0 },
+      'dicts/dictionary.3com-o' 
+      => { attr => 3, vendor => 'USR', vsa => 259 },
+      'dicts/dictionary' 	
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..c0f5408
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,2 @@
+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



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