Your message dated Sat, 30 Dec 2006 14:30:34 +0100
with message-id <[EMAIL PROTECTED]>
and subject line closing, package has been removed from the archive
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: bluez-pin
Version: 0.30-2
Severity: normal
Tags: patch
Hi,
Attached is the diff for my bluez-pin 0.30-2.1 NMU.
--
Julien Danjou
// <[EMAIL PROTECTED]> http://julien.danjou.info
// 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD
// There is nothing under this line.
diff -u bluez-pin-0.30/debian/control bluez-pin-0.30/debian/control
--- bluez-pin-0.30/debian/control
+++ bluez-pin-0.30/debian/control
@@ -2,7 +2,7 @@
Section: net
Priority: optional
Maintainer: Phil Blundell <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 3.0.0), libdbus-glib-1-dev (>= 0.60),
libgtk2.0-dev, libbluetooth1-dev, libglade2-dev, libgconf2-dev,
libxml-parser-perl
+Build-Depends: debhelper (>> 5.0.0), libdbus-glib-1-dev (>= 0.60),
libgtk2.0-dev, libbluetooth1-dev, libglade2-dev, libgconf2-dev,
libxml-parser-perl
Standards-Version: 3.5.2
Package: bluez-pin
diff -u bluez-pin-0.30/debian/copyright bluez-pin-0.30/debian/copyright
--- bluez-pin-0.30/debian/copyright
+++ bluez-pin-0.30/debian/copyright
@@ -6,2 +6,14 @@
-Copyright: GPL v2
+Copyright:
+ This program 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; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+On Debian GNU/Linux systems, the complete text of the GNU General
+Public License can be found in /usr/share/common-licenses/GPL file.
diff -u bluez-pin-0.30/debian/changelog bluez-pin-0.30/debian/changelog
--- bluez-pin-0.30/debian/changelog
+++ bluez-pin-0.30/debian/changelog
@@ -1,3 +1,13 @@
+bluez-pin (0.30-2.1) unstable; urgency=high
+
+ * NMU
+ * Set urgency=high because it fixes a RC bug
+ * Fix crash when used with --dbus (Closes: #363425)
+ * Change build-dep to debhelper >> 5 since we are using DH_COMPAT=5
+ * Enhance copyright information
+
+ -- Julien Danjou <[EMAIL PROTECTED]> Tue, 23 May 2006 10:46:08 +0200
+
bluez-pin (0.30-2) unstable; urgency=low
* No new upstream version for once.
only in patch2:
unchanged:
--- bluez-pin-0.30.orig/pin-dbus.c
+++ bluez-pin-0.30/pin-dbus.c
@@ -71,8 +71,8 @@
DBusHandlerResult
bluez_pin_handle_dbus_request (DBusConnection *connection, DBusMessage
*message)
{
- DBusMessageIter iter;
- gboolean out;
+ DBusMessageIter iter, aiter;
+ dbus_bool_t out;
bdaddr_t bdaddr, sbdaddr;
int type;
char *address;
@@ -109,8 +109,10 @@
#ifdef HAVE_DBUS_MESSAGE_ITER_GET_BASIC
nbytes = 0;
- if (type == DBUS_TYPE_ARRAY)
- dbus_message_iter_get_fixed_array (&iter, &bytes, &nbytes);
+ if (type == DBUS_TYPE_ARRAY) {
+ dbus_message_iter_recurse(&iter, &aiter);
+ dbus_message_iter_get_fixed_array (&aiter, &bytes, &nbytes);
+ }
if (nbytes != sizeof (bdaddr))
#else
if (type != DBUS_TYPE_ARRAY
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
The package has been removed from the archive, it is only present in stable
(0.25-1) thus I'm closing this bug.
--
Filippo Giunchedi - http://esaurito.net
PGP key: 0x6B79D401
random quote follows:
Date: Tuesday, 2002/10/22 - 08:09
dselect proves the existence of Satan. It's the worst part of Debian.
signature.asc
Description: Digital signature
--- End Message ---