r48989 - in /desktop/unstable/gedit/debian: changelog rules

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Thu Jun 2 23:27:42 UTC 2016


Author: jbicha-guest
Date: Thu Jun  2 23:27:42 2016
New Revision: 48989

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=48989
Log:
disable parallel building, I had a problem with missing merged translations
in usr/share/applications and usr/share/appdata

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

Modified: desktop/unstable/gedit/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gedit/debian/changelog?rev=48989&op=diff
==============================================================================
--- desktop/unstable/gedit/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gedit/debian/changelog	[utf-8] Thu Jun  2 23:27:42 2016
@@ -7,7 +7,6 @@
   [ Jeremy Bicha ]
   * Switch from cdbs to dh
   * Enable all hardening flags
-  * Enable parallel building
 
  -- Laurent Bigonville <bigon at debian.org>  Fri, 20 May 2016 22:25:14 +0200
 

Modified: desktop/unstable/gedit/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gedit/debian/rules?rev=48989&op=diff
==============================================================================
--- desktop/unstable/gedit/debian/rules	[utf-8] (original)
+++ desktop/unstable/gedit/debian/rules	[utf-8] Thu Jun  2 23:27:42 2016
@@ -5,7 +5,7 @@
 export DEB_LDFLAGS_MAINT_APPEND= -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 
 %:
-	dh $@ --parallel --with autoreconf,gnome,python3
+	dh $@ --no-parallel --with autoreconf,gnome,python3
 
 override_dh_auto_configure:
 	dh_auto_configure -- --enable-gtk-doc




More information about the pkg-gnome-commits mailing list