r42225 - in /desktop/unstable/gjs/debian: changelog gjs.lintian-overrides rules

ah at users.alioth.debian.org ah at users.alioth.debian.org
Sun Aug 24 02:57:25 UTC 2014


Author: ah
Date: Sun Aug 24 02:57:25 2014
New Revision: 42225

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=42225
Log:
make check can't be made fatal since it fails everywhere....


Removed:
    desktop/unstable/gjs/debian/gjs.lintian-overrides
Modified:
    desktop/unstable/gjs/debian/changelog
    desktop/unstable/gjs/debian/rules

Modified: desktop/unstable/gjs/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gjs/debian/changelog?rev=42225&op=diff
==============================================================================
--- desktop/unstable/gjs/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gjs/debian/changelog	[utf-8] Sun Aug 24 02:57:25 2014
@@ -1,5 +1,8 @@
-gjs (1.40.1-3) UNRELEASED; urgency=medium
-
+gjs (1.40.1-3) unstable; urgency=medium
+
+  * Team upload
+
+  [ Tim Lunn ]
   * Add installed-tests as autopkgtests
     + debian/control.in:
       - set XS-Testsuite for autopkgtests
@@ -7,10 +10,9 @@
     + debian/tests: Add autopkgtests
     + debian/rules:
       - configure with --enable-installed-tests
-      - Make tests fatal except for powerpc
   * Drop lintian overrides no longer needed
 
- -- Tim Lunn <tim at feathertop.org>  Mon, 18 Aug 2014 11:24:16 +1000
+ -- Andreas Henriksson <andreas at fatal.se>  Sat, 23 Aug 2014 19:41:05 -0700
 
 gjs (1.40.1-2) unstable; urgency=medium
 

Modified: desktop/unstable/gjs/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gjs/debian/rules?rev=42225&op=diff
==============================================================================
--- desktop/unstable/gjs/debian/rules	[utf-8] (original)
+++ desktop/unstable/gjs/debian/rules	[utf-8] Sun Aug 24 02:57:25 2014
@@ -15,11 +15,7 @@
 LIBMOZJS = $(shell objdump -p debian/tmp/usr/lib/libgjs.so | awk '$$1=="NEEDED" && $$2~/^libmozjs/ { print $$2 }' | sed s/\\.so\\./-/ )
 DEB_DH_MAKESHLIBS_ARGS_libgjs0e = -Xusr/lib/gjs-1.0/ -V'libgjs0e (>= $(DEB_UPSTREAM_VERSION)), libgjs0-$(LIBMOZJS)' -- -c4
 
-DEB_MAKE_CHECK_TARGET := check
-
-ifeq ($(DEB_HOST_ARCH), powerpc)
-    DEB_MAKE_CHECK_TARGET := check || true
-endif
+DEB_MAKE_CHECK_TARGET := check || true
 
 install/libgjs0e::
 	echo gjs:Provides=libgjs0-$(LIBMOZJS) >> debian/$(cdbs_curpkg).substvars




More information about the pkg-gnome-commits mailing list