[Pkg-voip-commits] r8392 - in /dahdi-tools/trunk/debian: changelog patches/per_usb_params patches/series
tzafrir at alioth.debian.org
tzafrir at alioth.debian.org
Mon May 17 12:17:55 UTC 2010
Author: tzafrir
Date: Mon May 17 12:17:36 2010
New Revision: 8392
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=8392
Log:
Patch per_usb_params: Fix a perl typo.
Added:
dahdi-tools/trunk/debian/patches/per_usb_params
Modified:
dahdi-tools/trunk/debian/changelog
dahdi-tools/trunk/debian/patches/series
Modified: dahdi-tools/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/dahdi-tools/trunk/debian/changelog?rev=8392&op=diff
==============================================================================
--- dahdi-tools/trunk/debian/changelog (original)
+++ dahdi-tools/trunk/debian/changelog Mon May 17 12:17:36 2010
@@ -10,8 +10,9 @@
* Patch xpp_udev_nosleep: Remove a sleep from previous patch that is not
needed in Debian.
* Convert to dpkg v.3 format.
-
- -- Tzafrir Cohen <tzafrir at debian.org> Thu, 29 Apr 2010 20:24:34 +0300
+ * Patch per_usb_params: Fix a perl typo.
+
+ -- Tzafrir Cohen <tzafrir at debian.org> Mon, 17 May 2010 15:09:38 +0300
dahdi-tools (1:2.2.1.1-1) unstable; urgency=low
Added: dahdi-tools/trunk/debian/patches/per_usb_params
URL: http://svn.debian.org/wsvn/pkg-voip/dahdi-tools/trunk/debian/patches/per_usb_params?rev=8392&op=file
==============================================================================
--- dahdi-tools/trunk/debian/patches/per_usb_params (added)
+++ dahdi-tools/trunk/debian/patches/per_usb_params Mon May 17 12:17:36 2010
@@ -1,0 +1,22 @@
+From: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+Subject: Fix passing parameters to _get_attr_optional()
+Origin: http://svn.asterisk.org/svn/dahdi/tools/branches/2.3@8631
+---
+ xpp/perl_modules/Dahdi/Hardware/USB.pm | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+index d73bdbe..edc0f4c 100644
+--- a/xpp/perl_modules/Dahdi/Hardware/USB.pm
++++ b/xpp/perl_modules/Dahdi/Hardware/USB.pm
+@@ -123,7 +123,7 @@ sub _get_attr($) {
+ }
+
+ sub _get_attr_optional($$) {
+- my ($attr_file, $def_val) = $@;
++ my ($attr_file, $def_val) = @_;
+
+ eval {return _get_attr($attr_file)};
+
+--
+1.5.6.5
+
Modified: dahdi-tools/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-voip/dahdi-tools/trunk/debian/patches/series?rev=8392&op=diff
==============================================================================
--- dahdi-tools/trunk/debian/patches/series (original)
+++ dahdi-tools/trunk/debian/patches/series Mon May 17 12:17:36 2010
@@ -4,3 +4,4 @@
init_stop
xpp_udev_background
xpp_udev_nosleep
+per_usb_params
More information about the Pkg-voip-commits
mailing list