[Python-modules-commits] r17182 - in packages/ldaptor/trunk/debian (changelog control rules)

jandd at users.alioth.debian.org jandd at users.alioth.debian.org
Fri May 27 14:21:54 UTC 2011


    Date: Friday, May 27, 2011 @ 14:21:53
  Author: jandd
Revision: 17182

* debian/control:
  - remove unneeded Breaks: ${python:Breaks}
  - bump Standards-Version to 3.9.2 (no changes needed)

Modified:
  packages/ldaptor/trunk/debian/changelog
  packages/ldaptor/trunk/debian/control
  packages/ldaptor/trunk/debian/rules

Modified: packages/ldaptor/trunk/debian/changelog
===================================================================
--- packages/ldaptor/trunk/debian/changelog	2011-05-27 14:07:42 UTC (rev 17181)
+++ packages/ldaptor/trunk/debian/changelog	2011-05-27 14:21:53 UTC (rev 17182)
@@ -1,3 +1,11 @@
+ldaptor (0.0.43+debian1-6) UNRELEASED; urgency=low
+
+  * debian/control:
+    - remove unneeded Breaks: ${python:Breaks}
+    - bump Standards-Version to 3.9.2 (no changes needed)
+
+ -- Jan Dittberner <jandd at debian.org>  Fri, 27 May 2011 16:12:29 +0200
+
 ldaptor (0.0.43+debian1-4) unstable; urgency=low
 
   * remove broken binary package ldaptor-webui

Modified: packages/ldaptor/trunk/debian/control
===================================================================
--- packages/ldaptor/trunk/debian/control	2011-05-27 14:07:42 UTC (rev 17181)
+++ packages/ldaptor/trunk/debian/control	2011-05-27 14:21:53 UTC (rev 17182)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Jan Dittberner <jandd at debian.org>
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Build-Depends-Indep: docbook-slides (>= 3.2.0), xsltproc,
  source-highlight, python-epydoc, dia (>= 0.93-2), python-docutils,
  python-twisted-core, python-twisted-names, python-twisted-mail,
@@ -17,7 +17,6 @@
 Package: ldaptor-utils
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}, python-ldaptor
-Breaks: ${python:Breaks}
 Description: command-line LDAP utilities
  A set of LDAP utilities for use from the command line, including:
  .

Modified: packages/ldaptor/trunk/debian/rules
===================================================================
--- packages/ldaptor/trunk/debian/rules	2011-05-27 14:07:42 UTC (rev 17181)
+++ packages/ldaptor/trunk/debian/rules	2011-05-27 14:21:53 UTC (rev 17182)
@@ -11,7 +11,7 @@
 PYDEFAULT=$(shell pyversions -d)
 
 %:
-	dh --with python2 $@
+	dh --with python2 --buildsystem=python_distutils $@
 
 override_dh_install:
 	dh_install




More information about the Python-modules-commits mailing list