--- obex-data-server-0.4.4.orig/debian/copyright +++ obex-data-server-0.4.4/debian/copyright @@ -0,0 +1,33 @@ +This package was debianized by Baptiste Mille-Mathias +on Sat, 09 Feb 2008 10:22:27 +0100. + +It was downloaded from http://tadas.dailyda.com/ + +Upstream Author: + + Tadas Dailyda + +Copyright: + + Copyright (C) 2008 Tadas Dailyda + +License: + + 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 of the License. + + This package 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. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-2'. + +The Debian packaging is (C) 2008, Baptiste Mille-Mathias +and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. --- obex-data-server-0.4.4.orig/debian/docs +++ obex-data-server-0.4.4/debian/docs @@ -0,0 +1,3 @@ +dbus-api.txt +NEWS +README --- obex-data-server-0.4.4.orig/debian/compat +++ obex-data-server-0.4.4/debian/compat @@ -0,0 +1 @@ +5 --- obex-data-server-0.4.4.orig/debian/obex-data-server.examples +++ obex-data-server-0.4.4/debian/obex-data-server.examples @@ -0,0 +1,3 @@ +test/ods-server-test.py +test/ods-session-test.py +debian/README.examples --- obex-data-server-0.4.4.orig/debian/README.examples +++ obex-data-server-0.4.4/debian/README.examples @@ -0,0 +1,2 @@ +These examples are for demonstrating the features of o-d-s. +python-dbus and python-gobject packages are required for the examples to run. --- obex-data-server-0.4.4.orig/debian/control +++ obex-data-server-0.4.4/debian/control @@ -0,0 +1,23 @@ +Source: obex-data-server +Section: admin +Priority: optional +Maintainer: Ubuntu Core Developers +XSBC-Original-Maintainer: Filippo Giunchedi +Build-Depends: debhelper (>= 5), + cdbs, autotools-dev, libopenobex1-dev (>= 1.3+cvs20070425-2build1), libbluetooth-dev (>= 3.13), + libglib2.0-dev (>= 2.10), libdbus-glib-1-dev (>= 0.70), libdbus-1-dev (>= 0.70), + libmagickcore-dev +Homepage: http://wiki.muiline.com/obex-data-server +#VCS-Svn: svn://svn.debian.org/svn/collab-maint/deb-maint/obex-data-server/trunk +#VCS-Browser: http://svn.debian.org/wsvn/collab-maint/deb-maint/obex-data-server/trunk +VCS-Bzr: http://bazaar.launchpad.net/~ubuntu-dev/obex-data-server/ubuntu-obex-data-server-4.x/ +VCS-Browser: http://code.launchpad.net/~ubuntu-dev/obex-data-server/ubuntu-obex-data-server-4.x/ +Standards-Version: 3.8.0 + +Package: obex-data-server +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: D-Bus service for OBEX client and server side functionality + obex-data-server is a D-Bus service providing high-level OBEX client and + server side functionality (currently supports OPP and FTP profiles and + Bluetooth transport). --- obex-data-server-0.4.4.orig/debian/rules +++ obex-data-server-0.4.4/debian/rules @@ -0,0 +1,30 @@ +#!/usr/bin/make -f +# build rules for obex-data-server + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/class/autotools.mk + +DEB_INSTALL_CHANGELOGS_ALL := ChangeLog +DEB_INSTALL_MANPAGES_obex-data-server := data/obex-data-server.1 + +install/obex-data-server:: + install -D -m 0644 $(CURDIR)/data/obex-data-server.conf $(CURDIR)/debian/obex-data-server/etc/dbus-1/system.d/obex-data-server.conf + +REVISION=$(shell echo $(DEB_UPSTREAM_VERSION) | cut -d'n' -f2) + +get-svn-source:: + svn export -r $(REVISION) svn://muiline.com/obex-data-server/trunk $(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION) + cd $(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION) && \ + ./autogen.sh && \ + rm -rf autom4te.cache \ + config.status \ + config.log \ + config.h \ + stamp-h1 \ + Makefile \ + src/Makefile \ + test/Makefile \ + data/Makefile + tar czf $(CURDIR)/../$(DEB_SOURCE_PACKAGE)_$(DEB_UPSTREAM_VERSION).orig.tar.gz $(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION) + rm -rf $(CURDIR)/$(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION) --- obex-data-server-0.4.4.orig/debian/obex-data-server.1 +++ obex-data-server-0.4.4/debian/obex-data-server.1 @@ -0,0 +1,21 @@ +.TH obex-date-server "1" "10 February 2008" +.SH NAME +obex-data-server \- DBus service for OBEX communication +.SH SYNOPSIS +obex-data-server [--no-daemon] [--system-bus] +.SH DESCRIPTION +.PP +.B obex-data-server +is a DBus service providing easy to use +API for using OBEX protocol (both client and server wise). +Current implementation supports OPP (Object Push Profile) +and FTP (File Transfer Profile). +.SH OPTIONS +.IP "--no-daemon" +Do not daemonize the service +.IP "--system-bus" +Use system bus instead of the default session bus +.SH AUTHOR +.PP +This manual page was written by Baptiste Mille-Mathias +for the Debian GNU/Linux system (but may be used by others). --- obex-data-server-0.4.4.orig/debian/changelog +++ obex-data-server-0.4.4/debian/changelog @@ -0,0 +1,122 @@ +obex-data-server (0.4.4-0ubuntu1) jaunty; urgency=low + + * New upstream release: (LP: #327188): + - configure.in: + - src/ods-usb.c (find_obex_service_descriptor): + - src/ods-usb.h: Don't depend on openobex 1.4 for USB interface discovery + * debian/rules: + - enable USB as this version can work with openobex-1.3 + + -- Baptiste Mille-Mathias Mon, 09 Feb 2009 14:13:38 +0100 + +obex-data-server (0.4.3-0ubuntu1) jaunty; urgency=low + + * New upstream release (LP: #327103): + - Fix Nokia SDP workaround (this has been broken back in 0.4) + - Actually export RemoteCopy and RemoteMove methods + - Export more information about USB interfaces. ods now depends + on libusb and openobex 1.4 for usb support. USB support can be + disable with --disable-usb. + - Export OBEXCommand in TransferInfo to differentiate between PUT + and GET requests + - Various server fixes + * debian/rules: + - disable usb (DEB_CONFIGURE_EXTRA_FLAGS += --disable-usb) as + openobex 1.4 is not available yet in jaunty. + + -- Baptiste Mille-Mathias Sun, 08 Feb 2009 17:27:43 +0100 + +obex-data-server (0.4.2-0ubuntu1) jaunty; urgency=low + + * New upstream release (LP: #305229): + - Implement RemoteCopy and RemoteMove methods in Session + - Use Wand.pc for ImageMagick PKG_CHECK to be compatible with all distros + - Avoid executing obex_request_put in ServerSession several times for the same transfer + - Avoid printing out NULL for ARM compatibility + - Check for Bluez 3.34 or later in configure + * debian/control: + - replace libmagick9-dev by libmagickcore-dev for build depends + + -- Baptiste Mille-Mathias Wed, 03 Dec 2008 17:55:11 +0100 + +obex-data-server (0.3.4+svn1951-0ubuntu2) jaunty; urgency=low + + * Rebuild for libbluetooth2 -> libbluetooth3 transistion (hppa). + + -- Matthias Klose Sat, 22 Nov 2008 16:06:54 +0100 + +obex-data-server (0.3.4+svn1951-0ubuntu1) intrepid; urgency=low + + * Pull an upstream snapshot for BlueZ 4.x compatibility. (LP: #274950) + * debian/rules: + - Add a get-svn-source target for building upstream snapshot + from svn. + * debian/patches/000-test-server-usage.patch: + - Remove, as a variant is now upstream. + * debian/control: + - Add libmagick9-dev as build depends. + - Adjust to local ubuntu bzr until debian svn catches up. + + -- Mario Limonciello Tue, 07 Oct 2008 14:21:51 -0500 + +obex-data-server (0.3.4-1) unstable; urgency=low + + * New upstream release + - ship man page, remove debian/obex-data-server.1 + + -- Filippo Giunchedi Tue, 22 Jul 2008 20:03:14 +0200 + +obex-data-server (0.3.3-1) unstable; urgency=low + + * New upstream release + + Properly close sockets for Session and ServerSession objects + + -- Filippo Giunchedi Fri, 27 Jun 2008 22:45:12 +0200 + +obex-data-server (0.3.2-1) unstable; urgency=low + + * New upstream release + * Update to S-V 3.8.0, no changes needed + + -- Filippo Giunchedi Thu, 26 Jun 2008 18:07:36 +0200 + +obex-data-server (0.3.1-2) unstable; urgency=low + + * .diff reverts new upstream release (Closes: #475039) + + -- Filippo Giunchedi Tue, 08 Apr 2008 22:05:31 +0200 + +obex-data-server (0.3.1-1) unstable; urgency=low + + * New upstream version + * Fix homepage (Closes: #474198) + + -- Filippo Giunchedi Fri, 04 Apr 2008 22:57:35 +0200 + +obex-data-server (0.3-1) unstable; urgency=low + + * New upstream version and first upload to debian (Closes: #464885) + * Add watch file + * Add patch for usage of ods-server-test.py + + -- Filippo Giunchedi Fri, 21 Mar 2008 21:33:09 +0100 + +obex-data-server (0.2-0ubuntu1) hardy; urgency=low + + * New upstream version: + - Distribute python tests (ods-session-test.py and ods-server-test.py). + - Make object paths lowercase. + - API change: Server.Start + - New methods: Server.Accept(), Server.Reject(). + - Fix server SDP record lifetime (now exists between Start() and Stop()). + - Make D-Bus system config file optional + - Exclude dot files from folder listings. + + -- Baptiste Mille-Mathias Tue, 12 Feb 2008 20:48:12 +0100 + +obex-data-server (0.1-0ubuntu1) hardy; urgency=low + + * Initial release (LP: #190503) + + -- Baptiste Mille-Mathias Sat, 09 Feb 2008 10:22:27 +0100 + --- obex-data-server-0.4.4.orig/debian/watch +++ obex-data-server-0.4.4/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://tadas.dailyda.com/software/ obex-data-server-(.+).tar.gz