[Python-modules-commits] r9452 - in packages/numpy/trunk/debian (3 files)

doko at users.alioth.debian.org doko at users.alioth.debian.org
Mon Aug 24 20:56:10 UTC 2009


    Date: Monday, August 24, 2009 @ 20:56:09
  Author: doko
Revision: 9452

  * Add debian/README.source.
  * Bump standards version to 3.8.3.
  * Fix section of the -dbg package.

Added:
  packages/numpy/trunk/debian/README.source
Modified:
  packages/numpy/trunk/debian/changelog
  packages/numpy/trunk/debian/control

Added: packages/numpy/trunk/debian/README.source
===================================================================
--- packages/numpy/trunk/debian/README.source	                        (rev 0)
+++ packages/numpy/trunk/debian/README.source	2009-08-24 20:56:09 UTC (rev 9452)
@@ -0,0 +1,2 @@
+The package uses the quilt patch system to apply patches.
+See /usr/share/doc/quilt/README.source.

Modified: packages/numpy/trunk/debian/changelog
===================================================================
--- packages/numpy/trunk/debian/changelog	2009-08-24 15:52:08 UTC (rev 9451)
+++ packages/numpy/trunk/debian/changelog	2009-08-24 20:56:09 UTC (rev 9452)
@@ -1,5 +1,6 @@
 python-numpy (1:1.3.0-1) unstable; urgency=low
 
+  [ Kumar Appaiah ]
   * New upstream release.
     + Fix memory leak in exponentiation. (Closes: #505999)
   * debian/rules:
@@ -16,8 +17,13 @@
     + Standards version is now 3.8.2 (no changes needed).
     + Remove myself from uploaders.
 
- -- Kumar Appaiah <akumar at debian.org>  Fri, 24 Jul 2009 13:34:52 -0500
+  [ Matthias Klose ]
+  * Add debian/README.source.
+  * Bump standards version to 3.8.3.
+  * Fix section of the -dbg package.
 
+ -- Matthias Klose <doko at debian.org>  Mon, 24 Aug 2009 22:38:50 +0200
+
 python-numpy (1:1.2.1-1.1) unstable; urgency=low
 
   * Non-maintainer upload.

Modified: packages/numpy/trunk/debian/control
===================================================================
--- packages/numpy/trunk/debian/control	2009-08-24 15:52:08 UTC (rev 9451)
+++ packages/numpy/trunk/debian/control	2009-08-24 20:56:09 UTC (rev 9452)
@@ -5,7 +5,7 @@
 Uploaders: Marco Presi (Zufus) <zufus at debian.org>, Alexandre Fayolle <afayolle at debian.org>, José Fonseca <j_r_fonseca at yahoo.co.uk>, Matthias Klose <doko at debian.org>, Ondrej Certik <ondrej at certik.cz>, David Cournapeau <cournape at gmail.com>
 Build-Depends: cdbs (>= 0.4.43), python-all-dev, python-all-dbg, python-central (>= 0.6), gfortran (>= 4:4.2), libblas-dev [!arm !m68k], liblapack-dev [!arm !m68k], debhelper (>= 5.0.38), patchutils, python-docutils, quilt
 XS-Python-Version: >= 2.4
-Standards-Version: 3.8.2
+Standards-Version: 3.8.3
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/numpy/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/numpy/trunk/
 XS-DM-Upload-Allowed: yes
@@ -30,6 +30,7 @@
 
 Package: python-numpy-dbg
 Priority: extra
+Section: debug
 Architecture: any
 Depends: python-numpy (= ${binary:Version}), python-dbg, ${shlibs:Depends}, ${misc:Depends}
 Description: Fast array facility to the Python language (debug extension)




More information about the Python-modules-commits mailing list