[Pkg-bluetooth-commits] r793 - in /packages/obexd: ./ trunk/ trunk/debian/ trunk/debian/changelog trunk/debian/control trunk/debian/copyright trunk/debian/rules

filippo at users.alioth.debian.org filippo at users.alioth.debian.org
Sun May 10 12:59:24 UTC 2009


Author: filippo
Date: Sun May 10 12:59:24 2009
New Revision: 793

URL: http://svn.debian.org/wsvn/pkg-bluetooth/?sc=1&rev=793
Log:
first import

Added:
    packages/obexd/
    packages/obexd/trunk/
    packages/obexd/trunk/debian/
    packages/obexd/trunk/debian/changelog
    packages/obexd/trunk/debian/control
    packages/obexd/trunk/debian/copyright
    packages/obexd/trunk/debian/rules   (with props)

Added: packages/obexd/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/obexd/trunk/debian/changelog?rev=793&op=file
==============================================================================
--- packages/obexd/trunk/debian/changelog (added)
+++ packages/obexd/trunk/debian/changelog Sun May 10 12:59:24 2009
@@ -1,0 +1,5 @@
+obexd (0.12-0exp1) UNRELEASED; urgency=low
+
+  * First upload
+
+ -- Filippo Giunchedi <filippo at debian.org>  Sun, 10 May 2009 13:08:21 +0200

Added: packages/obexd/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/obexd/trunk/debian/control?rev=793&op=file
==============================================================================
--- packages/obexd/trunk/debian/control (added)
+++ packages/obexd/trunk/debian/control Sun May 10 12:59:24 2009
@@ -1,0 +1,26 @@
+Source: obexd
+Section: admin
+Priority: optional
+Maintainer: Debian Bluetooth Maintainers <pkg-bluetooth-maintainers at lists.alioth.debian.org>
+Uploaders: Filippo Giunchedi <filippo at debian.org>
+Build-Depends: debhelper (>= 7),
+               autotools-dev,
+               cdbs,
+               flex,
+               bison,
+               libdbus-1-dev,
+               libdbus-glib-1-dev,
+               libglib2.0-dev,
+               libopenobex-dev | libopenobex1-dev,
+               libbluetooth-dev (>= 4)
+Vcs-Svn: svn://svn.debian.org/svn/pkg-bluetooth/packages/obexd
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-bluetooth/packages/obexd
+Homepage: http://www.bluez.org
+Standards-Version: 3.8.1
+
+Package: obexd
+Section: admin
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Architecture: any
+Description: OBEX client and server
+ Implementation of OBEX for usage with bluez

Added: packages/obexd/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/obexd/trunk/debian/copyright?rev=793&op=file
==============================================================================
--- packages/obexd/trunk/debian/copyright (added)
+++ packages/obexd/trunk/debian/copyright Sun May 10 12:59:24 2009
@@ -1,0 +1,61 @@
+This package was debianized by Filippo Giunchedi <filippo at debian.org> on 
+Sun May 10 14:36:03 CEST 2009
+
+It was downloaded from http://www.bluez.org/
+
+obexd - OBEX Server and Client
+
+Copyright:
+    Copyright (C) 2007-2009  Marcel Holtmann <marcel at holtmann.org>
+
+License:
+    btio/
+        btio.h btio.c
+
+        License: GPL version 2 or any later version
+
+    client/
+        sync.c pbap.c pbap.h main.c sync.h session.h session.c
+
+        License: GPL version 2 or any later version
+
+    gdbus/
+        object.c mainloop.c gdbus.h watch.c
+
+        License: GPL version 2 or any later version
+
+    gwobex/
+        utils.h
+        obex-xfer.h
+        log.h
+        obex-priv.h
+        utils.c
+        gw-obex.h
+        obex-priv.c
+        gw-obex.c
+        obex-xfer.c
+
+        License: LGPL version 2.1 or any later version
+
+    plugins/
+        ebook.c
+
+        License: GPL version 2 or any later version
+
+    src/
+        bluetooth.c bluetooth.h dbus.h ftp.c logging.c logging.h main.c
+        manager.c obex.c obexd.h obex.h opp.c pbap.c phonebook.c phonebook.h
+        plugin.c plugin.h
+
+        License: GPL version 2 or any later version
+
+    test/
+        main.c
+
+        License: GPL version 2 or any later version
+
+On Debian GNU/Linux systems, the complete text of the GNU General Public
+License can be found in `/usr/share/common-licenses/GPL', the GNU Lesser
+General Public License can be found in `/usr/share/common-licenses/LGPL' and
+the GNU Free Documentation License can be found in
+`/usr/share/common-licenses/GFDL'.

Added: packages/obexd/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/obexd/trunk/debian/rules?rev=793&op=file
==============================================================================
--- packages/obexd/trunk/debian/rules (added)
+++ packages/obexd/trunk/debian/rules Sun May 10 12:59:24 2009
@@ -1,0 +1,8 @@
+#!/usr/bin/make -f
+# build rules for bluez
+
+include /usr/share/cdbs/1/rules/buildcore.mk
+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
+

Propchange: packages/obexd/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *




More information about the Pkg-bluetooth-commits mailing list