tags 442713 +patch
thankyou

Hi Mikhail!

Please find attached a patch to fix this bug. All it does is, use the
doc directory and directly install to html in /usr/share/doc in the
install file. This also avoids the mv hack in debian/rules.

HTH.

Kumar
-- 
Kumar Appaiah,
458, Jamuna Hostel,
Indian Institute of Technology Madras,
Chennai - 600 036
diff -urN python-openid-2.0.1.0/debian/docs python-openid-2.0.1/debian/docs
--- python-openid-2.0.1.0/debian/docs	2007-09-18 11:03:52.000000000 +0530
+++ python-openid-2.0.1/debian/docs	2007-09-18 11:04:08.000000000 +0530
@@ -1,5 +1,3 @@
 README
 NOTICE
 background-associations.txt
-html
-
diff -urN python-openid-2.0.1.0/debian/install python-openid-2.0.1/debian/install
--- python-openid-2.0.1.0/debian/install	1970-01-01 05:30:00.000000000 +0530
+++ python-openid-2.0.1/debian/install	2007-09-18 11:04:03.000000000 +0530
@@ -0,0 +1 @@
+doc/* usr/share/doc/python-openid/html
diff -urN python-openid-2.0.1.0/debian/rules python-openid-2.0.1/debian/rules
--- python-openid-2.0.1.0/debian/rules	2007-09-18 11:03:52.000000000 +0530
+++ python-openid-2.0.1/debian/rules	2007-09-18 11:03:57.000000000 +0530
@@ -5,8 +5,5 @@
 
 DEB_PYTHON_SYSTEM=pycentral
 
-install/python-openid::
-	mv doc html
-
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk

Attachment: signature.asc
Description: Digital signature

Reply via email to