r30788 - in /desktop/unstable/gnome-bluetooth/debian: changelog control control.in gnome-bluetooth.maintscript gnome-bluetooth.postinst gnome-bluetooth.postrm gnome-bluetooth.preinst

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Oct 19 07:45:06 UTC 2011


Author: biebl
Date: Wed Oct 19 07:45:05 2011
New Revision: 30788

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=30788
Log:
* Use the new maintscript facility in dh_installdeb to remove the obsolete
  conffiles:
  - Bump Build-Depends on debhelper to (>= 8.1.0~).
  - Add Pre-Depends: ${misc:Pre-Depends}.
  - Replace preinst/postinst/postrm scripts with a
    gnome-bluetooth.maintscript file.

Added:
    desktop/unstable/gnome-bluetooth/debian/gnome-bluetooth.maintscript
Removed:
    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
    desktop/unstable/gnome-bluetooth/debian/control
    desktop/unstable/gnome-bluetooth/debian/control.in

Modified: desktop/unstable/gnome-bluetooth/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-bluetooth/debian/changelog?rev=30788&op=diff
==============================================================================
--- desktop/unstable/gnome-bluetooth/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-bluetooth/debian/changelog [utf-8] Wed Oct 19 07:45:05 2011
@@ -1,3 +1,14 @@
+gnome-bluetooth (3.2.1-2) UNRELEASED; urgency=low
+
+  * Use the new maintscript facility in dh_installdeb to remove the obsolete
+    conffiles:
+    - Bump Build-Depends on debhelper to (>= 8.1.0~).
+    - Add Pre-Depends: ${misc:Pre-Depends}.
+    - Replace preinst/postinst/postrm scripts with a
+      gnome-bluetooth.maintscript file.
+
+ -- Michael Biebl <biebl at debian.org>  Wed, 19 Oct 2011 09:39:51 +0200
+
 gnome-bluetooth (3.2.1-1) unstable; urgency=low
 
   [ Jordi Mallach ]

Modified: desktop/unstable/gnome-bluetooth/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-bluetooth/debian/control?rev=30788&op=diff
==============================================================================
--- desktop/unstable/gnome-bluetooth/debian/control [utf-8] (original)
+++ desktop/unstable/gnome-bluetooth/debian/control [utf-8] Wed Oct 19 07:45:05 2011
@@ -8,7 +8,7 @@
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: Andrea Veri <and at debian.org>, Emilio Pozuelo Monfort <pochu at debian.org>, Josselin Mouette <joss at debian.org>, Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>, Sebastian Dröge <slomo at debian.org>, Sjoerd Simons <sjoerd at debian.org>
-Build-Depends: debhelper (>= 8),
+Build-Depends: debhelper (>= 8.1.0~),
                cdbs (>= 0.4.93),
                gnome-pkg-tools,
                libnotify-dev (>= 0.7),
@@ -35,6 +35,7 @@
 Homepage: http://live.gnome.org/GnomeBluetooth
 
 Package: gnome-bluetooth
+Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          ${gir:Depends},

Modified: desktop/unstable/gnome-bluetooth/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-bluetooth/debian/control.in?rev=30788&op=diff
==============================================================================
--- desktop/unstable/gnome-bluetooth/debian/control.in [utf-8] (original)
+++ desktop/unstable/gnome-bluetooth/debian/control.in [utf-8] Wed Oct 19 07:45:05 2011
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
-Build-Depends: debhelper (>= 8),
+Build-Depends: debhelper (>= 8.1.0~),
                cdbs (>= 0.4.93),
                gnome-pkg-tools,
                libnotify-dev (>= 0.7),
@@ -30,6 +30,7 @@
 Homepage: http://live.gnome.org/GnomeBluetooth
 
 Package: gnome-bluetooth
+Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          ${gir:Depends},

Added: desktop/unstable/gnome-bluetooth/debian/gnome-bluetooth.maintscript
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-bluetooth/debian/gnome-bluetooth.maintscript?rev=30788&op=file
==============================================================================
--- desktop/unstable/gnome-bluetooth/debian/gnome-bluetooth.maintscript (added)
+++ desktop/unstable/gnome-bluetooth/debian/gnome-bluetooth.maintscript [utf-8] Wed Oct 19 07:45:05 2011
@@ -1,0 +1,1 @@
+rm_conffile /etc/xdg/autostart/bluetooth-applet.desktop 3.2.0-2 gnome-bluetooth




More information about the pkg-gnome-commits mailing list