--- python-gasp-0.3.4.orig/debian/bzr-builder.manifest +++ python-gasp-0.3.4/debian/bzr-builder.manifest @@ -0,0 +1,2 @@ +# bzr-builder format 0.3 deb-version {debupstream}-0~9 +lp:ubuntu/trusty/python-gasp revid:package-import@ubuntu.com-20120414134427-myigfi5tyk2oc4ot --- python-gasp-0.3.4.orig/debian/changelog +++ python-gasp-0.3.4/debian/changelog @@ -0,0 +1,66 @@ +python-gasp (0.3.4-0~9~ubuntu14.04.1) trusty; urgency=low + + * Auto build. + + -- Norbert Mon, 04 May 2020 18:18:23 +0000 + +python-gasp (0.3.4-1build1) precise; urgency=low + + * Rebuild to drop python2.6 dependencies and provides. + + -- Matthias Klose Sat, 14 Apr 2012 13:44:27 +0000 + +python-gasp (0.3.4-1) unstable; urgency=low + + * New upstream version. + - Fix broken image support (LP: #698122) + * Update to Standards Version 3.9.1, no changes needed. + * Update maintainer field to use my @debian.org address + + -- Luke Faraone Mon, 28 Feb 2011 12:49:03 -0500 + +python-gasp (0.3.3-1) unstable; urgency=low + + [ Luca Falavigna ] + * Optionally depend on python (>= 2.6) with python-multiprocessing, + multiprocessing module is part of Python 2.6. + + [ Jakub Wilk ] + * Fix watch file. + + [ Luke Faraone ] + * New upstream version. (LP: #419501) + * Bump standards version to 3.8.4. + * debian/rules: Change get-orig-source to reflect upstream + * Switch to dpkg-source 3.0 (quilt) format + + -- Luke Faraone Wed, 24 Mar 2010 12:20:32 -0400 + +python-gasp (0.3.2-1) unstable; urgency=low + + * New upstream version + * Bump standards version to 3.8.3 + * Drop debian/patches/setuptools.patch + * debian/copyright: Update copyright to reflect upstream + * debian/watch: Update for new upstream download location + + -- Luke Faraone Fri, 21 Aug 2009 06:07:16 -0400 + +python-gasp (0.3.0-1) unstable; urgency=low + + * New upstream version + * Update Maintainer email address + * Fixed copyright file to use the © symbol + * Switch to pysupport + * Fix get-orig-source in debian/rules + * Fixed setup.py so that images are installed in the proper location. + * debian/control: Added dependency on python-gobject, python-gtk2, and + python-multiprocessing. + + -- Luke Faraone Mon, 27 Jul 2009 21:16:02 -0400 + +python-gasp (0.2.1~bzr65-1) unstable; urgency=low + + * Initial release. (Closes: #506501) + + -- Luke Faraone Sun, 7 Dec 2008 15:13:34 -0500 --- python-gasp-0.3.4.orig/debian/compat +++ python-gasp-0.3.4/debian/compat @@ -0,0 +1 @@ +5 --- python-gasp-0.3.4.orig/debian/control +++ python-gasp-0.3.4/debian/control @@ -0,0 +1,20 @@ +Source: python-gasp +Section: python +Priority: optional +Maintainer: Luke Faraone +Uploaders: Debian Python Modules Team +Build-Depends: python (>= 2.4), debhelper (>= 5), cdbs (>= 0.4.49), python-setuptools, +Build-Depends-indep: python-support (>= 0.5.3), patchutils, bzr +Standards-Version: 3.9.1 +Homepage: https://launchpad.net/gasp +Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-gasp/trunk +Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-gasp/trunk/ + +Package: python-gasp +Architecture: all +Depends: ${misc:Depends}, ${python:Depends}, python-cairo (>= 1.4), python-gtk2, python-gobject, python-multiprocessing | python (>= 2.6) +Provides: ${python:Provides} +Description: procedural Python graphics library for beginning programmers + GASP is a wrapper around the Python Cairo Graphics library which makes writing + graphical applications in Python easy for beginners, requiring little prior + knowledge of object-oriented programming. --- python-gasp-0.3.4.orig/debian/copyright +++ python-gasp-0.3.4/debian/copyright @@ -0,0 +1,47 @@ +This package was debianized by Luke Faraone on +Friday November 21, 2008 22:30:00 -0500. + +It was downloaded from https://launchpad.net/gasp-code/ + +Copyright Holder: + * Copyright 2009 GASP Development Team + * Copyright 2009 Jamie Boisture + * Copyright 2008 James Hancock + +Upstream authors: + David Cooper + Luke Faraone + Kevin Kubasik + Stephan Richter + David Muffley + Preetam D'Souza + George Paci + Jeff Elkner + Matt Gallagher + Thomas Doggette + +License: + +This is free software; you can redistribute it and/or modify it under the terms +of the GNU General Public License (version 3), or (at your option) any later +version. + + 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, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +On Debian systems, the complete text of the GPL v3 can be found here: + /usr/share/common-licenses/GPL-3 + +The Debian packaging is © 2008-2011 Luke Faraone and is +licensed under the GPL version 3 or later. See above. --- python-gasp-0.3.4.orig/debian/install +++ python-gasp-0.3.4/debian/install @@ -0,0 +1 @@ +gasp/images/gasp.png /usr/share/python-gasp/ --- python-gasp-0.3.4.orig/debian/pycompat +++ python-gasp-0.3.4/debian/pycompat @@ -0,0 +1 @@ +2 --- python-gasp-0.3.4.orig/debian/rules +++ python-gasp-0.3.4/debian/rules @@ -0,0 +1,21 @@ +#!/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 + +DEB_PYTHON_SETUP_CMD = setup.py + +install/python-gasp:: + rm -rf debian/python-gasp/usr/lib/python*/site-packages/gasp*egg-info/requires.txt + +.PHONY: get-orig-source +get-orig-source: + REV=$(shell dpkg-parsechangelog | sed -rne 's,^Version: .*bzr([^-]+).*,\1,p'); \ + VER=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+).*,\1,p'); \ + if [ x$$REV = x ]; then \ + uscan --force-download --rename --repack --download-version=$$VER --destdir=.; \ + else \ + bzr export -r $$REV python-gasp_$$VER.orig.tar.gz lp:gasp-core; \ + fi + --- python-gasp-0.3.4.orig/debian/source/format +++ python-gasp-0.3.4/debian/source/format @@ -0,0 +1 @@ +1.0 --- python-gasp-0.3.4.orig/debian/watch +++ python-gasp-0.3.4/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://launchpad.net/gasp-core/+download \ +http://launchpad.net/gasp-core/.*/gasp-(.*).tar.gz