[Python-modules-commits] r8120 - in packages/python-ad/trunk/debian (changelog control)

mbaldessari-guest at users.alioth.debian.org mbaldessari-guest at users.alioth.debian.org
Sun Apr 5 19:40:37 UTC 2009


    Date: Sunday, April 5, 2009 @ 19:40:36
  Author: mbaldessari-guest
Revision: 8120

python-ad (0.9-2) unstable; urgency=low

  * Fixed wrong copyright for lib/ad/protocol/krb5.c
  * Updated new homepage in debian/copyright
  * Fixed python-ad-dbg section (now "debug")
  * Bump Standards-Version to 3.8.1, no changes necessary
  * Add ${misc:Depends} to python-ad-dbg

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

Modified: packages/python-ad/trunk/debian/changelog
===================================================================
--- packages/python-ad/trunk/debian/changelog	2009-04-05 19:37:13 UTC (rev 8119)
+++ packages/python-ad/trunk/debian/changelog	2009-04-05 19:40:36 UTC (rev 8120)
@@ -1,3 +1,13 @@
+python-ad (0.9-2) unstable; urgency=low
+
+  * Fixed wrong copyright for lib/ad/protocol/krb5.c
+  * Updated new homepage in debian/copyright
+  * Fixed python-ad-dbg section (now "debug")
+  * Bump Standards-Version to 3.8.1, no changes necessary
+  * Add ${misc:Depends} to python-ad-dbg
+
+ -- Michele Baldessari <michele at pupazzo.org>  Sun, 05 Apr 2009 21:32:56 +0200
+
 python-ad (0.9-1) unstable; urgency=low
 
   [ Michele Baldessari ]
@@ -6,8 +16,6 @@
   * VCS-* fields should point to the package's VCS (thanks Sandro Tosi)
   * python-setuptools is now a required dependency (thanks bzed)
   * Clear up copyright info about *.bin files
-  * Fixed wrong copyright for lib/ad/protocol/krb5.c
-  * Updated new homepage in debian/copyright
 
   [ Sandro Tosi ]
   * debian/control

Modified: packages/python-ad/trunk/debian/control
===================================================================
--- packages/python-ad/trunk/debian/control	2009-04-05 19:37:13 UTC (rev 8119)
+++ packages/python-ad/trunk/debian/control	2009-04-05 19:40:36 UTC (rev 8120)
@@ -4,7 +4,7 @@
 Maintainer: Michele Baldessari <michele at pupazzo.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 5), python-support (>= 0.5.3), python-all-dev (>= 2.3.5-11), python-all-dbg, libldap2-dev, libsasl2-dev, cdbs (>= 0.4.41), docbook-xsl, dpatch, libkrb5-dev, xsltproc, python-setuptools
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
 Homepage: http://code.google.com/p/python-ad
 Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/python-ad/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-ad/trunk/
@@ -24,10 +24,11 @@
 
 Package: python-ad-dbg
 Architecture: any
-Depends: python-ad (= ${binary:Version}), python-dbg, ${shlibs:Depends}
+Section: debug
+Depends: python-ad (= ${binary:Version}), python-dbg, ${shlibs:Depends}, ${misc:Depends}
 Description: Active Directory interface module for Python
- This Python module allows the manipulation of objects in Microsoft's 
- Active Directory. 
+ This Python module allows the manipulation of objects in Microsoft
+ Active Directory
  .
  It supports: auto-discovery of domain controllers, simple handling of 
  Kerberos credentials, transparent multi-domain functionality,




More information about the Python-modules-commits mailing list