[Python-modules-commits] r32532 - in packages/kivy/trunk/debian (control copyright)
vcheng at users.alioth.debian.org
vcheng at users.alioth.debian.org
Sat May 2 08:34:50 UTC 2015
Date: Saturday, May 2, 2015 @ 08:34:50
Author: vcheng
Revision: 32532
run wrap-and-sort -s
Modified:
packages/kivy/trunk/debian/control
packages/kivy/trunk/debian/copyright
Modified: packages/kivy/trunk/debian/control
===================================================================
--- packages/kivy/trunk/debian/control 2015-05-02 08:34:23 UTC (rev 32531)
+++ packages/kivy/trunk/debian/control 2015-05-02 08:34:50 UTC (rev 32532)
@@ -2,12 +2,19 @@
Section: python
Priority: extra
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Bastian Venthur <venthur at debian.org>, Vincent Cheng <vcheng at debian.org>
-Build-Depends: debhelper (>= 8.0.0),
- python (>= 2.7), python-all-dev (>= 2.7),
- cython, cython3,
- libgl1-mesa-dev, libgles2-mesa-dev,
- python3-all-dev, dh-python
+Uploaders:
+ Bastian Venthur <venthur at debian.org>,
+ Vincent Cheng <vcheng at debian.org>
+Build-Depends:
+ cython,
+ cython3,
+ debhelper (>= 8.0.0),
+ dh-python,
+ libgl1-mesa-dev,
+ libgles2-mesa-dev,
+ python (>= 2.7),
+ python-all-dev (>= 2.7),
+ python3-all-dev
Standards-Version: 3.9.5
Homepage: http://kivy.org
Vcs-Git: http://github.com/kivy/kivy.git
@@ -16,9 +23,12 @@
Package: python-kivy
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
- python-pygame,
- python-gst0.10
+Depends:
+ python-gst0.10,
+ python-pygame,
+ ${misc:Depends},
+ ${python:Depends},
+ ${shlibs:Depends}
Description: Kivy - Multimedia / Multitouch framework in Python (Python 2)
Kivy is an open source library for developing multi-touch applications. It is
completely cross platform (Linux/OSX/Win/Android) and released under the terms
@@ -35,7 +45,7 @@
Package: python3-kivy
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
+Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Description: Kivy - Multimedia / Multitouch framework in Python (Python 3)
Kivy is an open source library for developing multi-touch applications. It is
completely cross platform (Linux/OSX/Win/Android) and released under the terms
@@ -52,7 +62,6 @@
Package: python-kivy-examples
Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-kivy
+Depends: python-kivy, ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Description: Kivy - Example files
This package includes all examples which can be found in the git repository.
-
Modified: packages/kivy/trunk/debian/copyright
===================================================================
--- packages/kivy/trunk/debian/copyright 2015-05-02 08:34:23 UTC (rev 32531)
+++ packages/kivy/trunk/debian/copyright 2015-05-02 08:34:50 UTC (rev 32532)
@@ -33,8 +33,8 @@
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 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
+ 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.
License: apache
@@ -42,4 +42,3 @@
License: public-domain
The DejaVuSans.ttf is placed in the public domain.
-
More information about the Python-modules-commits
mailing list