[Python-modules-commits] r26467 - in packages/pytest/trunk/debian (4 files)
laarmen-guest at users.alioth.debian.org
laarmen-guest at users.alioth.debian.org
Fri Nov 22 17:01:11 UTC 2013
Date: Friday, November 22, 2013 @ 17:01:10
Author: laarmen-guest
Revision: 26467
* New upstream release (Closes: #728526)
+ Drop the reset-tmpdir-mode patch as the issue has been adressed upstream
Modified:
packages/pytest/trunk/debian/changelog
packages/pytest/trunk/debian/control
packages/pytest/trunk/debian/patches/remove_google_js
packages/pytest/trunk/debian/patches/series
Modified: packages/pytest/trunk/debian/changelog
===================================================================
--- packages/pytest/trunk/debian/changelog 2013-11-22 08:21:26 UTC (rev 26466)
+++ packages/pytest/trunk/debian/changelog 2013-11-22 17:01:10 UTC (rev 26467)
@@ -1,10 +1,15 @@
-pytest (2.3.5-2) UNRELEASED; urgency=low
+pytest (2.4.2-1) unstable; urgency=low
+ [ Martin Pitt ]
* debian/tests/control: Drop trailing comma from test dependencies, which
causes autopkgtest to fail.
- -- Martin Pitt <mpitt at debian.org> Mon, 15 Jul 2013 08:49:38 +0200
+ [ Simon Chopin ]
+ * New upstream release (Closes: #728526)
+ + Drop the reset-tmpdir-mode patch as the issue has been adressed upstream
+ -- Simon Chopin <chopin.simon at gmail.com> Fri, 22 Nov 2013 18:00:14 +0100
+
pytest (2.3.5-1) unstable; urgency=low
[ Jakub Wilk ]
Modified: packages/pytest/trunk/debian/control
===================================================================
--- packages/pytest/trunk/debian/control 2013-11-22 08:21:26 UTC (rev 26466)
+++ packages/pytest/trunk/debian/control 2013-11-22 17:01:10 UTC (rev 26467)
@@ -5,6 +5,7 @@
Uploaders: Simon Chopin <chopin.simon at gmail.com>
Build-Depends:
debhelper (>= 8.1),
+ dh-python,
python-all (>= 2.6.6-3~),
python-py (>= 1.4.13),
python-twisted-core,
Modified: packages/pytest/trunk/debian/patches/remove_google_js
===================================================================
--- packages/pytest/trunk/debian/patches/remove_google_js 2013-11-22 08:21:26 UTC (rev 26466)
+++ packages/pytest/trunk/debian/patches/remove_google_js 2013-11-22 17:01:10 UTC (rev 26467)
@@ -7,11 +7,14 @@
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/doc/en/_templates/layout.html
+++ b/doc/en/_templates/layout.html
-@@ -2,23 +2,8 @@
+@@ -2,26 +2,9 @@
{% block relbaritems %}
{{ super() }}
-<g:plusone></g:plusone>
+-
+-
+
{% endblock %}
{% block footer %}
Modified: packages/pytest/trunk/debian/patches/series
===================================================================
--- packages/pytest/trunk/debian/patches/series 2013-11-22 08:21:26 UTC (rev 26466)
+++ packages/pytest/trunk/debian/patches/series 2013-11-22 17:01:10 UTC (rev 26467)
@@ -1,2 +1 @@
-reset-tmpdir-mode
remove_google_js
More information about the Python-modules-commits
mailing list