r15830 - in /desktop/unstable/libcroco/debian: changelog control control.in
lool at users.alioth.debian.org
lool at users.alioth.debian.org
Sat May 3 22:20:38 UTC 2008
Author: lool
Date: Sat May 3 22:20:38 2008
New Revision: 15830
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=15830
Log:
Let libcroco3-dev depend libxml2-dev (>= 2.4.23) and libglib2.0-dev (>=
2.0) as these are referenceded in the .pc file; closes: #476167.
Modified:
desktop/unstable/libcroco/debian/changelog
desktop/unstable/libcroco/debian/control
desktop/unstable/libcroco/debian/control.in
Modified: desktop/unstable/libcroco/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libcroco/debian/changelog?rev=15830&op=diff
==============================================================================
--- desktop/unstable/libcroco/debian/changelog (original)
+++ desktop/unstable/libcroco/debian/changelog Sat May 3 22:20:38 2008
@@ -1,4 +1,4 @@
-libcroco (0.6.1-2) UNRELEASED; urgency=low
+libcroco (0.6.1-2) unstable; urgency=low
[ Loic Minier ]
* Set libcroco3-dev's section to libdevel.
@@ -18,6 +18,8 @@
[ Loic Minier ]
* Wrap build-deps and deps.
* Let libcroco3-dev depend on shlibs:Depends.
+ * Let libcroco3-dev depend libxml2-dev (>= 2.4.23) and libglib2.0-dev (>=
+ 2.0) as these are referenceded in the .pc file; closes: #476167.
-- Kilian Krause <kilian at debian.org> Sat, 22 Sep 2007 12:37:34 +0200
Modified: desktop/unstable/libcroco/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libcroco/debian/control?rev=15830&op=diff
==============================================================================
--- desktop/unstable/libcroco/debian/control (original)
+++ desktop/unstable/libcroco/debian/control Sat May 3 22:20:38 2008
@@ -16,7 +16,9 @@
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
- libcroco3 (= ${binary:Version})
+ libcroco3 (= ${binary:Version}),
+ libxml2-dev (>= 2.4.23),
+ libglib2.0-dev (>= 2.0)
Description: a generic Cascading Style Sheet (CSS) parsing and manipulation toolkit
Services provided by Libcroco
* A parser module that provides
Modified: desktop/unstable/libcroco/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libcroco/debian/control.in?rev=15830&op=diff
==============================================================================
--- desktop/unstable/libcroco/debian/control.in (original)
+++ desktop/unstable/libcroco/debian/control.in Sat May 3 22:20:38 2008
@@ -16,7 +16,9 @@
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
- libcroco3 (= ${binary:Version})
+ libcroco3 (= ${binary:Version}),
+ libxml2-dev (>= 2.4.23),
+ libglib2.0-dev (>= 2.0)
Description: a generic Cascading Style Sheet (CSS) parsing and manipulation toolkit
Services provided by Libcroco
* A parser module that provides
More information about the pkg-gnome-commits
mailing list