[Pkg-voip-commits] r6894 - /asterisk-addons/trunk/debian/backports/etch
tzafrir-guest at alioth.debian.org
tzafrir-guest at alioth.debian.org
Sat Mar 21 00:11:58 UTC 2009
Author: tzafrir-guest
Date: Sat Mar 21 00:11:58 2009
New Revision: 6894
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6894
Log:
An etch backporting script
Added:
asterisk-addons/trunk/debian/backports/etch (with props)
Added: asterisk-addons/trunk/debian/backports/etch
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk-addons/trunk/debian/backports/etch?rev=6894&op=file
==============================================================================
--- asterisk-addons/trunk/debian/backports/etch (added)
+++ asterisk-addons/trunk/debian/backports/etch Sat Mar 21 00:11:58 2009
@@ -1,0 +1,15 @@
+#!/bin/bash
+#
+# Hook for automatic backports at buildserver.net
+#
+# Target dist: Debian Sarge
+
+# We can't build chan_mobile:
+
+# Get rid of the BlueTooth build-dep:
+sed -i -e '/^Build-Depends:/s/, libbluetooth-dev[^,]*//' debian/control
+
+# Remove the package itself:
+sed -e '/Package: asterisk-mobile/,$d' debian/control
+
+exit 0
Propchange: asterisk-addons/trunk/debian/backports/etch
------------------------------------------------------------------------------
svn:executable = *
More information about the Pkg-voip-commits
mailing list