r27241 - in /desktop/experimental/vte/debian: changelog libvte-2.90-dev.install rules

joss at users.alioth.debian.org joss at users.alioth.debian.org
Thu Mar 31 05:54:57 UTC 2011


Author: joss
Date: Thu Mar 31 05:54:57 2011
New Revision: 27241

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=27241
Log:
* Bump shlibs version.
* There’s no longer gsettings stuff to isntall.

Modified:
    desktop/experimental/vte/debian/changelog
    desktop/experimental/vte/debian/libvte-2.90-dev.install
    desktop/experimental/vte/debian/rules

Modified: desktop/experimental/vte/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/vte/debian/changelog?rev=27241&op=diff
==============================================================================
--- desktop/experimental/vte/debian/changelog [utf-8] (original)
+++ desktop/experimental/vte/debian/changelog [utf-8] Thu Mar 31 05:54:57 2011
@@ -6,6 +6,8 @@
   * Use dh-autoreconf; drop 90_autoreconf.patch.
   * Pass PYTHON= as configure argument instead of environment, so that 
     it doesn’t get lost when dh-autoreconf goes mad.
+  * Bump shlibs version.
+  * There’s no longer gsettings stuff to isntall.
 
  -- Josselin Mouette <joss at debian.org>  Thu, 31 Mar 2011 10:34:47 +0530
 

Modified: desktop/experimental/vte/debian/libvte-2.90-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/vte/debian/libvte-2.90-dev.install?rev=27241&op=diff
==============================================================================
--- desktop/experimental/vte/debian/libvte-2.90-dev.install [utf-8] (original)
+++ desktop/experimental/vte/debian/libvte-2.90-dev.install [utf-8] Thu Mar 31 05:54:57 2011
@@ -3,4 +3,3 @@
 usr/lib/libvte2_90.a
 usr/lib/libvte2_90.so
 usr/share/gir-1.0
-usr/share/glib-2.0

Modified: desktop/experimental/vte/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/vte/debian/rules?rev=27241&op=diff
==============================================================================
--- desktop/experimental/vte/debian/rules [utf-8] (original)
+++ desktop/experimental/vte/debian/rules [utf-8] Thu Mar 31 05:54:57 2011
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
 libvteN := $(shell sed -rn 's/^Package:[[:space:]]*(libvte[0-9]+)[[:space:]]*$$/\1/p' debian/control)
+libvte3N := $(shell sed -rn 's/^Package:[[:space:]]*(libvte-[0-9\.-]+)[[:space:]]*$$/\1/p' debian/control)
 udeb := $(libvteN)-udeb
 
 PY_VERSIONS = $(shell pyversions --requested debian/control)
@@ -16,7 +17,8 @@
 include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 DEB_FIXPERMS_EXCLUDE += gnome-pty-helper
-DEB_DH_MAKESHLIBS_ARGS_$(libvteN) += -V '$(libvteN) (>= 1:0.24.0)' --add-udeb=$(udeb)
+DEB_DH_MAKESHLIBS_ARGS_$(libvteN) += -V '$(libvteN) (>= 1:0.27.90)' --add-udeb=$(udeb)
+DEB_DH_MAKESHLIBS_ARGS_$(libvte3N) += -V '$(libvte3N) (>= 1:0.27.90)'
 
 DEB_CONFIGURE_EXTRA_FLAGS += PYTHON="/usr/bin/$(cdbs_make_curflavor)"
 




More information about the pkg-gnome-commits mailing list