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

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Mon Jun 15 13:44:56 UTC 2015


Author: biebl
Date: Mon Jun 15 13:44:56 2015
New Revision: 45241

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=45241
Log:
Fix DEB_DH_GIREPOSITORY_ARGS_gedit to use the multiarch paths.

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=45241&op=diff
==============================================================================
--- desktop/unstable/gedit/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gedit/debian/changelog	[utf-8] Mon Jun 15 13:44:56 2015
@@ -11,6 +11,7 @@
     and gir1.2-gtksource-3.0 as used by the various plugins.
     Those dependencies are not added via ${gir:Depends}.
   * Bump Standards-Version to 3.9.6.
+  * Fix DEB_DH_GIREPOSITORY_ARGS_gedit to use the multiarch paths.
 
  -- Michael Biebl <biebl at debian.org>  Mon, 15 Jun 2015 15:35:41 +0200
 

Modified: desktop/unstable/gedit/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gedit/debian/rules?rev=45241&op=diff
==============================================================================
--- desktop/unstable/gedit/debian/rules	[utf-8] (original)
+++ desktop/unstable/gedit/debian/rules	[utf-8] Mon Jun 15 13:44:56 2015
@@ -23,4 +23,4 @@
 
 DEB_DH_MAKESHLIBS_ARGS_gedit += -X/usr/lib/$(DEB_HOST_MULTIARCH)/gedit
 
-DEB_DH_GIREPOSITORY_ARGS_gedit += -ldebian/tmp/usr/share/gedit/gir-1.0 /usr/lib/gedit/girepository-1.0
+DEB_DH_GIREPOSITORY_ARGS_gedit += -ldebian/tmp/usr/share/gedit/gir-1.0 /usr/lib/$(DEB_HOST_MULTIARCH)/gedit/girepository-1.0




More information about the pkg-gnome-commits mailing list