[Python-modules-commits] r13568 - in packages/ldaptor/trunk/debian (4 files)

jandd at users.alioth.debian.org jandd at users.alioth.debian.org
Wed Jun 23 18:22:42 UTC 2010


    Date: Wednesday, June 23, 2010 @ 18:22:33
  Author: jandd
Revision: 13568

(Closes: #586884). Thanks to Angel Abad for the bug report and the initial
* add debian/ldaptor-doc.doc-base.api,
debian/ldaptor-doc.doc-base.ldap-intro, and
debian/ldaptor-doc.doc-base.addressbook-slides to register
documentation with doc-base

Added:
  packages/ldaptor/trunk/debian/ldaptor-doc.doc-base.addressbook-slides
  packages/ldaptor/trunk/debian/ldaptor-doc.doc-base.api
  packages/ldaptor/trunk/debian/ldaptor-doc.doc-base.ldap-intro
Modified:
  packages/ldaptor/trunk/debian/changelog

Modified: packages/ldaptor/trunk/debian/changelog
===================================================================
--- packages/ldaptor/trunk/debian/changelog	2010-06-23 17:51:27 UTC (rev 13567)
+++ packages/ldaptor/trunk/debian/changelog	2010-06-23 18:22:33 UTC (rev 13568)
@@ -1,11 +1,18 @@
 ldaptor (0.0.43+debian1-3) UNRELEASED; urgency=low
 
+  [ Jakub Wilk ]
   * Don't hardcode ‘site-packages’ in debian/*.install, debian/rules
-    (closes: #586884). Thanks to Angel Abad for the bug report and the initial
+    (Closes: #586884). Thanks to Angel Abad for the bug report and the initial
     patch.
 
- -- Jakub Wilk <jwilk at debian.org>  Wed, 23 Jun 2010 16:21:06 +0200
+  [ Jan Dittberner ]
+  * add debian/ldaptor-doc.doc-base.api,
+    debian/ldaptor-doc.doc-base.ldap-intro, and
+    debian/ldaptor-doc.doc-base.addressbook-slides to register
+    documentation with doc-base
 
+ -- Jan Dittberner <jandd at debian.org>  Wed, 23 Jun 2010 19:53:06 +0200
+
 ldaptor (0.0.43+debian1-2) unstable; urgency=low
 
   * add debian/patches/04_replace_string_exceptions_585240_585298_.patch

Added: packages/ldaptor/trunk/debian/ldaptor-doc.doc-base.addressbook-slides
===================================================================
--- packages/ldaptor/trunk/debian/ldaptor-doc.doc-base.addressbook-slides	                        (rev 0)
+++ packages/ldaptor/trunk/debian/ldaptor-doc.doc-base.addressbook-slides	2010-06-23 18:22:33 UTC (rev 13568)
@@ -0,0 +1,10 @@
+Document: ldaptor-addressbook-slides
+Title: Creating a simple LDAP application
+Author: Tommi Virtanen
+Abstract: Short series of slides showing how to create simple Ldaptor
+ based LDAP servers and clients.
+Section: Programming/Python
+
+Format: HTML
+Index: /usr/share/doc/ldaptor-doc/addressbook-slides/index.html
+Files: /usr/share/doc/ldaptor-doc/addressbook-slides/*.html

Added: packages/ldaptor/trunk/debian/ldaptor-doc.doc-base.api
===================================================================
--- packages/ldaptor/trunk/debian/ldaptor-doc.doc-base.api	                        (rev 0)
+++ packages/ldaptor/trunk/debian/ldaptor-doc.doc-base.api	2010-06-23 18:22:33 UTC (rev 13568)
@@ -0,0 +1,9 @@
+Document: ldaptor-doc-api
+Title: Ldaptor API documentation
+Abstract: This is the generated documentation of Ldaptor's application
+ programming interface (API)
+Section: Programming/Python
+
+Format: HTML
+Index: /usr/share/doc/ldaptor-doc/api/index.html
+Files: /usr/share/doc/ldaptor-doc/api/*.html

Added: packages/ldaptor/trunk/debian/ldaptor-doc.doc-base.ldap-intro
===================================================================
--- packages/ldaptor/trunk/debian/ldaptor-doc.doc-base.ldap-intro	                        (rev 0)
+++ packages/ldaptor/trunk/debian/ldaptor-doc.doc-base.ldap-intro	2010-06-23 18:22:33 UTC (rev 13568)
@@ -0,0 +1,13 @@
+Document: ldaptor-doc-ldap-intro
+Title: Introduction to LDAP
+Author: Tommi Virtanen
+Abstract: This text is intended as a quick introduction to the
+ interesting bits of the LDAP protocol, and should be useful whether
+ you are managing an LDAP server, programming something using an LDAP
+ library, or writing an LDAP library yourself. I welcome any feedback
+ you might have.
+Section: Programming
+
+Format: HTML
+Index: /usr/share/doc/ldaptor-doc/ldap-intro/index.html
+Files: /usr/share/doc/ldaptor-doc/ldap-intro/*.html




More information about the Python-modules-commits mailing list