[Python-modules-commits] r16168 - in packages/django-auth-ldap/trunk/debian (3 files)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Sun Mar 20 20:27:05 UTC 2011


    Date: Sunday, March 20, 2011 @ 20:27:00
  Author: fladi-guest
Revision: 16168

New upstream release.
Run `wrap-and-sort`.

Modified:
  packages/django-auth-ldap/trunk/debian/changelog
  packages/django-auth-ldap/trunk/debian/control
  packages/django-auth-ldap/trunk/debian/copyright

Modified: packages/django-auth-ldap/trunk/debian/changelog
===================================================================
--- packages/django-auth-ldap/trunk/debian/changelog	2011-03-20 11:16:28 UTC (rev 16167)
+++ packages/django-auth-ldap/trunk/debian/changelog	2011-03-20 20:27:00 UTC (rev 16168)
@@ -1,13 +1,15 @@
-django-auth-ldap (1.0.7-2) unstable; urgency=low
+django-auth-ldap (1.0.8-1) unstable; urgency=low
 
+  * New upstream release.
   * Upload to unstable.
   * Update DEP5 format.
   * Drop debian/pyversions in favour of XS-Python-Version.
   * Set PMPT as maintainer and myself as uploader.
   * Simplify debian/rules by using a static settings.py.
   * Remove bogus docs/._index.rst ahead of building documentation.
+  * Streamline packaging code with .
 
- -- Fladischer Michael <FladischerMichael at fladi.at>  Mon, 07 Feb 2011 13:56:58 +0100
+ -- Fladischer Michael <FladischerMichael at fladi.at>  Sun, 20 Mar 2011 21:20:34 +0100
 
 django-auth-ldap (1.0.7-1) experimental; urgency=low
 

Modified: packages/django-auth-ldap/trunk/debian/control
===================================================================
--- packages/django-auth-ldap/trunk/debian/control	2011-03-20 11:16:28 UTC (rev 16167)
+++ packages/django-auth-ldap/trunk/debian/control	2011-03-20 20:27:00 UTC (rev 16168)
@@ -3,8 +3,11 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Fladischer Michael <FladischerMichael at fladi.at>
-Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.3), python-support, 
- python-django, python-sphinx
+Build-Depends: debhelper (>= 7.0.50~),
+               python-all (>= 2.3),
+               python-django,
+               python-sphinx,
+               python-support
 Standards-Version: 3.9.1
 XS-Python-Version: >= 2.3
 Homepage: http://pypi.python.org/pypi/django-auth-ldap/
@@ -13,9 +16,9 @@
 
 Package: python-django-auth-ldap
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-django, python-ldap (>= 2.0)
+Depends: python-django, python-ldap (>= 2.0), ${misc:Depends}, ${python:Depends}
 Description: Django LDAP authentication backend
- Django authentication backend that authenticates against an LDAP 
- service. Configuration can be as simple as a single distinguished 
- name template, but there are many rich configuration options for 
+ Django authentication backend that authenticates against an LDAP
+ service. Configuration can be as simple as a single distinguished
+ name template, but there are many rich configuration options for
  working with users, groups, and permissions.

Modified: packages/django-auth-ldap/trunk/debian/copyright
===================================================================
--- packages/django-auth-ldap/trunk/debian/copyright	2011-03-20 11:16:28 UTC (rev 16167)
+++ packages/django-auth-ldap/trunk/debian/copyright	2011-03-20 20:27:00 UTC (rev 16168)
@@ -32,4 +32,3 @@
  CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-




More information about the Python-modules-commits mailing list