[23646] in Source-Commits
/svn/athena r23266 - trunk/debathena/debathena/python-hesiod/debian
daemon@ATHENA.MIT.EDU (tabbott@MIT.EDU)
Sat Jan 3 19:29:16 2009
Date: Sat, 3 Jan 2009 19:28:42 -0500 (EST)
From: tabbott@MIT.EDU
Message-Id: <200901040028.TAA00451@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: tabbott
Date: 2009-01-03 19:28:41 -0500 (Sat, 03 Jan 2009)
New Revision: 23266
Modified:
trunk/debathena/debathena/python-hesiod/debian/changelog
trunk/debathena/debathena/python-hesiod/debian/control
Log:
In python-hesiod:
* Fix the short description.
Modified: trunk/debathena/debathena/python-hesiod/debian/changelog
===================================================================
--- trunk/debathena/debathena/python-hesiod/debian/changelog 2009-01-02 20:34:20 UTC (rev 23265)
+++ trunk/debathena/debathena/python-hesiod/debian/changelog 2009-01-04 00:28:41 UTC (rev 23266)
@@ -1,5 +1,11 @@
+python-hesiod (0.2.10-1debathena2) unstable; urgency=low
+
+ * Fix the short description.
+
+ -- Tim Abbott <tabbott@mit.edu> Sat, 03 Jan 2009 19:27:31 -0500
+
python-hesiod (0.2.10-1debathena1) unstable; urgency=low
-
+
* Debathena specific: Conflict with old versions of
debathena-pyhesiodfs, since they share a common hesiod.py file
Modified: trunk/debathena/debathena/python-hesiod/debian/control
===================================================================
--- trunk/debathena/debathena/python-hesiod/debian/control 2009-01-02 20:34:20 UTC (rev 23265)
+++ trunk/debathena/debathena/python-hesiod/debian/control 2009-01-04 00:28:41 UTC (rev 23266)
@@ -10,6 +10,6 @@
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Provides: ${python:Provides}
Conflicts: debathena-pyhesiodfs (<< 0.0.r144)
-Description: Hesiod bindings for Moira
+Description: Python bindings for Hesiod
PyHesiod provides a set of Python bindings for Hesiod, the Project
Athena service name resolution protocol used at MIT and elsewhere.