r23353 - in /packages/unstable/gobject-introspection/debian: changelog rules
pochu at users.alioth.debian.org
pochu at users.alioth.debian.org
Sun Mar 21 13:10:53 UTC 2010
Author: pochu
Date: Sun Mar 21 13:10:51 2010
New Revision: 23353
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=23353
Log:
* debian/rules:
- Abort the build if the test suite doesn't pass.
Modified:
packages/unstable/gobject-introspection/debian/changelog
packages/unstable/gobject-introspection/debian/rules
Modified: packages/unstable/gobject-introspection/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gobject-introspection/debian/changelog?rev=23353&op=diff
==============================================================================
--- packages/unstable/gobject-introspection/debian/changelog [utf-8] (original)
+++ packages/unstable/gobject-introspection/debian/changelog [utf-8] Sun Mar 21 13:10:51 2010
@@ -1,3 +1,10 @@
+gobject-introspection (0.6.8-2) UNRELEASED; urgency=low
+
+ * debian/rules:
+ - Abort the build if the test suite doesn't pass.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org> Sun, 21 Mar 2010 14:10:11 +0100
+
gobject-introspection (0.6.8-1) unstable; urgency=low
* New upstream release.
Modified: packages/unstable/gobject-introspection/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gobject-introspection/debian/rules?rev=23353&op=diff
==============================================================================
--- packages/unstable/gobject-introspection/debian/rules [utf-8] (original)
+++ packages/unstable/gobject-introspection/debian/rules [utf-8] Sun Mar 21 13:10:51 2010
@@ -8,7 +8,7 @@
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
DEB_MAKE_ENVVARS += HOME=$(CURDIR)
-DEB_MAKE_CHECK_TARGET = check || true
+DEB_MAKE_CHECK_TARGET = check
libgirepositoryN := $(shell sed -rn 's/^Package:[[:space:]]*(libgirepository-1.0[0-9]+)[[:space:]]*$$/\1/p' debian/control)
More information about the pkg-gnome-commits
mailing list