[Pkg-voip-commits] r4091 - zaptel/trunk/debian/patches

tzafrir-guest at alioth.debian.org tzafrir-guest at alioth.debian.org
Sat Aug 18 21:35:25 UTC 2007


Author: tzafrir-guest
Date: 2007-08-18 21:35:25 +0000 (Sat, 18 Aug 2007)
New Revision: 4091

Added:
   zaptel/trunk/debian/patches/zaptel_perl.dpatch
Modified:
   zaptel/trunk/debian/patches/00list
Log:
Re-add zaptel_perl.dpatch. Clarified patch's description in hope to
avoid re-re-re-removal of this patch.


Modified: zaptel/trunk/debian/patches/00list
===================================================================
--- zaptel/trunk/debian/patches/00list	2007-08-18 21:21:01 UTC (rev 4090)
+++ zaptel/trunk/debian/patches/00list	2007-08-18 21:35:25 UTC (rev 4091)
@@ -3,3 +3,4 @@
 bristuff
 zaphfc-florz
 inlcude
+zaptel_perl

Copied: zaptel/trunk/debian/patches/zaptel_perl.dpatch (from rev 4039, zaptel/trunk/debian/patches/zaptel_perl.dpatch)
===================================================================
--- zaptel/trunk/debian/patches/zaptel_perl.dpatch	                        (rev 0)
+++ zaptel/trunk/debian/patches/zaptel_perl.dpatch	2007-08-18 21:35:25 UTC (rev 4091)
@@ -0,0 +1,22 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## zaptel_perl.dpatch by Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Point Zaptel PERL modules to the right directory under
+## DP: which to install perl modules.
+## DP: (sitelib in Debian is under /usr/local. We don't want to install
+## DP: there)
+
+ at DPATCH@
+diff -urNad zaptel1.2-1.2.18~dfsg~/xpp/utils/Makefile zaptel1.2-1.2.18~dfsg/xpp/utils/Makefile
+--- zaptel1.2-1.2.18~dfsg~/xpp/utils/Makefile	2007-05-17 22:34:32.000000000 +0300
++++ zaptel1.2-1.2.18~dfsg/xpp/utils/Makefile	2007-06-11 09:51:13.000000000 +0300
+@@ -24,7 +24,7 @@
+ MANDIR		= $(mandir)/man8
+ HOTPLUG_USB_DIR	= /etc/hotplug/usb
+ UDEV_RULES_DIR	= /etc/udev/rules.d
+-PERLLIBDIR	= $(shell eval `perl -V:sitelib`; echo "$$sitelib")
++PERLLIBDIR	= $(shell eval `perl -V:vendorlib`; echo "$$vendorlib")
+ PERL_DIRS	:= Zaptel Zaptel/Hardware Zaptel/Xpp
+ PERL_MODS_PAT	:= *.pm $(PERL_DIRS:%=%/*.pm)
+ PERL_MODS	:= $(shell cd zconf; echo $(PERL_MODS_PAT))




More information about the Pkg-voip-commits mailing list