r23256 - in /desktop/unstable/libsoup2.4/debian: changelog rules
pochu at users.alioth.debian.org
pochu at users.alioth.debian.org
Thu Mar 11 22:49:32 UTC 2010
Author: pochu
Date: Thu Mar 11 22:49:31 2010
New Revision: 23256
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=23256
Log:
* debian/rules:
- Enable the test suite during the build, but don't make it fatal yet.
Modified:
desktop/unstable/libsoup2.4/debian/changelog
desktop/unstable/libsoup2.4/debian/rules
Modified: desktop/unstable/libsoup2.4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libsoup2.4/debian/changelog?rev=23256&op=diff
==============================================================================
--- desktop/unstable/libsoup2.4/debian/changelog [utf-8] (original)
+++ desktop/unstable/libsoup2.4/debian/changelog [utf-8] Thu Mar 11 22:49:31 2010
@@ -1,3 +1,10 @@
+libsoup2.4 (2.29.91-2) UNRELEASED; urgency=low
+
+ * debian/rules:
+ - Enable the test suite during the build, but don't make it fatal yet.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org> Thu, 11 Mar 2010 22:36:22 +0100
+
libsoup2.4 (2.29.91-1) unstable; urgency=low
* New upstream development release.
Modified: desktop/unstable/libsoup2.4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libsoup2.4/debian/rules?rev=23256&op=diff
==============================================================================
--- desktop/unstable/libsoup2.4/debian/rules [utf-8] (original)
+++ desktop/unstable/libsoup2.4/debian/rules [utf-8] Thu Mar 11 22:49:31 2010
@@ -23,4 +23,4 @@
DEB_DH_MAKESHLIBS_ARGS_libsoup-gnome2.4-1 += -V'libsoup-gnome2.4-${SOUP_SOVERSION} (>= $(SHVER))' -- -c4
DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc
-
+DEB_MAKE_CHECK_TARGET = check || true
More information about the pkg-gnome-commits
mailing list