[Pkg-voip-commits] r7584 - in /zaptel/branches/lenny/debian: changelog rules

tzafrir-guest at alioth.debian.org tzafrir-guest at alioth.debian.org
Wed Sep 9 04:53:33 UTC 2009


Author: tzafrir-guest
Date: Wed Sep  9 04:53:33 2009
New Revision: 7584

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=7584
Log:
Disable building wcopenpci on sparc as well (Closes: #544779). 

Modified:
    zaptel/branches/lenny/debian/changelog
    zaptel/branches/lenny/debian/rules

Modified: zaptel/branches/lenny/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/zaptel/branches/lenny/debian/changelog?rev=7584&op=diff
==============================================================================
--- zaptel/branches/lenny/debian/changelog (original)
+++ zaptel/branches/lenny/debian/changelog Wed Sep  9 04:53:33 2009
@@ -8,8 +8,9 @@
   * Fix URLs: digium.com -> asterisk.org .
   * Patches xpp_sysfs_busid_2630 xpp_procfs_owner_2630: Fix two 2.6.30
     build issues (Closes: #537202).
-
- -- Tzafrir Cohen <tzafrir.cohen at xorcom.com>  Wed, 09 Sep 2009 07:48:34 +0300
+  * Disable building wcopenpci on sparc as well (Closes: #544779). 
+
+ -- Tzafrir Cohen <tzafrir.cohen at xorcom.com>  Wed, 09 Sep 2009 07:52:04 +0300
 
 zaptel (1:1.4.11~dfsg-3) unstable; urgency=high
 

Modified: zaptel/branches/lenny/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/zaptel/branches/lenny/debian/rules?rev=7584&op=diff
==============================================================================
--- zaptel/branches/lenny/debian/rules (original)
+++ zaptel/branches/lenny/debian/rules Wed Sep  9 04:53:33 2009
@@ -43,7 +43,7 @@
 
 EXTRA_MODS=ds1x1f opvxa1200
 
-ifneq (,$(filter-out powerpc m68k armeb mips,$(shell dpkg-architecture -qDEB_HOST_ARCH)))
+ifneq (,$(filter-out powerpc m68k armeb mips sparc,$(shell dpkg-architecture -qDEB_HOST_ARCH)))
 EXTRA_MODS += wcopenpci
 endif
 




More information about the Pkg-voip-commits mailing list