r32029 - in /desktop/unstable/vte3/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Dec 11 22:00:56 UTC 2011


Author: biebl
Date: Sun Dec 11 22:00:56 2011
New Revision: 32029

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=32029
Log:
* debian/rules:
  - Correctly pass libexecdir to configure so libvte has the correct path to
    gnome-pty-helper.

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

Modified: desktop/unstable/vte3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte3/debian/changelog?rev=32029&op=diff
==============================================================================
--- desktop/unstable/vte3/debian/changelog [utf-8] (original)
+++ desktop/unstable/vte3/debian/changelog [utf-8] Sun Dec 11 22:00:56 2011
@@ -3,6 +3,9 @@
   * debian/control.in:
     - Remove obsolete Replaces.
     - Change section of gir1.2-vte-2.90 to introspection.
+  * debian/rules:
+    - Correctly pass libexecdir to configure so libvte has the correct path to
+      gnome-pty-helper.
 
  -- Michael Biebl <biebl at debian.org>  Sun, 11 Dec 2011 22:56:26 +0100
 

Modified: desktop/unstable/vte3/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte3/debian/rules?rev=32029&op=diff
==============================================================================
--- desktop/unstable/vte3/debian/rules [utf-8] (original)
+++ desktop/unstable/vte3/debian/rules [utf-8] Sun Dec 11 22:00:56 2011
@@ -14,11 +14,11 @@
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
+DEB_CONFIGURE_LIBEXECDIR := \$${prefix}/lib/$(libvte3N)
 DEB_FIXPERMS_EXCLUDE += gnome-pty-helper
 DEB_DH_MAKESHLIBS_ARGS_$(libvte3N) += -V '$(libvte3N) (>= 1:0.27.90)' --add-udeb=$(udeb) -- -c4
 
 DEB_CONFIGURE_FLAGS_main += \
-	--libexecdir=/usr/lib/libvte2-90 \
 	--enable-glade-catalogue \
 	--enable-introspection
 




More information about the pkg-gnome-commits mailing list