[Python-modules-commits] r13046 - in packages/python-biggles/trunk (12 files)

deepak-guest at users.alioth.debian.org deepak-guest at users.alioth.debian.org
Fri May 21 08:20:39 UTC 2010


    Date: Friday, May 21, 2010 @ 08:20:32
  Author: deepak-guest
Revision: 13046

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/python-biggles/trunk/debian/
  packages/python-biggles/trunk/debian/README.Debian
  packages/python-biggles/trunk/debian/changelog
  packages/python-biggles/trunk/debian/compat
  packages/python-biggles/trunk/debian/control
  packages/python-biggles/trunk/debian/copyright
  packages/python-biggles/trunk/debian/docs
  packages/python-biggles/trunk/debian/pycompat
  packages/python-biggles/trunk/debian/rules
  packages/python-biggles/trunk/debian/source/
  packages/python-biggles/trunk/debian/source/format
  packages/python-biggles/trunk/debian/watch


Property changes on: packages/python-biggles/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/python-biggles/trunk/debian/README.Debian
===================================================================
--- packages/python-biggles/trunk/debian/README.Debian	                        (rev 0)
+++ packages/python-biggles/trunk/debian/README.Debian	2010-05-21 08:20:32 UTC (rev 13046)
@@ -0,0 +1,8 @@
+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 <peter at hawkins.emu.id.au>, Tue,  6 Aug 2002 17:07:36 +1000

Added: packages/python-biggles/trunk/debian/changelog
===================================================================
--- packages/python-biggles/trunk/debian/changelog	                        (rev 0)
+++ packages/python-biggles/trunk/debian/changelog	2010-05-21 08:20:32 UTC (rev 13046)
@@ -0,0 +1,130 @@
+python-biggles (1.6.6-1) UNRELEASED; 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.
+   
+  * Switch to dpkg-source 3.0 (quilt) format.
+     + added debian/source/format.
+
+ -- Deepak Tripathi <apenguinlinux at gmail.com>  Fri, 21 May 2010 10:30:26 -0400
+
+python-biggles (1.6.4-5) unstable; urgency=low
+
+  * QA upload.
+    + Set maintainer to Debian QA Group <packages at qa.debian.org>.
+  * 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 <bdefreese at debian.org>  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 <ecrespo at debianvenezuela.org>  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 <vela at debian.org>  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 <abi at debian.org>  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 <madcoder at debian.org>  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 <vela at debian.org>  Sat, 28 Jan 2006 20:57:29 +0100
+
+python-biggles (1.6.4-1) unstable; urgency=low
+
+  * New upstream release.
+  * Acknowledged NMU.
+
+ -- Peter Hawkins <peterh at debian.org>  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 <joss at debian.org>  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 <peterh at debian.org>  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 <peterh at debian.org>  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 <peterh at debian.org>  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 <peterh at debian.org>  Sun, 22 Sep 2002 16:58:12 +1000
+
+python-biggles (1.6.3-1) unstable; urgency=low
+
+  * Initial Release (closes: #113379)
+
+ -- Peter Hawkins <peterh at debian.org>  Tue,  6 Aug 2002 15:33:26 +1000
+

Added: packages/python-biggles/trunk/debian/compat
===================================================================
--- packages/python-biggles/trunk/debian/compat	                        (rev 0)
+++ packages/python-biggles/trunk/debian/compat	2010-05-21 08:20:32 UTC (rev 13046)
@@ -0,0 +1 @@
+5

Added: packages/python-biggles/trunk/debian/control
===================================================================
--- packages/python-biggles/trunk/debian/control	                        (rev 0)
+++ packages/python-biggles/trunk/debian/control	2010-05-21 08:20:32 UTC (rev 13046)
@@ -0,0 +1,24 @@
+Source: python-biggles
+Section: python
+Priority: optional
+Maintainer: Deepak Tripathi <apenguinlinux at gmail.com>
+DM-Upload-Allowed: yes
+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://svn.debian.org/python-modules/packages/python-biggles/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-biggles/trunk/
+
+
+Package: python-biggles
+Architecture: any
+Depends: ${python:Depends}, ${shlibs:Depends}, python-numpy, ${misc:Depends}
+Provides: ${python:Provides}
+Replaces: python2.3-biggles (<< 1.6.4-1.2), python2.4-biggles (<< 1.6.4-1.2)
+Conflicts: python2.3-biggles (<< 1.6.4-1.2), python2.4-biggles (<< 1.6.4-1.2)
+XB-Python-Version: ${python:Versions}
+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.

Added: packages/python-biggles/trunk/debian/copyright
===================================================================
--- packages/python-biggles/trunk/debian/copyright	                        (rev 0)
+++ packages/python-biggles/trunk/debian/copyright	2010-05-21 08:20:32 UTC (rev 13046)
@@ -0,0 +1,32 @@
+This package was debianized by Peter Hawkins <peter at hawkins.emu.id.au> on
+Tue,  6 Aug 2002 15:33:26 +1000.
+
+It was downloaded from http://biggles.sourceforge.net/
+
+Upstream Author: Mike Nolta <mrnolta at users.sourceforge.net>
+
+It is currently maintained by
+Deepak Tripathi <apenguinlinux at gmail.com>
+
+
+Copyright:
+	Copyright (C) 2000-2001 Mike Nolta <mrnolta at users.sourceforge.net>
+	Copyright (C) 2001 Jamie Mazer <mazer at socrates.berkeley.edu>
+
+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 <apenguinlinux at gmail.com>,
+  and is licensed under the GPL version 2 or above,
+  see `/usr/share/common-licenses/GPL-2'.

Added: packages/python-biggles/trunk/debian/docs
===================================================================
--- packages/python-biggles/trunk/debian/docs	                        (rev 0)
+++ packages/python-biggles/trunk/debian/docs	2010-05-21 08:20:32 UTC (rev 13046)
@@ -0,0 +1 @@
+README

Added: packages/python-biggles/trunk/debian/pycompat
===================================================================
--- packages/python-biggles/trunk/debian/pycompat	                        (rev 0)
+++ packages/python-biggles/trunk/debian/pycompat	2010-05-21 08:20:32 UTC (rev 13046)
@@ -0,0 +1 @@
+2

Added: packages/python-biggles/trunk/debian/rules
===================================================================
--- packages/python-biggles/trunk/debian/rules	                        (rev 0)
+++ packages/python-biggles/trunk/debian/rules	2010-05-21 08:20:32 UTC (rev 13046)
@@ -0,0 +1,82 @@
+#!/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-biggles --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_python -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


Property changes on: packages/python-biggles/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/python-biggles/trunk/debian/source/format
===================================================================
--- packages/python-biggles/trunk/debian/source/format	                        (rev 0)
+++ packages/python-biggles/trunk/debian/source/format	2010-05-21 08:20:32 UTC (rev 13046)
@@ -0,0 +1 @@
+1.0

Added: packages/python-biggles/trunk/debian/watch
===================================================================
--- packages/python-biggles/trunk/debian/watch	                        (rev 0)
+++ packages/python-biggles/trunk/debian/watch	2010-05-21 08:20:32 UTC (rev 13046)
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/biggles/python2-biggles-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list