[xml/sgml-commit] r1222 - in /packages/libxml2: ./ trunk/debian/changelog trunk/testModule.c

glandium at users.alioth.debian.org glandium at users.alioth.debian.org
Sat Sep 13 07:33:46 UTC 2008


Author: glandium
Date: Sat Sep 13 07:33:46 2008
New Revision: 1222

URL: http://svn.debian.org/wsvn/debian-xml-sgml/?sc=1&rev=1222
Log:
 r1325 at jigen:  mh | 2008-01-19 18:11:35 +0100
 * New upstream release.
 * Acknowledged NMU.
 * testModule.c: Revert our change to add PATH_MAX for the Hurd, since we now
   don't even build this file.

Modified:
    packages/libxml2/   (props changed)
    packages/libxml2/trunk/debian/changelog
    packages/libxml2/trunk/testModule.c

Propchange: packages/libxml2/
------------------------------------------------------------------------------
--- svk:merge (original)
+++ svk:merge Sat Sep 13 07:33:46 2008
@@ -1,2 +1,2 @@
 85a06573-1206-0410-a182-ce9117885d71:/local/libxml2:296
-a066b643-3b0a-0410-a6ba-ed4cca522822:/local/libxml2:1324
+a066b643-3b0a-0410-a6ba-ed4cca522822:/local/libxml2:1325

Modified: packages/libxml2/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/libxml2/trunk/debian/changelog?rev=1222&op=diff
==============================================================================
--- packages/libxml2/trunk/debian/changelog (original)
+++ packages/libxml2/trunk/debian/changelog Sat Sep 13 07:33:46 2008
@@ -1,3 +1,12 @@
+libxml2 (2.6.31.dfsg-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+  * Acknowledged NMU.
+  * testModule.c: Revert our change to add PATH_MAX for the Hurd, since we now
+    don't even build this file.
+
+ -- Mike Hommey <glandium at debian.org>  Sat, 19 Jan 2008 18:09:50 +0100
+
 libxml2 (2.6.30.dfsg-3.1) unstable; urgency=high
 
   * Non-maintainer upload by security team.

Modified: packages/libxml2/trunk/testModule.c
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/libxml2/trunk/testModule.c?rev=1222&op=diff
==============================================================================
--- packages/libxml2/trunk/testModule.c (original)
+++ packages/libxml2/trunk/testModule.c Sat Sep 13 07:33:46 2008
@@ -27,10 +27,6 @@
 #endif
 #else
 #define MODULE_PATH ".libs"
-#endif
-
-#ifndef PATH_MAX /* for The Hurd */
-#define PATH_MAX 4096
 #endif
 
 typedef int (*hello_world_t)(void);




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