[27518] in Source-Commits
python-hesiod commit: Release 0.2.11
daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Fri Oct 25 11:06:16 2013
Date: Fri, 25 Oct 2013 11:06:09 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201310251506.r9PF691E021310@drugstore.mit.edu>
To: source-commits@MIT.EDU
https://github.com/mit-athena/python-hesiod/commit/f2ab0f7e1cf0c2cacfc0bb105af1d2f927a32e10
commit f2ab0f7e1cf0c2cacfc0bb105af1d2f927a32e10
Author: Jonathan Reed <jdreed@mit.edu>
Date: Mon Oct 21 13:28:16 2013 -0400
Release 0.2.11
Release 0.2.11, which bumps Standards-Version, and also update
the version number in setup.py, as well as adding maintainer fields
debian/changelog | 7 +++++--
debian/control | 2 +-
setup.py | 4 +++-
3 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 881c9a2..e17a4c5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,11 @@
-python-hesiod (0.2.10-1debathena3) UNRELEASED; urgency=low
+python-hesiod (0.2.11-0debathena1) unstable; urgency=low
* Bump debian/compat to 6
+ * Bump Standards-Version
+ * Tell FilsysLookup not to parse filsys records on its own (Trac: #1409)
+ * Properly populate the message field for ERR lockers (Trac: #1408)
- -- Jonathan Reed <jdreed@mit.edu> Sun, 01 Jul 2012 12:21:42 -0400
+ -- Jonathan Reed <jdreed@mit.edu> Mon, 21 Oct 2013 13:23:50 -0400
python-hesiod (0.2.10-1debathena2) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 0f93ba7..d408c2d 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: python
Priority: extra
Maintainer: Evan Broder <broder@mit.edu>
Build-Depends: cdbs, debhelper, python-all-dev, python-support, python-pyrex, python-setuptools, libhesiod-dev
-Standards-Version: 3.7.2
+Standards-Version: 3.9.3
Package: python-hesiod
Architecture: any
diff --git a/setup.py b/setup.py
index 8b499a4..dbcf6f7 100755
--- a/setup.py
+++ b/setup.py
@@ -6,10 +6,12 @@ from Pyrex.Distutils import build_ext
setup(
name="PyHesiod",
- version="0.2.10",
+ version="0.2.11",
description="PyHesiod - Python bindings for the Heisod naming library",
author="Evan Broder",
author_email="broder@mit.edu",
+ maintainer="Debathena Project",
+ maintainer_email="debathena@mit.edu",
url="http://ebroder.net/code/PyHesiod",
license="MIT",
requires=['Pyrex'],