[Python-modules-commits] r2139 - in
/packages/cherrypy3/trunk/debian: changelog rules
kov at users.alioth.debian.org
kov at users.alioth.debian.org
Sat Apr 21 17:32:21 UTC 2007
Author: kov
Date: Sat Apr 21 17:32:21 2007
New Revision: 2139
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2139
Log:
move the tutorial to /usr/share/doc/python-cherrypy3 instead
of having it in the python package's namespace
Modified:
packages/cherrypy3/trunk/debian/changelog
packages/cherrypy3/trunk/debian/rules
Modified: packages/cherrypy3/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/cherrypy3/trunk/debian/changelog?rev=2139&op=diff
==============================================================================
--- packages/cherrypy3/trunk/debian/changelog (original)
+++ packages/cherrypy3/trunk/debian/changelog Sat Apr 21 17:32:21 2007
@@ -4,8 +4,12 @@
* debian/watch:
- updated to understand the new layout of the new download
source for CherryPy
-
- -- Gustavo Noronha Silva <kov at debian.org> Sat, 21 Apr 2007 14:11:52 -0300
+ * debian/rules:
+ - I heartly agree with Sam Clegg on this; the tutorial should be
+ in /usr/share/doc/python-cherrypy3, not inside the Python package
+ namespace (Closes: #415526)
+
+ -- Gustavo Noronha Silva <kov at debian.org> Sat, 21 Apr 2007 14:22:06 -0300
cherrypy3 (3.0.0-1) unstable; urgency=low
Modified: packages/cherrypy3/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/cherrypy3/trunk/debian/rules?rev=2139&op=diff
==============================================================================
--- packages/cherrypy3/trunk/debian/rules (original)
+++ packages/cherrypy3/trunk/debian/rules Sat Apr 21 17:32:21 2007
@@ -14,3 +14,5 @@
common-binary-post-install-indep::
mv debian/python-cherrypy3/usr/share/python-support/python-cherrypy3/CherryPy-${DEB_UPSTREAM_VERSION}-py${PYVER}.egg-info \
debian/python-cherrypy3/usr/share/python-support/python-cherrypy3/CherryPy-${DEB_UPSTREAM_VERSION}.egg-info
+ mv debian/python-cherrypy3/usr/share/python-support/python-cherrypy3/cherrypy/tutorial/ \
+ debian/python-cherrypy3/usr/share/doc/python-cherrypy3/
More information about the Python-modules-commits
mailing list