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

Albin Tonnerre albin.tonnerre at gmail.com
Sat May 23 10:55:50 UTC 2009


The following commit has been merged in the master branch:
commit 12d0b6719a0116fbde4c8bc8b245e8b89a60bd68
Author: Albin Tonnerre <albin.tonnerre at gmail.com>
Date:   Wed May 20 16:02:57 2009 +0200

    Merge nikita's work, prepare release for experimental

diff --git a/debian/changelog b/debian/changelog
index 2d57398..9998c76 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-python-edbus (0.2.1-1) UNRELEASED; urgency=low
+python-edbus (0.3.1+svn20090511-1) experimental; urgency=low
 
-  * Initial release (Closes: #xxxxxx)
+  * Initial release (Closes: #529341)
 
- -- Jan Lübbe <jluebbe at debian.org>  Fri, 07 Mar 2008 22:23:43 +0100
+ -- Albin Tonnerre <albin.tonnerre at gmail.com>  Wed, 20 May 2009 16:01:19 +0200
diff --git a/debian/control b/debian/control
index 32c5d46..df1d3d0 100644
--- a/debian/control
+++ b/debian/control
@@ -2,11 +2,12 @@ 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>
+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,
- cython, python-pyrex, libedbus-dev
-Standards-Version: 3.7.3
+ python-all-dev (>= 2.3.5-11), python-support (>= 0.5.3),
+ python-setuptools (>= 0.6c9), cython, python-pyrex,
+ libedbus-dev (>= 0.5.0.060), python-dbus
+Standards-Version: 3.8.1
 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
@@ -16,9 +17,9 @@ 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)
+Description: Python bindings for the Enlightenment D-Bus wrapper 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.
+ This package contains modules that allow you to use edbus from Python.
 
diff --git a/debian/copyright b/debian/copyright
index cd27361..dd4056c 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,40 +3,30 @@ 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: 
+Upstream Authors:
  Ulisses Furquim <ulissesf at gmail.com>
 
-Copyright: 
- Copyright (C) 2007 Ulisses Furquim
- 
+Copyright:
+ Copyright (C) 2007-2008 Gustavo Sverzut Barbieri, 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
+    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

-- 
Python-DBus and Ecore integration using e_dbus



More information about the Pkg-e-commits mailing list