File: 03_remove_ppm_install_script.patch

package info (click to toggle)
libauthen-radius-perl 0.26-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 488 kB
  • ctags: 220
  • sloc: perl: 1,016; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 602 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Author: Italo Valcy <italo@dcc.ufba.br>
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).
Last-Update: 2016-12-28
--- 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",
     BUILD_REQUIRES => {
         # Support for TEST_REQUIRES