[Pkg-e-commits] [SCM] Python bindings for Evas branch, master, updated. debian/0.2.1-2-177-g90bc137

Albin Tonnerre albin.tonnerre at gmail.com
Sat Aug 29 17:39:18 UTC 2009


The following commit has been merged in the master branch:
commit 90bc137bc1af00189b9f570daea64677af3b2995
Author: Albin Tonnerre <albin.tonnerre at gmail.com>
Date:   Tue Jun 9 21:40:29 2009 +0200

    Add documentation and development packages

diff --git a/debian/control b/debian/control
index 269b2a3..4922794 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: extra
 Maintainer: Debian Pkg-e Team <pkg-e-devel at lists.alioth.debian.org>
 Uploaders: Jan Lübbe <jluebbe at debian.org>, Albin Tonnerre <albin.tonnerre at gmail.com>
 Build-Depends: debhelper (>= 5.0.38), cdbs (>= 0.4.49),
- python-all-dev (>= 2.3.5-11), python-support (>= 0.5.3),
+ python-all-dev (>= 2.3.5-11), python-support (>= 0.5.3), python-epydoc,
  python-setuptools (>= 0.6c9), cython, python-pyrex,
  libevas-dev (>= 0.9.9.060)
 Standards-Version: 3.8.1
@@ -23,3 +23,29 @@ Description: Python bindings for the Enlightenment canvas library (evas)
  and Qtopia.
  .
  This package contains modules that allow you to use evas from Python.
+
+Package: python-evas-dev
+XB-Python-Version: ${python:Versions}
+Provides: ${python:Provides}
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-evas, libevas-dev
+Description: Python bindings for Evas - development files
+ Evas is an advanced canvas library, providing six engines for rendering: X11,
+ OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
+ and Qtopia.
+ .
+ This package contains python-evas development files
+
+Package: python-evas-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Enhances: python-evas
+Description: Python bindings for Evas - documentation
+ Evas is an advanced canvas library, providing six engines for rendering: X11,
+ OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
+ and Qtopia.
+ .
+ This package contains API documentation for python-evas
+
+
diff --git a/debian/python-evas-dev.install b/debian/python-evas-dev.install
new file mode 100644
index 0000000..e401eb5
--- /dev/null
+++ b/debian/python-evas-dev.install
@@ -0,0 +1 @@
+debian/tmp/usr/include
diff --git a/debian/python-evas-doc.docs b/debian/python-evas-doc.docs
new file mode 100644
index 0000000..59be862
--- /dev/null
+++ b/debian/python-evas-doc.docs
@@ -0,0 +1 @@
+doc/api/html
diff --git a/debian/python-evas.examples b/debian/python-evas.examples
new file mode 100644
index 0000000..e39721e
--- /dev/null
+++ b/debian/python-evas.examples
@@ -0,0 +1 @@
+examples/*
diff --git a/debian/python-evas.install b/debian/python-evas.install
new file mode 100644
index 0000000..444b3d5
--- /dev/null
+++ b/debian/python-evas.install
@@ -0,0 +1 @@
+debian/tmp/usr/lib
diff --git a/debian/rules b/debian/rules
index 9f8bec6..f58d393 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,9 @@ 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
 
+build/python-evas-doc:: build/python-evas
+	./gen-doc-api.sh
+
 refresh-patches:
 	@dh_testdir
 	@echo 'refreshing debian/patches:'

-- 
Python bindings for Evas



More information about the Pkg-e-commits mailing list