[Python-modules-commits] r11065 - in packages/python-geoclue/trunk (9 files)

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Sat Jan 9 15:28:15 UTC 2010


    Date: Saturday, January 9, 2010 @ 15:28:14
  Author: dktrkranz
Revision: 11065

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/python-geoclue/trunk/debian/
  packages/python-geoclue/trunk/debian/changelog
  packages/python-geoclue/trunk/debian/compat
  packages/python-geoclue/trunk/debian/control
  packages/python-geoclue/trunk/debian/copyright
  packages/python-geoclue/trunk/debian/doc-base
  packages/python-geoclue/trunk/debian/docs
  packages/python-geoclue/trunk/debian/rules
  packages/python-geoclue/trunk/debian/watch


Property changes on: packages/python-geoclue/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/python-geoclue/trunk/debian/changelog
===================================================================
--- packages/python-geoclue/trunk/debian/changelog	                        (rev 0)
+++ packages/python-geoclue/trunk/debian/changelog	2010-01-09 15:28:14 UTC (rev 11065)
@@ -0,0 +1,5 @@
+python-geoclue (0.1.0-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #563994).
+
+ -- Luca Falavigna <dktrkranz at debian.org>  Wed, 06 Jan 2010 22:36:52 +0100

Added: packages/python-geoclue/trunk/debian/compat
===================================================================
--- packages/python-geoclue/trunk/debian/compat	                        (rev 0)
+++ packages/python-geoclue/trunk/debian/compat	2010-01-09 15:28:14 UTC (rev 11065)
@@ -0,0 +1 @@
+7

Added: packages/python-geoclue/trunk/debian/control
===================================================================
--- packages/python-geoclue/trunk/debian/control	                        (rev 0)
+++ packages/python-geoclue/trunk/debian/control	2010-01-09 15:28:14 UTC (rev 11065)
@@ -0,0 +1,21 @@
+Source: python-geoclue
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Luca Falavigna <dktrkranz at debian.org>
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: python (>= 2.5), python-support
+Standards-Version: 3.8.3
+XS-Python-Version: >= 2.5
+Homepage: http://live.gnome.org/gtg/soc/python_geoclue
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-geoclue/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-geoclue/trunk/
+
+Package: python-geoclue
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python-dbus, python-gobject, geoclue
+Description: Python module to access Geoclue data
+ This module uses the Geoclue D-Bus API to implement a nice API for
+ Python developers to ease access to and manipulate Geographic
+ information framework data.
+

Added: packages/python-geoclue/trunk/debian/copyright
===================================================================
--- packages/python-geoclue/trunk/debian/copyright	                        (rev 0)
+++ packages/python-geoclue/trunk/debian/copyright	2010-01-09 15:28:14 UTC (rev 11065)
@@ -0,0 +1,40 @@
+This work was packaged for Debian by:
+
+    Luca Falavigna <dktrkranz at debian.org> on Wed, 06 Jan 2010 22:36:52 +0100
+
+It was downloaded from:
+
+    http://live.gnome.org/gtg/soc/python_geoclue
+
+Upstream Author:
+
+    Paulo Cabido <paulo.cabido at gmail.com>
+
+Copyright:
+
+    Copyright © 2009 Paulo Cabido <paulo.cabido at gmail.com>
+
+License:
+
+    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 3 of the License, or
+    (at your option) any later version.
+
+    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 program.  If not, see <http://www.gnu.org/licenses/>.
+
+On Debian systems, the complete text of the GNU General
+Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'.
+
+The Debian packaging is:
+
+    Copyright © 2010 Luca Falavigna <dktrkranz at debian.org>
+
+and is licensed under the GPL version 3, see above.
+

Added: packages/python-geoclue/trunk/debian/doc-base
===================================================================
--- packages/python-geoclue/trunk/debian/doc-base	                        (rev 0)
+++ packages/python-geoclue/trunk/debian/doc-base	2010-01-09 15:28:14 UTC (rev 11065)
@@ -0,0 +1,10 @@
+Document: python-geoclue
+Title: Debian python-geoclue Manual
+Author: Paulo Cabido <paulo.cabido at gmail.com>
+Abstract: This manual describes what python-geoclue is
+ and how it can be used to use its API
+Section: Programming
+
+Format: HTML
+Index: /usr/share/doc/python-geoclue/docs/index.html
+Files: /usr/share/doc/python-geoclue/docs/*.html

Added: packages/python-geoclue/trunk/debian/docs
===================================================================
--- packages/python-geoclue/trunk/debian/docs	                        (rev 0)
+++ packages/python-geoclue/trunk/debian/docs	2010-01-09 15:28:14 UTC (rev 11065)
@@ -0,0 +1 @@
+docs

Added: packages/python-geoclue/trunk/debian/rules
===================================================================
--- packages/python-geoclue/trunk/debian/rules	                        (rev 0)
+++ packages/python-geoclue/trunk/debian/rules	2010-01-09 15:28:14 UTC (rev 11065)
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+%:
+	dh  $@


Property changes on: packages/python-geoclue/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/python-geoclue/trunk/debian/watch
===================================================================
--- packages/python-geoclue/trunk/debian/watch	                        (rev 0)
+++ packages/python-geoclue/trunk/debian/watch	2010-01-09 15:28:14 UTC (rev 11065)
@@ -0,0 +1,2 @@
+version=3
+http://www.paulocabido.com/soc/python-geoclue/python-geoclue-([0-9\.]+)\.tar\.gz




More information about the Python-modules-commits mailing list