[Pkg-e-commits] [SCM] Python-DBus and Ecore integration using e_dbus branch, master, updated. 66d22d3f0bec0c814690496ddd4a2d65c839d14e

Jan Luebbe jluebbe at debian.org
Thu May 8 15:07:03 UTC 2008


The following commit has been merged in the master branch:
commit 66d22d3f0bec0c814690496ddd4a2d65c839d14e
Author: Jan Luebbe <jluebbe at debian.org>
Date:   Thu May 8 17:02:34 2008 +0200

    Initial debian dir

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..2d57398
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-edbus (0.2.1-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #xxxxxx)
+
+ -- Jan Lübbe <jluebbe at debian.org>  Fri, 07 Mar 2008 22:23:43 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7ed6ff8
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+5
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..32c5d46
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: python-edbus
+Section: python
+Priority: extra
+Maintainer: Debian Pkg-e Team <pkg-e-devel at lists.alioth.debian.org>
+Uploaders: Jan Lübbe <jluebbe at debian.org>
+Build-Depends: debhelper (>= 5.0.38), cdbs (>= 0.4.49),
+ python-all-dev (>= 2.3.5-11), python-support (>= 0.5.3), python-setuptools,
+ cython, python-pyrex, libedbus-dev
+Standards-Version: 3.7.3
+Vcs-Browser: http://git.debian.org/?p=pkg-e/proto/python-efl/python-edbus.git
+Vcs-Git: git://git.debian.org/pkg-e/proto/python-efl/python-edbus.git
+Homepage: http://enlightenment.org
+
+Package: python-edbus
+XB-Python-Version: ${python:Versions}
+Provides: ${python:Provides}
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Description: Python bindings for the Enlightenment D-Bus library (edbus)
+ edbus is a wrapper around D-Bus to ease integrating D-Bus with EFL based
+ applications.
+ .
+ This package contains modules that allow you to use ecore from Python.
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..cd27361
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,42 @@
+This package was debianized by Jan Luebbe <jluebbe at debian.org> on
+Thu, 08 May 2008 16:59:52 +0200.
+
+It was downloaded from git://staff.get-e.org/e17/proto/python-efl/python-e_dbus.git
+
+Upstream Authors: 
+ Ulisses Furquim <ulissesf at gmail.com>
+
+Copyright: 
+ Copyright (C) 2007 Ulisses Furquim
+ 
+License:
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to
+ deal in the Software without restriction, including without limitation the
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+ sell copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ 
+ The above copyright notice and this permission notice shall be included in
+ all copies of the Software and its Copyright notices. In addition publicly
+ documented acknowledgment must be given that this software has been used if no
+ source code of this software is made available publicly. This includes
+ acknowledgments in either Copyright notices, Manuals, Publicity and Marketing
+ documents or any documentation provided with any product containing this
+ software. This License does not apply to any software that links to the
+ libraries provided by this software (statically or dynamically), but only to
+ the software provided.
+ 
+ Please see the COPYING.PLAIN for a plain-english explanation of this notice
+ and it's intent.
+ 
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
+ THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+The Debian packaging is (C) 2008 Jan Luebbe <jluebbe at debian.org> and
+is licensed under the same license as the upstream package.
+
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..d9bf9a8
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+COPYING-PLAIN
diff --git a/debian/pycompat b/debian/pycompat
new file mode 100644
index 0000000..0cfbf08
--- /dev/null
+++ b/debian/pycompat
@@ -0,0 +1 @@
+2
diff --git a/debian/pyversions b/debian/pyversions
new file mode 100644
index 0000000..8b253bc
--- /dev/null
+++ b/debian/pyversions
@@ -0,0 +1 @@
+2.4-
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..dc1cb76
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+
+DEB_PYTHON_SYSTEM=pysupport
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+

-- 
Python-DBus and Ecore integration using e_dbus



More information about the Pkg-e-commits mailing list