--- obex-data-server-0.3.orig/debian/obex-data-server.1 +++ obex-data-server-0.3/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.3.orig/debian/changelog +++ obex-data-server-0.3/debian/changelog @@ -0,0 +1,12 @@ +obex-data-server (0.3-0ubuntu1) hardy; urgency=low + + * New upstream release + + -- Tollef Fog Heen Mon, 25 Feb 2008 08:16:14 +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.3.orig/debian/rules +++ obex-data-server-0.3/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f +# build rules for obex-data-server + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk + +DEB_INSTALL_CHANGELOGS_ALL := ChangeLog +DEB_INSTALL_MANPAGES_obex-data-server := debian/obex-data-server.1 --- obex-data-server-0.3.orig/debian/copyright +++ obex-data-server-0.3/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.3.orig/debian/compat +++ obex-data-server-0.3/debian/compat @@ -0,0 +1 @@ +5 --- obex-data-server-0.3.orig/debian/docs +++ obex-data-server-0.3/debian/docs @@ -0,0 +1,3 @@ +dbus-api.txt +NEWS +README --- obex-data-server-0.3.orig/debian/control +++ obex-data-server-0.3/debian/control @@ -0,0 +1,18 @@ +Source: obex-data-server +Section: admin +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Baptiste Mille-Mathias +Build-Depends: debhelper (>= 5), + cdbs, autotools-dev, libopenobex1-dev (>=1.3), libbluetooth-dev (>=3.13), libglib2.0-dev (>=2.10), libdbus-glib-1-dev (>= 0.70), + libdbus-1-dev (>= 0.70) +Homepage: http://tadas.dailyda.com/ +Standards-Version: 3.7.3 + +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).