[Pkg-voip-commits] r6474 - in /asterisk/branches/experimental/debian: backports/etch control

tzafrir-guest at alioth.debian.org tzafrir-guest at alioth.debian.org
Sun Nov 16 20:07:04 UTC 2008


Author: tzafrir-guest
Date: Sun Nov 16 20:06:56 2008
New Revision: 6474

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6474
Log:
Etch backport fixes: 
* don't leave 'Build-Depends:' without a package in the same line.
* Disable imap from debian/rules as well.

Modified:
    asterisk/branches/experimental/debian/backports/etch
    asterisk/branches/experimental/debian/control

Modified: asterisk/branches/experimental/debian/backports/etch
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/branches/experimental/debian/backports/etch?rev=6474&op=diff
==============================================================================
--- asterisk/branches/experimental/debian/backports/etch (original)
+++ asterisk/branches/experimental/debian/backports/etch Sun Nov 16 20:06:56 2008
@@ -26,5 +26,6 @@
 
 # Remove explicit imap support:
 sed -i -e '/^ libc-client2007b-dev/d' debian/control
+sed -i -e 's/--with-imap=system/--without-imap/' debian/rules
 
 exit 0

Modified: asterisk/branches/experimental/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/branches/experimental/debian/control?rev=6474&op=diff
==============================================================================
--- asterisk/branches/experimental/debian/control (original)
+++ asterisk/branches/experimental/debian/control Sun Nov 16 20:06:56 2008
@@ -3,8 +3,8 @@
 Section: comm
 Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
 Uploaders: Mark Purcell <msp at debian.org>, Kilian Krause <kilian at debian.org>, Tzafrir Cohen <tzafrir.cohen at xorcom.com>, Faidon Liambotis <paravoid at debian.org>
-Build-Depends: 
- debhelper (>= 6.0.7), quilt, 
+Build-Depends: quilt, 
+ debhelper (>= 6.0.7),
  libreadline5-dev, 
  libgsm1-dev,
  libssl-dev,




More information about the Pkg-voip-commits mailing list