[Python-modules-commits] r26583 - in packages/django-ldapdb/trunk (5 files)

obergix at users.alioth.debian.org obergix at users.alioth.debian.org
Wed Nov 27 09:55:25 UTC 2013


    Date: Wednesday, November 27, 2013 @ 09:55:24
  Author: obergix
Revision: 26583

Correct packaging

Added:
  packages/django-ldapdb/trunk/.gitignore
  packages/django-ldapdb/trunk/debian/clean
  packages/django-ldapdb/trunk/debian/copyright
Modified:
  packages/django-ldapdb/trunk/debian/changelog
  packages/django-ldapdb/trunk/debian/control

Added: packages/django-ldapdb/trunk/.gitignore
===================================================================
--- packages/django-ldapdb/trunk/.gitignore	                        (rev 0)
+++ packages/django-ldapdb/trunk/.gitignore	2013-11-27 09:55:24 UTC (rev 26583)
@@ -0,0 +1,5 @@
+*.egg
+*.egg-info
+*.pyc
+build/
+debian/python-django-ldapdb/

Modified: packages/django-ldapdb/trunk/debian/changelog
===================================================================
--- packages/django-ldapdb/trunk/debian/changelog	2013-11-27 09:55:20 UTC (rev 26582)
+++ packages/django-ldapdb/trunk/debian/changelog	2013-11-27 09:55:24 UTC (rev 26583)
@@ -1,5 +1,5 @@
-django-ldapdb (0.1.0-1) unstable; urgency=low
+django-ldapdb (0.1.0-1) UNRELEASED; urgency=low
 
-  * source package automatically created by stdeb 0.6.0+git
+  * Initial packaging (Closes: #730548).
 
- -- Jeremy Laine <jeremy.laine at bolloretelecom.eu>  Tue, 26 Nov 2013 16:29:37 +0100
+ -- Olivier Berger <obergix at debian.org>  Tue, 26 Nov 2013 14:38:48 +0100

Added: packages/django-ldapdb/trunk/debian/clean
===================================================================
--- packages/django-ldapdb/trunk/debian/clean	                        (rev 0)
+++ packages/django-ldapdb/trunk/debian/clean	2013-11-27 09:55:24 UTC (rev 26583)
@@ -0,0 +1 @@
+django_ldapdb.egg-info/*

Modified: packages/django-ldapdb/trunk/debian/control
===================================================================
--- packages/django-ldapdb/trunk/debian/control	2013-11-27 09:55:20 UTC (rev 26582)
+++ packages/django-ldapdb/trunk/debian/control	2013-11-27 09:55:24 UTC (rev 26583)
@@ -1,12 +1,15 @@
 Source: django-ldapdb
-Maintainer: Jeremy Laine <jeremy.laine at bolloretelecom.eu>
+Maintainer: Olivier Berger <obergix at debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Section: python
 Priority: optional
-Build-Depends: python-all (>= 2.6.6-3), debhelper (>= 7)
-Standards-Version: 3.9.1
+Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 7)
+Standards-Version: 3.9.4
 
 Package: python-django-ldapdb
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}
-Description: UNKNOWN
+Description: LDAP database backend for Django
+ django-ldapdb is an LDAP database backend for Django. It allows you
+ to manipulate LDAP entries using Django's models.
 

Added: packages/django-ldapdb/trunk/debian/copyright
===================================================================
--- packages/django-ldapdb/trunk/debian/copyright	                        (rev 0)
+++ packages/django-ldapdb/trunk/debian/copyright	2013-11-27 09:55:24 UTC (rev 26583)
@@ -0,0 +1,24 @@
+Copyright (c) 2009-2011, Bolloré Telecom  
+Copyright (c) 2013, Jeremy Lainé <jeremy.laine at m4x.org>
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification,
+are permitted provided that the following conditions are met:
+
+    1. Redistributions of source code must retain the above copyright notice, 
+       this list of conditions and the following disclaimer.
+    
+    2. Redistributions in binary form must reproduce the above copyright 
+       notice, this list of conditions and the following disclaimer in the
+       documentation and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
+ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 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