[Python-modules-commits] r31408 - in packages/scitools/trunk/debian (4 files)

johannr-guest at users.alioth.debian.org johannr-guest at users.alioth.debian.org
Wed Nov 5 11:26:03 UTC 2014


    Date: Wednesday, November 5, 2014 @ 11:26:02
  Author: johannr-guest
Revision: 31408

* Switch to debhelper and dh-python2 (drop cdbs and python-support).
* Bump Standards-Version to 3.9.6 (no changes needed).

Modified:
  packages/scitools/trunk/debian/changelog
  packages/scitools/trunk/debian/control
  packages/scitools/trunk/debian/rules
Deleted:
  packages/scitools/trunk/debian/pyversions

Modified: packages/scitools/trunk/debian/changelog
===================================================================
--- packages/scitools/trunk/debian/changelog	2014-11-05 06:10:57 UTC (rev 31407)
+++ packages/scitools/trunk/debian/changelog	2014-11-05 11:26:02 UTC (rev 31408)
@@ -1,11 +1,16 @@
-scitools (0.9.0-2) UNRELEASED; urgency=low
+scitools (0.9.0-2) unstable; urgency=low
 
+  [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
   * Remove DM-Upload-Allowed; it's no longer used by the archive
     software.
 
- -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 18:40:58 +0200
+  [ Johannes Ring ]
+  * Switch to debhelper and dh-python2 (drop cdbs and python-support).
+  * Bump Standards-Version to 3.9.6 (no changes needed).
 
+ -- Johannes Ring <johannr at simula.no>  Wed, 05 Nov 2014 12:25:04 +0100
+
 scitools (0.9.0-1) unstable; urgency=low
 
   * New upstream release (closes: #675303).

Modified: packages/scitools/trunk/debian/control
===================================================================
--- packages/scitools/trunk/debian/control	2014-11-05 06:10:57 UTC (rev 31407)
+++ packages/scitools/trunk/debian/control	2014-11-05 11:26:02 UTC (rev 31408)
@@ -3,8 +3,9 @@
 Priority: extra
 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.9.3
+Build-Depends: debhelper (>= 9), python-all, python-matplotlib, dh-python
+Standards-Version: 3.9.6
+X-Python-Version: >= 2.6
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/scitools/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/scitools/trunk/
 Homepage: http://scitools.googlecode.com

Deleted: packages/scitools/trunk/debian/pyversions
===================================================================
--- packages/scitools/trunk/debian/pyversions	2014-11-05 06:10:57 UTC (rev 31407)
+++ packages/scitools/trunk/debian/pyversions	2014-11-05 11:26:02 UTC (rev 31408)
@@ -1 +0,0 @@
-2.5-

Modified: packages/scitools/trunk/debian/rules
===================================================================
--- packages/scitools/trunk/debian/rules	2014-11-05 06:10:57 UTC (rev 31407)
+++ packages/scitools/trunk/debian/rules	2014-11-05 11:26:02 UTC (rev 31408)
@@ -1,16 +1,10 @@
 #!/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
-
-DEB_COMPRESS_EXCLUDE := .py
-
-# Use Gnuplot as default Easyviz backend
-DEB_PYTHON_INSTALL_ARGS_python-scitools := --easyviz_backend gnuplot
-
 USCAN_DESTDIR := $(CURDIR)
 
+%:
+	dh $@ --with python2
+
+.PHONY: get-orig-source
 get-orig-source:
 	uscan --force-download --verbose --destdir $(USCAN_DESTDIR)




More information about the Python-modules-commits mailing list