--- fpconst-0.7.2.orig/debian/changelog +++ fpconst-0.7.2/debian/changelog @@ -0,0 +1,57 @@ +fpconst (0.7.2-5) unstable; urgency=low + + [ Bernd Zeimetz ] + * debian/control: + - Adding Homepage: field + - Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) + - Updating my email address. + + [ Sandro Tosi ] + * debian/watch + - updated to new pypi simplier URL + * debian/control + - added op=log to Vcs-Browser + * debian/control + - switch Vcs-Browser field to viewsvn + + [ Jakub Wilk ] + * debian/copyright: + - Stop including the complete text of the Apache 2.0 license. + + [ Stefano Zacchiroli ] + * debian/control + - remove myself from Uploaders + - update Vcs-Browser to point to anonscm.debian.org + + -- Stefano Zacchiroli Fri, 03 Feb 2012 14:54:49 +0100 + +fpconst (0.7.2-4) unstable; urgency=low + + * debian/watch: + - fixing watch file to reflect the new URL in Python's cheeseshop + + -- Bernd Zeimetz Wed, 01 Aug 2007 23:54:04 +0200 + +fpconst (0.7.2-3) unstable; urgency=low + + * debian/control + - avoid debian version in Conflicts with older python-soappy (make + backporter life easier) + - added myself as an uploader + + -- Stefano Zacchiroli Thu, 26 Apr 2007 12:13:59 +0200 + +fpconst (0.7.2-2) unstable; urgency=low + + * debian/control + - Changing wrong Architecture: any to all + * Uploading to unstable + + -- Bernd Zeimetz Sun, 1 Apr 2007 19:30:51 +0200 + +fpconst (0.7.2-1) experimental; urgency=low + + * Initial release (Closes: #415844) + + -- Bernd Zeimetz Sat, 24 Mar 2007 00:14:22 +0100 + --- fpconst-0.7.2.orig/debian/compat +++ fpconst-0.7.2/debian/compat @@ -0,0 +1 @@ +5 --- fpconst-0.7.2.orig/debian/README.Debian +++ fpconst-0.7.2/debian/README.Debian @@ -0,0 +1,7 @@ +fpconst for Debian +------------------ + +This module was packaged within python-soappy before, therefore +it conflicts with python-soappy (<< 0.12.0~rc1-1). + + -- Bernd Zeimetz Sat, 24 Mar 2007 00:14:22 +0100 --- fpconst-0.7.2.orig/debian/rules +++ fpconst-0.7.2/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f +DEB_PYTHON_SYSTEM=pysupport +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk --- fpconst-0.7.2.orig/debian/copyright +++ fpconst-0.7.2/debian/copyright @@ -0,0 +1,31 @@ +This package was debianized by Bernd Zeimetz on +Sat, 24 Mar 2007 00:14:22 +0100. + +It was downloaded from http://cheeseshop.python.org/pypi/fpconst/0.7.2 + +Upstream Author: Gregory R. Warnes + +Copyright: (c) 2003-2005 Pfizer, Licensed to PSF under a Contributor Agreement + +License: + + 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 + + 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. + +On Debian systems the complete text of the Apache 2.0 license can be found in +the /usr/share/common-licenses/Apache-2.0 file. + + +The Debian packaging is (C) 2007, Bernd Zeimetz and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. + --- fpconst-0.7.2.orig/debian/watch +++ fpconst-0.7.2/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://pypi.python.org/packages/source/f/fpconst/fpconst-(.*)\.tar\.gz --- fpconst-0.7.2.orig/debian/control +++ fpconst-0.7.2/debian/control @@ -0,0 +1,20 @@ +Source: fpconst +Section: python +Priority: optional +Maintainer: Debian Python Modules Team +Uploaders: Bernd Zeimetz +Build-Depends: debhelper (>= 5), cdbs (>= 0.4.43), python, python-support (>= 0.4) +Vcs-Svn: svn://svn.debian.org/python-modules/packages/fpconst/trunk/ +Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/fpconst/trunk/ +Homepage: http://pypi.python.org/pypi/fpconst +Standards-Version: 3.7.2 + +Package: python-fpconst +Architecture: all +Depends: ${python:Depends}, ${misc:Depends} +Conflicts: python2.4-soappy (<< 0.11.3-1.5), python2.3-soappy (<< 0.11.3-1.5), python-soappy (<< 0.12.0~rc1) +Description: Utilities for handling IEEE 754 floating point special values + This python module implements constants and functions for working with + IEEE754 double-precision special values. It provides constants for + Not-a-Number (NaN), Positive Infinity (PosInf), and Negative Infinity + (NegInf), as well as functions to test for these values. --- fpconst-0.7.2.orig/debian/source/format +++ fpconst-0.7.2/debian/source/format @@ -0,0 +1 @@ +1.0