File: 02_remove_ppm_install_script.patch

package info (click to toggle)
libauthen-radius-perl 0.35-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 460 kB
  • sloc: perl: 1,068; makefile: 4
file content (20 lines) | stat: -rw-r--r-- 676 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description: Remove PPM_INSTALL_SCRIPT from Makefile
 PPM_INSTALL_SCRIPT installs a set of radius dictionaries into standard
 location. This would conflict with radius-cistron and xtradius packages
 (see README.Debian).
Forwarded: not-needed
Author: Italo Valcy <italo@dcc.ufba.br>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2020-10-24

--- a/Makefile.PL
+++ b/Makefile.PL
@@ -4,7 +4,7 @@
 WriteMakefile(
     NAME => 'Authen::Radius',
     VERSION_FROM => 'Radius.pm', # finds $VERSION
-    PPM_INSTALL_SCRIPT => 'install-radius-db.PL',
+    PL_FILES => {},
     MIN_PERL_VERSION => "v5.10.0",
     BUILD_REQUIRES => {
         # Support for TEST_REQUIRES