[Python-modules-commits] r15853 - in packages/scitools/trunk/debian (7 files)

johannr-guest at users.alioth.debian.org johannr-guest at users.alioth.debian.org
Wed Feb 23 14:16:29 UTC 2011


    Date: Wednesday, February 23, 2011 @ 14:16:18
  Author: johannr-guest
Revision: 15853

Updates for new upstream release.

Added:
  packages/scitools/trunk/debian/patches/series
Modified:
  packages/scitools/trunk/debian/changelog
  packages/scitools/trunk/debian/control
  packages/scitools/trunk/debian/copyright
  packages/scitools/trunk/debian/rules
  packages/scitools/trunk/debian/source/format
  packages/scitools/trunk/debian/watch

Modified: packages/scitools/trunk/debian/changelog
===================================================================
--- packages/scitools/trunk/debian/changelog	2011-02-23 08:19:16 UTC (rev 15852)
+++ packages/scitools/trunk/debian/changelog	2011-02-23 14:16:18 UTC (rev 15853)
@@ -1,10 +1,15 @@
-scitools (0.7-2) UNRELEASED; urgency=low
+scitools (0.8-1) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * New upstream release. This release fixes bug "python-scitools:
+    unrecognized option for gnuplot" (closes: #610771).
+  * Bump Standards-Version to 3.9.1 (no changes needed).
+  * Switch to dpkg-source 3.0 (quilt) format.
+  * Include full BSD license in debian/copyright.
   * Update debian/watch for change in code.google.com download page link
-    format.
+    format and use "lite" version (without documentation).
+  * Specify Gnuplot as default Easyviz backend in debian/rules.
 
- -- Johannes Ring <johannr at simula.no>  Thu, 20 May 2010 11:07:31 +0200
+ -- Johannes Ring <johannr at simula.no>  Wed, 23 Feb 2011 11:47:23 +0100
 
 scitools (0.7-1) unstable; urgency=low
 

Modified: packages/scitools/trunk/debian/control
===================================================================
--- packages/scitools/trunk/debian/control	2011-02-23 08:19:16 UTC (rev 15852)
+++ packages/scitools/trunk/debian/control	2011-02-23 14:16:18 UTC (rev 15853)
@@ -4,7 +4,7 @@
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Johannes Ring <johannr at simula.no>
 Build-Depends: cdbs (>= 0.4.49), debhelper (>= 7), python-all, python-support
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
 DM-Upload-Allowed: yes
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/scitools/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/scitools/trunk/

Modified: packages/scitools/trunk/debian/copyright
===================================================================
--- packages/scitools/trunk/debian/copyright	2011-02-23 08:19:16 UTC (rev 15852)
+++ packages/scitools/trunk/debian/copyright	2011-02-23 14:16:18 UTC (rev 15853)
@@ -18,31 +18,44 @@
 License:
 
     Redistribution and use in source and binary forms, with or without
-    modification, are permitted under the terms of the BSD License.
+    modification, are permitted provided that the following conditions
+    are met:
 
-    THIS SOFTWARE IS PROVIDED BY THE REGENTS 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
-    ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
-    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
-    OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-    HOWEVER CAUSED AND ON ANY THEORY OF 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
+    * Redistributions of source code must retain the above copyright
+      notice, this list of conditions and the following disclaimer.
+
+    * 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.
+
+    * Neither the name of Simula Research Laboratory nor the names of
+      its contributors may 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 A PARTICULAR PURPOSE ARE
+    DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
+    BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+    EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
+    TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+    DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
+    ANY THEORY OF 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.
 
-On Debian systems, the complete text of the BSD License can be 
-found in `/usr/share/common-licenses/BSD'.
-
-The Debian packaging is © 2008-2009, Johannes Ring <johannr at simula.no> and
+The Debian packaging is © 2008-2011, Johannes Ring <johannr at simula.no> and
 is licensed under the GPL version 2 or later, see 
 `/usr/share/common-licenses/GPL-2'.
 
 Files or directories which have a different copyright/license attached:
 
 Files: lib/scitools/Lumpy.py
-	 lib/scitools/_Gui.py
+       lib/scitools/_Gui.py
 Copyright: 2005, Allen B. Downey <adowney at wellesley.edu>
 License: GPL-2+
  On Debian systems, the complete text of the GNU General Public License

Added: packages/scitools/trunk/debian/patches/series
===================================================================
--- packages/scitools/trunk/debian/patches/series	                        (rev 0)
+++ packages/scitools/trunk/debian/patches/series	2011-02-23 14:16:18 UTC (rev 15853)
@@ -0,0 +1 @@
+scitools_examples.patch

Modified: packages/scitools/trunk/debian/rules
===================================================================
--- packages/scitools/trunk/debian/rules	2011-02-23 08:19:16 UTC (rev 15852)
+++ packages/scitools/trunk/debian/rules	2011-02-23 14:16:18 UTC (rev 15853)
@@ -4,10 +4,12 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 DEB_COMPRESS_EXCLUDE := .py
 
+# Use Gnuplot as default Easyviz backend
+DEB_PYTHON_INSTALL_ARGS_python-scitools := --easyviz_backend gnuplot
+
 USCAN_DESTDIR := $(CURDIR)
 
 binary-install/python-scitools::

Modified: packages/scitools/trunk/debian/source/format
===================================================================
--- packages/scitools/trunk/debian/source/format	2011-02-23 08:19:16 UTC (rev 15852)
+++ packages/scitools/trunk/debian/source/format	2011-02-23 14:16:18 UTC (rev 15853)
@@ -1 +1 @@
-1.0
+3.0 (quilt)

Modified: packages/scitools/trunk/debian/watch
===================================================================
--- packages/scitools/trunk/debian/watch	2011-02-23 08:19:16 UTC (rev 15852)
+++ packages/scitools/trunk/debian/watch	2011-02-23 14:16:18 UTC (rev 15853)
@@ -1,3 +1,3 @@
 version=3
-opts=downloadurlmangle=s#.*(scitools-([\d.]+)\.tar\.gz).*#http://scitools.googlecode.com/files/$1#,filenamemangle=s#.*(scitools-([\d.]+)\.tar\.gz).*#$1# \
-    http://code.google.com/p/scitools/downloads/list ^.*detail\?name=scitools-([\d.]+)\.tar\.gz.*
+opts=downloadurlmangle=s#.*(scitools-lite-([\d.]+)\.tar\.gz).*#http://scitools.googlecode.com/files/$1#,filenamemangle=s#.*(scitools-lite-([\d.]+)\.tar\.gz).*#$1# \
+    http://code.google.com/p/scitools/downloads/list ^.*detail\?name=scitools-lite-([\d.]+)\.tar\.gz.*




More information about the Python-modules-commits mailing list