r47080 - in /packages/unstable/gnome-builder/debian: changelog rules

darkxst-guest at users.alioth.debian.org darkxst-guest at users.alioth.debian.org
Fri Nov 20 03:53:02 UTC 2015


Author: darkxst-guest
Date: Fri Nov 20 03:53:02 2015
New Revision: 47080

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=47080
Log:
switch to fail-missing, remove plugin .la files and exclude the libide
bits, this still has unstable ABI and not meant to be public yet
(Closes: #804769) (bgo: #758266)

Modified:
    packages/unstable/gnome-builder/debian/changelog
    packages/unstable/gnome-builder/debian/rules

Modified: packages/unstable/gnome-builder/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-builder/debian/changelog?rev=47080&op=diff
==============================================================================
--- packages/unstable/gnome-builder/debian/changelog	[utf-8] (original)
+++ packages/unstable/gnome-builder/debian/changelog	[utf-8] Fri Nov 20 03:53:02 2015
@@ -4,6 +4,9 @@
     is required by the HTML preview plugin  
   * debian/rules:
     - Explicitly enable all plugins (except experimental plugins)
+    - switch to fail-missing, remove plugin .la files and exclude the libide
+      bits, this still has unstable ABI and not meant to be public yet
+      (Closes: #804769) (bgo: #758266)
 
  -- Tim Lunn <tim at feathertop.org>  Wed, 18 Nov 2015 16:29:36 +1100
 

Modified: packages/unstable/gnome-builder/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-builder/debian/rules?rev=47080&op=diff
==============================================================================
--- packages/unstable/gnome-builder/debian/rules	[utf-8] (original)
+++ packages/unstable/gnome-builder/debian/rules	[utf-8] Fri Nov 20 03:53:02 2015
@@ -54,7 +54,8 @@
 	dh_auto_test || true
 
 override_dh_install:
-	dh_install --list-missing
+	find debian/tmp -name '*.la' -delete
+	dh_install --fail-missing -Xgtk-doc -Xpkgconfig -Xgir-1.0
 
 override_dh_makeshlibs:
 	dh_makeshlibs -X/usr/lib/$(DEB_HOST_MULTIARCH)/gnome-builder




More information about the pkg-gnome-commits mailing list