debian/0000755000000000000000000000000011733111003007154 5ustar debian/rules0000755000000000000000000000454111733110467010255 0ustar #!/usr/bin/make -f # -*- makefile -*- #export DH_VERBOSE=1 include /usr/share/python/python.mk DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 else CFLAGS += -O2 endif PYVERS=$(shell pyversions -vr 2>/dev/null) .PRECIOUS: build-%/configure-stamp configure-stamp: dh_testdir dh_autoreconf touch $@ build-%/configure-stamp: configure-stamp dh_testdir mkdir -p build-$* cd build-$* && CFLAGS="$(CFLAGS)" PYTHON=/usr/bin/python$* ../configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \ --prefix=/usr \ --mandir=\$${prefix}/share/man \ --infodir=\$${prefix}/share/info touch $@ build: $(PYVERS:%=build-%/build-stamp) build-%/build-stamp: build-%/configure-stamp dh_testdir $(MAKE) -C build-$* pyexecdir=$(call py_libdir_sh, $*) touch $@ clean: $(PYVERS:%=clean-%) dh_testdir dh_testroot dh_autoreconf_clean dh_clean clean-%: dh_testdir dh_testroot [ ! -f Makefile ] || $(MAKE) distclean -C build-$* [ ! -f Makefile ] || $(MAKE) clean -C build-$* install-%: build-%/build-stamp dh_testdir dh_testroot $(MAKE) -C build-$* install DESTDIR=$(CURDIR)/debian/python-gtkglext1 pyexecdir=$(call py_libdir_sh, $*) install-clean: dh_testdir dh_testroot dh_prep install: build install-clean $(PYVERS:%=install-%) dh_installdirs dh_install mkdir -p debian/python-gtkglext1/usr/share/doc/python-gtkglext1/examples cp examples/*.py debian/python-gtkglext1/usr/share/doc/python-gtkglext1/examples/ cp examples/*.png debian/python-gtkglext1/usr/share/doc/python-gtkglext1/examples/ cp ChangeLog changelog.tmp cat ChangeLog.pre-1-0 >> changelog.tmp find debian/python-gtkglext1/usr -type d -empty | xargs -r rmdir -p --ignore-fail-on-non-empty find debian/python-gtkglext1/usr/lib -name 'apputils.py' | xargs chmod +x find debian/python-gtkglext1/usr/lib -name '*.la' -delete binary-indep: build install binary-arch: build install dh_testdir dh_testroot dh_installchangelogs changelog.tmp dh_installdocs dh_link dh_strip dh_compress dh_fixperms dh_python2 dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb build-arch: build build-indep: build binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install debian/control0000644000000000000000000000125311651166562010603 0ustar Source: python-gtkglext1 Section: python Priority: extra Maintainer: Thierry Randrianiriana Build-Depends: debhelper (>= 7.0.50~), dh-autoreconf, python-gtk2-dev, libgtk2.0-dev, libgtkglext1-dev (>= 1.0.0), libglu1-mesa-dev, python-all-dev (>= 2.6.6-3~) X-Python-Version: >= 2.4 Standards-Version: 3.9.2 Homepage: http://gtkglext.sourceforge.net/ Package: python-gtkglext1 Architecture: any Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}, python-opengl, python-gtk2 Breaks: python-gtk2 (<< 2.24.0) Provides: ${python:Provides} Description: GtkGLext python bindings PyGtkGLExt is Python language bindings for GtkGLExt, OpenGL Extension to gtk. debian/source/0000755000000000000000000000000011354373502010471 5ustar debian/source/format0000644000000000000000000000001411355126616011702 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000625211733110745011047 0ustar python-gtkglext1 (1.1.0-9.1) unstable; urgency=low * Non-maintainer upload. * Fix "FTBFS: dh_autoreconf: Can only be run once": run dh_autoreconf in a new configure-stamp target before running configure for each python version build. (Closes: #663063) -- gregor herrmann Fri, 23 Mar 2012 16:07:43 +0100 python-gtkglext1 (1.1.0-9) unstable; urgency=low * Added python-gtk2 in Depends (Closes: #645941) -- Thierry Randrianiriana Mon, 24 Oct 2011 20:42:21 +0300 python-gtkglext1 (1.1.0-8) unstable; urgency=low * Forced rebuild to fix (Closes: #645931, #645941) * debian/rules: - Added build-arch and build-indep -- Thierry Randrianiriana Sun, 23 Oct 2011 21:37:18 +0300 python-gtkglext1 (1.1.0-7) unstable; urgency=low * Bumped Standards-Version to 3.9.2 * Use dh_python2 instead of pysupport (thanks bigon) (Closes: #623319) * debian/control: - Drop python-support build-dependency - Bump python-all-dev build-dependency to >= 2.6.6-3~ - Add dh-autoreconf to build-dependencies - Add Breaks for python-gtk2 (<< 2.24.0) * debian/rules: - Call dh_python2 instead of dh_pysupport - Do not ship .la files anymore - Call dh_autoreconf to regenerate autotools (Closes: #558625) -- Thierry Randrianiriana Tue, 19 Apr 2011 13:56:18 +0300 python-gtkglext1 (1.1.0-6) unstable; urgency=low * Bumped Standards-Version to 3.9.1 * Bumped to debhelper 7 compatibility levels * Updated the maintainer email address -- Thierry Randrianiriana Fri, 01 Oct 2010 19:40:01 +0300 python-gtkglext1 (1.1.0-5) unstable; urgency=low * Bumped Standards-Version to 3.8.4 * Switch to dpkg-source 3.0 (quilt) format -- Thierry Randrianiriana Tue, 30 Mar 2010 15:41:28 +0300 python-gtkglext1 (1.1.0-4) unstable; urgency=low * Ack NMU - thanks Chris Lamb (Closes: #478619) * Bumped Standards-Version to 3.8.3. * debian/rules: checked if Makefile exists * debian/copyright: added copyright notice * debian/control: - updated description - added python-opengl in Depends (Closes: #519914) -- Thierry Randrianiriana Fri, 04 Dec 2009 14:58:45 +0300 python-gtkglext1 (1.1.0-3.1) unstable; urgency=medium * Non-maintainer upload. * Fix bashism in debian/rules (Closes: #478619) * debian/control: - Bump Standards-Version to 3.8.0. - Move upstream URL to Homepage: field -- Chris Lamb Sat, 07 Jun 2008 22:29:07 +0100 python-gtkglext1 (1.1.0-3) unstable; urgency=low * Changed Build-Depends python-dev to python-all-dev to support all python versions (Closes: #424024) -- Thierry Randrianiriana Thu, 24 May 2007 22:10:23 +0300 python-gtkglext1 (1.1.0-2) unstable; urgency=low * Supports all installed python versions. Thanks Robert Ancell (Closes: #419350) -- Thierry Randrianiriana Sun, 15 Apr 2007 10:53:09 +0300 python-gtkglext1 (1.1.0-1) unstable; urgency=low * Initial release (Closes: #406440) -- Thierry Randrianiriana Fri, 12 Jan 2007 20:26:18 +0300 debian/compat0000644000000000000000000000000211451664216010372 0ustar 7 debian/copyright0000644000000000000000000000723511451663460011136 0ustar This package was debianized by Thierry Randrianiriana on Fri, 12 Jan 2007 20:26:18 +0300. It was downloaded from http://sourceforge.net/projects/gtkglext/ Copyright Holder: Naofumi Yasufuku (°ÂÊ¡ ¾°Ê¸) Alif Wahid Jason Petrone John Ferguson Noah Friedman Copyright (C) 2003, 2004 Naofumi Yasufuku PyGtkGLExt modules are released under the terms of the GNU Lesser General Public License (GNU LGPL). While components and programs included with this release are licensed under the terms of the GNU General Public License (GNU GPL). This package 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 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 Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA On Debian systems, the complete text of the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL-2.1'. Converted files: * examples/SimpleScene.py * examples/MoveLight.py Copyright (c) 1993-1997, Silicon Graphics, Inc. ALL RIGHTS RESERVED Permission to use, copy, modify, and distribute this software for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both the copyright notice and this permission notice appear in supporting documentation, and that the name of Silicon Graphics, Inc. not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT, SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION, LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE. US Government Users Restricted Rights Use, duplication, or disclosure by the Government is subject to restrictions set forth in FAR 52.227.19(c)(2) or subparagraph (c)(1)(ii) of the Rights in Technical Data and Computer Software clause at DFARS 252.227-7013 and/or in similar or successor clauses in the FAR or the DOD or NASA FAR Supplement. Unpublished-- rights reserved under the copyright laws of the United States. Contractor/manufacturer is Silicon Graphics, Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311. OpenGL(R) is a registered trademark of Silicon Graphics, Inc. debian/watch0000644000000000000000000000007211354372337010226 0ustar version=3 http://sf.net/gtkglext/pygtkglext-(.*)\.tar\.gz