[Python-modules-commits] r21759 - in packages/ldaptor/trunk/debian (4 files)

jandd at users.alioth.debian.org jandd at users.alioth.debian.org
Tue May 15 09:22:46 UTC 2012


    Date: Tuesday, May 15, 2012 @ 09:22:45
  Author: jandd
Revision: 21759

* Bump-Standards-Version to 3.9.3 (no changes)
* use symlinks to avoid duplicate files in ldaptor-doc, add
  override_dh_link in debian/rules, add debian/ldaptor-doc.links

Added:
  packages/ldaptor/trunk/debian/ldaptor-doc.links
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	2012-05-15 08:54:39 UTC (rev 21758)
+++ packages/ldaptor/trunk/debian/changelog	2012-05-15 09:22:45 UTC (rev 21759)
@@ -2,6 +2,9 @@
 
   * Fix "FTBFS if built twice in a row: unrepresentable changes to source"
     remove build directory in debian/rules clean (Closes: #671527)
+  * Bump-Standards-Version to 3.9.3 (no changes)
+  * use symlinks to avoid duplicate files in ldaptor-doc, add
+    override_dh_link in debian/rules, add debian/ldaptor-doc.links
 
  -- Jan Dittberner <jandd at debian.org>  Tue, 15 May 2012 10:19:37 +0200
 

Modified: packages/ldaptor/trunk/debian/control
===================================================================
--- packages/ldaptor/trunk/debian/control	2012-05-15 08:54:39 UTC (rev 21758)
+++ packages/ldaptor/trunk/debian/control	2012-05-15 09:22:45 UTC (rev 21759)
@@ -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.2
+Standards-Version: 3.9.3
 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,

Added: packages/ldaptor/trunk/debian/ldaptor-doc.links
===================================================================
--- packages/ldaptor/trunk/debian/ldaptor-doc.links	                        (rev 0)
+++ packages/ldaptor/trunk/debian/ldaptor-doc.links	2012-05-15 09:22:45 UTC (rev 21759)
@@ -0,0 +1,17 @@
+usr/share/doc/ldaptor-doc/addressbook-slides/browser/slides-plain.css usr/share/doc/ldaptor-doc/addressbook-slides/browser/slides-w3c.css
+usr/share/doc/ldaptor-doc/api/index.html usr/share/doc/ldaptor-doc/api/frames.html
+usr/share/doc/ldaptor-doc/examples/addressbook/03_webapp/addressbook.tac usr/share/doc/ldaptor-doc/examples/addressbook/04_dynamic/addressbook.tac
+usr/share/doc/ldaptor-doc/examples/addressbook/03_webapp/addressbook.tac usr/share/doc/ldaptor-doc/examples/addressbook/05_form/addressbook.tac
+usr/share/doc/ldaptor-doc/examples/addressbook/03_webapp/addressbook.tac usr/share/doc/ldaptor-doc/examples/addressbook/06_pretty/addressbook.tac 
+usr/share/doc/ldaptor-doc/examples/addressbook/03_webapp/addressbook.tac usr/share/doc/ldaptor-doc/examples/addressbook/07_easy/addressbook.tac
+usr/share/doc/ldaptor-doc/examples/addressbook/03_webapp/run usr/share/doc/ldaptor-doc/examples/addressbook/04_dynamic/run
+usr/share/doc/ldaptor-doc/examples/addressbook/03_webapp/run usr/share/doc/ldaptor-doc/examples/addressbook/05_form/run
+usr/share/doc/ldaptor-doc/examples/addressbook/03_webapp/run usr/share/doc/ldaptor-doc/examples/addressbook/06_pretty/run
+usr/share/doc/ldaptor-doc/examples/addressbook/03_webapp/run usr/share/doc/ldaptor-doc/examples/addressbook/07_easy/run
+usr/share/doc/ldaptor-doc/examples/addressbook/06_pretty/searchform.xhtml usr/share/doc/ldaptor-doc/examples/addressbook/07_easy/searchform.xhtml
+usr/share/doc/ldaptor-doc/ldap-intro/chat-bind.dia.png usr/share/doc/ldaptor-doc/addressbook-slides/chat-bind.dia.png
+usr/share/doc/ldaptor-doc/ldap-intro/chat-search-pipeline.dia.png usr/share/doc/ldaptor-doc/addressbook-slides/chat-search-pipeline.dia.png
+usr/share/doc/ldaptor-doc/ldap-intro/chat-search.dia.png usr/share/doc/ldaptor-doc/addressbook-slides/chat-search.dia.png
+usr/share/doc/ldaptor-doc/ldap-intro/chat-unbind.dia.png usr/share/doc/ldaptor-doc/addressbook-slides/chat-unbind.dia.png
+usr/share/doc/ldaptor-doc/ldap-intro/ldap-is-a-tree.dia.png usr/share/doc/ldaptor-doc/addressbook-slides/ldap-is-a-tree.dia.png
+usr/share/doc/ldaptor-doc/ldap-intro/ldapfilter-as-tree.dia.png usr/share/doc/ldaptor-doc/addressbook-slides/ldapfilter-as-tree.dia.png

Modified: packages/ldaptor/trunk/debian/rules
===================================================================
--- packages/ldaptor/trunk/debian/rules	2012-05-15 08:54:39 UTC (rev 21758)
+++ packages/ldaptor/trunk/debian/rules	2012-05-15 09:22:45 UTC (rev 21759)
@@ -26,6 +26,12 @@
 	make -C doc
 	touch $@
 
+override_dh_link:
+	cut -f 2 -d " " debian/ldaptor-doc.links | while read fname; do \
+	    rm -f debian/python-doc/$$fname; \
+	done
+	dh_link
+
 override_dh_compress:
 	dh_compress -X.py -X.js -Xapi-objects.txt
 




More information about the Python-modules-commits mailing list