[Python-modules-commits] r12706 - in packages/pyamf/trunk/debian (3 files)

nomadium-guest at users.alioth.debian.org nomadium-guest at users.alioth.debian.org
Wed Apr 21 16:25:45 UTC 2010


    Date: Wednesday, April 21, 2010 @ 16:25:43
  Author: nomadium-guest
Revision: 12706

* Fixed description of fix_typo_in_django_unittest.diff patch.
* Displayed in standard out and saved to a file the unit tests results.

Modified:
  packages/pyamf/trunk/debian/changelog
  packages/pyamf/trunk/debian/patches/fix_typo_in_django_unittest.diff
  packages/pyamf/trunk/debian/rules

Modified: packages/pyamf/trunk/debian/changelog
===================================================================
--- packages/pyamf/trunk/debian/changelog	2010-04-21 11:19:27 UTC (rev 12705)
+++ packages/pyamf/trunk/debian/changelog	2010-04-21 16:25:43 UTC (rev 12706)
@@ -2,4 +2,4 @@
 
   * Initial release. (Closes: #499617)
 
- -- Miguel Landaeta <miguel at miguel.cc>  Tue, 20 Apr 2010 22:45:32 -0430
+ -- Miguel Landaeta <miguel at miguel.cc>  Wed, 21 Apr 2010 19:50:13 -0430

Modified: packages/pyamf/trunk/debian/patches/fix_typo_in_django_unittest.diff
===================================================================
--- packages/pyamf/trunk/debian/patches/fix_typo_in_django_unittest.diff	2010-04-21 11:19:27 UTC (rev 12705)
+++ packages/pyamf/trunk/debian/patches/fix_typo_in_django_unittest.diff	2010-04-21 16:25:43 UTC (rev 12706)
@@ -1,6 +1,6 @@
 Author: Miguel Landaeta <miguel at miguel.cc>
 Subject: fix typo in a django unit test
-Forwarded: not-needed
+Forwarded: yes
 
 After PyAMF 0.5.1 release, at upstream svn repo in revision 2927,
 this unit test was changed as is showed below.

Modified: packages/pyamf/trunk/debian/rules
===================================================================
--- packages/pyamf/trunk/debian/rules	2010-04-21 11:19:27 UTC (rev 12705)
+++ packages/pyamf/trunk/debian/rules	2010-04-21 16:25:43 UTC (rev 12706)
@@ -20,9 +20,7 @@
 	for python in $(shell pyversions -r); do \
 		$$python setup.py test; \
 		$$python-dbg setup.py test; \
-	done; echo $?) >> unit-tests-results.txt 2>&1
-else
-	dh_auto_test || true
+	done; echo $?) 2>&1 | tee unit-tests-results.txt
 endif
 
 override_dh_install:




More information about the Python-modules-commits mailing list