[xml/sgml-commit] r1594 - in /packages/expat/trunk/debian: changelog control rules

dleidert-guest at users.alioth.debian.org dleidert-guest at users.alioth.debian.org
Sat Oct 24 12:21:59 UTC 2009


Author: dleidert-guest
Date: Sat Oct 24 12:21:58 2009
New Revision: 1594

URL: http://svn.debian.org/wsvn/debian-xml-sgml/?sc=1&rev=1594
Log:
* debian/control (Description): Fixed extended-description-is-probably-too-short
  and duplicate-long-description.
* debian/rules (CFLAGS): Drop useless '-pthread -D_REENTRANT' from version
  1.95-8-1 (closes: #551079).

Modified:
    packages/expat/trunk/debian/changelog
    packages/expat/trunk/debian/control
    packages/expat/trunk/debian/rules

Modified: packages/expat/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/expat/trunk/debian/changelog?rev=1594&op=diff
==============================================================================
--- packages/expat/trunk/debian/changelog (original)
+++ packages/expat/trunk/debian/changelog Sat Oct 24 12:21:58 2009
@@ -3,6 +3,10 @@
   * NOT RELEASED YET
   * debian/control (Standards-Version): Bumped to 3.8.3.
     (Priority, Section): Fixed binary-control-field-duplicates-source.
+    (Description): Fixed extended-description-is-probably-too-short and
+    duplicate-long-description.
+  * debian/rules (CFLAGS): Drop useless '-pthread -D_REENTRANT' from version
+    1.95-8-1 (closes: #551079).
   * debian/README.source: Added for policy compliance.
   * debian/patches/551936_CVE_2009_2625.dpatch: Added.
     - lib/xmltok_impl.c (updatePosition): Fix DoS vulnerability CVE-2009-2625

Modified: packages/expat/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/expat/trunk/debian/control?rev=1594&op=diff
==============================================================================
--- packages/expat/trunk/debian/control (original)
+++ packages/expat/trunk/debian/control Sat Oct 24 12:21:58 2009
@@ -24,6 +24,9 @@
  discovers the associated structures in the document being parsed.  A
  start tag is an example of the kind of structures for which you may
  register handlers.
+ .
+ This package includes the development support files for building 64 bit
+ applications.
 
 Package: lib64expat1
 Section: libs
@@ -31,7 +34,11 @@
 Depends: ${shlibs:Depends}
 Description: XML parsing C library - runtime library (64bit)
  This package contains the runtime, shared library of expat, the C
- library for parsing XML.
+ library for parsing XML. Expat is a stream-oriented parser in
+ which an application registers handlers for things the parser
+ might find in the XML document (like start tags).
+ .
+ This package includes the 64 bit version of the shared library.
 
 Package: libexpat1-dev
 Section: libdevel
@@ -55,7 +62,9 @@
 Depends: ${shlibs:Depends}
 Description: XML parsing C library - runtime library
  This package contains the runtime, shared library of expat, the C
- library for parsing XML.
+ library for parsing XML. Expat is a stream-oriented parser in
+ which an application registers handlers for things the parser
+ might find in the XML document (like start tags).
 
 Package: libexpat1-udeb
 XC-Package-Type: udeb

Modified: packages/expat/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/expat/trunk/debian/rules?rev=1594&op=diff
==============================================================================
--- packages/expat/trunk/debian/rules (original)
+++ packages/expat/trunk/debian/rules Sat Oct 24 12:21:58 2009
@@ -33,7 +33,8 @@
 	HOST64FLAG = --host=s390x-linux-gnu
 endif
 
-CFLAGS  = -Wall -g -pthread -D_REENTRANT
+# -pthread -D_REENTRANT #551079
+CFLAGS  = -Wall -g
 LDFLAGS = -Wl,-Bsymbolic-functions
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 	CFLAGS += -O0




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