r16800 - in /desktop/unstable/vte/debian: changelog rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Wed Aug 20 22:16:07 UTC 2008


Author: lool
Date: Wed Aug 20 22:16:06 2008
New Revision: 16800

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=16800
Log:
Don't overwrite DEB_FIXPERMS_EXCLUDE and DEB_DH_MAKESHLIBS_ARGS_ALL.

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=16800&op=diff
==============================================================================
--- desktop/unstable/vte/debian/changelog (original)
+++ desktop/unstable/vte/debian/changelog Wed Aug 20 22:16:06 2008
@@ -1,7 +1,11 @@
 vte (1:0.16.14-4) UNRELEASED; urgency=low
 
+  [ Josselin Mouette ]
   * libvte-doc.links: add a link in /usr/share/doc to the documentation. 
     Closes: #495356.
+
+  [ Loic Minier ]
+  * Don't overwrite DEB_FIXPERMS_EXCLUDE and DEB_DH_MAKESHLIBS_ARGS_ALL.
 
  -- Josselin Mouette <joss at debian.org>  Wed, 20 Aug 2008 14:16:39 +0200
 

Modified: desktop/unstable/vte/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte/debian/rules?rev=16800&op=diff
==============================================================================
--- desktop/unstable/vte/debian/rules (original)
+++ desktop/unstable/vte/debian/rules Wed Aug 20 22:16:06 2008
@@ -17,8 +17,8 @@
 PY_VERSIONS = $(shell pyversions --requested debian/control)
 
 DEB_CONFIGURE_LIBEXECDIR := \$${prefix}/lib/$(libvteN)
-DEB_FIXPERMS_EXCLUDE := gnome-pty-helper
-DEB_DH_MAKESHLIBS_ARGS_ALL = -V '$(libvteN) (>= 1:0.16.9)' --add-udeb=$(udeb)
+DEB_FIXPERMS_EXCLUDE += gnome-pty-helper
+DEB_DH_MAKESHLIBS_ARGS_ALL += -V '$(libvteN) (>= 1:0.16.9)' --add-udeb=$(udeb)
 
 UDEB_CONFIGURE_EXTRA_FLAGS += \
 	--disable-python \




More information about the pkg-gnome-commits mailing list