[Python-modules-commits] r8122 - in packages/python-ad/trunk/debian (4 files)
mbaldessari-guest at users.alioth.debian.org
mbaldessari-guest at users.alioth.debian.org
Sun Apr 5 20:02:16 UTC 2009
Date: Sunday, April 5, 2009 @ 20:02:15
Author: mbaldessari-guest
Revision: 8122
python-ad (0.9-3) unstable; urgency=low
* Fix typo in logging statement (29213c009bd9)
* Fix short description in python-ad-dbg
Added:
packages/python-ad/trunk/debian/patches/10_typo_on_exception.dpatch
Modified:
packages/python-ad/trunk/debian/changelog
packages/python-ad/trunk/debian/control
packages/python-ad/trunk/debian/patches/00list
Modified: packages/python-ad/trunk/debian/changelog
===================================================================
--- packages/python-ad/trunk/debian/changelog 2009-04-05 19:48:17 UTC (rev 8121)
+++ packages/python-ad/trunk/debian/changelog 2009-04-05 20:02:15 UTC (rev 8122)
@@ -1,3 +1,10 @@
+python-ad (0.9-3) unstable; urgency=low
+
+ * Fix typo in logging statement (29213c009bd9)
+ * Fix short description in python-ad-dbg
+
+ -- Michele Baldessari <michele at pupazzo.org> Sun, 05 Apr 2009 22:01:41 +0200
+
python-ad (0.9-2) unstable; urgency=low
* Fixed wrong copyright for lib/ad/protocol/krb5.c
Modified: packages/python-ad/trunk/debian/control
===================================================================
--- packages/python-ad/trunk/debian/control 2009-04-05 19:48:17 UTC (rev 8121)
+++ packages/python-ad/trunk/debian/control 2009-04-05 20:02:15 UTC (rev 8122)
@@ -26,7 +26,7 @@
Architecture: any
Section: debug
Depends: python-ad (= ${binary:Version}), python-dbg, ${shlibs:Depends}, ${misc:Depends}
-Description: Active Directory interface module for Python
+Description: Active Directory interface module for Python (debug extension)
This Python module allows the manipulation of objects in Microsoft
Active Directory
.
Modified: packages/python-ad/trunk/debian/patches/00list
===================================================================
--- packages/python-ad/trunk/debian/patches/00list 2009-04-05 19:48:17 UTC (rev 8121)
+++ packages/python-ad/trunk/debian/patches/00list 2009-04-05 20:02:15 UTC (rev 8122)
@@ -1 +1,2 @@
#No patches needed yet for 0.9
+10_typo_on_exception
Added: packages/python-ad/trunk/debian/patches/10_typo_on_exception.dpatch
===================================================================
--- packages/python-ad/trunk/debian/patches/10_typo_on_exception.dpatch (rev 0)
+++ packages/python-ad/trunk/debian/patches/10_typo_on_exception.dpatch 2009-04-05 20:02:15 UTC (rev 8122)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 10_typo_on_exception.dpatch by <Michele Baldessari <michele at pupazzo.org>>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Fix typo in logging code
+
+ at DPATCH@
+diff -urNad python-ad-0.9~/lib/ad/core/locate.py python-ad-0.9/lib/ad/core/locate.py
+--- python-ad-0.9~/lib/ad/core/locate.py 2008-10-31 15:19:34.000000000 +0100
++++ python-ad-0.9/lib/ad/core/locate.py 2009-04-05 21:52:59.000000000 +0200
+@@ -242,7 +242,7 @@
+ answer = self._dns_query(reply.q_hostname, 'A')
+ if len(answer) != 1:
+ self.m_logger.error('Forward DNS returned %d entries (need 1)' %
+- len(anser))
++ len(answer))
+ return False
+ address = answer[0].address
+ revname = dns.reversename.from_address(address)
Property changes on: packages/python-ad/trunk/debian/patches/10_typo_on_exception.dpatch
___________________________________________________________________
Added: svn:executable
+ *
More information about the Python-modules-commits
mailing list