r32024 - in /desktop/unstable/vte/debian: changelog rules
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Sun Dec 11 21:53:56 UTC 2011
Author: biebl
Date: Sun Dec 11 21:53:55 2011
New Revision: 32024
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=32024
Log:
* debian/rules:
- Correctly pass libexecdir to configure so libvte has the correct path to
gnome-pty-helper. Closes: #645104
Modified:
desktop/unstable/vte/debian/changelog
desktop/unstable/vte/debian/rules
Modified: desktop/unstable/vte/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte/debian/changelog?rev=32024&op=diff
==============================================================================
--- desktop/unstable/vte/debian/changelog [utf-8] (original)
+++ desktop/unstable/vte/debian/changelog [utf-8] Sun Dec 11 21:53:55 2011
@@ -2,6 +2,9 @@
* debian/control.in:
- Remove obsolete Conflicts/Replaces.
+ * debian/rules:
+ - Correctly pass libexecdir to configure so libvte has the correct path to
+ gnome-pty-helper. Closes: #645104
-- Michael Biebl <biebl at debian.org> Sun, 11 Dec 2011 22:49:16 +0100
Modified: desktop/unstable/vte/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte/debian/rules?rev=32024&op=diff
==============================================================================
--- desktop/unstable/vte/debian/rules [utf-8] (original)
+++ desktop/unstable/vte/debian/rules [utf-8] Sun Dec 11 21:53:55 2011
@@ -14,13 +14,13 @@
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/$(libvteN)
DEB_FIXPERMS_EXCLUDE += gnome-pty-helper
DEB_DH_MAKESHLIBS_ARGS_$(libvteN) += -V '$(libvteN) (>= 1:0.24.0)' --add-udeb=$(udeb)
DEB_CONFIGURE_EXTRA_FLAGS += PYTHON="/usr/bin/$(cdbs_make_curflavor)"
DEB_CONFIGURE_FLAGS_main += \
- --libexecdir=/usr/lib/$(libvteN) \
--disable-python
DEB_CONFIGURE_FLAGS_udeb += \
More information about the pkg-gnome-commits
mailing list