[Python-modules-commits] r26042 - in packages/fedmsg/trunk/debian (3 files)
dandrimont-guest at users.alioth.debian.org
dandrimont-guest at users.alioth.debian.org
Sat Oct 5 09:18:59 UTC 2013
Date: Saturday, October 5, 2013 @ 09:18:57
Author: dandrimont-guest
Revision: 26042
Update to 0.7.1, add myself to uploaders
Modified:
packages/fedmsg/trunk/debian/changelog
packages/fedmsg/trunk/debian/control
packages/fedmsg/trunk/debian/patches/fix_test_paths
Modified: packages/fedmsg/trunk/debian/changelog
===================================================================
--- packages/fedmsg/trunk/debian/changelog 2013-10-05 08:32:20 UTC (rev 26041)
+++ packages/fedmsg/trunk/debian/changelog 2013-10-05 09:18:57 UTC (rev 26042)
@@ -1,11 +1,14 @@
-fedmsg (0.7.0-1) UNRELEASED; urgency=low
+fedmsg (0.7.1-1) UNRELEASED; urgency=low
+ [ Simon Chopin ]
* New upstream release
* Run the tests at build time
- + Added a patch to work around a missing symlink for the test certificates
- -- Simon Chopin <chopin.simon at gmail.com> Sat, 07 Sep 2013 11:39:58 +0200
+ [ Nicolas Dandrimont ]
+ * Add myself to uploaders
+ -- Nicolas Dandrimont <olasd at debian.org> Sat, 05 Oct 2013 10:58:50 +0200
+
fedmsg (0.6.8+git20130813.1.60346e0-2) unstable; urgency=low
* Team upload.
Modified: packages/fedmsg/trunk/debian/control
===================================================================
--- packages/fedmsg/trunk/debian/control 2013-10-05 08:32:20 UTC (rev 26041)
+++ packages/fedmsg/trunk/debian/control 2013-10-05 09:18:57 UTC (rev 26042)
@@ -2,7 +2,7 @@
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Simon Chopin <chopin.simon at gmail.com>
+Uploaders: Simon Chopin <chopin.simon at gmail.com>, Nicolas Dandrimont <olasd at debian.org>
Build-Depends:
debhelper (>= 9),
help2man,
Modified: packages/fedmsg/trunk/debian/patches/fix_test_paths
===================================================================
--- packages/fedmsg/trunk/debian/patches/fix_test_paths 2013-10-05 08:32:20 UTC (rev 26041)
+++ packages/fedmsg/trunk/debian/patches/fix_test_paths 2013-10-05 09:18:57 UTC (rev 26042)
@@ -2,17 +2,17 @@
Author: Simon Chopin <chopin.simon at gmail.com>
Forwarded: not-needed
-Index: fedmsg-0.7.0/fedmsg/tests/fedmsg-test-config.py
+Index: fedmsg-0.7.1/fedmsg/tests/fedmsg-test-config.py
===================================================================
---- fedmsg-0.7.0.orig/fedmsg/tests/fedmsg-test-config.py 2013-09-07 12:16:42.000000000 +0200
-+++ fedmsg-0.7.0/fedmsg/tests/fedmsg-test-config.py 2013-09-07 12:40:40.374983940 +0200
+--- fedmsg-0.7.1.orig/fedmsg/tests/fedmsg-test-config.py 2013-10-05 11:09:07.980931873 +0200
++++ fedmsg-0.7.1/fedmsg/tests/fedmsg-test-config.py 2013-10-05 11:09:59.641571536 +0200
@@ -23,7 +23,7 @@
import random
SEP = os.path.sep
-here = os.getcwd()
+here = SEP.join((os.getcwd(), 'fedmsg', 'tests'))
- hostname = socket.gethostname()
+ hostname = socket.gethostname().split('.', 1)[0]
ssl_enabled_for_tests = True
@@ -74,7 +74,7 @@
More information about the Python-modules-commits
mailing list