r21157 - in /desktop/unstable/gnome-doc-utils/debian: changelog control control.in

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sun Aug 30 15:45:01 UTC 2009


Author: pochu
Date: Sun Aug 30 15:45:00 2009
New Revision: 21157

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=21157
Log:
Add missing build dependency on python-libxml2, since xml2po needs
it and is now called during the build. Closes: #544309.

Modified:
    desktop/unstable/gnome-doc-utils/debian/changelog
    desktop/unstable/gnome-doc-utils/debian/control
    desktop/unstable/gnome-doc-utils/debian/control.in

Modified: desktop/unstable/gnome-doc-utils/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-doc-utils/debian/changelog?rev=21157&op=diff
==============================================================================
--- desktop/unstable/gnome-doc-utils/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-doc-utils/debian/changelog [utf-8] Sun Aug 30 15:45:00 2009
@@ -1,3 +1,10 @@
+gnome-doc-utils (0.17.4-2) UNRELEASED; urgency=low
+
+  * Add missing build dependency on python-libxml2, since xml2po needs
+    it and is now called during the build. Closes: #544309.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Sun, 30 Aug 2009 17:28:23 +0200
+
 gnome-doc-utils (0.17.4-1) unstable; urgency=low
 
   * New upstream release.

Modified: desktop/unstable/gnome-doc-utils/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-doc-utils/debian/control?rev=21157&op=diff
==============================================================================
--- desktop/unstable/gnome-doc-utils/debian/control [utf-8] (original)
+++ desktop/unstable/gnome-doc-utils/debian/control [utf-8] Sun Aug 30 15:45:00 2009
@@ -2,7 +2,7 @@
 Section: gnome
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Emilio Pozuelo Monfort <pochu at ubuntu.com>, Josselin Mouette <joss at debian.org>, Loic Minier <lool at dooz.org>, Sebastian Dröge <slomo at debian.org>
+Uploaders: Emilio Pozuelo Monfort <pochu at debian.org>, Josselin Mouette <joss at debian.org>, Loic Minier <lool at dooz.org>, Sebastian Dröge <slomo at debian.org>
 Build-Depends: cdbs,
                debhelper (>= 5.0.37.2),
                gnome-pkg-tools (>= 0.10)
@@ -14,6 +14,7 @@
                      libxml2-utils,
                      pkg-config,
                      python-support (>= 0.3),
+                     python-libxml2,
                      scrollkeeper
 Standards-Version: 3.8.3
 XS-Python-Version: >= 2.4

Modified: desktop/unstable/gnome-doc-utils/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-doc-utils/debian/control.in?rev=21157&op=diff
==============================================================================
--- desktop/unstable/gnome-doc-utils/debian/control.in [utf-8] (original)
+++ desktop/unstable/gnome-doc-utils/debian/control.in [utf-8] Sun Aug 30 15:45:00 2009
@@ -14,6 +14,7 @@
                      libxml2-utils,
                      pkg-config,
                      python-support (>= 0.3),
+                     python-libxml2,
                      scrollkeeper
 Standards-Version: 3.8.3
 XS-Python-Version: >= 2.4




More information about the pkg-gnome-commits mailing list