debian/0000755000000000000000000000000012222770240007164 5ustar debian/control0000644000000000000000000000271712222770306010601 0ustar Source: kivy Section: python Priority: extra Maintainer: Bastian Venthur Build-Depends: debhelper (>= 8.0.0), python (>= 2.7), python-all-dev (>= 2.7), cython, libgl1-mesa-dev, libgles2-mesa-dev Standards-Version: 3.9.4 Homepage: http://kivy.org Vcs-Git: http://github.com/kivy/kivy.git X-Python-Version: >= 2.7 Package: python-kivy Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-pygame, python-gst0.10 Description: Kivy - Multimedia / Multitouch framework in Python 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 of the GNU LGPL V3. . It comes with native support for many multi-touch input devices, a growing library of multi-touch aware widgets, hardware accelerated OpenGL drawing, and an architecture that is designed to let you focus on building custom and highly interactive applications as quickly and easily as possible. . Kivy is a mixed Python library with Cython code, to take advantage of its highly dynamic nature and use any of the thousands of high quality and open source python libraries out there, with the speed of C code. Package: python-kivy-examples Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-kivy Description: Kivy - Example files This package includes all examples which can be found in the git repository. debian/patches/0000755000000000000000000000000012222745760010624 5ustar debian/patches/series0000644000000000000000000000005512222745731012037 0ustar fix-distclean-rule-to-keep-debian-dir.patch debian/patches/fix-distclean-rule-to-keep-debian-dir.patch0000644000000000000000000000261412222745703020702 0ustar Description: TODO: Put a short summary on the line above and replace this paragraph with a longer explanation of this change. Complete the meta-information with other relevant fields (see below for details). To make it easier, the information below has been extracted from the changelog. Adjust it or drop it. . kivy (1.7.2-1) unstable; urgency=low . * Initial release (Closes: #nnnn) Author: Bastian Venthur --- The information above should follow the Patch Tagging Guidelines, please checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Origin: , Bug: Bug-Debian: http://bugs.debian.org/ Bug-Ubuntu: https://launchpad.net/bugs/ Forwarded: Reviewed-By: Last-Update: --- kivy-1.7.2.orig/Makefile +++ kivy-1.7.2/Makefile @@ -81,7 +81,7 @@ clean: -find . -iname '*.pyx' -exec sh -c 'echo `dirname {}`/`basename {} .pyx`.c' \; | xargs rm distclean: clean - -git clean -dxf + -git clean -dxf -e debian theming: $(PYTHON) -m kivy.atlas kivy/data/images/defaulttheme 512 kivy/tools/theming/defaulttheme/*.png debian/changelog0000644000000000000000000000022712222762755011053 0ustar kivy (1.7.2-1) unstable; urgency=low * Initial release (Closes: #725163) -- Bastian Venthur Wed, 02 Oct 2013 09:21:46 +0200 debian/kivy-doc.docs0000644000000000000000000000000712222744614011566 0ustar #DOCS# debian/compat0000644000000000000000000000000212222744614010370 0ustar 8 debian/python-kivy-examples.install0000644000000000000000000000004312222757472014702 0ustar examples/* usr/share/kivi-examples debian/rules0000755000000000000000000000156212222771705010257 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # # Modified to make a template file for a multi-binary package with separated # build-arch and build-indep targets by Bill Allombert 2001 # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 # This has to be exported to make some magic below work. export DH_OPTIONS %: dh $@ --with python2 override_dh_auto_test: echo "Tests are currently disabled in debian/rules." override_dh_auto_install: python setup.py install --root=$(CURDIR)/debian/tmp --install-layout=deb --prefix=/usr --no-compile debian/source/0000755000000000000000000000000012222744614010472 5ustar debian/source/format0000644000000000000000000000001412222744614011700 0ustar 3.0 (quilt) debian/python-kivy.install0000644000000000000000000000002112222755770013061 0ustar usr/lib/python2* debian/copyright0000644000000000000000000000313112223003124011104 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: kivy Source: http://kivy.org Files: * Copyright: 2010-2013 Kivy Team and other contributors License: MIT Files: data/fonts/DejaVu* Copyright: 2003 Bitstream, Inc License: public-domain Files: data/fonts/Doid* Copyright: 2006-2010 Google Corp. License: apache Files: debian/* Copyright: 2013 Bastian Venthur License: MIT License: MIT 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 or substantial portions of the Software. . 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 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 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. License: apache /usr/share/common-licenses/Apache-2.0 License: public-domain The DejaVuSans.ttf is placed in the public domain. debian/docs0000644000000000000000000000001312222744614010037 0ustar README.rst