[Pkg-voip-commits] r6475 - in /asterisk-addons/branches/experimental/debian: backports/etch control
tzafrir-guest at alioth.debian.org
tzafrir-guest at alioth.debian.org
Sun Nov 16 20:13:45 UTC 2008
Author: tzafrir-guest
Date: Sun Nov 16 20:13:45 2008
New Revision: 6475
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6475
Log:
* A first shot at an etch backport script.
* Don't leave 'Build-Depends:' alone in the line (for Etch backport).
Added:
asterisk-addons/branches/experimental/debian/backports/etch (with props)
Modified:
asterisk-addons/branches/experimental/debian/control
Added: asterisk-addons/branches/experimental/debian/backports/etch
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk-addons/branches/experimental/debian/backports/etch?rev=6475&op=file
==============================================================================
--- asterisk-addons/branches/experimental/debian/backports/etch (added)
+++ asterisk-addons/branches/experimental/debian/backports/etch Sun Nov 16 20:13:45 2008
@@ -1,0 +1,8 @@
+#!/bin/sh
+#
+# Target dist: Debian Etch
+
+# remove vpb-driver dependency
+sed -i -e '/^ libbluetooth-dev/d' debian/control
+
+exit 0
Propchange: asterisk-addons/branches/experimental/debian/backports/etch
------------------------------------------------------------------------------
svn:executable = *
Modified: asterisk-addons/branches/experimental/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk-addons/branches/experimental/debian/control?rev=6475&op=diff
==============================================================================
--- asterisk-addons/branches/experimental/debian/control (original)
+++ asterisk-addons/branches/experimental/debian/control Sun Nov 16 20:13:45 2008
@@ -3,12 +3,11 @@
Priority: optional
Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
Uploaders: Tzafrir Cohen <tzafrir.cohen at xorcom.com>, Kilian Krause <kilian at debian.org>, Faidon Liambotis <paravoid at debian.org>
-Build-Depends:
+Build-Depends: dpatch,
debhelper (>= 5),
libmysqlclient15-dev,
asterisk-dev (>= 1:1.6.0~dfsg-1~),
libbluetooth-dev,
- dpatch,
autotools-dev
Standards-Version: 3.8.0
Homepage: http://www.asterisk.org/
More information about the Pkg-voip-commits
mailing list