[Python-modules-commits] r1210 - in /packages/pastedeploy/trunk/debian: changelog rules

pox-guest at users.alioth.debian.org pox-guest at users.alioth.debian.org
Fri Jul 28 13:35:24 UTC 2006


Author: pox-guest
Date: Fri Jul 28 13:35:23 2006
New Revision: 1210

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1210
Log:
moved docs to different location

Modified:
    packages/pastedeploy/trunk/debian/changelog
    packages/pastedeploy/trunk/debian/rules

Modified: packages/pastedeploy/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pastedeploy/trunk/debian/changelog?rev=1210&op=diff
==============================================================================
--- packages/pastedeploy/trunk/debian/changelog (original)
+++ packages/pastedeploy/trunk/debian/changelog Fri Jul 28 13:35:23 2006
@@ -2,7 +2,8 @@
 
   * New upstream release
   * Documentation changes:
-    - Files are now generated and installed into python-paste's location
+    - Files are now generated from sources
+    - Add link in python-paste's docs
     - Add python-docutils in build dependencies
     - doc/news.txt file is installed as changelog
 

Modified: packages/pastedeploy/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pastedeploy/trunk/debian/rules?rev=1210&op=diff
==============================================================================
--- packages/pastedeploy/trunk/debian/rules (original)
+++ packages/pastedeploy/trunk/debian/rules Fri Jul 28 13:35:23 2006
@@ -23,12 +23,12 @@
 	touch $@
 
 build-indep:
-	if [ ! -d debian/python-pastedeploy/usr/share/doc/python-paste/docs/deploy ]; then \
-		mkdir -p debian/python-pastedeploy/usr/share/doc/python-paste/docs/deploy;\
+	if [ ! -d debian/python-pastedeploy/usr/share/doc/python-pastedeploy/docs ]; then \
+		mkdir -p debian/python-pastedeploy/usr/share/doc/python-pastedeploy/docs;\
 	fi
 	for NAME in $(DOCS); do \
 	    rst2html --cloak-email-addresses --no-toc-backlinks "docs/$$NAME.txt" \
-	      > "debian/python-pastedeploy/usr/share/doc/python-paste/docs/deploy/$$NAME.html"; \
+	      > "debian/python-pastedeploy/usr/share/doc/python-pastedeploy/docs/$$NAME.html"; \
 	done
 	touch $@
 
@@ -50,7 +50,7 @@
 	dh_testroot -i
 	dh_installchangelogs -i docs/news.txt
 	dh_installdocs -i
-	dh_link usr/share/doc/python-paste/docs/deploy /usr/share/doc/python-pastedeploy/docs 
+	dh_link usr/share/doc/python-pastedeploy/docs /usr/share/doc/python-paste/docs/deploy
 	dh_installexamples  -i
 	dh_pycentral -i
 	dh_python -i




More information about the Python-modules-commits mailing list