r33733 - in /desktop/unstable/gtksourceview3/debian: changelog control control.in

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu Mar 29 20:00:07 UTC 2012


Author: biebl
Date: Thu Mar 29 20:00:06 2012
New Revision: 33733

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=33733
Log:
Add Build-Depends on libxml2-utils for xmllint which is required during
"make check".

Modified:
    desktop/unstable/gtksourceview3/debian/changelog
    desktop/unstable/gtksourceview3/debian/control
    desktop/unstable/gtksourceview3/debian/control.in

Modified: desktop/unstable/gtksourceview3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtksourceview3/debian/changelog?rev=33733&op=diff
==============================================================================
--- desktop/unstable/gtksourceview3/debian/changelog [utf-8] (original)
+++ desktop/unstable/gtksourceview3/debian/changelog [utf-8] Thu Mar 29 20:00:06 2012
@@ -1,3 +1,10 @@
+gtksourceview3 (3.4.0-2) UNRELEASED; urgency=low
+
+  * Add Build-Depends on libxml2-utils for xmllint which is required during
+    "make check".
+
+ -- Michael Biebl <biebl at debian.org>  Thu, 29 Mar 2012 19:56:41 +0200
+
 gtksourceview3 (3.4.0-1) unstable; urgency=low
 
   * New upstream release.

Modified: desktop/unstable/gtksourceview3/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtksourceview3/debian/control?rev=33733&op=diff
==============================================================================
--- desktop/unstable/gtksourceview3/debian/control [utf-8] (original)
+++ desktop/unstable/gtksourceview3/debian/control [utf-8] Thu Mar 29 20:00:06 2012
@@ -15,6 +15,7 @@
                libgtk-3-dev (>= 3.0.0),
                libatk1.0-dev (>= 1.32),
                libxml2-dev (>= 2.6),
+               libxml2-utils,
                intltool (>= 0.40),
                gtk-doc-tools (>= 1.11),
                libglib2.0-dev (>= 2.28.0),

Modified: desktop/unstable/gtksourceview3/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtksourceview3/debian/control.in?rev=33733&op=diff
==============================================================================
--- desktop/unstable/gtksourceview3/debian/control.in [utf-8] (original)
+++ desktop/unstable/gtksourceview3/debian/control.in [utf-8] Thu Mar 29 20:00:06 2012
@@ -10,6 +10,7 @@
                libgtk-3-dev (>= 3.0.0),
                libatk1.0-dev (>= 1.32),
                libxml2-dev (>= 2.6),
+               libxml2-utils,
                intltool (>= 0.40),
                gtk-doc-tools (>= 1.11),
                libglib2.0-dev (>= 2.28.0),




More information about the pkg-gnome-commits mailing list