debian/0000755000000000000000000000000011701647512007172 5ustar debian/rules0000755000000000000000000000112711651071510010244 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/python-distutils.mk DEB_INSTALL_DOCS_ALL = install/python-kaa-imlib2:: : # Replace all '#!' calls to python with /usr/bin/python : # and make them executable for i in `find debian/python-kaa-imlib2 -type f`; do \ sed '1s,#!.*python[^ ]*\(.*\),#! /usr/bin/python\1,' \ $$i > $$i.temp; \ if cmp --quiet $$i $$i.temp; then \ rm -f $$i.temp; \ else \ mv -f $$i.temp $$i; \ chmod 755 $$i; \ echo "fixed interpreter: $$i"; \ fi; \ done clean:: rm -f src/version.pyc debian/compat0000644000000000000000000000000210637014032010360 0ustar 5 debian/changelog0000644000000000000000000000443611701647210011046 0ustar kaa-imlib2 (0.2.3+svn4596-2) unstable; urgency=medium * do not use PATH_MAX since hurd does not have it -- A Mennucc1 Fri, 06 Jan 2012 20:41:58 +0100 kaa-imlib2 (0.2.3+svn4596-1) unstable; urgency=low * upgrade to svn 4596 * Bug fix: "deprecation of dh_pycentral, please use dh_python2", thanks to Matthias Klose (Closes: #616852). * bump build-dependency on kaa-metadata and cdbs * bump standards version * correct copyright * correct changelog -- A Mennucc1 Mon, 24 Oct 2011 16:04:14 +0200 kaa-imlib2 (0.2.3+svn4046-2) UNRELEASED; urgency=low * Add myself to uploaders * Bump standard to 3.8.4, no change * Add misc:depends * Switch to dpkg-source 3.0 (quilt) format * other fixes (see tags tree in SVN): (tags/0.2.3-3) Due to the corrections in kaa-base, this package should compile on all arches, closes: #559633. (tags/0.2.3-2) kaa.base needs python 2.5, and so does kaa-imlib2; fix FTBFS, thanks to Lucas Nussbaum (Closes: #552956). -- A Mennucc1 Sat, 13 Mar 2010 11:34:59 +0100 kaa-imlib2 (0.2.3+svn4046-1) experimental; urgency=low * New SVN version. * This version needs Python >= 2.5 -- A Mennucc1 Sat, 23 May 2009 18:27:33 +0200 kaa-imlib2 (0.2.3-2) UNRELEASED; urgency=low * Bump up Standards-Version to 3.8.0: no changes needed. -- Jeremie Corbier Wed, 11 Jun 2008 14:56:16 +0200 kaa-imlib2 (0.2.3-1) unstable; urgency=low * New upstream release. -- Jeremie Corbier Sat, 15 Mar 2008 20:12:28 +0100 kaa-imlib2 (0.2.2-1) unstable; urgency=low * New upstream release. [Jeremie Corbier] * Set Maintainer to pkg-freevo-maint. * Update XS-Vcs-* fields: kaa-imlib2 is comaintained in the pkg-freevo SVN repository. * Use the Homepage field/ * Vcs-* fields are official now. * Bump up Standards-Version: no changes needed. [Georg W. Leonhardt] * Add myself as uploader -- Jeremie Corbier Fri, 04 Jan 2008 00:04:03 +0100 kaa-imlib2 (0.2.1-1) unstable; urgency=low * Initial release (Closes: #426590). -- Jeremie Corbier Tue, 29 May 2007 12:48:02 -0700 debian/pycompat0000644000000000000000000000000210637014032010731 0ustar 2 debian/watch0000644000000000000000000000012610637014032010212 0ustar version=3 http://qa.debian.org/watch/sf.php/freevo kaa-imlib2-((?:\d\.)+\d)\.tar\.gz debian/control0000644000000000000000000000170011651270122010564 0ustar Source: kaa-imlib2 Section: python Priority: optional Maintainer: Freevo Debian Dream Team Uploaders: Jeremie Corbier , Georg W. Leonhardt , A Mennucc1 Build-Depends: cdbs (>= 0.4.90), debhelper (>= 5.0.37.2), python-all-dev (>= 2.6.6-3), python-kaa-base (>= 0.6.0+4596), libimlib2-dev (>= 1.2.1) X-Python-Version: >= 2.6 Vcs-Svn: svn://svn.debian.org/svn/pkg-freevo/kaa-imlib2/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-freevo/kaa-imlib2/ Standards-Version: 3.9.2 Homepage: http://freevo.org/kaa Package: python-kaa-imlib2 Architecture: any Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}, python-kaa-base Provides: ${python:Provides} Description: Imlib2 Wrapper for Python Kaa Imlib2 provides a Python wrapper for the Imlib2 graphics library. . The Kaa Media Repository is a set of Python modules related to media. debian/source/0000755000000000000000000000000011651271026010467 5ustar debian/source/format0000644000000000000000000000001411346665123011703 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000232211651270374011126 0ustar This package was debianized by Jeremie Corbier on Tue, 29 May 2007 11:34:21 -0700. It was downloaded from http://sourceforge.net/projects/freevo/ Copyright: kaa.imlib2 - An imlib2 wrapper for Python Copyright (C) 2004-2006 Jason Tackaberry First Edition: Jason Tackaberry Maintainer: Jason Tackaberry Please see the file AUTHORS for a complete list of authors. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License version 2.1 as published by the Free Software Foundation. This library 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 library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA The complete text of the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL-2'. debian/patches/0000755000000000000000000000000011701646721010622 5ustar debian/patches/series0000644000000000000000000000003611701646241012033 0ustar #placeholder no_path_max.diff debian/patches/no_path_max.diff0000644000000000000000000000101511701646721013746 0ustar Index: kaa-imlib2-0.2.3+svn4596/src/imlib2.c =================================================================== --- kaa-imlib2-0.2.3+svn4596.orig/src/imlib2.c 2010-12-23 23:48:03.000000000 +0100 +++ kaa-imlib2-0.2.3+svn4596/src/imlib2.c 2012-01-06 20:38:45.839425339 +0100 @@ -196,7 +196,7 @@ int fd; Py_ssize_t len; static int prng_seeded = 0; - char filename[30], path[PATH_MAX]; + char filename[30], path[200]; if (!PyArg_ParseTuple(args, "O!", &PyBuffer_Type, &buffer)) return NULL;