[Pkg-voip-commits] r5286 - in /openser/trunk/debian: changelog patches/00list patches/01_Makefile_fixes.dpatch

jblache at alioth.debian.org jblache at alioth.debian.org
Wed Mar 12 21:44:39 UTC 2008


Author: jblache
Date: Wed Mar 12 21:44:39 2008
New Revision: 5286

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5286
Log:
Fix a typo in the top-level Makefile.

Added:
    openser/trunk/debian/patches/01_Makefile_fixes.dpatch   (with props)
Modified:
    openser/trunk/debian/changelog
    openser/trunk/debian/patches/00list

Modified: openser/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/openser/trunk/debian/changelog?rev=5286&op=diff
==============================================================================
--- openser/trunk/debian/changelog (original)
+++ openser/trunk/debian/changelog Wed Mar 12 21:44:39 2008
@@ -9,8 +9,10 @@
     + Removed; merged upstream.
   * debian/patches/04_perl_for_perl5.10.dpatch:
     + Removed; merged upstream.
-
- -- Julien BLACHE <jblache at debian.org>  Wed, 12 Mar 2008 22:10:08 +0100
+  * debian/patches/01_Makefile_fixes.dpatch:
+    + Added; fix a typo in top-level Makefile.
+
+ -- Julien BLACHE <jblache at debian.org>  Wed, 12 Mar 2008 22:43:58 +0100
 
 openser (1.3.0-3) unstable; urgency=low
 

Modified: openser/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-voip/openser/trunk/debian/patches/00list?rev=5286&op=diff
==============================================================================
--- openser/trunk/debian/patches/00list (original)
+++ openser/trunk/debian/patches/00list Wed Mar 12 21:44:39 2008
@@ -1,3 +1,4 @@
+01_Makefile_fixes
 10_no_lib64_on_64_bits
 11_always_smp
 12_acc_enable_radius

Added: openser/trunk/debian/patches/01_Makefile_fixes.dpatch
URL: http://svn.debian.org/wsvn/pkg-voip/openser/trunk/debian/patches/01_Makefile_fixes.dpatch?rev=5286&op=file
==============================================================================
--- openser/trunk/debian/patches/01_Makefile_fixes.dpatch (added)
+++ openser/trunk/debian/patches/01_Makefile_fixes.dpatch Wed Mar 12 21:44:39 2008
@@ -1,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 01_Makefile_fixes.dpatch by  <jblache at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Fix typo in Makefile.
+
+ at DPATCH@
+diff -urNad openser-1.3.1~/Makefile openser-1.3.1/Makefile
+--- openser-1.3.1~/Makefile	2008-03-11 13:56:26.000000000 +0100
++++ openser-1.3.1/Makefile	2008-03-12 22:35:27.926597732 +0100
+@@ -111,7 +111,7 @@
+ else
+ 	BERKELEYDBON=yes
+ endif
+-MODULE_DBTEXT_INCLUDED=$(shell echo $(modules)| grep db_text )
++MODULE_DBTEXT_INCLUDED=$(shell echo $(modules)| grep dbtext )
+ ifeq (,$(MODULE_DBTEXT_INCLUDED))
+ 	DBTEXTON=no
+ else

Propchange: openser/trunk/debian/patches/01_Makefile_fixes.dpatch
------------------------------------------------------------------------------
    svn:executable = *




More information about the Pkg-voip-commits mailing list