r28695 - in /desktop/unstable/vte/debian: changelog libvte-common.postinst libvte-doc.links

joss at users.alioth.debian.org joss at users.alioth.debian.org
Tue Jun 28 16:52:33 UTC 2011


Author: joss
Date: Tue Jun 28 16:52:33 2011
New Revision: 28695

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=28695
Log:
* libvte-doc.links: dropped. Closes: #631881.
* libvte-common.postinst: do the symlink dance for 
  /usr/share/vte/termcap. Closes: #611826, #631824, #631801.

Added:
    desktop/unstable/vte/debian/libvte-common.postinst
Removed:
    desktop/unstable/vte/debian/libvte-doc.links
Modified:
    desktop/unstable/vte/debian/changelog

Modified: desktop/unstable/vte/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte/debian/changelog?rev=28695&op=diff
==============================================================================
--- desktop/unstable/vte/debian/changelog [utf-8] (original)
+++ desktop/unstable/vte/debian/changelog [utf-8] Tue Jun 28 16:52:33 2011
@@ -1,3 +1,11 @@
+vte (1:0.28.1-2) unstable; urgency=low
+
+  * libvte-doc.links: dropped. Closes: #631881.
+  * libvte-common.postinst: do the symlink dance for 
+    /usr/share/vte/termcap. Closes: #611826, #631824, #631801.
+
+ -- Josselin Mouette <joss at debian.org>  Tue, 28 Jun 2011 18:52:26 +0200
+
 vte (1:0.28.1-1) unstable; urgency=low
 
   * Tighten dependencies on libvte-common.

Added: desktop/unstable/vte/debian/libvte-common.postinst
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte/debian/libvte-common.postinst?rev=28695&op=file
==============================================================================
--- desktop/unstable/vte/debian/libvte-common.postinst (added)
+++ desktop/unstable/vte/debian/libvte-common.postinst [utf-8] Tue Jun 28 16:52:33 2011
@@ -1,0 +1,10 @@
+#! /bin/sh
+set -e
+
+TERMDIR=/usr/share/vte/termcap
+
+if [ -d $TERMDIR -a ! -L $TERMDIR ]; then
+    rmdir $TERMDIR && ln -s termcap-0.0 $TERMDIR || true
+fi
+
+#DEBHELPER#




More information about the pkg-gnome-commits mailing list