r26292 - in /packages/experimental/gjs/debian: changelog rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Fri Jan 14 00:51:04 UTC 2011


Author: pochu
Date: Fri Jan 14 00:51:04 2011
New Revision: 26292

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=26292
Log:
* debian/rules:
  - Always depend on the latest upstream version in the shlibs file.
  - Fail the build if the symbols file is outdated.
  - Run the testsuite on !linux, but don't abort the build if it fails.

Modified:
    packages/experimental/gjs/debian/changelog
    packages/experimental/gjs/debian/rules

Modified: packages/experimental/gjs/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gjs/debian/changelog?rev=26292&op=diff
==============================================================================
--- packages/experimental/gjs/debian/changelog [utf-8] (original)
+++ packages/experimental/gjs/debian/changelog [utf-8] Fri Jan 14 00:51:04 2011
@@ -1,3 +1,12 @@
+gjs (0.7.8-3) UNRELEASED; urgency=low
+
+  * debian/rules:
+    - Always depend on the latest upstream version in the shlibs file.
+    - Fail the build if the symbols file is outdated.
+    - Run the testsuite on !linux, but don't abort the build if it fails.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Fri, 14 Jan 2011 00:34:27 +0000
+
 gjs (0.7.8-2) experimental; urgency=low
 
   * debian/control.in:

Modified: packages/experimental/gjs/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gjs/debian/rules?rev=26292&op=diff
==============================================================================
--- packages/experimental/gjs/debian/rules [utf-8] (original)
+++ packages/experimental/gjs/debian/rules [utf-8] Fri Jan 14 00:51:04 2011
@@ -6,10 +6,12 @@
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
-DEB_DH_MAKESHLIBS_ARGS_libgjs0b := -Xusr/lib/gjs-1.0/
+DEB_DH_MAKESHLIBS_ARGS_libgjs0b := -Xusr/lib/gjs-1.0/ -V -- -c4
 
 ifeq ($(DEB_BUILD_ARCH_OS),linux)
 DEB_MAKE_CHECK_TARGET := check
+else
+DEB_MAKE_CHECK_TARGET := check || true
 endif
 
 install/libgjs0b::




More information about the pkg-gnome-commits mailing list