[Python-modules-commits] r1902 - in /packages/fpconst/trunk/debian: ./ README.Debian changelog compat control copyright pycompat pyversions rules watch

bzed-guest at users.alioth.debian.org bzed-guest at users.alioth.debian.org
Sat Mar 24 00:56:44 CET 2007


Author: bzed-guest
Date: Fri Mar 23 23:56:43 2007
New Revision: 1902

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1902
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    packages/fpconst/trunk/debian/
    packages/fpconst/trunk/debian/README.Debian
    packages/fpconst/trunk/debian/changelog
    packages/fpconst/trunk/debian/compat
    packages/fpconst/trunk/debian/control
    packages/fpconst/trunk/debian/copyright
    packages/fpconst/trunk/debian/pycompat
    packages/fpconst/trunk/debian/pyversions
    packages/fpconst/trunk/debian/rules   (with props)
    packages/fpconst/trunk/debian/watch

Added: packages/fpconst/trunk/debian/README.Debian
URL: http://svn.debian.org/wsvn/python-modules/packages/fpconst/trunk/debian/README.Debian?rev=1902&op=file
==============================================================================
--- packages/fpconst/trunk/debian/README.Debian (added)
+++ packages/fpconst/trunk/debian/README.Debian Fri Mar 23 23:56:43 2007
@@ -1,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 <bernd at bzed.de>  Sat, 24 Mar 2007 00:14:22 +0100

Added: packages/fpconst/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/fpconst/trunk/debian/changelog?rev=1902&op=file
==============================================================================
--- packages/fpconst/trunk/debian/changelog (added)
+++ packages/fpconst/trunk/debian/changelog Fri Mar 23 23:56:43 2007
@@ -1,0 +1,6 @@
+fpconst (0.7.2-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #415844) 
+
+ -- Bernd Zeimetz <bernd at bzed.de>  Sat, 24 Mar 2007 00:14:22 +0100
+

Added: packages/fpconst/trunk/debian/compat
URL: http://svn.debian.org/wsvn/python-modules/packages/fpconst/trunk/debian/compat?rev=1902&op=file
==============================================================================
--- packages/fpconst/trunk/debian/compat (added)
+++ packages/fpconst/trunk/debian/compat Fri Mar 23 23:56:43 2007
@@ -1,0 +1,1 @@
+5

Added: packages/fpconst/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/fpconst/trunk/debian/control?rev=1902&op=file
==============================================================================
--- packages/fpconst/trunk/debian/control (added)
+++ packages/fpconst/trunk/debian/control Fri Mar 23 23:56:43 2007
@@ -1,0 +1,18 @@
+Source: fpconst
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Bernd Zeimetz <bernd at bzed.de>
+Build-Depends: debhelper (>= 5), cdbs (>= 0.4.43), python, python-support (>= 0.4)
+Standards-Version: 3.7.2
+
+Package: python-fpconst
+Architecture: any
+Depends: ${python:Depends}, ${misc:Depends}
+Provides: ${python:Provides}
+Conflicts: python2.4-soappy (<< 0.11.3-1.5), python2.3-soappy (<< 0.11.3-1.5), python-soappy (<< 0.12.0~rc1-1)
+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.

Added: packages/fpconst/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/fpconst/trunk/debian/copyright?rev=1902&op=file
==============================================================================
--- packages/fpconst/trunk/debian/copyright (added)
+++ packages/fpconst/trunk/debian/copyright Fri Mar 23 23:56:43 2007
@@ -1,0 +1,28 @@
+This package was debianized by Bernd Zeimetz <bernd at bzed.de> 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 <Gregory.R.Warnes at Pfizer.com>
+
+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.
+
+
+The Debian packaging is (C) 2007, Bernd Zeimetz <bernd at bzed.de> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+

Added: packages/fpconst/trunk/debian/pycompat
URL: http://svn.debian.org/wsvn/python-modules/packages/fpconst/trunk/debian/pycompat?rev=1902&op=file
==============================================================================
--- packages/fpconst/trunk/debian/pycompat (added)
+++ packages/fpconst/trunk/debian/pycompat Fri Mar 23 23:56:43 2007
@@ -1,0 +1,1 @@
+2

Added: packages/fpconst/trunk/debian/pyversions
URL: http://svn.debian.org/wsvn/python-modules/packages/fpconst/trunk/debian/pyversions?rev=1902&op=file
==============================================================================
--- packages/fpconst/trunk/debian/pyversions (added)
+++ packages/fpconst/trunk/debian/pyversions Fri Mar 23 23:56:43 2007
@@ -1,0 +1,1 @@
+2.3-

Added: packages/fpconst/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/fpconst/trunk/debian/rules?rev=1902&op=file
==============================================================================
--- packages/fpconst/trunk/debian/rules (added)
+++ packages/fpconst/trunk/debian/rules Fri Mar 23 23:56:43 2007
@@ -1,0 +1,5 @@
+#!/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

Propchange: packages/fpconst/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/fpconst/trunk/debian/watch
URL: http://svn.debian.org/wsvn/python-modules/packages/fpconst/trunk/debian/watch?rev=1902&op=file
==============================================================================
--- packages/fpconst/trunk/debian/watch (added)
+++ packages/fpconst/trunk/debian/watch Fri Mar 23 23:56:43 2007
@@ -1,0 +1,9 @@
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more.
+# See uscan(1) for format
+
+# Compulsory line, this is a version 3 file
+version=3
+
+http://cheeseshop.python.org/pypi/fpconst/0.7.2 http://cheeseshop.python.org/packages/source/f/fpconst/fpconst-(.*)\.tar\.gz#md5=.*




More information about the Python-modules-commits mailing list