# this Makefile is for building btcli it depends on pkg-config libdbus-1-dev (and build-essential) packages
-BTPASS_VERSION?=1.2
+BTPASS_VERSION?=1.3
prefix=/usr/local
btpasskey: btpasskey.c
$(CC) `pkg-config --libs --cflags dbus-1` -g -DDBUS_API_SUBJECT_TO_CHANGE -DVERSION="\"$(BTPASS_VERSION)\"" -o btpasskey btpasskey.c
fprintf(stderr,"dbus_message_new_method_call error\n");
exit(1);
}
- dbus_message_append_args(msg,DBUS_TYPE_STRING,btaddress,DBUS_TYPE_INVALID);
+ dbus_message_append_args(msg,DBUS_TYPE_STRING,&btaddress,DBUS_TYPE_INVALID);
if (!dbus_connection_send_with_reply(conn, msg, &pending,-1)
|| NULL==pending)
+btpasskey (1.3-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Victor Wagner <vitus@wagner.pp.ru> Sun, 11 Nov 2007 22:22:00 +0300
+
btpasskey (1.2-1) unstable; urgency=low
* New upstream release