[xml/sgml-commit] r1107 - in /packages/expat/trunk/debian: changelog patches/00list patches/485129_fix_underquotation_in_m4.dpatch

dleidert-guest at users.alioth.debian.org dleidert-guest at users.alioth.debian.org
Sun Jun 8 18:14:18 UTC 2008


Author: dleidert-guest
Date: Sun Jun  8 18:14:18 2008
New Revision: 1107

URL: http://svn.debian.org/wsvn/debian-xml-sgml/?sc=1&rev=1107
Log:
* debian/patches/485129_fix_underquotation_in_m4.dpatch: Added.
  - conftools/expat.m4: Fixed underquotation in AC_DEFUN (closes: #485129).
* debian/patches/00list: Adjusted.

Added:
    packages/expat/trunk/debian/patches/485129_fix_underquotation_in_m4.dpatch   (with props)
Modified:
    packages/expat/trunk/debian/changelog
    packages/expat/trunk/debian/patches/00list

Modified: packages/expat/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/expat/trunk/debian/changelog?rev=1107&op=diff
==============================================================================
--- packages/expat/trunk/debian/changelog (original)
+++ packages/expat/trunk/debian/changelog Sun Jun  8 18:14:18 2008
@@ -1,6 +1,9 @@
 expat (2.0.1-3) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
+  * debian/patches/485129_fix_underquotation_in_m4.dpatch: Added.
+    - conftools/expat.m4: Fixed underquotation in AC_DEFUN (closes: #485129).
+  * debian/patches/00list: Adjusted.
 
  -- Daniel Leidert (dale) <daniel.leidert at wgdd.de>  Sun, 08 Jun 2008 10:36:15 +0200
 

Modified: packages/expat/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/expat/trunk/debian/patches/00list?rev=1107&op=diff
==============================================================================
--- packages/expat/trunk/debian/patches/00list (original)
+++ packages/expat/trunk/debian/patches/00list Sun Jun  8 18:14:18 2008
@@ -2,3 +2,4 @@
 82763_xmlwf_error_out_2
 302191_install_expat_config_h
 412786_xmlwf_man_standard_fix
+485129_fix_underquotation_in_m4

Added: packages/expat/trunk/debian/patches/485129_fix_underquotation_in_m4.dpatch
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/expat/trunk/debian/patches/485129_fix_underquotation_in_m4.dpatch?rev=1107&op=file
==============================================================================
--- packages/expat/trunk/debian/patches/485129_fix_underquotation_in_m4.dpatch (added)
+++ packages/expat/trunk/debian/patches/485129_fix_underquotation_in_m4.dpatch Sun Jun  8 18:14:18 2008
@@ -1,0 +1,22 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 485129_fix_underquotation_in_m4.dpatch by Daniel Leidert (dale) <daniel.leidert at wgdd.de>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Satisfy aclocal complaining with:
+## DP:   "warning: underquoted definition of AM_WITH_EXPAT"
+## DP:
+## DP: <URL:http://bugs.debian.org/485129>
+
+ at DPATCH@
+diff -urNad trunk~/conftools/expat.m4 trunk/conftools/expat.m4
+--- trunk~/conftools/expat.m4	2001-11-09 05:55:33.000000000 +0100
++++ trunk/conftools/expat.m4	2008-06-08 20:10:28.000000000 +0200
+@@ -7,7 +7,7 @@
+ dnl In addition, an Automake conditional EXPAT_INSTALLED is set accordingly.
+ dnl This is necessary to adapt a whole lot of packages that have expat
+ dnl bundled as a static library.
+-AC_DEFUN(AM_WITH_EXPAT,
++AC_DEFUN([AM_WITH_EXPAT],
+ [ AC_ARG_WITH(expat,
+ 	      [  --with-expat=PREFIX     Use system Expat library],
+ 	      , with_expat=no)

Propchange: packages/expat/trunk/debian/patches/485129_fix_underquotation_in_m4.dpatch
------------------------------------------------------------------------------
    svn:executable = *




More information about the debian-xml-sgml-commit mailing list