[Pkg-voip-commits] r2743 - in yate/trunk/debian: . backports

Kilian Krause kilian at alioth.debian.org
Sun Nov 26 12:57:59 CET 2006


Author: kilian
Date: 2006-11-26 12:57:59 +0100 (Sun, 26 Nov 2006)
New Revision: 2743

Added:
   yate/trunk/debian/backports/
   yate/trunk/debian/backports/sarge
Log:
add backports hook to use libmysqlclient-dev from Sarge.


Added: yate/trunk/debian/backports/sarge
===================================================================
--- yate/trunk/debian/backports/sarge	2006-11-26 11:55:44 UTC (rev 2742)
+++ yate/trunk/debian/backports/sarge	2006-11-26 11:57:59 UTC (rev 2743)
@@ -0,0 +1,9 @@
+#!/bin/bash
+#
+# Hook for automatic backports at buildserver.net
+#
+# Target dist: Debian Sarge
+
+sed -i -e 's#^\(Build-Depends:.*\)libmysqlclient[^\ ]* \(.*\)$#\1libmysqlclient12-dev, \2#' debian/control
+
+exit 0


Property changes on: yate/trunk/debian/backports/sarge
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-voip-commits mailing list