[Pkg-e-commits] [SCM] Python bindings for Edje branch, master, updated. 68c771c0c315f646d7be577b96ab2035087e2fd7

Jan Luebbe jluebbe at debian.org
Sun Apr 13 20:33:33 UTC 2008


The following commit has been merged in the master branch:
commit 68c771c0c315f646d7be577b96ab2035087e2fd7
Author: Jan Luebbe <jluebbe at debian.org>
Date:   Sun Apr 13 22:11:12 2008 +0200

    Preliminary debian dir

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..832ad39
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-edje (0.2.1-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #xxx)
+
+ -- Jan Lübbe <jluebbe at debian.org>  Fri, 07 Mar 2008 22:18:06 +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..2b291b6
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,25 @@
+Source: python-edje
+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, libevas-dev, python-evas, libedje-dev
+Standards-Version: 3.7.3
+Vcs-Browser: http://git.debian.org/?p=pkg-e/proto/python-efl/python-edje.git
+Vcs-Git: git://git.debian.org/pkg-e/proto/python-efl/python-edje.git
+Homepage: http://enlightenment.org
+
+Package: python-edje
+XB-Python-Version: ${python:Versions}
+Provides: ${python:Provides}
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Description: Python bindings for the Enlightenment layout and animation library (edje)
+ Edje is a graphical layout and animation library for animated resizable,
+ compressed and scalable themes. It is the theming engine behind
+ Enlightenment DR 0.17.
+ .
+ This package contains modules that allow you to use evas from Python.
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..4f63d4c
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,42 @@
+This package was debianized by Jan Luebbe <jluebbe at debian.org> on
+Sun, 13 Apr 2008 22:16:29 +0200.
+
+It was downloaded from git://staff.get-e.org/e17/proto/python-efl/python-edje.git
+
+Upstream Authors: 
+ Gustavo Sverzut Barbieri <barbieri at gmail.com>
+
+Copyright: 
+ Copyright (C) 2007 Gustavo Sverzut Barbieri
+ 
+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..38d3950
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,17 @@
+#!/usr/bin/make -f
+
+DEB_PYTHON_SYSTEM=pysupport
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+
+refresh-patches:
+	@dh_testdir
+	@echo 'refreshing debian/patches:'
+	@rm -rf '$(CURDIR)'/debian/patches
+	@mkdir -p '$(CURDIR)'/debian/patches
+	@cd '$(CURDIR)'/debian/patches && git format-patch upstream..upstream+patches | tee series
+	@sed -i s:^debian/patches/:: '$(CURDIR)'/debian/patches/series
+	@echo .
+

-- 
Python bindings for Edje



More information about the Pkg-e-commits mailing list