[libdbi-perl] 03/04: Add dont-install-dbiproxy-script.patch patch

Salvatore Bonaccorso carnil at debian.org
Thu Jun 19 12:14:04 UTC 2014


This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to annotated tag debian/1.622-1+deb7u1
in repository libdbi-perl.

commit eb48d8b2cb00c3fe65e983ae0b3e1ffd1365947e
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Tue Jun 10 09:03:53 2014 +0200

    Add dont-install-dbiproxy-script.patch patch
    
    Don't install dbiproxy script into /usr/bin.
---
 debian/patches/dont-install-dbiproxy-script.patch | 17 +++++++++++++++++
 debian/patches/series                             |  1 +
 2 files changed, 18 insertions(+)

diff --git a/debian/patches/dont-install-dbiproxy-script.patch b/debian/patches/dont-install-dbiproxy-script.patch
new file mode 100644
index 0000000..8c75f8b
--- /dev/null
+++ b/debian/patches/dont-install-dbiproxy-script.patch
@@ -0,0 +1,17 @@
+Description: Don't install /usr/bin/dbiproxy
+Origin: vendor
+Forwarded: no
+Author: Salvatore Bonaccorso <carnil at debian.org>
+Last-Update: 2014-06-10
+
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -120,7 +120,7 @@ my %opts = (
+ 	'DBD::PO' => '2.10',
+     },
+     LICENSE => 'perl',
+-    EXE_FILES => [ "dbiproxy$ext_pl", "dbiprof$ext_pl", "dbilogstrip$ext_pl" ],
++    EXE_FILES => [ "dbiprof$ext_pl", "dbilogstrip$ext_pl" ],
+     DIR => [ ],
+     dynamic_lib => { OTHERLDFLAGS => "$::opt_g" },
+     clean => { FILES=> "\$(DISTVNAME) Perl.xsi t/zv*_*.t dbi__null_test_tmp*"
diff --git a/debian/patches/series b/debian/patches/series
index 43e9b43..9c5a1bc 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@ t__40profile.t__NTP.patch
 t__80proxy.t___syslogd.patch
 fix-spelling.patch
 Security-notice-for-Proxy.patch
+dont-install-dbiproxy-script.patch

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



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