[Python-modules-commits] r7850 - in packages/ldaptor/trunk/debian (changelog control pycompat)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Wed Mar 11 07:34:01 UTC 2009
Date: Wednesday, March 11, 2009 @ 07:34:00
Author: morph
Revision: 7850
* debian/control
- reformat long descriptions, to better use items lists
- reformat short descriptions, in particular un-capitalize them
* debian/pycompat
- removed since not needed
Modified:
packages/ldaptor/trunk/debian/changelog
packages/ldaptor/trunk/debian/control
Deleted:
packages/ldaptor/trunk/debian/pycompat
Modified: packages/ldaptor/trunk/debian/changelog
===================================================================
--- packages/ldaptor/trunk/debian/changelog 2009-03-11 07:02:16 UTC (rev 7849)
+++ packages/ldaptor/trunk/debian/changelog 2009-03-11 07:34:00 UTC (rev 7850)
@@ -7,6 +7,11 @@
- clearly separated license and copyright notices
- indented upstream author with 4 spaces
- link to LGPL-2.1 file, instead of the generic LGPL
+ * debian/control
+ - reformat long descriptions, to better use items lists
+ - reformat short descriptions, in particular un-capitalize them
+ * debian/pycompat
+ - removed since not needed
[ Ansgar Burchardt ]
* debian/control:
@@ -24,7 +29,7 @@
- add Sandro Tosi and Jan Dittberner as Uploaders
- add Vcs-Svn and Vcs-Browser
- -- Sandro Tosi <morph at debian.org> Wed, 11 Mar 2009 08:01:30 +0100
+ -- Sandro Tosi <morph at debian.org> Wed, 11 Mar 2009 08:18:51 +0100
ldaptor (0.0.43-2) unstable; urgency=low
Modified: packages/ldaptor/trunk/debian/control
===================================================================
--- packages/ldaptor/trunk/debian/control 2009-03-11 07:02:16 UTC (rev 7849)
+++ packages/ldaptor/trunk/debian/control 2009-03-11 07:34:00 UTC (rev 7850)
@@ -13,42 +13,29 @@
Package: ldaptor-utils
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-ldaptor
-Description: Command-line LDAP utilities
+Description: command-line LDAP utilities
A set of LDAP utilities for use from the command line, including:
.
- ldaptor-search -- Search LDAP directories.
- .
- ldaptor-namingcontexts -- Fetch the naming contexts the server supports.
- .
- ldaptor-find-server -- Find the server that serves the wanted DN by
- looking at DNS SRV records.
- .
- ldaptor-passwd -- Change passwords.
- .
- ldaptor-rename -- Change object RDN and DNs.
- .
- ldaptor-ldap2passwd -- Generate passwd(5) format data from LDAP
- accounts.
- .
- ldaptor-getfreenumber -- Do an efficient scan for e.g. next free
- uidNumber.
- .
- ldaptor-ldap2dhcpconf -- Create dhcp.conf based on LDAP host info.
- .
- ldaptor-ldap2dnszones -- Create a DNS zone files based on LDAP host
- info.
- .
- ldaptor-ldap2maradns -- Create a maradns zone file based on LDAP host
- info.
- .
- ldaptor-ldap2pdns -- pdns pipe backend.
- .
- ldaptor-fetchschema -- Fetch schema from a server.
+ * ldaptor-search -- Search LDAP directories.
+ * ldaptor-namingcontexts -- Fetch the naming contexts the server supports.
+ * ldaptor-find-server -- Find the server that serves the wanted DN by
+ looking at DNS SRV records.
+ * ldaptor-passwd -- Change passwords.
+ * ldaptor-rename -- Change object RDN and DNs.
+ * ldaptor-ldap2passwd -- Generate passwd(5) format data from LDAP
+ accounts.
+ * ldaptor-getfreenumber -- Do an efficient scan for e.g. next free
+ uidNumber.
+ * ldaptor-ldap2dhcpconf -- Create dhcp.conf based on LDAP host info.
+ * ldaptor-ldap2dnszones -- Create a DNS zone files based on LDAP host info.
+ * ldaptor-ldap2maradns -- Create a maradns zone file based on LDAP host info.
+ * ldaptor-ldap2pdns -- pdns pipe backend.
+ * ldaptor-fetchschema -- Fetch schema from a server.
Package: ldaptor-webui
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-nevow , python-webut, python-ldaptor, python-openssl
-Description: Web user interface for editing LDAP directories
+Description: web user interface for editing LDAP directories
A web-based user interface to search and edit information in an LDAP
directory.
@@ -59,21 +46,22 @@
Provides: ${python:Provides}
Replaces: python2.3-ldaptor, ldaptor-common
Conflicts: python2.3-ldaptor, ldaptor-common
-Description: Pure-Python library for LDAP
- Ldaptor is a pure-Python library that implements
- * LDAP client logic.
- * separately-accessible LDAP and BER protocol message
- generation/parsing.
- * ASCII-format LDAP filter generation and parsing.
- * LDIF format data generation.
- * Samba password changing logic.
+Description: pure-Python library for LDAP operations
+ Ldaptor is a pure-Python library that implements:
+ .
+ * LDAP client logic.
+ * separately-accessible LDAP and BER protocol message generation/parsing.
+ * ASCII-format LDAP filter generation and parsing.
+ * LDIF format data generation.
+ * Samba password changing logic.
Package: ldaptor-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
-Description: Documentation for Ldaptor
- A collection of documentation about Ldaptor and LDAP, including
- * An introduction to LDAP
- * The Ldaptor library API
- * Slides for a talk "Creating a simple LDAP application"
+Description: documentation for Ldaptor
+ A collection of documentation about Ldaptor and LDAP, including:
+ .
+ * An introduction to LDAP
+ * The Ldaptor library API
+ * Slides for a talk "Creating a simple LDAP application"
Deleted: packages/ldaptor/trunk/debian/pycompat
===================================================================
--- packages/ldaptor/trunk/debian/pycompat 2009-03-11 07:02:16 UTC (rev 7849)
+++ packages/ldaptor/trunk/debian/pycompat 2009-03-11 07:34:00 UTC (rev 7850)
@@ -1 +0,0 @@
-2
More information about the Python-modules-commits
mailing list