r51008 - in /desktop/unstable/libsoup2.4/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Sep 21 12:15:37 UTC 2016


Author: biebl
Date: Wed Sep 21 12:15:36 2016
New Revision: 51008

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=51008
Log:
Don't override HOME, not needed for passing the test suite

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=51008&op=diff
==============================================================================
--- desktop/unstable/libsoup2.4/debian/changelog	[utf-8] (original)
+++ desktop/unstable/libsoup2.4/debian/changelog	[utf-8] Wed Sep 21 12:15:36 2016
@@ -1,3 +1,9 @@
+libsoup2.4 (2.56.0-2) UNRELEASED; urgency=medium
+
+  * NOT RELEASED YET
+
+ -- Michael Biebl <biebl at debian.org>  Mon, 19 Sep 2016 19:53:11 +0200
+
 libsoup2.4 (2.56.0-1) unstable; urgency=medium
 
   * New upstream release.

Modified: desktop/unstable/libsoup2.4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libsoup2.4/debian/rules?rev=51008&op=diff
==============================================================================
--- desktop/unstable/libsoup2.4/debian/rules	[utf-8] (original)
+++ desktop/unstable/libsoup2.4/debian/rules	[utf-8] Wed Sep 21 12:15:36 2016
@@ -28,6 +28,6 @@
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	mkdir -p $(CHECK_HOME)
-	env HOME=$(CHECK_HOME) XDG_RUNTIME_DIR=$(CHECK_HOME) dbus-run-session -- $(MAKE) check VERBOSE=1
+	env XDG_RUNTIME_DIR=$(CHECK_HOME) dbus-run-session -- $(MAKE) check VERBOSE=1
 endif
 




More information about the pkg-gnome-commits mailing list