[Pkg-voip-commits] [SCM] turnserver branch, master, updated. upstream/0.6-19-g7e7e2ce
Daniel Pocock
daniel at pocock.com.au
Sun Sep 30 10:34:03 UTC 2012
The following commit has been merged in the master branch:
commit d4f02ecae47128d3a98b96a00cc2bc458640a281
Author: Daniel Pocock <daniel at pocock.com.au>
Date: Sun Sep 30 12:27:02 2012 +0200
Temporarily add patch for CFLAGS issue (upstream fixing in next release)
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..0d1c01c
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+turnserver_0.6-1.diff.hzjZif
diff --git a/debian/patches/turnserver_0.6-1.diff.hzjZif b/debian/patches/turnserver_0.6-1.diff.hzjZif
new file mode 100644
index 0000000..a92d34f
--- /dev/null
+++ b/debian/patches/turnserver_0.6-1.diff.hzjZif
@@ -0,0 +1,37 @@
+Description: <short summary of the patch>
+ TODO: Put a short summary on the line above and replace this paragraph
+ with a longer explanation of this change. Complete the meta-information
+ with other relevant fields (see below for details). To make it easier, the
+ information below has been extracted from the changelog. Adjust it or drop
+ it.
+ .
+ turnserver (0.6-1) unstable; urgency=low
+ .
+ * Initial Debian release (Closes: #684481)
+Author: Daniel Pocock <daniel at pocock.com.au>
+Bug-Debian: http://bugs.debian.org/684481
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- turnserver-0.6.orig/configure.in
++++ turnserver-0.6/configure.in
+@@ -9,7 +9,7 @@ AC_CONFIG_HEADER([config.h])
+ # Unit tests with Check framework
+ PKG_CHECK_MODULES([CHECK], [check >= 0.9.4],,[AC_MSG_RESULT([testing is disabled])])
+
+-CFLAGS=""
++#CFLAGS=""
+
+ # Checks for programs.
+ AC_PROG_CC
--
turnserver
More information about the Pkg-voip-commits
mailing list