r40747 - in /desktop/unstable/gobject-introspection/debian: changelog tests/control
mpitt at users.alioth.debian.org
mpitt at users.alioth.debian.org
Tue Feb 25 09:02:35 UTC 2014
Author: mpitt
Date: Tue Feb 25 09:02:35 2014
New Revision: 40747
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=40747
Log:
debian/tests/control: Separate the two autopkgtests for more fine-grained
dependencies, and add missing "file" dependency for "tools". Allow stderr
output in the latter as we sometimes have warnings. Also add some missing
dependencies.
Modified:
desktop/unstable/gobject-introspection/debian/changelog
desktop/unstable/gobject-introspection/debian/tests/control
Modified: desktop/unstable/gobject-introspection/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gobject-introspection/debian/changelog?rev=40747&op=diff
==============================================================================
--- desktop/unstable/gobject-introspection/debian/changelog [utf-8] (original)
+++ desktop/unstable/gobject-introspection/debian/changelog [utf-8] Tue Feb 25 09:02:35 2014
@@ -8,6 +8,10 @@
* Add missing build-essential dependency (for libc-dev, linux-libc-dev,
gcc); spotted by autopkgtest.
* Update Vcs-* links.
+ * debian/tests/control: Separate the two autopkgtests for more fine-grained
+ dependencies, and add missing "file" dependency for "tools". Allow stderr
+ output in the latter as we sometimes have warnings. Also add some missing
+ dependencies.
-- Jeremy Bicha <jbicha at ubuntu.com> Fri, 28 Jun 2013 18:32:47 -0400
Modified: desktop/unstable/gobject-introspection/debian/tests/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gobject-introspection/debian/tests/control?rev=40747&op=diff
==============================================================================
--- desktop/unstable/gobject-introspection/debian/tests/control [utf-8] (original)
+++ desktop/unstable/gobject-introspection/debian/tests/control [utf-8] Tue Feb 25 09:02:35 2014
@@ -1,4 +1,8 @@
-Tests: build tools
+Tests: build
# deliberately avoid depending on gir1.2-glib-2.0 and friends; gir1.2-gtk-3.0
# ought to pull these in
-Depends: gobject-introspection, libgirepository1.0-dev, gir1.2-gtk-3.0, libcairo2-dev
+Depends: build-essential, libgirepository1.0-dev, gir1.2-gtk-3.0, libcairo2-dev
+
+Tests: tools
+Restrictions: allow-stderr
+Depends: gobject-introspection, libgirepository1.0-dev, gir1.2-gtk-3.0, libcairo2-dev, file
More information about the pkg-gnome-commits
mailing list