debian/0000755000000000000000000000000011500002255007154 5ustar debian/rules0000755000000000000000000000044411500001632010234 0ustar #!/usr/bin/make -f DEB_PYTHON_SYSTEM=pysupport include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/python-distutils.mk binary-install/python-pymt:: # Use the system installed font instead rm debian/python-pymt/usr/lib/python*/*-packages/pymt/data/DejaVuSans.ttf debian/patches/0000755000000000000000000000000011441376515010624 5ustar debian/patches/series0000644000000000000000000000004111441376515012034 0ustar 01_use_system_deja_vu_font.patch debian/patches/01_use_system_deja_vu_font.patch0000644000000000000000000000111711441376515017070 0ustar Description: Use system provided DejaVu font Author: Robert Ancell Bug: https://launchpad.net/bugs/597455 Index: pymt-0.5/pymt/data/default.css =================================================================== --- pymt-0.5.orig/pymt/data/default.css 2010-08-19 13:11:36.369406002 +1000 +++ pymt-0.5/pymt/data/default.css 2010-08-19 13:11:52.189406002 +1000 @@ -14,7 +14,7 @@ /* fonts */ font-size: 12; - font-name: 'DejaVuSans.ttf'; + font-name: '/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf'; font-weight: normal; /* normal, bold, italic, bolditalic */ debian/pycompat0000644000000000000000000000000211441376517010746 0ustar 2 debian/copyright0000644000000000000000000000504711441376515011136 0ustar This work was packaged for Debian by: Robert Ancell on Wed, 16 Jun 2010 10:17:06 +1000 It was downloaded from: http://pypi.python.org/pypi/PyMT Upstream Author(s): PyMT Crew Copyright: Copyright (c) 2006-2008 Alex Holkner Copyright (C) 2002 Daniel Holth, Clinton McChesney Copyright (C) 2004-2009 Christof Hoeke Copyright 2007, Paul McGuire License (except pymt/lib/osc, pymt/matrix.py): This library 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 3 of the License, or (at your option) any later version. On Debian GNU/Linux systems, the complete text of the GNU Lesser General Public License can be found in /usr/share/common-licenses/LGPL-3. License (pymt/lib/osc): This library 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. On Debian GNU/Linux systems, the complete text of the GNU Lesser General Public License can be found in /usr/share/common-licenses/LGPL-2.1. License (pymt/matrix.py): 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. The Debian packaging is: Copyright (C) 2010 Canonical Ltd and is licensed under the GPL version 3, see `/usr/share/common-licenses/GPL-3'. debian/watch0000644000000000000000000000014111441376515010222 0ustar version=2 http://pypi.python.org/packages/source/P/PyMT/ \ PyMT-(.*)\.tar\.gz \ debian uupdate debian/compat0000644000000000000000000000000211441376515010373 0ustar 7 debian/changelog0000644000000000000000000000264311500002250011026 0ustar pymt (0.5.1-0ubuntu3) natty; urgency=low * Build-depend on python-all-dev. * Don't hard-code python versions in debian/rules. -- Matthias Klose Wed, 08 Dec 2010 23:17:15 +0100 pymt (0.5.1-0ubuntu2) natty; urgency=low * Rebuild with python 2.7 as the python default. -- Matthias Klose Wed, 08 Dec 2010 15:09:08 +0000 pymt (0.5.1-0ubuntu1) maverick; urgency=low * New upstream release (LP: #631957) -- Robert Ancell Tue, 07 Sep 2010 16:21:19 +1000 pymt (0.5-0ubuntu2) maverick; urgency=low * debian/control: - Use Standards-Version 3.9.1 - python-pymt is arch any - it has libraries now - python-pymt depends on ttf-dejavu-core * debian/rules: * debian/patches/01_use_system_deja_vu_font.patch: - Use system installed DejaVuSans (LP: #597455) -- Robert Ancell Thu, 19 Aug 2010 13:12:55 +1000 pymt (0.5-0ubuntu1) maverick; urgency=low * New upstream release * debian/control: - Add build-depends on python-numpy, python-dev, cython, libgl1-mesa-dev - Drop python-numeric, python-imaging, python-cairo depends (python-pygame is sufficient) -- Robert Ancell Fri, 13 Aug 2010 16:07:28 +1000 pymt (0.4-0ubuntu1) maverick; urgency=low * Initial release (LP: #594912) -- Robert Ancell Tue, 22 Jun 2010 11:09:34 +1000 debian/source/0000755000000000000000000000000011441376515010475 5ustar debian/source/format0000644000000000000000000000001411441376515011703 0ustar 3.0 (quilt) debian/control0000644000000000000000000000265511500002231010561 0ustar Source: pymt Section: python Priority: optional Maintainer: Ubuntu Desktop Team Build-Depends: debhelper (>= 7.0.50~), cdbs, python-all-dev, python-support, python-numpy, python-dev, cython, libgl1-mesa-dev Standards-Version: 3.9.1 Homepage: http://pymt.txzone.net/ Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/pymt/ubuntu Package: python-pymt Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}, python-opengl, python-pygame, python-numpy, python-gst0.10, ttf-dejavu-core XB-Python-Version: ${python:Versions} Description: Python multi-touch library PyMT is an open source library for developing multi-touch applications. It is completely cross platform (Linux/OSX/Win) and released under the terms of the GNU LGPL. . 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. . Since PyMT is a pure Python library, you can take advantage of its highly dynamic nature and use any of the thousands of high quality and open source python libraries out there.