r27459 - /desktop/unstable/gedit/debian/rules

meebey at users.alioth.debian.org meebey at users.alioth.debian.org
Mon Apr 11 01:06:23 UTC 2011


Author: meebey
Date: Mon Apr 11 01:06:21 2011
New Revision: 27459

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=27459
Log:
Added dh_girepository integration and force the gtk-doc build

Modified:
    desktop/unstable/gedit/debian/rules

Modified: desktop/unstable/gedit/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gedit/debian/rules?rev=27459&op=diff
==============================================================================
--- desktop/unstable/gedit/debian/rules [utf-8] (original)
+++ desktop/unstable/gedit/debian/rules [utf-8] Mon Apr 11 01:06:21 2011
@@ -8,10 +8,13 @@
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 binary-install/gedit::
-	cd debian/gedit/usr/share/gedit-2 && mv gedit-bugreport.sh gedit-bugreport
+	cd debian/gedit/usr/share/gedit && mv gedit-bugreport.sh gedit-bugreport
 	chmod 755 debian/gedit/usr/share/bug/gedit/script
-	dh_pysupport -pgedit /usr/lib/gedit-2/plugins
+	dh_pysupport -pgedit /usr/lib/gedit/plugins
+
+binary-predeb/gedit::
+	dh_girepository -ldebian/tmp/usr/share/gedit/gir-1.0 /usr/lib/gedit/girepository-1.0
 
 LDFLAGS += -Wl,-O1 -Wl,--as-needed
 
-DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper
+DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper --enable-gtk-doc




More information about the pkg-gnome-commits mailing list