debian/0000775000000000000000000000000012316541027007171 5ustar debian/source/0000775000000000000000000000000012263255727010503 5ustar debian/source/format0000664000000000000000000000001412263255727011711 0ustar 3.0 (quilt) debian/copyright0000664000000000000000000000346712263262132011134 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: python-fontconfig Source: https://pypi.python.org/pypi/Python-fontconfig/ Files: * Copyright: (C) 2011 Vayn a.k.a. VT License: GPL-3+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. . This program 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 General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-3". Files: debian/* Copyright: 2014 Matthias Klose License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 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 General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/changelog0000664000000000000000000000054412316541027011046 0ustar python-fontconfig (0.5.1-1build1) trusty; urgency=medium * No change rebuild to drop python3.3 compiled extension. -- Dimitri John Ledkov Tue, 01 Apr 2014 14:41:43 +0100 python-fontconfig (0.5.1-1) unstable; urgency=low * Initial release (Closes: #735038). -- Matthias Klose Wed, 08 Jan 2014 14:08:17 +0000 debian/control0000664000000000000000000000326712316541027010604 0ustar Source: python-fontconfig Section: python Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Matthias Klose Build-Depends: debhelper (>= 9), dh-python, libfontconfig1-dev, fonts-freefont-ttf, python-all-dev, python-all-dbg, cython, cython-dbg, python3-all-dev, python3-all-dbg, cython3, cython3-dbg, Standards-Version: 3.9.5 Homepage: https://pypi.python.org/pypi/Python-fontconfig Package: python-fontconfig Architecture: any Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends} Breaks: ${python:Breaks} Recommends: libjs-jquery Provides: ${python:Provides} Description: python bindings for the Fontconfig library This package contains the extension built for the Python interpreter. Package: python-fontconfig-dbg Architecture: any Section: debug Priority: extra Depends: python-fontconfig (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} Description: python bindings for the Fontconfig library (debug build) This package contains the extension built for the Python debug interpreter. Package: python3-fontconfig Architecture: any Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends} Description: python bindings for the Fontconfig library for Python3 This package contains the extension built for the Python 3 interpreter. Package: python3-fontconfig-dbg Architecture: any Section: debug Priority: extra Depends: python3-fontconfig (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends} Description: python bindings for the Fontconfig library for Python3 (debug build) This package contains the extension built for the Python 3 debug interpreter. debian/rules0000775000000000000000000000052512263256751010263 0ustar #!/usr/bin/make -f # -*- makefile -*- export PYBUILD_DESTDIR_python2=debian/python-fontconfig/ export PYBUILD_DESTDIR_python2-dbg=debian/python-fontconfig-dbg/ export PYBUILD_DESTDIR_python3=debian/python3-fontconfig/ export PYBUILD_DESTDIR_python3-dbg=debian/python3-fontconfig-dbg/ %: dh $@ --with python2,python3 --buildsystem=pybuild debian/watch0000664000000000000000000000015112264374545010232 0ustar version=3 https://pypi.python.org/packages/source/P/Python-fontconfig/Python-fontconfig-([0-9.]*).tar.gz debian/patches/0000775000000000000000000000000012263257225010625 5ustar debian/patches/force-cython-build.diff0000664000000000000000000000046612263257225015162 0ustar Index: b/setup.py =================================================================== --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ if __name__ == '__main__': - if sys.argv[1] == 'build_ext': + if True: from Cython.Distutils import build_ext args.update(cmdclass={'build_ext': build_ext}) debian/patches/series0000664000000000000000000000003012263257173012035 0ustar force-cython-build.diff debian/compat0000664000000000000000000000000212263255727010401 0ustar 9