r23031 - in /packages/unstable/libgda4/debian: changelog rules
pochu at users.alioth.debian.org
pochu at users.alioth.debian.org
Thu Feb 11 15:02:22 UTC 2010
Author: pochu
Date: Thu Feb 11 15:02:15 2010
New Revision: 23031
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=23031
Log:
* debian/rules:
- Run the test suite during the build, but don't make it fatal (yet).
Modified:
packages/unstable/libgda4/debian/changelog
packages/unstable/libgda4/debian/rules
Modified: packages/unstable/libgda4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgda4/debian/changelog?rev=23031&op=diff
==============================================================================
--- packages/unstable/libgda4/debian/changelog [utf-8] (original)
+++ packages/unstable/libgda4/debian/changelog [utf-8] Thu Feb 11 15:02:15 2010
@@ -1,3 +1,10 @@
+libgda4 (4.0.7-2) UNRELEASED; urgency=low
+
+ * debian/rules:
+ - Run the test suite during the build, but don't make it fatal (yet).
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org> Thu, 11 Feb 2010 13:32:07 +0100
+
libgda4 (4.0.7-1) unstable; urgency=low
* New upstream
Modified: packages/unstable/libgda4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgda4/debian/rules?rev=23031&op=diff
==============================================================================
--- packages/unstable/libgda4/debian/rules [utf-8] (original)
+++ packages/unstable/libgda4/debian/rules [utf-8] Thu Feb 11 15:02:15 2010
@@ -33,6 +33,9 @@
# Only build the docs if this file is present (e.g. when building arch.all packages)
$(DEB_BUILDDIR)/config.status: DEB_CONFIGURE_EXTRA_FLAGS += $(shell if test -f /usr/share/pkgconfig/gtk-doc.pc; then echo "--enable-gtk-doc"; fi)
+debian/stamp-makefile-check: debian/stamp-makefile-build
+ -$(MAKE) -k check
+
clean::
sed -e 's#@SONAME@#$(SONAME)#g' \
-e 's#@GNOME_TEAM@#$(UPLOADERS)#g' \
More information about the pkg-gnome-commits
mailing list