--- pygooglechart-0.3.0.orig/debian/compat +++ pygooglechart-0.3.0/debian/compat @@ -0,0 +1 @@ +7 --- pygooglechart-0.3.0.orig/debian/rules +++ pygooglechart-0.3.0/debian/rules @@ -0,0 +1,13 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@ + +override_dh_installexamples: + dh_installexamples examples/* test + +override_dh_compress: + dh_compress -X.py --- pygooglechart-0.3.0.orig/debian/watch +++ pygooglechart-0.3.0/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://pygooglechart.slowchop.com/files/download/pygooglechart-(.*)\.tar\.gz --- pygooglechart-0.3.0.orig/debian/README.Debian +++ pygooglechart-0.3.0/debian/README.Debian @@ -0,0 +1,11 @@ +I'd like to place here some links to let users find additional details +about Google Chart API: + + Google Chart API - Developer's Guide + http://code.google.com/apis/chart/ + + Google Chart API - FAQ + http://code.google.com/support/bin/topic.py?topic=13605 + + Google Chart API - Developer Forum + http://groups.google.com/group/google-chart-api --- pygooglechart-0.3.0.orig/debian/changelog +++ pygooglechart-0.3.0/debian/changelog @@ -0,0 +1,60 @@ +pygooglechart (0.3.0-1) unstable; urgency=low + + * New upstream release + * debian/copyright + - updated upstream copyright years + - updated packaging copyright years + * debian/control + - bump Standards-Version to 3.9.0 (no changes needed) + * debian/{control, compat, rules} + - switch to dh7 + + -- Sandro Tosi Wed, 21 Jul 2010 23:51:21 +0200 + +pygooglechart (0.2.1-2) unstable; urgency=low + + * Uploading to unstable, since Lenny has been released + * debian/copyright + - updated copyright years + - updated my email address + - updated packaging copyright notice, extending years + - clarified upstream code is GPLv3+ referring to GPL-3 license + * debian/control + - switch Vcs-Browser field to viewsvn + - updated my email address + - removed XS-DM-Upload-Allowed field + - uncapitalize short description + * debian/rules + - install and clean only for default python version (it's arch:all) + - moved removal of 'build' dir after python clean + - merged 'rm' call into 'dh_clean' one + - removed 'dh_shlibdeps' call since not needed + + -- Sandro Tosi Sun, 15 Feb 2009 19:53:34 +0100 + +pygooglechart (0.2.1-1) experimental; urgency=low + + * New upstream release + * debian/control + - bump Standards-Version to 3.8.0 (no changes needed) + - added python-setuptools build-dep + * debian/rules + - installed test as example + + -- Sandro Tosi Mon, 08 Sep 2008 21:48:32 +0200 + +pygooglechart (0.2.0-1) unstable; urgency=low + + [ Sandro Tosi ] + * New upstream release + + [ Piotr Ożarowski ] + * Added "XS-DM-Upload-Allowed: yes" + + -- Sandro Tosi Wed, 30 Apr 2008 07:14:23 +0200 + +pygooglechart (0.1.2-1) unstable; urgency=low + + * Initial release (Closes: #455912) + + -- Sandro Tosi Tue, 18 Dec 2007 23:44:46 +0100 --- pygooglechart-0.3.0.orig/debian/copyright +++ pygooglechart-0.3.0/debian/copyright @@ -0,0 +1,30 @@ +This package was debianized by Sandro Tosi on +Thu, 13 Dec 2007 23:55:35 +0100. + +It was downloaded from http://pygooglechart.slowchop.com/ + +Upstream Author: + + Gerald Kaszuba + +Copyright: + + Copyright 2007-2009 Gerald Kaszuba + +License: + + 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. + +In a Debian system the complete text of the GNU General Public License v3 +can be found in the file `/usr/share/common-licenses/GPL-3'. + +The Debian packaging is Copyright (C) 2007-2010, Sandro Tosi +and is licensed under the same license as upstream code. --- pygooglechart-0.3.0.orig/debian/control +++ pygooglechart-0.3.0/debian/control @@ -0,0 +1,26 @@ +Source: pygooglechart +Section: python +Priority: optional +Maintainer: Debian Python Modules Team +Uploaders: Sandro Tosi +Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.3.5-7), python-setuptools +Build-Depends-Indep: python-support (>= 0.6.4) +Standards-Version: 3.9.0 +Homepage: http://pygooglechart.slowchop.com/ +Vcs-Svn: svn://svn.debian.org/python-modules/packages/pygooglechart/trunk/ +Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pygooglechart/trunk/ +XS-Python-Version: all + +Package: python-pygooglechart +Architecture: all +Depends: ${python:Depends}, ${misc:Depends} +XB-Python-Version: ${python:Versions} +Description: complete wrapper for the Google Chart API + Google Chart API is an extremely simple tool that lets you easily create a + chart from some data. You embed the data and formatting parameters in an HTTP + request, and Google returns a PNG image of the chart. + . + This package contains a Python wrapper for those API. + . + For a complete API documentation please refer to Google page: + http://code.google.com/apis/chart/ . --- pygooglechart-0.3.0.orig/debian/source/format +++ pygooglechart-0.3.0/debian/source/format @@ -0,0 +1 @@ +1.0