[Python-modules-commits] r15219 - in packages/django-auth-ldap/trunk/debian (3 files)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Thu Dec 30 22:47:49 UTC 2010


    Date: Thursday, December 30, 2010 @ 22:47:48
  Author: fladi-guest
Revision: 15219

Clean up included documentation.

Added:
  packages/django-auth-ldap/trunk/debian/python-django-auth-ldap.doc-base
Modified:
  packages/django-auth-ldap/trunk/debian/changelog
  packages/django-auth-ldap/trunk/debian/rules

Modified: packages/django-auth-ldap/trunk/debian/changelog
===================================================================
--- packages/django-auth-ldap/trunk/debian/changelog	2010-12-30 22:21:06 UTC (rev 15218)
+++ packages/django-auth-ldap/trunk/debian/changelog	2010-12-30 22:47:48 UTC (rev 15219)
@@ -1,10 +1,10 @@
-django-auth-ldap (1.0.6-1) UNRELEASED; urgency=low
+django-auth-ldap (1.0.7-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * Bumped version of Debian policy compliance to 3.9.1 (nothing to do).
   * Include documentation. (Closes: #600634)
 
- -- Fladischer Michael <FladischerMichael at fladi.at>  Mon, 18 Oct 2010 22:05:50 +0200
+ -- Fladischer Michael <FladischerMichael at fladi.at>  Thu, 30 Dec 2010 23:19:00 +0100
 
 django-auth-ldap (1.0.5-1) unstable; urgency=low
 

Added: packages/django-auth-ldap/trunk/debian/python-django-auth-ldap.doc-base
===================================================================
--- packages/django-auth-ldap/trunk/debian/python-django-auth-ldap.doc-base	                        (rev 0)
+++ packages/django-auth-ldap/trunk/debian/python-django-auth-ldap.doc-base	2010-12-30 22:47:48 UTC (rev 15219)
@@ -0,0 +1,8 @@
+Document: python-django-auth-ldap
+Title: Python Django LDAP Authentication Documentation
+Author: Peter Sagerson
+Section: Programming/Python
+
+Format: HTML
+Index: /usr/share/doc/python-django-auth-ldap/html/index.html
+Files: /usr/share/doc/python-django-auth-ldap/html/*.html

Modified: packages/django-auth-ldap/trunk/debian/rules
===================================================================
--- packages/django-auth-ldap/trunk/debian/rules	2010-12-30 22:21:06 UTC (rev 15218)
+++ packages/django-auth-ldap/trunk/debian/rules	2010-12-30 22:47:48 UTC (rev 15219)
@@ -5,7 +5,11 @@
 
 override_dh_installdocs:
 	make -C docs html
+	rm docs/_build/html/._index.html
+	rm docs/_build/html/_sources/._index.txt
 	dh_installdocs
+	rm debian/python-django-auth-ldap/usr/share/doc/python-django-auth-ldap/html/_static/jquery.js
+	ln -s ../../../../javascript/jquery/jquery.js debian/python-django-auth-ldap/usr/share/doc/python-django-auth-ldap/html/_static/jquery.js
 
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))




More information about the Python-modules-commits mailing list