r36103 - in /desktop/experimental/gvfs/debian: changelog control control.in gvfs-bin.install gvfs-bin.maintscript

smcv at users.alioth.debian.org smcv at users.alioth.debian.org
Tue Oct 23 08:28:42 UTC 2012


Author: smcv
Date: Tue Oct 23 08:28:42 2012
New Revision: 36103

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=36103
Log:
add maintscript to transition from bash completion as a conffile to
bash completion in /usr/share

Added:
    desktop/experimental/gvfs/debian/gvfs-bin.maintscript
Modified:
    desktop/experimental/gvfs/debian/changelog
    desktop/experimental/gvfs/debian/control
    desktop/experimental/gvfs/debian/control.in
    desktop/experimental/gvfs/debian/gvfs-bin.install

Modified: desktop/experimental/gvfs/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gvfs/debian/changelog?rev=36103&op=diff
==============================================================================
--- desktop/experimental/gvfs/debian/changelog [utf-8] (original)
+++ desktop/experimental/gvfs/debian/changelog [utf-8] Tue Oct 23 08:28:42 2012
@@ -5,6 +5,8 @@
     - use udisks2, not libgdu, on Linux
     - depend on GLib 2.34 (really needs 2.33.12) to bypass the pseudo-epoch
       in unstable
+    - add maintscript to transition from bash completion as a conffile to
+      bash completion in /usr/share
 
  -- Simon McVittie <smcv at debian.org>  Tue, 23 Oct 2012 09:21:04 +0100
 

Modified: desktop/experimental/gvfs/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gvfs/debian/control?rev=36103&op=diff
==============================================================================
--- desktop/experimental/gvfs/debian/control [utf-8] (original)
+++ desktop/experimental/gvfs/debian/control [utf-8] Tue Oct 23 08:28:42 2012
@@ -187,6 +187,7 @@
 Package: gvfs-bin
 Architecture: any
 Multi-Arch: foreign
+Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          gvfs-common (= ${source:Version})

Modified: desktop/experimental/gvfs/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gvfs/debian/control.in?rev=36103&op=diff
==============================================================================
--- desktop/experimental/gvfs/debian/control.in [utf-8] (original)
+++ desktop/experimental/gvfs/debian/control.in [utf-8] Tue Oct 23 08:28:42 2012
@@ -182,6 +182,7 @@
 Package: gvfs-bin
 Architecture: any
 Multi-Arch: foreign
+Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          gvfs-common (= ${source:Version})

Modified: desktop/experimental/gvfs/debian/gvfs-bin.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gvfs/debian/gvfs-bin.install?rev=36103&op=diff
==============================================================================
--- desktop/experimental/gvfs/debian/gvfs-bin.install [utf-8] (original)
+++ desktop/experimental/gvfs/debian/gvfs-bin.install [utf-8] Tue Oct 23 08:28:42 2012
@@ -1,2 +1,2 @@
 usr/bin/gvfs-*
-etc/profile.d/*.sh /etc/bash_completion.d/
+usr/share/bash-completion/completions/*

Added: desktop/experimental/gvfs/debian/gvfs-bin.maintscript
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gvfs/debian/gvfs-bin.maintscript?rev=36103&op=file
==============================================================================
--- desktop/experimental/gvfs/debian/gvfs-bin.maintscript (added)
+++ desktop/experimental/gvfs/debian/gvfs-bin.maintscript [utf-8] Tue Oct 23 08:28:42 2012
@@ -1,0 +1,2 @@
+rm_conffile /etc/bash_completion.d/gvfs-bash-completion.sh 1.13.4-0ubuntu2 gvfs-bin
+rm_conffile /etc/bash_completion.d/gvfs 1.13.4-0ubuntu2 gvfs-bin




More information about the pkg-gnome-commits mailing list