tags 595848 + patch
tags 595848 + pending
thanks

Dear maintainer,

I've prepared an NMU for python-csa (versioned as 0.0.4-1.1) and
uploaded it to DELAYED/1.

For the reason I need to specify python-tk explicitly, please read matplotlib
changelog entry for 0.99.1.2-3

Among that bug I've also remove the "tentative" execution of unittests, since
they are no more shipped in the upstream tarball since 0.0.2

Please also consider joining[1] the python modules team and maintain csa there.

[1] http://wiki.debian.org/Teams/PythonModulesTeam/HowToJoin

Regards.
diff -Nru python-csa-0.0.4/debian/changelog python-csa-0.0.4/debian/changelog
--- python-csa-0.0.4/debian/changelog	2010-07-28 01:19:59.000000000 +0200
+++ python-csa-0.0.4/debian/changelog	2010-09-18 15:57:59.000000000 +0200
@@ -1,3 +1,15 @@
+python-csa (0.0.4-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/control
+    - added python-tk to both Build-Depends and Depends (matplotlib needs it);
+      Closes: #595848
+  * debian/rules
+    - commented out override_dh_auto_test, tests are no more shipped with
+      upstream tarball (since 0.0.2)
+
+ -- Sandro Tosi <[email protected]>  Sat, 18 Sep 2010 15:57:45 +0200
+
 python-csa (0.0.4-1) unstable; urgency=high
 
   * New upstream version (Closes: #590343)
diff -Nru python-csa-0.0.4/debian/control python-csa-0.0.4/debian/control
--- python-csa-0.0.4/debian/control	2010-07-27 16:52:17.000000000 +0200
+++ python-csa-0.0.4/debian/control	2010-09-18 15:44:06.000000000 +0200
@@ -9,6 +9,7 @@
  , python-nose
  , python-numpy
  , python-matplotlib
+ , python-tk
 Standards-Version: 3.9.0
 Homepage: http://software.incf.org/software/csa
 Vcs-Svn: http://svn.incf.org/svn/csa
@@ -16,7 +17,7 @@
 
 Package: python-csa
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-numpy, python-matplotlib
+Depends: ${python:Depends}, ${misc:Depends}, python-numpy, python-matplotlib, python-tk
 Description: The Connection-Set Algebra implemented in Python
  The CSA library provides elementary connection-sets and operators for
  combining them. It also provides an iteration interface to such
diff -Nru python-csa-0.0.4/debian/rules python-csa-0.0.4/debian/rules
--- python-csa-0.0.4/debian/rules	2010-07-17 11:36:07.000000000 +0200
+++ python-csa-0.0.4/debian/rules	2010-09-18 15:33:57.000000000 +0200
@@ -1,12 +1,12 @@
 #!/usr/bin/make -f
 
-override_dh_auto_test:
-ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
-	set -e; \
-	for python in $(shell pyversions -r); do \
-		$$python /usr/bin/nosetests ../../tests/test_csa.py; \
-	done
-endif
+#override_dh_auto_test:
+#ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
+#	set -e; \
+#	for python in $(shell pyversions -r); do \
+#		$$python /usr/bin/nosetests ../../tests/test_csa.py; \
+#	done
+#endif
 
 %:
 	dh $@ 

Reply via email to