[Pkg-bluetooth-maintainers] Update bluez-gnome package to version 1.8

Nobuhiro Iwamatsu iwamatsu at nigauri.org
Thu Apr 9 07:09:06 UTC 2009


Hi, all.

I updated bluez-gnome package to version 1.8 in my environment.
I fixed some lintian error and update debian/changelog.

I attached update patch.Could you apply this?

Best regards,
 Nobuhiro
-- 
Nobuhiro Iwamatsu
-------------- next part --------------
Index: debian/control
===================================================================
--- debian/control	(revision 792)
+++ debian/control	(working copy)
@@ -7,7 +7,7 @@
 Vcs-Svn: svn://svn.debian.org/svn/pkg-bluetooth/packages/bluez-gnome
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez-gnome
 Homepage: http://www.bluez.org
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
 
 Package: bluez-gnome
 Architecture: any
Index: debian/bluez-gnome.preinst
===================================================================
--- debian/bluez-gnome.preinst	(revision 792)
+++ debian/bluez-gnome.preinst	(working copy)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/sh -e
 
 # snip from http://www.dpkg.org/ConffileHandling
 
@@ -20,6 +20,17 @@
     if dpkg --compare-versions "$2" le "0.5-2"; then
         prep_mv_conffile "/etc/xdg/autostart/bt-applet.desktop"
     fi
+    ;;
+remove|purge)
+    ;;
+failed-upgrade|abort-install|abort-upgrade|disappear)
+    ;;
+*)
+    echo "preinst called with unknown argument \`$1'" >&2
+    ;;
 esac
-        
+
 #DEBHELPER#
+
+exit 0
+
Index: debian/changelog
===================================================================
--- debian/changelog	(revision 792)
+++ debian/changelog	(working copy)
@@ -1,3 +1,14 @@
+bluez-gnome (1.8-1) unstable; urgency=low
+
+  * New upstream release.
+  * Update debian/copyright.
+  * Lintian cleanups:
+    - Update Standards-Version to 3.8.1. (No changes)
+    - maintainer-script-ignores-errors preinst
+    - copyright-refers-to-versionless-license-file usr/share/common-licenses/GPL
+
+ -- Nobuhiro Iwamatsu <iwamatsu at nigauri.org>  Wed, 08 Apr 2009 06:40:06 +0000
+
 bluez-gnome (0.27-1) unstable; urgency=low
 
   * New upstream release
Index: debian/copyright
===================================================================
--- debian/copyright	(revision 792)
+++ debian/copyright	(working copy)
@@ -9,14 +9,15 @@
 
    BlueZ - Bluetooth protocol stack for Linux
 
-   Copyright (C) 2005-2007  Marcel Holtmann <marcel at holtmann.org>
+   Copyright (C) 2005-2008  Marcel Holtmann <marcel at holtmann.org>
+   Copyright (C) 2006-2007  Bastien Nocera <hadess at hadess.net>
 
 This package is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; version 2 dated June, 1991.
 
 On Debian GNU/Linux systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
+Public License can be found in `/usr/share/common-licenses/GPL-2'.
 
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,


More information about the Pkg-bluetooth-maintainers mailing list