[Python-modules-commits] r24977 - in packages/python-tidylib/trunk/debian (4 files)
janos at users.alioth.debian.org
janos at users.alioth.debian.org
Wed Jun 26 13:31:01 UTC 2013
Date: Wednesday, June 26, 2013 @ 13:30:59
Author: janos
Revision: 24977
Run tests during build. (Closes: #711078)
Modified:
packages/python-tidylib/trunk/debian/changelog
packages/python-tidylib/trunk/debian/control
packages/python-tidylib/trunk/debian/copyright
packages/python-tidylib/trunk/debian/rules
Modified: packages/python-tidylib/trunk/debian/changelog
===================================================================
--- packages/python-tidylib/trunk/debian/changelog 2013-06-26 06:25:10 UTC (rev 24976)
+++ packages/python-tidylib/trunk/debian/changelog 2013-06-26 13:30:59 UTC (rev 24977)
@@ -1,9 +1,15 @@
python-tidylib (0.2.1~dfsg-3) UNRELEASED; urgency=low
+ [ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
* Remove DM-Upload-Allowed; it's no longer used by the archive
software.
+ [ Janos Guljas ]
+ * Run tests during build. (Closes: #711078)
+ * Change my email address.
+ * Update copyright year in debian/copyright.
+
-- Jakub Wilk <jwilk at debian.org> Sun, 05 May 2013 18:40:57 +0200
python-tidylib (0.2.1~dfsg-2) unstable; urgency=low
Modified: packages/python-tidylib/trunk/debian/control
===================================================================
--- packages/python-tidylib/trunk/debian/control 2013-06-26 06:25:10 UTC (rev 24976)
+++ packages/python-tidylib/trunk/debian/control 2013-06-26 13:30:59 UTC (rev 24977)
@@ -1,7 +1,7 @@
Source: python-tidylib
Section: python
Priority: optional
-Maintainer: Janos Guljas <janos at resenje.org>
+Maintainer: Janos Guljas <janos at debian.org>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.5), python-setuptools,
python-sphinx, texlive-latex-base, texlive-latex-recommended,
Modified: packages/python-tidylib/trunk/debian/copyright
===================================================================
--- packages/python-tidylib/trunk/debian/copyright 2013-06-26 06:25:10 UTC (rev 24976)
+++ packages/python-tidylib/trunk/debian/copyright 2013-06-26 13:30:59 UTC (rev 24977)
@@ -25,7 +25,7 @@
THE SOFTWARE.
Files: debian/*
-Copyright: 2011 Janos Guljas <janos at resenje.org>
+Copyright: 2011,2013 Janos Guljas <janos at debian.org>
License: GPL-2+
This program is free software; you can redistribute it
and/or modify it under the terms of the GNU General Public
Modified: packages/python-tidylib/trunk/debian/rules
===================================================================
--- packages/python-tidylib/trunk/debian/rules 2013-06-26 06:25:10 UTC (rev 24976)
+++ packages/python-tidylib/trunk/debian/rules 2013-06-26 13:30:59 UTC (rev 24977)
@@ -19,3 +19,5 @@
find docs -name "*.pyc" -exec rm -rf {} +
dh_auto_clean
+override_dh_auto_test:
+ set -ex; for i in `ls tests/*.py` ; do PYTHONPATH=$(CURDIR) python $${i} ; done
More information about the Python-modules-commits
mailing list