r30753 - in /desktop/unstable/gnome-bluetooth/debian: changelog gnome-bluetooth.postinst gnome-bluetooth.postrm gnome-bluetooth.preinst

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Oct 18 23:07:56 UTC 2011


Author: biebl
Date: Tue Oct 18 23:07:56 2011
New Revision: 30753

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=30753
Log:
Remove obsolete xdg autostart conffile on upgrades. Closes: #645445

Added:
    desktop/unstable/gnome-bluetooth/debian/gnome-bluetooth.postinst
    desktop/unstable/gnome-bluetooth/debian/gnome-bluetooth.postrm
    desktop/unstable/gnome-bluetooth/debian/gnome-bluetooth.preinst
Modified:
    desktop/unstable/gnome-bluetooth/debian/changelog

Modified: desktop/unstable/gnome-bluetooth/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-bluetooth/debian/changelog?rev=30753&op=diff
==============================================================================
--- desktop/unstable/gnome-bluetooth/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-bluetooth/debian/changelog [utf-8] Tue Oct 18 23:07:56 2011
@@ -7,8 +7,9 @@
   * New upstream release.
   * debian/libgnome-bluetooth8.symbols:
     - Add new bluetooth_status_get_type symbol.
-
- -- Michael Biebl <biebl at debian.org>  Tue, 18 Oct 2011 23:34:45 +0200
+  * Remove obsolete xdg autostart conffile on upgrades. Closes: #645445
+
+ -- Michael Biebl <biebl at debian.org>  Wed, 19 Oct 2011 00:21:27 +0200
 
 gnome-bluetooth (3.2.0-2) unstable; urgency=low
 

Added: desktop/unstable/gnome-bluetooth/debian/gnome-bluetooth.postinst
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-bluetooth/debian/gnome-bluetooth.postinst?rev=30753&op=file
==============================================================================
--- desktop/unstable/gnome-bluetooth/debian/gnome-bluetooth.postinst (added)
+++ desktop/unstable/gnome-bluetooth/debian/gnome-bluetooth.postinst [utf-8] Tue Oct 18 23:07:56 2011
@@ -1,0 +1,7 @@
+#!/bin/sh
+
+set -e
+
+dpkg-maintscript-helper rm_conffile /etc/xdg/autostart/bluetooth-applet.desktop 3.2.0-2 gnome-bluetooth -- "$@"
+
+#DEBHELPER#

Added: desktop/unstable/gnome-bluetooth/debian/gnome-bluetooth.postrm
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-bluetooth/debian/gnome-bluetooth.postrm?rev=30753&op=file
==============================================================================
--- desktop/unstable/gnome-bluetooth/debian/gnome-bluetooth.postrm (added)
+++ desktop/unstable/gnome-bluetooth/debian/gnome-bluetooth.postrm [utf-8] Tue Oct 18 23:07:56 2011
@@ -1,0 +1,7 @@
+#!/bin/sh
+
+set -e
+
+dpkg-maintscript-helper rm_conffile /etc/xdg/autostart/bluetooth-applet.desktop 3.2.0-2 gnome-bluetooth -- "$@"
+
+#DEBHELPER#

Added: desktop/unstable/gnome-bluetooth/debian/gnome-bluetooth.preinst
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-bluetooth/debian/gnome-bluetooth.preinst?rev=30753&op=file
==============================================================================
--- desktop/unstable/gnome-bluetooth/debian/gnome-bluetooth.preinst (added)
+++ desktop/unstable/gnome-bluetooth/debian/gnome-bluetooth.preinst [utf-8] Tue Oct 18 23:07:56 2011
@@ -1,0 +1,7 @@
+#!/bin/sh
+
+set -e
+
+dpkg-maintscript-helper rm_conffile /etc/xdg/autostart/bluetooth-applet.desktop 3.2.0-2 gnome-bluetooth -- "$@"
+
+#DEBHELPER#




More information about the pkg-gnome-commits mailing list