[Pkg-voip-commits] r6953 - in /yxa/trunk/debian: changelog patches/00list patches/fix_eldap_build.dpatch

mikma-guest at alioth.debian.org mikma-guest at alioth.debian.org
Tue Mar 31 20:35:48 UTC 2009


Author: mikma-guest
Date: Tue Mar 31 20:35:48 2009
New Revision: 6953

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6953
Log:
Fix build eldap error.

Added:
    yxa/trunk/debian/patches/fix_eldap_build.dpatch   (with props)
Modified:
    yxa/trunk/debian/changelog
    yxa/trunk/debian/patches/00list

Modified: yxa/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/yxa/trunk/debian/changelog?rev=6953&op=diff
==============================================================================
--- yxa/trunk/debian/changelog (original)
+++ yxa/trunk/debian/changelog Tue Mar 31 20:35:48 2009
@@ -10,5 +10,6 @@
   * Updated to policy version 3.7.3. No changes required.
   * Fixed lintian warning: debian-rules-ignores-make-clean-error.
   * Fixed loop detection.
+  * Fix build eldap error.
 
  -- Mikael Magnusson <mikma at users.sourceforge.net>  Sat, 29 Mar 2008 21:03:52 +0100

Modified: yxa/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-voip/yxa/trunk/debian/patches/00list?rev=6953&op=diff
==============================================================================
--- yxa/trunk/debian/patches/00list (original)
+++ yxa/trunk/debian/patches/00list Tue Mar 31 20:35:48 2009
@@ -11,3 +11,4 @@
 init_start
 presence_update
 loop_fix_orig_uri
+fix_eldap_build

Added: yxa/trunk/debian/patches/fix_eldap_build.dpatch
URL: http://svn.debian.org/wsvn/pkg-voip/yxa/trunk/debian/patches/fix_eldap_build.dpatch?rev=6953&op=file
==============================================================================
--- yxa/trunk/debian/patches/fix_eldap_build.dpatch (added)
+++ yxa/trunk/debian/patches/fix_eldap_build.dpatch Tue Mar 31 20:35:48 2009
@@ -1,0 +1,16 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## fix_eldap_build.dpatch by  <mikma at users.sourceforge.net>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Fix build eldap error.
+
+ at DPATCH@
+diff -urNad yxa-1.0+20090326~/src/eldap/Makefile.in yxa-1.0+20090326/src/eldap/Makefile.in
+--- yxa-1.0+20090326~/src/eldap/Makefile.in	2009-03-24 20:42:45.000000000 +0100
++++ yxa-1.0+20090326/src/eldap/Makefile.in	2009-03-31 22:20:35.000000000 +0200
+@@ -92,4 +92,4 @@
+ .SUFFIXES: .c .o .hrl .beam .erl .boot .rel .rel-in .app .app-in
+ 
+ $(ebin_dir)/%.beam:	%.erl
+-	$(ERLC) $(ERLC_FLAGS) $<
++	$(ERLC) $(L_ERLC_FLAGS) $<

Propchange: yxa/trunk/debian/patches/fix_eldap_build.dpatch
------------------------------------------------------------------------------
    svn:executable = *




More information about the Pkg-voip-commits mailing list