debian/0000755000000000000000000000000012170366472007176 5ustar debian/compat0000644000000000000000000000000211375441120010362 0ustar 5 debian/rules0000755000000000000000000000335611636614616010267 0ustar #!/usr/bin/make -f # Sample debian/rules that uses debhelper. # GNU copyright 1997 by Joey Hess. # # This version is for a hypothetical package that builds an # architecture-dependant package, as well as an architecture-independent # package. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 PYVERS := $(shell pyversions -r) include /usr/share/python/python.mk ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS))) CFLAGS += -g endif ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) INSTALL_PROGRAM += -s endif build: build-stamp build-stamp: dh_testdir set -e; \ for py in $(PYVERS); do \ $$py setup.py build; done touch build-stamp clean: dh_testdir dh_testroot rm -f build-arch-stamp build-indep-stamp configure-stamp -for py in $(PYVERS); do \ $$py setup.py clean --all; done # Add here commands to clean up after the build process. #--build-lib build2.3 -rm -fr build dh_clean install: DH_OPTIONS= install: build dh_testdir dh_testroot dh_clean -k dh_installdirs # Add here commands to install the package into debian/python-biggles. set -e; \ for py in $(PYVERS); do \ $$py setup.py install --root=debian/python-pybiggles --no-compile $(py_setup_install_args); \ done # Build architecture-dependent files here. binary-arch: build install dh_testdir -a dh_testroot -a dh_installdocs -a -A dh_installexamples -A -a examples/* dh_installchangelogs -a ChangeLog dh_strip -a dh_link -a dh_compress -a dh_fixperms -a dh_pysupport -a dh_installdeb -a dh_shlibdeps -a dh_gencontrol -a dh_md5sums -a dh_builddeb -a # Build architecture-independent files here. binary-indep: build install # nothing to do binary: binary-arch binary-indep .PHONY: clean binary binary-arch binary-indep install build debian/docs0000644000000000000000000000000711375441120010034 0ustar README debian/control0000644000000000000000000000205012170366223010570 0ustar Source: python-biggles Section: python Priority: optional Maintainer: Deepak Tripathi Uploaders: Debian Python Modules Team Build-Depends: debhelper (>= 5.0.37.2), python-all-dev (>= 2.3.5-11), python-support (>= 0.3), python-numpy, libplot-dev (>= 2.4.1-8) Standards-Version: 3.8.4 Homepage: http://biggles.sourceforge.net/ Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-biggles/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-biggles/trunk/ Package: python-pybiggles Architecture: any Depends: ${python:Depends}, ${shlibs:Depends}, python-numpy, ${misc:Depends} Provides: ${python:Provides} Description: Scientific plotting package for Python Biggles is a Python module for creating publication-quality 2D scientific plots. It supports multiple output formats (postscript, x11, png, svg, gif), understands simple TeX, and sports a high-level, elegant interface. It's intended for technical users with sophisticated plotting needs. debian/changelog0000644000000000000000000001146612170366332011053 0ustar python-biggles (1.6.6-2) unstable; urgency=low * Team upload. [ Luca Falavigna ] * Remove obsolete XB-Python-Version field. * Remove obsolete pycompat file. [ Jakub Wilk ] * Don't run dh_python, which is obsolete (Closes: #715304). * Use canonical URIs for Vcs-* fields. * Remove DM-Upload-Allowed; it's no longer used by the archive software. * Drop obsolete Conflicts/Replaces with python2.3-biggles and python2.4-biggles. -- Luca Falavigna Sun, 14 Jul 2013 02:10:22 +0200 python-biggles (1.6.6-1) unstable; urgency=low * New maintainer. (Closes: #553074) * New upstream release. * debian/control + added DMUA field. + keeping under python module group. + bumped standard version to 3.8.4 (no changes) * debian/copyright + updated copyright information. + added Debian's copyright information. * debian/rules + package installation path from biggles to pybiggles. * Switch to dpkg-source 3.0 (quilt) format. + added debian/source/format. -- Deepak Tripathi Wed, 02 Jun 2010 11:20:47 +0530 python-biggles (1.6.4-5) unstable; urgency=low * QA upload. + Set maintainer to Debian QA Group . * Replace python-numeric dep and b-d with python-numpy. (Closes: #478456). + Replace Numeric.* calls with numpy.*. * Remove suggests on python-numeric-ext. * Add appropriate copyright holders to debian/copyright. * Version path to license to GPL-2. * Include python.mk in rules and add $(py_setup_install_args). * Bump Standards Version to 3.8.3. -- Barry deFreese Wed, 28 Oct 2009 23:47:32 -0400 python-biggles (1.6.4-4) unstable; urgency=low * New maintainer (closes: #379684). -- Ernesto Nadir Crespo Avila Sun, 4 Feb 2007 00:42:46 -0400 python-biggles (1.6.4-3) unstable; urgency=low * QA upload. * Remove `dummy package' from long description. Closes: #381829. * debian/README.Debian: Update for unversioned package names. * debian/copyright: Remove leftover reference to python-adns. * debian/watch: Add. -- Matej Vela Mon, 14 Aug 2006 09:13:31 +0200 python-biggles (1.6.4-2) unstable; urgency=low * QA Upload (Ack NMU's; Closes: #348514,#326234,#331003,#373514) * Set Maintainer to QA Group; Orphaned: #379684 * Remove [dummy package] from short description (Closes: #381829) * Remove unnecessary dh calls in binary-indep. -- Michael Ablassmeier Wed, 9 Aug 2006 07:28:27 +0200 python-biggles (1.6.4-1.2) unstable; urgency=low * Non-maintainer upload. * Update package to the last python policy (Closes: #373514). * Fix old FSF address. -- Pierre Habouzit Sat, 1 Jul 2006 13:46:57 +0200 python-biggles (1.6.4-1.1) unstable; urgency=medium * Non-maintainer upload. * Drop the Python 2.2 package, and add a Python 2.4 one. Thanks to Andreas Jochens for the patch. Closes: #326234. * Rebuild for C++ transition. Closes: #331003, #348514. -- Matej Vela Sat, 28 Jan 2006 20:57:29 +0100 python-biggles (1.6.4-1) unstable; urgency=low * New upstream release. * Acknowledged NMU. -- Peter Hawkins Sat, 10 Jul 2004 11:51:29 +1000 python-biggles (1.6.3-5.1) unstable; urgency=low * NMU * Standards-version is 3.6.1. * Use dh_python. * Rebuild with python 2.3 by default. * Remove postinst/postrm stuff, it is now autogenerated. * Section is python. * debian/rules: separated binary-arch and binary-indep. -- Josselin Mouette Thu, 28 Aug 2003 12:51:37 +0200 python-biggles (1.6.3-5) unstable; urgency=medium * Changed section from graphics to interpreters. * Rebuild to s/libplot/libplot2/ in the dependencies. * Updated standards version to 3.5.8. -- Peter Hawkins Fri, 8 Nov 2002 23:13:41 +1100 python-biggles (1.6.3-4) unstable; urgency=low * Rebuild to fix problem with python 2.2 version. * Made lintian clean (now lintian works again, yay!) -- Peter Hawkins Fri, 8 Nov 2002 15:32:41 +1100 python-biggles (1.6.3-3) unstable; urgency=low * Dropped support for python 2.1. * Added support for python 2.3. * Updated standards version to 3.5.7. * Added dummy python-biggle package. -- Peter Hawkins Sat, 12 Oct 2002 19:14:08 +1000 python-biggles (1.6.3-2) unstable; urgency=low * Updated build dependencies to force the usage of a non-broken libplot-dev version. (closes: #159596) * Added postinst/postrm scripts to compile/remove .py[co] files. -- Peter Hawkins Sun, 22 Sep 2002 16:58:12 +1000 python-biggles (1.6.3-1) unstable; urgency=low * Initial Release (closes: #113379) -- Peter Hawkins Tue, 6 Aug 2002 15:33:26 +1000 debian/README.Debian0000644000000000000000000000041111375441120011221 0ustar python-biggles for Debian ------------------------- See the README file for information about this package. If you wish to run example2.py, you will have to install python-numeric-ext. -- Peter Hawkins , Tue, 6 Aug 2002 17:07:36 +1000 debian/copyright0000644000000000000000000000224711375470636011142 0ustar This package was debianized by Peter Hawkins on Tue, 6 Aug 2002 15:33:26 +1000. It was downloaded from http://biggles.sourceforge.net/ Upstream Author: Mike Nolta It is currently maintained by Deepak Tripathi Copyright: Copyright (C) 2000-2010 Mike Nolta Copyright (C) 2001 Jamie Mazer 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 2, or (at your option) any later version. You should have received a copy of the GNU General Public License with your Debian GNU/Linux system, in /usr/share/common-licenses/GPL-2, or with the Debian GNU/Linux python-biggles source package as the file COPYING. If not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. -- The Debian packaging is: Copyright (C) 2010 Deepak Tripathi , and is licensed under the GPL version 2 or above, see `/usr/share/common-licenses/GPL-2'. debian/source/0000755000000000000000000000000012170366472010476 5ustar debian/source/format0000644000000000000000000000001411375465717011714 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000007611375441120010220 0ustar version=3 http://sf.net/biggles/python2-biggles-(.*)\.tar\.gz