[Python-modules-commits] r7859 - in packages/ldaptor/trunk/debian (changelog control rules)
jandd-guest at users.alioth.debian.org
jandd-guest at users.alioth.debian.org
Thu Mar 12 21:13:02 UTC 2009
Date: Thursday, March 12, 2009 @ 21:13:01
Author: jandd-guest
Revision: 7859
fix lintian error
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 2009-03-12 16:49:47 UTC (rev 7858)
+++ packages/ldaptor/trunk/debian/changelog 2009-03-12 21:13:01 UTC (rev 7859)
@@ -30,6 +30,9 @@
- change Maintainer to DPMT
- add Sandro Tosi and Jan Dittberner as Uploaders
- add Vcs-Svn and Vcs-Browser
+ - move dpatch to Build-Depends to fix lintian error
+ clean-should-be-satisfied-by-build-depends
+ * debian/rules: remove upstream debian/postinst
-- Sandro Tosi <morph at debian.org> Wed, 11 Mar 2009 21:21:53 +0100
Modified: packages/ldaptor/trunk/debian/control
===================================================================
--- packages/ldaptor/trunk/debian/control 2009-03-12 16:49:47 UTC (rev 7858)
+++ packages/ldaptor/trunk/debian/control 2009-03-12 21:13:01 UTC (rev 7859)
@@ -4,8 +4,8 @@
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Sandro Tosi <morph at debian.org>, Jan Dittberner <jan at dittberner.info>
Standards-Version: 3.8.0
-Build-Depends-Indep: docbook-slides (>= 3.2.0), xsltproc, source-highlight, python-epydoc, dia (>= 0.93-2), python-twisted-core , python-twisted-names , python-twisted-mail , python-twisted-web , python-nevow , python-webut, python-pyparsing, python-openssl, python-crypto, python-support (>= 0.6), dpatch
-Build-Depends: cdbs (>= 0.4.49), debhelper (>> 6.0.0), python-all-dev
+Build-Depends-Indep: docbook-slides (>= 3.2.0), xsltproc, source-highlight, python-epydoc, dia (>= 0.93-2), python-twisted-core , python-twisted-names , python-twisted-mail , python-twisted-web , python-nevow , python-webut, python-pyparsing, python-openssl, python-crypto, python-support (>= 0.6)
+Build-Depends: cdbs (>= 0.4.49), debhelper (>> 6.0.0), python-all-dev, dpatch
XS-Python-Version: all
Homepage: http://www.inoi.fi/open/trac/ldaptor
Vcs-Svn: svn://svn.debian.org/python-modules/packages/ldaptor/trunk/
Modified: packages/ldaptor/trunk/debian/rules
===================================================================
--- packages/ldaptor/trunk/debian/rules 2009-03-12 16:49:47 UTC (rev 7858)
+++ packages/ldaptor/trunk/debian/rules 2009-03-12 21:13:01 UTC (rev 7859)
@@ -35,3 +35,5 @@
make -C doc clean
rm -rf _trial_temp
rm -f doc-stamp
+ # workaround for dirty upstream debian dir
+ rm -f debian/postinst
More information about the Python-modules-commits
mailing list