[xml/sgml-commit] r1655 - in /packages/expat/trunk/debian: changelog control
dleidert-guest at users.alioth.debian.org
dleidert-guest at users.alioth.debian.org
Tue Dec 29 21:19:05 UTC 2009
Author: dleidert-guest
Date: Tue Dec 29 21:19:05 2009
New Revision: 1655
URL: http://svn.debian.org/wsvn/debian-xml-sgml/?sc=1&rev=1655
Log:
* debian/control (Depends): Fixed debhelper-but-no-misc-depends.
Modified:
packages/expat/trunk/debian/changelog
packages/expat/trunk/debian/control
Modified: packages/expat/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/expat/trunk/debian/changelog?rev=1655&op=diff
==============================================================================
--- packages/expat/trunk/debian/changelog (original)
+++ packages/expat/trunk/debian/changelog Tue Dec 29 21:19:05 2009
@@ -1,6 +1,7 @@
expat (2.0.1-7) UNRELEASED; urgency=low
* NOT RELEASED YET
+ * debian/control (Depends): Fixed debhelper-but-no-misc-depends.
* debian/patches/560901_CVE_2009_3560.dpatch: Adjusted.
- lib/xmlparse.c (doProlog): Revised patch for CVE-2009-3560 after
regressions have been detected (closes: #561658). Many thanks to
Modified: packages/expat/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/expat/trunk/debian/control?rev=1655&op=diff
==============================================================================
--- packages/expat/trunk/debian/control (original)
+++ packages/expat/trunk/debian/control Tue Dec 29 21:19:05 2009
@@ -15,7 +15,7 @@
Package: lib64expat1-dev
Section: libdevel
Architecture: i386 powerpc sparc s390
-Depends: lib64expat1 (= ${binary:Version}), libexpat1-dev, gcc-multilib
+Depends: ${misc:Depends}, lib64expat1 (= ${binary:Version}), libexpat1-dev, gcc-multilib
Description: XML parsing C library - development kit (64bit)
This package contains the header file and development libraries of
expat, the C library for parsing XML. Expat is a stream oriented XML
@@ -31,7 +31,7 @@
Package: lib64expat1
Section: libs
Architecture: i386 powerpc sparc s390
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
Description: XML parsing C library - runtime library (64bit)
This package contains the runtime, shared library of expat, the C
library for parsing XML. Expat is a stream-oriented parser in
@@ -45,7 +45,7 @@
Architecture: any
Provides: libexpat-dev
Conflicts: libexpat-dev
-Depends: libexpat1 (= ${binary:Version}), libc6-dev | libc-dev
+Depends: ${misc:Depends}, libexpat1 (= ${binary:Version}), libc6-dev | libc-dev
Description: XML parsing C library - development kit
This package contains the header file and development libraries of
expat, the C library for parsing XML. Expat is a stream oriented XML
@@ -59,7 +59,7 @@
Section: libs
Architecture: any
Conflicts: wink (<= 1.5.1060-4)
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
Description: XML parsing C library - runtime library
This package contains the runtime, shared library of expat, the C
library for parsing XML. Expat is a stream-oriented parser in
@@ -71,14 +71,14 @@
Section: debian-installer
Priority: extra
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
Description: XML parsing C library - runtime library
This package contains the runtime, shared library of expat, the C
library for parsing XML.
Package: expat
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
Description: XML parsing C library - example application
This package contains xmlwf, an example application of expat, the C
library for parsing XML. The arguments to xmlwf are one or more
More information about the debian-xml-sgml-commit
mailing list