[Python-modules-commits] r6703 - in packages/python-ad/trunk/debian (3 files)

mbaldessari-guest at users.alioth.debian.org mbaldessari-guest at users.alioth.debian.org
Fri Oct 17 19:40:02 UTC 2008


    Date: Friday, October 17, 2008 @ 19:40:00
  Author: mbaldessari-guest
Revision: 6703

* Implemented most of bzeds suggestions

Modified:
  packages/python-ad/trunk/debian/changelog
  packages/python-ad/trunk/debian/control
  packages/python-ad/trunk/debian/copyright

Modified: packages/python-ad/trunk/debian/changelog
===================================================================
--- packages/python-ad/trunk/debian/changelog	2008-10-16 18:59:45 UTC (rev 6702)
+++ packages/python-ad/trunk/debian/changelog	2008-10-17 19:40:00 UTC (rev 6703)
@@ -4,8 +4,12 @@
   * Fix watch file
   * Remove pyversions 
   * Added Vcs-Browser and Vcs-Hg control fields
+  * Fixed Python capitalization in description
+  * Tightened up dependencies on cdbs 
+  * Loosened dependencies on debhelper to ease backporting
+  * Moved debian/copyright to parseable format
 
- -- Michele Baldessari <michele at pupazzo.org>  Tue, 14 Oct 2008 22:30:52 +0200
+ -- Michele Baldessari <michele at pupazzo.org>  Fri, 17 Oct 2008 20:36:17 +0200
 
 python-ad (0.8-2) UNRELEASED; urgency=low
 

Modified: packages/python-ad/trunk/debian/control
===================================================================
--- packages/python-ad/trunk/debian/control	2008-10-16 18:59:45 UTC (rev 6702)
+++ packages/python-ad/trunk/debian/control	2008-10-17 19:40:00 UTC (rev 6703)
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Michele Baldessari <michele at pupazzo.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7), python-support (>= 0.5.3), python-all-dev (>= 2.3.5-11), libldap2-dev, libsasl2-dev, cdbs, docbook-xsl, dpatch, libkrb5-dev, xsltproc
+Build-Depends: debhelper (>= 5), python-support (>= 0.5.3), python-all-dev (>= 2.3.5-11), libldap2-dev, libsasl2-dev, cdbs (>= 0.4.41), docbook-xsl, dpatch, libkrb5-dev, xsltproc
 Standards-Version: 3.8.0
 Homepage: http://www.boskant.nl/trac/python-ad
 Vcs-Browser: http://www.boskant.nl/trac/python-ad/browser
@@ -12,7 +12,7 @@
 Package: python-ad
 Architecture: any
 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-ldap, python-dnspython, python-ply, libsasl2-modules-gssapi-mit
-Description: Active Directory interface module for python
+Description: Active Directory interface module for Python
  This Python module allows the manipulation of objects in Microsoft's 
  Active Directory. 
  .

Modified: packages/python-ad/trunk/debian/copyright
===================================================================
--- packages/python-ad/trunk/debian/copyright	2008-10-16 18:59:45 UTC (rev 6702)
+++ packages/python-ad/trunk/debian/copyright	2008-10-17 19:40:00 UTC (rev 6703)
@@ -1,18 +1,21 @@
-This package was debianized by Michele Baldessari <Michele Baldessari <michele at pupazzo.org>> on
-Sun, 06 Jul 2008 11:13:45 +0200.
+X-Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
+X-Debianized-By: Michele Baldessari <michele at pupazzo.org>
+X-Debianized-Date: Sun, 06 Jul 2008 11:13:45 +0200.
+X-Source-Downloaded-From: http://www.boskant.nl/trac/python-ad
 
-It was downloaded from http://www.boskant.nl/trac/python-ad
+Files: *
+Copyright: © 2007 Geert Jansen <geert at boskant.nl>
+License: MIT
 
-Upstream Author:
+Files: test.conf.example 
+Copyright: © 2007 The FreeADI Authors
+License: MIT
 
-    Geert Jansen <geert at boskant.nl>
+Files: debian/*
+Copyright: © 2008 Michele Baldessari <michele at pupazzo.org>
+License: MIT
 
-Copyright:
-
-    Copyright (c) 2007 the Python-AD authors.
-
-License:
-
+License: MIT
     Permission is hereby granted, free of charge, to any person obtaining a copy
     of this software and associated documentation files (the "Software"), to deal
     in the Software without restriction, including without limitation the rights
@@ -30,6 +33,3 @@
     LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
     OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
     THE SOFTWARE.
-
-The Debian packaging is (C) 2008, Michele Baldessari <michele at pupazzo.org> and
-is licensed under this same MIT license. 




More information about the Python-modules-commits mailing list