r45017 - in /desktop/experimental/gjs/debian: changelog rules

laney at users.alioth.debian.org laney at users.alioth.debian.org
Wed Jun 10 09:12:59 UTC 2015


Author: laney
Date: Wed Jun 10 09:12:59 2015
New Revision: 45017

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=45017
Log:
debian/rules: Run dh_install with --fail-missing

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

Modified: desktop/experimental/gjs/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gjs/debian/changelog?rev=45017&op=diff
==============================================================================
--- desktop/experimental/gjs/debian/changelog	[utf-8] (original)
+++ desktop/experimental/gjs/debian/changelog	[utf-8] Wed Jun 10 09:12:59 2015
@@ -7,6 +7,7 @@
     - Added control of JS Date caches to system module
     - Misc bug fixes and memory leak fixes
   * debian/watch: Find unstable versions too.
+  * debian/rules: Run dh_install with --fail-missing
 
  -- Iain Lane <laney at debian.org>  Wed, 10 Jun 2015 10:00:51 +0100
 

Modified: desktop/experimental/gjs/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gjs/debian/rules?rev=45017&op=diff
==============================================================================
--- desktop/experimental/gjs/debian/rules	[utf-8] (original)
+++ desktop/experimental/gjs/debian/rules	[utf-8] Wed Jun 10 09:12:59 2015
@@ -17,5 +17,7 @@
 
 DEB_MAKE_CHECK_TARGET := check || true
 
+DEB_DH_INSTALL_ARGS := --fail-missing -X.la
+
 install/libgjs0e::
 	echo gjs:Provides=libgjs0-$(LIBMOZJS) >> debian/$(cdbs_curpkg).substvars




More information about the pkg-gnome-commits mailing list