[Python-modules-commits] r31109 - in packages/cssutils/trunk/debian (3 files)
hugo6390-guest at users.alioth.debian.org
hugo6390-guest at users.alioth.debian.org
Fri Oct 17 20:57:35 UTC 2014
Date: Friday, October 17, 2014 @ 20:57:34
Author: hugo6390-guest
Revision: 31109
Trying to delete useless patches.
Modified:
packages/cssutils/trunk/debian/changelog
packages/cssutils/trunk/debian/patches/series
packages/cssutils/trunk/debian/rules
Modified: packages/cssutils/trunk/debian/changelog
===================================================================
--- packages/cssutils/trunk/debian/changelog 2014-10-17 07:10:06 UTC (rev 31108)
+++ packages/cssutils/trunk/debian/changelog 2014-10-17 20:57:34 UTC (rev 31109)
@@ -6,12 +6,13 @@
- Bump Standards-Version to 3.9.6 (no changes needed).
* debian/copyright:
- Update copyright to include Hugo Lefeuvre.
- * debian/patches/disable_test.patch
- - Refresh for new upstream release.
- - Disable a test that currently make the package fail to build.
+ * delete debian/patches/disable_test.patch: These deletions can be done
+ throught debian/rules.
* debian/rules:
+ - Use pybuild.
- Fixed some bugs that make debian/rules failed to be interpreted.
- - Disable a test that currently make the package fail to build (test_handlers).
+ - Disable tests that currently make the package fail to build, namely
+ test_parseUrl, test_namespaces1 and test_handlers.
-- Hugo Lefeuvre <hugo6390 at orange.fr> Sat, 11 Oct 2014 12:51:15 +0200
Modified: packages/cssutils/trunk/debian/patches/series
===================================================================
--- packages/cssutils/trunk/debian/patches/series 2014-10-17 07:10:06 UTC (rev 31108)
+++ packages/cssutils/trunk/debian/patches/series 2014-10-17 20:57:34 UTC (rev 31109)
@@ -1,2 +1 @@
01_setup_fix.patch
-disable_test.patch
Modified: packages/cssutils/trunk/debian/rules
===================================================================
--- packages/cssutils/trunk/debian/rules 2014-10-17 07:10:06 UTC (rev 31108)
+++ packages/cssutils/trunk/debian/rules 2014-10-17 20:57:34 UTC (rev 31109)
@@ -13,8 +13,8 @@
override_dh_auto_test:
PYBUILD_SYSTEM=custom \
- PYBUILD_TEST_ARGS_python2="nosetests -v --exclude=test_parseString --exclude=test_parseFile --exclude=test_parseUrl --exclude=test_combine --exclude=test_cssText2 --exclude=test_getMetaInfo --exclude=test_errorhandler.py --exclude=test_handlers --where {build_dir}/cssutils/tests;" \
- PYBUILD_TEST_ARGS_python3="nosetests3 -v --exclude=test_parseString --exclude=test_parseFile --exclude=test_parseUrl --exclude=test_combine --exclude=test_cssText2 --exclude=test_getMetaInfo --exclude=test_errorhandler.py --exclude=test_handlers --py3where {build_dir}/cssutils/tests;" \
+ PYBUILD_TEST_ARGS_python2="nosetests -v --exclude=test_parseString --exclude=test_parseFile --exclude=test_parseUrl --exclude=test_combine --exclude=test_cssText2 --exclude=test_getMetaInfo --exclude=test_errorhandler.py --exclude=test_handlers --exclude=test_parseUrl --exclude=test_namespaces1 --where {build_dir}/cssutils/tests;" \
+ PYBUILD_TEST_ARGS_python3="nosetests3 -v --exclude=test_parseString --exclude=test_parseFile --exclude=test_parseUrl --exclude=test_combine --exclude=test_cssText2 --exclude=test_getMetaInfo --exclude=test_errorhandler.py --exclude=test_handlers --exclude=test_parseUrl --exclude=test_namespaces1 --py3where {build_dir}/cssutils/tests;" \
dh_auto_test
override_dh_installman:
More information about the Python-modules-commits
mailing list