[Python-modules-commits] r33471 - in packages/cairocffi/trunk/debian (changelog control rules)

jcjaskula-guest at users.alioth.debian.org jcjaskula-guest at users.alioth.debian.org
Sat Jul 25 16:30:13 UTC 2015


    Date: Saturday, July 25, 2015 @ 16:30:12
  Author: jcjaskula-guest
Revision: 33471

Updated changelog and clean tests in a chroot

Modified:
  packages/cairocffi/trunk/debian/changelog
  packages/cairocffi/trunk/debian/control
  packages/cairocffi/trunk/debian/rules

Modified: packages/cairocffi/trunk/debian/changelog
===================================================================
--- packages/cairocffi/trunk/debian/changelog	2015-07-24 21:03:04 UTC (rev 33470)
+++ packages/cairocffi/trunk/debian/changelog	2015-07-25 16:30:12 UTC (rev 33471)
@@ -1,6 +1,12 @@
 cairocffi (0.7.1-1) unstable; urgency=low
 
   * New upstream release (Closes: #768050)
+  * debian/control
+     - added python-xcffib as new recommended dependancy
+  * updated debian/watch with a more precise regular expression
+  * debian/rules
+     - do not compress changelog.html anymore 
+     - run the tests in an new instance of xvfb to prevent from fails due to bad X11 connection (xvfb-run -a) 
   * Bump Standards-Version to 3.9.6 (no changes)
 
  -- Jean-Christophe Jaskula <jean.christophe.jaskula at gmail.com>  Wed, 08 Oct 2014 20:10:30 -0400

Modified: packages/cairocffi/trunk/debian/control
===================================================================
--- packages/cairocffi/trunk/debian/control	2015-07-24 21:03:04 UTC (rev 33470)
+++ packages/cairocffi/trunk/debian/control	2015-07-25 16:30:12 UTC (rev 33471)
@@ -12,7 +12,8 @@
 		python-cffi, python3-cffi,
 		python-xcffib (>= 0.3.2), python3-xcffib (>= 0.3.2),
 		python-sphinx | python3-sphinx, 
-		python-pytest, python3-pytest, 
+		python-pytest, python3-pytest,
+		xvfb, xauth,
 		libcairo2, 
 		libgdk-pixbuf2.0-0,
 		libgtk2.0-dev,

Modified: packages/cairocffi/trunk/debian/rules
===================================================================
--- packages/cairocffi/trunk/debian/rules	2015-07-24 21:03:04 UTC (rev 33470)
+++ packages/cairocffi/trunk/debian/rules	2015-07-25 16:30:12 UTC (rev 33471)
@@ -11,7 +11,7 @@
 	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
 
 override_dh_auto_test:
-	LC_ALL=C.UTF-8 dh_auto_test
+	LC_ALL=C.UTF-8 xvfb-run -a --server-args="-screen 0 1024x768x24" dh_auto_test
 
 override_dh_auto_build:
 	dh_auto_build




More information about the Python-modules-commits mailing list