r40283 - in /desktop/unstable/pygobject/debian: changelog rules

mpitt at users.alioth.debian.org mpitt at users.alioth.debian.org
Fri Nov 22 06:26:28 UTC 2013


Author: mpitt
Date: Fri Nov 22 06:26:28 2013
New Revision: 40283

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=40283
Log:
debian/rules: Fix typo which caused the tests not to run on non-BSD
platforms.

Modified:
    desktop/unstable/pygobject/debian/changelog
    desktop/unstable/pygobject/debian/rules

Modified: desktop/unstable/pygobject/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygobject/debian/changelog?rev=40283&op=diff
==============================================================================
--- desktop/unstable/pygobject/debian/changelog	[utf-8] (original)
+++ desktop/unstable/pygobject/debian/changelog	[utf-8] Fri Nov 22 06:26:28 2013
@@ -2,6 +2,8 @@
 
   * New upstream stable release.
   * Bump Standards-Version to 3.9.5, no changes necessary.
+  * debian/rules: Fix typo which caused the tests not to run on non-BSD
+    platforms.
 
  -- Martin Pitt <mpitt at debian.org>  Fri, 22 Nov 2013 07:01:19 +0100
 

Modified: desktop/unstable/pygobject/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygobject/debian/rules?rev=40283&op=diff
==============================================================================
--- desktop/unstable/pygobject/debian/rules	[utf-8] (original)
+++ desktop/unstable/pygobject/debian/rules	[utf-8] Fri Nov 22 06:26:28 2013
@@ -35,7 +35,7 @@
 	    dh_auto_build --builddirectory=build-$$x; \
 	done
 
-ifeq ($(findstring $(DEB_BUILD_ARCH), kfreebsd-amd64 kfreebsd-i386),)
+ifneq ($(findstring $(DEB_BUILD_ARCH), kfreebsd-amd64 kfreebsd-i386),)
 # don't run the tests under fakeroot, otherwise they will try to connect to
 # root's session D-BUS
 override_dh_auto_test:




More information about the pkg-gnome-commits mailing list