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

Albin Tonnerre albin.tonnerre at gmail.com
Mon May 18 11:34:38 UTC 2009


The following commit has been merged in the master branch:
commit 6d9fcbe69f6d719ab8246e4643bfb06510bef24c
Author: Albin Tonnerre <albin.tonnerre at gmail.com>
Date:   Fri May 15 18:26:26 2009 +0200

    Merge Nikita's work, and prepare a new SVN snapshot

diff --git a/debian/changelog b/debian/changelog
index 6db04dc..e78f5eb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,36 @@
+python-evas (0.3.1+svn20090515-1) experimental; urgency=low
+
+  * New SVN snapshot
+  * Bump Standards-Version to 3.8.1, no change required
+  * Add myself to uploaders
+  * Tighten build-dependancy on libevas-dev
+  * Remove patches, no longer needed
+    - Drop B-D on quilt consequently
+  * debian/copyright:
+    - Update for new upstream license
+    - [lintian] fix copyright-with-old-dh-make-debian-copyright
+
+ -- Albin Tonnerre <albin.tonnerre at gmail.com>  Fri, 15 May 2009 18:22:15 +0200
+
+python-evas (0.3.1+svn20081220-0.2) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Updated libevas-dev dependency to follow package rename.
+
+ -- Nikita V. Youshchenko <yoush at debian.org>  Thu, 08 Jan 2009 16:10:43 +0300
+
+python-evas (0.3.1+svn20081220-0.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * New upstream SVN snapshot.
+    + Should be compatible with newer cython. Closes: #508697.
+  * Build-Depend on python-setuptools (>= 0.6c9) since now setup.py requires
+    at least that version.
+  * Build-Depend on libevas-0.9.9.050a-dev instead of libevas-dev.
+  * Remove debian/docs - file mentioned there is no longer provided. 
+
+ -- Nikita V. Youshchenko <yoush at debian.org>  Sun, 04 Jan 2009 16:08:49 +0300
+
 python-evas (0.2.1-2) experimental; urgency=low
 
   * Build-Depend on python-setuptools to avoid downloading it
diff --git a/debian/control b/debian/control
index 7c6d02f..269b2a3 100644
--- a/debian/control
+++ b/debian/control
@@ -2,11 +2,12 @@ Source: python-evas
 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), quilt,
- python-all-dev (>= 2.3.5-11), python-support (>= 0.5.3), python-setuptools,
- cython, python-pyrex, libevas-dev
-Standards-Version: 3.7.3
+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-setuptools (>= 0.6c9), cython, python-pyrex,
+ libevas-dev (>= 0.9.9.060)
+Standards-Version: 3.8.1
 Vcs-Browser: http://git.debian.org/?p=pkg-e/proto/python-efl/python-evas.git
 Vcs-Git: git://git.debian.org/pkg-e/proto/python-efl/python-evas.git
 Homepage: http://enlightenment.org
@@ -22,4 +23,3 @@ Description: Python bindings for the Enlightenment canvas library (evas)
  and Qtopia.
  .
  This package contains modules that allow you to use evas from Python.
-
diff --git a/debian/copyright b/debian/copyright
index 09d0ddd..d2e08d6 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,40 +3,30 @@ Sat, 01 Mar 2008 21:17:46 +0100.
 
 It was downloaded from git://staff.get-e.org/e17/proto/python-efl/python-evas.git
 
-Upstream Authors: 
+Upstream Authors:
  Gustavo Sverzut Barbieri <barbieri at gmail.com>
 
-Copyright: 
+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
+    This package is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 2.1 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
+    Lesser General Public License for more details.
+
+    You should have received a copy of the GNU Lesser General Public
+    License along with this package; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian systems, the complete text of the GNU Lesser General
+Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
+
+The Debian packaging is © 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
deleted file mode 100644
index d9bf9a8..0000000
--- a/debian/docs
+++ /dev/null
@@ -1 +0,0 @@
-COPYING-PLAIN
diff --git a/debian/patches/0001-Fix-setup.py-to-install-the-headers-to-the-correct-l.patch b/debian/patches/0001-Fix-setup.py-to-install-the-headers-to-the-correct-l.patch
deleted file mode 100644
index fec7d34..0000000
--- a/debian/patches/0001-Fix-setup.py-to-install-the-headers-to-the-correct-l.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From d41ad4a4b1148745428ca1e95e88ff0ec9c92068 Mon Sep 17 00:00:00 2001
-From: Jan Luebbe <jluebbe at debian.org>
-Date: Sat, 1 Mar 2008 23:44:01 +0100
-Subject: [PATCH] Fix setup.py to install the headers to the correct location when using --root
-
----
- setup.py |    8 ++------
- 1 files changed, 2 insertions(+), 6 deletions(-)
-
-diff --git a/setup.py b/setup.py
-index 84fa110..ceba30c 100644
---- a/setup.py
-+++ b/setup.py
-@@ -113,13 +113,9 @@ class evas_build_ext(build_ext):
- 
- class evas_install_headers(install_headers):
-     def finalize_options(self):
--        if self.install_dir is None:
--            instd = get_python_inc()
--        else:
--            instd = self.install_dir
--
--        self.install_dir = os.path.join(instd, 'evas')
-         install_headers.finalize_options(self)
-+        assert self.install_dir[-11:] == 'python-evas'
-+        self.install_dir = self.install_dir[:-11] + 'evas'
- 
- 
- setup(name='python-evas',
--- 
-1.5.4.3
-
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 82bb618..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-Fix-setup.py-to-install-the-headers-to-the-correct-l.patch
diff --git a/debian/rules b/debian/rules
index 38d3950..9f8bec6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ 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
+#include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 refresh-patches:
 	@dh_testdir

-- 
Python bindings for Evas



More information about the Pkg-e-commits mailing list