r47111 - in /desktop/unstable/gobject-introspection/debian: changelog tests/control tests/tools
laney at users.alioth.debian.org
laney at users.alioth.debian.org
Tue Dec 1 12:44:15 UTC 2015
Author: laney
Date: Tue Dec 1 12:44:14 2015
New Revision: 47111
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=47111
Log:
debian/tests/smoke: File 5.22 reports XML documents with the version
number - expect this, to fix autopkgtest failure.
Modified:
desktop/unstable/gobject-introspection/debian/changelog
desktop/unstable/gobject-introspection/debian/tests/control
desktop/unstable/gobject-introspection/debian/tests/tools
Modified: desktop/unstable/gobject-introspection/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gobject-introspection/debian/changelog?rev=47111&op=diff
==============================================================================
--- desktop/unstable/gobject-introspection/debian/changelog [utf-8] (original)
+++ desktop/unstable/gobject-introspection/debian/changelog [utf-8] Tue Dec 1 12:44:14 2015
@@ -1,3 +1,10 @@
+gobject-introspection (1.46.0-3) UNRELEASED; urgency=medium
+
+ * debian/tests/smoke: File 5.22 reports XML documents with the version
+ number - expect this, to fix autopkgtest failure.
+
+ -- Iain Lane <laney at debian.org> Tue, 01 Dec 2015 11:56:58 +0000
+
gobject-introspection (1.46.0-2) unstable; urgency=medium
[ Laurent Bigonville ]
Modified: desktop/unstable/gobject-introspection/debian/tests/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gobject-introspection/debian/tests/control?rev=47111&op=diff
==============================================================================
--- desktop/unstable/gobject-introspection/debian/tests/control [utf-8] (original)
+++ desktop/unstable/gobject-introspection/debian/tests/control [utf-8] Tue Dec 1 12:44:14 2015
@@ -5,4 +5,4 @@
Tests: tools
Restrictions: allow-stderr
-Depends: gobject-introspection, libgirepository1.0-dev, gir1.2-gtk-3.0, libcairo2-dev, file
+Depends: gobject-introspection, libgirepository1.0-dev, gir1.2-gtk-3.0, libcairo2-dev, file (>= 1:5.25)
Modified: desktop/unstable/gobject-introspection/debian/tests/tools
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gobject-introspection/debian/tests/tools?rev=47111&op=diff
==============================================================================
--- desktop/unstable/gobject-introspection/debian/tests/tools [utf-8] (original)
+++ desktop/unstable/gobject-introspection/debian/tests/tools [utf-8] Tue Dec 1 12:44:14 2015
@@ -11,7 +11,7 @@
echo "g-ir-scanner..."
g-ir-scanner --include=cairo-1.0 --include=Gio-2.0 --namespace=Regress --nsversion=1.0 --header-only /usr/share/gobject-introspection-1.0/tests/*.h --output Regress.gir
-file Regress.gir | grep -q 'XML document' || { file Regress.gir; exit 1; }
+file Regress.gir | grep -q 'XML [[:digit:]]\.[[:digit:]] document' || { file Regress.gir; exit 1; }
echo "g-ir-compiler..."
g-ir-compiler -o Regress.typelib Regress.gir
@@ -23,4 +23,4 @@
echo "g-ir-doc-tool"
mkdir pyhelp
g-ir-doc-tool -o pyhelp -l Python Regress.gir
-file pyhelp/index.page | grep -q 'XML document' || { file pyhelp/index.page; exit 1; }
+file pyhelp/index.page | grep -q 'XML [[:digit:]]\.[[:digit:]] document' || { file pyhelp/index.page; exit 1; }
More information about the pkg-gnome-commits
mailing list