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

jandd-guest at users.alioth.debian.org jandd-guest at users.alioth.debian.org
Tue Mar 10 05:37:57 UTC 2009


    Date: Tuesday, March 10, 2009 @ 05:37:56
  Author: jandd-guest
Revision: 7837

remove unneeded postinst, change Maintainer/Uploaders, add Vcs-*

Modified:
  packages/ldaptor/trunk/debian/changelog
  packages/ldaptor/trunk/debian/control
Deleted:
  packages/ldaptor/trunk/debian/postinst

Modified: packages/ldaptor/trunk/debian/changelog
===================================================================
--- packages/ldaptor/trunk/debian/changelog	2009-03-10 05:22:51 UTC (rev 7836)
+++ packages/ldaptor/trunk/debian/changelog	2009-03-10 05:37:56 UTC (rev 7837)
@@ -12,8 +12,15 @@
     - Do not duplicate Section field for binary packages.
   * debian/rules: Do not rely on python-support internals to find files,
     instead remove them earlier using the standard path (Closes: #516306).
-  * postinst: Set -e option.
 
+  [ Jan Dittberner ]
+  * remove unneeded debian/postinst containing only #DEBHELPER#
+  * debian/control:
+    - wrap long lines
+    - change Maintainer to DPMT
+    - add Sandro Tosi and Jan Dittberner as Uploaders
+    - add Vcs-Svn and Vcs-Browser
+
  -- Sandro Tosi <morph at debian.org>  Mon, 09 Mar 2009 20:06:25 +0100
 
 ldaptor (0.0.43-2) unstable; urgency=low

Modified: packages/ldaptor/trunk/debian/control
===================================================================
--- packages/ldaptor/trunk/debian/control	2009-03-10 05:22:51 UTC (rev 7836)
+++ packages/ldaptor/trunk/debian/control	2009-03-10 05:37:56 UTC (rev 7837)
@@ -1,11 +1,20 @@
 Source: ldaptor
 Section: admin
 Priority: optional
-Maintainer: Debian QA Group <packages at qa.debian.org>
+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-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
 Homepage: http://www.inoi.fi/open/trac/ldaptor
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/ldaptor/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/ldaptor/trunk/
 
 Package: ldaptor-utils
 Architecture: all
@@ -44,7 +53,8 @@
 
 Package: ldaptor-webui
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-nevow , python-webut, python-ldaptor, python-openssl
+Depends: ${python:Depends}, ${misc:Depends}, python-nevow ,
+ python-webut, python-ldaptor, python-openssl
 Description: Web user interface for editing LDAP directories
  A web-based user interface to search and edit information in an LDAP
  directory.
@@ -52,7 +62,9 @@
 Package: python-ldaptor
 Section: python
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-twisted-core (>= 2.2), python-twisted-names (>= 0.2), python-twisted-mail (>= 0.2), python-twisted-web (>= 0.5), python-pyparsing
+Depends: ${python:Depends}, ${misc:Depends}, python-twisted-core (>=
+ 2.2), python-twisted-names (>= 0.2), python-twisted-mail (>= 0.2),
+ python-twisted-web (>= 0.5), python-pyparsing
 Provides: ${python:Provides}
 Replaces: python2.3-ldaptor, ldaptor-common
 Conflicts: python2.3-ldaptor, ldaptor-common

Deleted: packages/ldaptor/trunk/debian/postinst
===================================================================
--- packages/ldaptor/trunk/debian/postinst	2009-03-10 05:22:51 UTC (rev 7836)
+++ packages/ldaptor/trunk/debian/postinst	2009-03-10 05:37:56 UTC (rev 7837)
@@ -1,3 +0,0 @@
-#!/bin/sh -e
-
-#DEBHELPER#




More information about the Python-modules-commits mailing list