[Python-modules-commits] r27168 - in packages/numpy/trunk/debian (5 files)

jtaylor-guest at users.alioth.debian.org jtaylor-guest at users.alioth.debian.org
Sat Jan 11 18:32:03 UTC 2014


    Date: Saturday, January 11, 2014 @ 18:32:02
  Author: jtaylor-guest
Revision: 27168

wrap-and-sort debian/

Modified:
  packages/numpy/trunk/debian/control
  packages/numpy/trunk/debian/copyright
  packages/numpy/trunk/debian/python-numpy-doc.install
  packages/numpy/trunk/debian/python-numpy.install
  packages/numpy/trunk/debian/python3-numpy.install

Modified: packages/numpy/trunk/debian/control
===================================================================
--- packages/numpy/trunk/debian/control	2014-01-11 18:31:59 UTC (rev 27167)
+++ packages/numpy/trunk/debian/control	2014-01-11 18:32:02 UTC (rev 27168)
@@ -3,7 +3,24 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Sandro Tosi <morph at debian.org>
-Build-Depends: python-all-dev, python-all-dbg, python-support (>= 1), gfortran (>= 4:4.2), libblas-dev [!arm !m68k], liblapack-dev [!arm !m68k], debhelper (>= 7.0.50~), patchutils, python-docutils, python-sphinx (>= 1.0.7+dfsg), python-nose, python3-all-dev, python3-all-dbg, python3-nose, python-matplotlib, python-tz, python3-tz, python-numpydoc
+Build-Depends: debhelper (>= 7.0.50~),
+               gfortran (>= 4:4.2),
+               libblas-dev [!arm !m68k],
+               liblapack-dev [!arm !m68k],
+               patchutils,
+               python-all-dbg,
+               python-all-dev,
+               python-docutils,
+               python-matplotlib,
+               python-nose,
+               python-numpydoc,
+               python-sphinx (>= 1.0.7+dfsg),
+               python-support (>= 1),
+               python-tz,
+               python3-all-dbg,
+               python3-all-dev,
+               python3-nose,
+               python3-tz
 X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.2
 Standards-Version: 3.9.4
@@ -14,9 +31,14 @@
 
 Package: python-numpy
 Architecture: any
-Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Suggests: python-numpy-doc, python-numpy-dbg, python-nose (>= 0.10.1), python-dev, gfortran, gcc (>= 4:4.6.1-5)
-Provides: ${python:Provides}, ${numpy:Provides}, python-numpy-dev, python-f2py
+Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
+Suggests: gcc (>= 4:4.6.1-5),
+          gfortran,
+          python-dev,
+          python-nose (>= 0.10.1),
+          python-numpy-dbg,
+          python-numpy-doc
+Provides: python-f2py, python-numpy-dev, ${numpy:Provides}, ${python:Provides}
 Description: Numerical Python adds a fast array facility to the Python language
  Numpy contains a powerful N-dimensional array object, sophisticated
  (broadcasting) functions, tools for integrating C/C++ and Fortran
@@ -31,7 +53,10 @@
 Priority: extra
 Section: debug
 Architecture: any
-Depends: python-numpy (= ${binary:Version}), python-dbg, ${shlibs:Depends}, ${misc:Depends}
+Depends: python-dbg,
+         python-numpy (= ${binary:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
 Breaks: python-numpy (<< 1:1.7.1-1)
 Replaces: python-numpy (<< 1:1.7.1-1)
 Description: Fast array facility to the Python language (debug extension)
@@ -48,9 +73,17 @@
 
 Package: python3-numpy
 Architecture: any
-Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Suggests: python-numpy-doc, python3-numpy-dbg, python3-nose (>= 0.10.1), python3-dev, gfortran, gcc (>= 4:4.6.1-5)
-Provides: ${python3:Provides}, ${numpy3:Provides}, python3-numpy-dev, python3-f2py
+Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
+Suggests: gcc (>= 4:4.6.1-5),
+          gfortran,
+          python-numpy-doc,
+          python3-dev,
+          python3-nose (>= 0.10.1),
+          python3-numpy-dbg
+Provides: python3-f2py,
+          python3-numpy-dev,
+          ${numpy3:Provides},
+          ${python3:Provides}
 Description: Numerical Python adds a fast array facility to the Python language
  Numpy contains a powerful N-dimensional array object, sophisticated
  (broadcasting) functions, tools for integrating C/C++ and Fortran
@@ -67,7 +100,10 @@
 Priority: extra
 Section: debug
 Architecture: any
-Depends: python3-numpy (= ${binary:Version}), python3-dbg, ${shlibs:Depends}, ${misc:Depends}
+Depends: python3-dbg,
+         python3-numpy (= ${binary:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
 Breaks: python3-numpy (<< 1:1.7.1-1)
 Replaces: python3-numpy (<< 1:1.7.1-1)
 Description: Fast array facility to the Python language (debug extension)

Modified: packages/numpy/trunk/debian/copyright
===================================================================
--- packages/numpy/trunk/debian/copyright	2014-01-11 18:31:59 UTC (rev 27167)
+++ packages/numpy/trunk/debian/copyright	2014-01-11 18:32:02 UTC (rev 27168)
@@ -69,7 +69,7 @@
     2. Redistributions in binary form must reproduce the above copyright
        notice, this list of conditions and the following disclaimer in the
        documentation and/or other materials provided with the distribution.
-  
+
     THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
     ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
     IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
@@ -154,10 +154,10 @@
 numpy/core/src/npymath/npy_math.c.src
     Some of the code is taken from msun library in FreeBSD, with the following
     notice:
-  
+
     ====================================================
     Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
-   
+
     Developed at SunPro, a Sun Microsystems, Inc. business.
     Permission to use, copy, modify, and distribute this
     software is freely granted, provided that this notice
@@ -168,10 +168,10 @@
 numpy/core/src/npymath/npy_math_complex.c.src
     Most of the code is taken from the msun library in FreeBSD (HEAD @ 30th June
     2009), under the following license:
-   
+
     Copyright (c) 2007 David Schultz <das at FreeBSD.ORG>
     All rights reserved.
-   
+
     Redistribution and use in source and binary forms, with or without
     modification, are permitted provided that the following conditions
     are met:
@@ -180,7 +180,7 @@
     2. Redistributions in binary form must reproduce the above copyright
        notice, this list of conditions and the following disclaimer in the
        documentation and/or other materials provided with the distribution.
-   
+
     THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
     ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
     IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
@@ -197,7 +197,7 @@
 numpy/core/src/npymath/npy_math_private.h
     ====================================================
     Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
-  
+
     Developed at SunPro, a Sun Microsystems, Inc. business.
     Permission to use, copy, modify, and distribute this
     software is freely granted, provided that this notice
@@ -232,7 +232,7 @@
 
 numpy/random/mtrand/distributions.c
     Copyright 2005 Robert Kern (robert.kern at gmail.com)
-  
+
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the
     "Software"), to deal in the Software without restriction, including
@@ -240,10 +240,10 @@
     distribute, sublicense, and/or sell copies of the Software, and to
     permit persons to whom the Software is furnished to do so, subject to
     the following conditions:
-   
+
     The above copyright notice and this permission notice shall be included
     in all copies or substantial portions of the Software.
-   
+
     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
     OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
     MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
@@ -253,29 +253,29 @@
     SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
     The implementations of rk_hypergeometric_hyp(), rk_hypergeometric_hrua(),
-    and rk_triangular() were adapted from Ivan Frohne's rv.py which has this 
+    and rk_triangular() were adapted from Ivan Frohne's rv.py which has this
     license:
-   
+
                Copyright 1998 by Ivan Frohne; Wasilla, Alaska, U.S.A.
                                All Rights Reserved
-  
+
     Permission to use, copy, modify and distribute this software and its
     documentation for any purpose, free of charge, is granted subject to the
     following conditions:
       The above copyright notice and this permission notice shall be included in
       all copies or substantial portions of the software.
-  
+
       THE SOFTWARE AND DOCUMENTATION IS PROVIDED WITHOUT WARRANTY OF ANY KIND,
       EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO MERCHANTABILITY, FITNESS
       FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE AUTHOR
       OR COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM OR DAMAGES IN A CONTRACT
       ACTION, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
       SOFTWARE OR ITS DOCUMENTATION.
-  
 
+
 numpy/random/mtrand/randomkit.h
     Copyright (c) 2003-2005, Jean-Sebastien Roy (js at jeannot.org)
-  
+
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the
     "Software"), to deal in the Software without restriction, including
@@ -283,10 +283,10 @@
     distribute, sublicense, and/or sell copies of the Software, and to
     permit persons to whom the Software is furnished to do so, subject to
     the following conditions:
-  
+
     The above copyright notice and this permission notice shall be included
     in all copies or substantial portions of the Software.
-  
+
     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
     OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
     MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
@@ -294,15 +294,15 @@
     CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
     TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
     SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-  
 
+
 numpy/random/mtrand/initarray.c
     The following changes have been made to it in 2005 by Robert Kern:
 
       * init_by_array has been declared extern, has a void return, and uses the
         rk_state structure to hold its data.
 
-     The original file has the following verbatim comments: 
+     The original file has the following verbatim comments:
 
      ------------------------------------------------------------------
      The code in this module was based on a download from:
@@ -369,28 +369,28 @@
 
 numpy/random/mtrand/randomkit.c
     Copyright (c) 2003-2005, Jean-Sebastien Roy (js at jeannot.org)
-  
-    The rk_random and rk_seed functions algorithms and the original design of 
+
+    The rk_random and rk_seed functions algorithms and the original design of
     the Mersenne Twister RNG:
-  
+
       Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura,
       All rights reserved.
-  
+
       Redistribution and use in source and binary forms, with or without
       modification, are permitted provided that the following conditions
       are met:
-   
+
       1. Redistributions of source code must retain the above copyright
       notice, this list of conditions and the following disclaimer.
-  
+
       2. Redistributions in binary form must reproduce the above copyright
       notice, this list of conditions and the following disclaimer in the
       documentation and/or other materials provided with the distribution.
-  
+
       3. The names of its contributors may not be used to endorse or promote
       products derived from this software without specific prior written
       permission.
-  
+
       THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
       "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
       LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
@@ -402,13 +402,13 @@
       LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
       NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
       SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-  
+
     Original algorithm for the implementation of rk_interval function from
     Richard J. Wagner's implementation of the Mersenne Twister RNG, optimised by
     Magnus Jonsson.
-  
+
     Constants used in the rk_double implementation by Isaku Wada.
-   
+
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the
     "Software"), to deal in the Software without restriction, including
@@ -416,10 +416,10 @@
     distribute, sublicense, and/or sell copies of the Software, and to
     permit persons to whom the Software is furnished to do so, subject to
     the following conditions:
-   
+
     The above copyright notice and this permission notice shall be included
     in all copies or substantial portions of the Software.
-   
+
     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
     OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
     MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
@@ -431,7 +431,7 @@
 
 numpy/random/mtrand/{mtrand.pyx, distributions.h}
     Copyright 2005 Robert Kern (robert.kern at gmail.com)
- 
+
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the
     "Software"), to deal in the Software without restriction, including
@@ -439,10 +439,10 @@
     distribute, sublicense, and/or sell copies of the Software, and to
     permit persons to whom the Software is furnished to do so, subject to
     the following conditions:
- 
+
     The above copyright notice and this permission notice shall be included
     in all copies or substantial portions of the Software.
- 
+
     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
     OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
     MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.

Modified: packages/numpy/trunk/debian/python-numpy-doc.install
===================================================================
--- packages/numpy/trunk/debian/python-numpy-doc.install	2014-01-11 18:31:59 UTC (rev 27167)
+++ packages/numpy/trunk/debian/python-numpy-doc.install	2014-01-11 18:32:02 UTC (rev 27168)
@@ -1,4 +1,4 @@
+/numpy/f2py/docs/* /usr/share/doc/python-numpy-doc/f2py/
+doc/build/html /usr/share/doc/python-numpy-doc/
 numpy/doc/*.py /usr/share/doc/python-numpy-doc/
-doc/build/html /usr/share/doc/python-numpy-doc/
 numpy/f2py/docs/usersguide/index.html /usr/share/doc/python-numpy-doc/f2py/
-/numpy/f2py/docs/* /usr/share/doc/python-numpy-doc/f2py/

Modified: packages/numpy/trunk/debian/python-numpy.install
===================================================================
--- packages/numpy/trunk/debian/python-numpy.install	2014-01-11 18:31:59 UTC (rev 27167)
+++ packages/numpy/trunk/debian/python-numpy.install	2014-01-11 18:32:02 UTC (rev 27168)
@@ -1,9 +1,9 @@
 debian/dh_numpy usr/bin
 debian/versions usr/share/numpy/
+usr/lib/python2*/*-packages/*.egg-info
+usr/lib/python2*/*-packages/*/*.py
+usr/lib/python2*/*-packages/*/*/*/libnpymath.a
 usr/lib/python2*/*-packages/*/*/*[!_][!_].so
-usr/lib/python2*/*-packages/*/*/*/libnpymath.a
-usr/lib/python2*/*-packages/*/*.py
-usr/lib/python2*/*-packages/*.egg-info
 usr/lib/python2*/*-packages/numpy/*.py
 usr/lib/python2*/*-packages/numpy/compat/
 usr/lib/python2*/*-packages/numpy/core/

Modified: packages/numpy/trunk/debian/python3-numpy.install
===================================================================
--- packages/numpy/trunk/debian/python3-numpy.install	2014-01-11 18:31:59 UTC (rev 27167)
+++ packages/numpy/trunk/debian/python3-numpy.install	2014-01-11 18:32:02 UTC (rev 27168)
@@ -1,8 +1,8 @@
 debian/dh_numpy3 usr/bin
+usr/lib/python3*/*-packages/*.egg-info
+usr/lib/python3*/*-packages/*/*.py
 usr/lib/python3*/*-packages/*/*/*.cpython-3?[!d]*.so
 usr/lib/python3*/*-packages/*/*/*/libnpymath.a
-usr/lib/python3*/*-packages/*/*.py
-usr/lib/python3*/*-packages/*.egg-info
 usr/lib/python3*/*-packages/numpy/*.py
 usr/lib/python3*/*-packages/numpy/compat/
 usr/lib/python3*/*-packages/numpy/core/




More information about the Python-modules-commits mailing list