debian/0000755000000000000000000000000011677466572007213 5ustar debian/changelog0000644000000000000000000000300011677466572011056 0ustar graphy (1.0+dfsg-3build1) precise; urgency=low * Rebuild to drop python2.6 dependencies. -- Matthias Klose Sat, 31 Dec 2011 02:03:38 +0000 graphy (1.0+dfsg-3) unstable; urgency=low * Python transition: - Add support for python2.7. - Drop support for python2.5. * Bump Standards-Version to 3.9.2. No changes were required. * Update copyright file in order to apply correctly Apache 2.0 license. * Remove unnecessary Breaks on ${python:Breaks}. -- Miguel Landaeta Tue, 19 Apr 2011 19:03:43 -0430 graphy (1.0+dfsg-2) unstable; urgency=low * Bumped Standards-Version to 3.9.1. No changes were needed. * Fixed some binary-control-field-duplicates-source lintian warnings. * Update watch file. * Remove hardcoded /usr/lib/python2.5/ paths. (Closes: #614496). * Remove unneeded Provides: ${python:Provides}. * Replace dh_pysupport with dh_python2. * Fix version for Build-Depends on debhelper. * Update minimal version for Build-Depends on python-all to (>= 2.6.6-3~). * Enable unit tests. * Switched source package format to 3.0 (quilt). * Remove deprecated XS-Python-Version and XB-Python-Version fields. * Modify copyright file to make it DEP5 compliant and update dates. * Add get-orig-source target for convenience. -- Miguel Landaeta Sun, 06 Mar 2011 22:46:53 +0200 graphy (1.0+dfsg-1) unstable; urgency=low * Initial release. (Closes: #563849). -- Miguel Landaeta Tue, 05 Jan 2010 19:11:14 -0430 debian/orig-tar.excludes0000644000000000000000000000001311533462256012451 0ustar .svn *.pyc debian/rules0000755000000000000000000000142011534757454010262 0ustar #!/usr/bin/make -f %: dh $@ --with python2 override_dh_install: set -e; for python in $(shell pyversions -r); do \ case $$python in \ python2.4|python2.5) \ dh_install graphy usr/lib/$$python/site-packages ;; \ python2.6|python2.7) \ dh_install graphy usr/lib/$$python/dist-packages ;; \ *) \ echo "$$python is not supported" ; exit 1 ;; \ esac \ done override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) for python in $(shell pyversions -r); do \ PYTHONPATH=. $$python graphy/all_tests.py ; \ done endif override_dh_auto_clean: dh_auto_clean find graphy -type f -name '*.pyc' -delete get-orig-source: cd $(dir $(firstword $(MAKEFILE_LIST)))../ && \ uscan --rename --force-download --watchfile debian/watch --destdir $(CURDIR) debian/orig-tar.sh0000755000000000000000000000047111533763703011263 0ustar #!/bin/sh -e # called by uscan with '--upstream-version' DIR=graphy-$2 TAR=graphy_$2.orig.tar.gz # Repack upstream source to tar.gz and clean it tar jxf $3 mv graphy_$2 $DIR GZIP=--best tar -cz --owner root --group root --mode a+rX \ -f $TAR -X debian/orig-tar.excludes $DIR rm -rf $DIR $3 debian/control0000644000000000000000000000143611553414201010571 0ustar Source: graphy Maintainer: Debian Python Modules Team Uploaders: Miguel Landaeta Section: python Priority: optional Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.6-3~) Standards-Version: 3.9.2 X-Python-Version: >= 2.4 Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/graphy/trunk Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/graphy/trunk/ Homepage: http://graphy.googlecode.com/ Package: python-graphy Architecture: all Depends: ${python:Depends}, ${misc:Depends} Description: chart generation library for Python Graphy is a simple Python library for generating charts. It tries to get out of the way and let you just work with your data. It produces charts using the Google Chart API. debian/copyright0000644000000000000000000000236711553144567011144 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=174 Upstream-Name: Graphy Upstream-Contact: Mark Ivey Source: http://code.google.com/p/graphy/ Comment: The upstream tarball has been modified as follows, to comply with DFSG: * All .svn directories has been removed since they are useless during the build of a package. * All .pyc files has been removed to comply with DFSG. Those files must be regenerated when the package is installed. Files: * Copyright: © 2008, Google Inc. License: Apache-2.0 Files: debian/* Copyright: © 2010-2011, Miguel Landaeta License: Apache-2.0 License: Apache-2.0 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 /usr/share/common-licenses/Apache-2.0 (on Debian systems) . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. debian/source/0000755000000000000000000000000011553415745010500 5ustar debian/source/format0000644000000000000000000000001411530620013011663 0ustar 3.0 (quilt) debian/python-graphy.examples0000644000000000000000000000001311533462256013540 0ustar examples/* debian/watch0000644000000000000000000000026211533462256010226 0ustar version=3 opts=dversionmangle=s/\+dfsg$// \ http://code.google.com/p/graphy/downloads/list \ http://graphy.googlecode.com/files/graphy_(.+)\.tar\.bz2 \ debian debian/orig-tar.sh debian/compat0000644000000000000000000000000211321372250010360 0ustar 7 debian/python-graphy.docs0000644000000000000000000000000711534245732012654 0ustar README