From 3bb6046cb7474b044408137c9e507fbb4102c8b9 Mon Sep 17 00:00:00 2001 From: Ulises Vitulli Date: Sat, 28 Apr 2018 17:31:05 +0200 Subject: [PATCH] Import python-pygal_2.4.0-2.debian.tar.xz [dgit import tarball python-pygal 2.4.0-2 python-pygal_2.4.0-2.debian.tar.xz] --- changelog | 43 ++++++++++++++++++++++++++++++++++ compat | 1 + control | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++ copyright | 40 +++++++++++++++++++++++++++++++ docs | 1 + rules | 18 ++++++++++++++ source/format | 1 + watch | 3 +++ 8 files changed, 172 insertions(+) create mode 100644 changelog create mode 100644 compat create mode 100644 control create mode 100644 copyright create mode 100644 docs create mode 100755 rules create mode 100644 source/format create mode 100644 watch diff --git a/changelog b/changelog new file mode 100644 index 0000000..195691b --- /dev/null +++ b/changelog @@ -0,0 +1,43 @@ +python-pygal (2.4.0-2) unstable; urgency=medium + + * Fix pygal fails to import (Closes: #896256). + * Bump up Standards-Version. + + -- Ulises Vitulli Sat, 28 Apr 2018 12:31:05 -0300 + +python-pygal (2.4.0-1) unstable; urgency=medium + + [ Gianfranco Costamagna ] + * New upstream release (Closes: #874333). + * Use pybuild format and add python3 package (Closes: #874332). + * Added test dependencies. + * Enable testsuite. + * Update copyright years. + + [ Ulises Vitulli ] + * Bump up Standards-Version. + * ACK and import GianfrancoCostamagna NMU. Thanks! + + -- Ulises Vitulli Fri, 15 Sep 2017 20:03:42 -0300 + +python-pygal (2.0.12-2) unstable; urgency=medium + + * Add CairoSVG dependency to enhance file rendering (Closes: #808811). + * Remove deprecated debian/README.source since non-DFSG components have been + removed from upstream. + * Updated watchfile to use pypi.debian.net redirector service. + * Removed unused gbp configuration. + + -- Ulises Vitulli Thu, 31 Dec 2015 10:57:35 -0300 + +python-pygal (2.0.12-1) unstable; urgency=medium + + * New upstream release (Closes: #808810), thanks DanieleForsi. + + -- Ulises Vitulli Thu, 31 Dec 2015 10:29:53 -0300 + +python-pygal (1.7.0-0-g41186be+1) unstable; urgency=medium + + * Initial release (Closes: #741653). + + -- Ulises Vitulli Fri, 20 Feb 2015 05:53:50 -0300 diff --git a/compat b/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/compat @@ -0,0 +1 @@ +9 diff --git a/control b/control new file mode 100644 index 0000000..90c84f9 --- /dev/null +++ b/control @@ -0,0 +1,65 @@ +Source: python-pygal +Section: python +Priority: optional +Maintainer: Ulises Vitulli +Uploaders: Agustin Henze +Build-Depends: debhelper (>= 9) +Build-Depends-Indep: + dh-python, + python-all, + python-cairosvg, + python-flask, + python-pyquery, + python-pytest, + python-pytest-runner, + python-setuptools, + python3-all, + python3-cairosvg, + python3-flask, + python3-pyquery, + python3-pytest, + python3-pytest-runner, + python3-setuptools, +Standards-Version: 4.1.4.1 +X-Python-Version: >= 2.7 +Homepage: http://pygal.org/ + +Package: python-pygal +Architecture: all +Depends: ${python:Depends}, ${misc:Depends}, python-pkg-resources +Description: Python svg graph plotting library + dynamic easy to use SVG charting library, featuring graph types: + * Bar charts + * Line charts + * XY charts + * Pie charts + * Radar charts + * Box plot + * Dot charts + * Pyramid charts + * Funnel charts + * Gauge charts + * Worldmap charts + * Country charts + . + This is the Python 2 version of the package. + +Package: python3-pygal +Architecture: all +Depends: ${python3:Depends}, ${misc:Depends}, python3-pkg-resources +Description: Python3 svg graph plotting library + dynamic easy to use SVG charting library, featuring graph types: + * Bar charts + * Line charts + * XY charts + * Pie charts + * Radar charts + * Box plot + * Dot charts + * Pyramid charts + * Funnel charts + * Gauge charts + * Worldmap charts + * Country charts + . + This is the Python 3 version of the package. diff --git a/copyright b/copyright new file mode 100644 index 0000000..0b8e491 --- /dev/null +++ b/copyright @@ -0,0 +1,40 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: pygal +Source: https://github.com/Kozea/pygal + +Files: * +Copyright: (C) 2012-2016 Kozea florian.mounier@kozea.fr +License: LGPL-3.0 + 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 . + + +Files: debian/* +Copyright: (C) 2015 Ulises Vitulli +License: GPL-3 + 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 3 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 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 General + Public License can be found in `/usr/share/common-licenses/GPL-3'. diff --git a/docs b/docs new file mode 100644 index 0000000..e845566 --- /dev/null +++ b/docs @@ -0,0 +1 @@ +README diff --git a/rules b/rules new file mode 100755 index 0000000..62866fa --- /dev/null +++ b/rules @@ -0,0 +1,18 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 +export PYBUILD_NAME=pygal + +%: + dh $@ --with python2,python3 --buildsystem=pybuild + +override_dh_auto_install: + dh_auto_install + rm -rf debian/python-pygal/demo + rm -rf debian/python-pygal/usr/bin + rm -rf debian/python3-pygal/demo + rm -rf debian/python3-pygal/usr/bin + +override_dh_installexamples: + dh_installexamples pygal_gen.py diff --git a/source/format b/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/watch b/watch new file mode 100644 index 0000000..ac441cc --- /dev/null +++ b/watch @@ -0,0 +1,3 @@ +version=3 + +http://pypi.debian.net/pygal/pygal-(.*).tar.gz