[Python-modules-commits] r1206 - in /packages/paste/trunk: debian/changelog debian/rules docs/ docs/index.txt

pox-guest at users.alioth.debian.org pox-guest at users.alioth.debian.org
Fri Jul 28 11:05:57 UTC 2006


Author: pox-guest
Date: Fri Jul 28 11:05:56 2006
New Revision: 1206

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1206
Log:
new upstream release

Added:
    packages/paste/trunk/docs/
    packages/paste/trunk/docs/index.txt
Modified:
    packages/paste/trunk/debian/changelog
    packages/paste/trunk/debian/rules

Modified: packages/paste/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/paste/trunk/debian/changelog?rev=1206&op=diff
==============================================================================
--- packages/paste/trunk/debian/changelog (original)
+++ packages/paste/trunk/debian/changelog Fri Jul 28 11:05:56 2006
@@ -1,3 +1,9 @@
+paste (0.9.6-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Piotr Ozarowski <ozarow at gmail.com>  Fri, 28 Jul 2006 00:02:43 +0200
+
 paste (0.9.5-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/paste/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/paste/trunk/debian/rules?rev=1206&op=diff
==============================================================================
--- packages/paste/trunk/debian/rules (original)
+++ packages/paste/trunk/debian/rules Fri Jul 28 11:05:56 2006
@@ -16,12 +16,29 @@
 	rm -f docs/reference.txt
 	dh_clean
 
-build: build-stamp
+build: build-indep build-stamp
 build-stamp: $(PYVERS:%=build-python%)
 	touch $@
 build-python%:
 	python$* setup.py build
 	touch $@
+
+build-indep:
+	if [ ! -d debian/python-paste/usr/share/doc/python-paste/docs/ ]; then \
+		mkdir -p debian/python-paste/usr/share/doc/python-paste/docs/community; \
+		mkdir debian/python-paste/usr/share/doc/python-paste/docs/download; \
+		mkdir debian/python-paste/usr/share/doc/python-paste/docs/web; \
+	fi
+	for NAME in $(DOCS); do \
+	    rst2html --cloak-email-addresses --no-toc-backlinks "$$NAME.txt" \
+	      > "debian/python-paste/usr/share/doc/python-paste/$$NAME.html"; \
+	done
+	cp docs/include/reference_header.txt docs/reference.txt
+	echo ":extracted: `date`" >> docs/reference.txt
+	echo >> docs/reference.txt
+	rst2html docs/reference.txt > debian/python-paste/usr/share/doc/python-paste/docs/reference.html
+	touch $@
+
 install: build $(PYVERS:%=install-python%)
 install-python%:
 	python$* setup.py install \
@@ -38,7 +55,7 @@
 	#chmod +x debian/python-paste/usr/lib/python$*/site-packages/paste/debug/doctest_webapp.py
 	chmod +x debian/python-paste/usr/lib/python$*/site-packages/paste/util/scgiserver.py
 
-binary-indep: build install docs
+binary-indep: build install
 	dh_testdir -i
 	dh_testroot -i
 	dh_installchangelogs -i
@@ -55,23 +72,6 @@
 	dh_md5sums -i
 	dh_builddeb -i
 
-docs: build-docs-stamp
-build-docs-stamp:
-	if [ ! -d debian/python-paste/usr/share/doc/python-paste/docs/ ]; then \
-		mkdir -p debian/python-paste/usr/share/doc/python-paste/docs/community; \
-		mkdir debian/python-paste/usr/share/doc/python-paste/docs/download; \
-		mkdir debian/python-paste/usr/share/doc/python-paste/docs/web; \
-	fi
-	for NAME in $(DOCS); do \
-	    rst2html --cloak-email-addresses --no-toc-backlinks "$$NAME.txt" \
-	      > "debian/python-paste/usr/share/doc/python-paste/$$NAME.html"; \
-	done
-	cp docs/include/reference_header.txt docs/reference.txt
-	echo ":extracted: `date`" >> docs/reference.txt
-	echo >> docs/reference.txt
-	rst2html docs/reference.txt > debian/python-paste/usr/share/doc/python-paste/docs/reference.html
-	touch $@
-
 
 binary-arch:
 

Added: packages/paste/trunk/docs/index.txt
URL: http://svn.debian.org/wsvn/python-modules/packages/paste/trunk/docs/index.txt?rev=1206&op=file
==============================================================================
--- packages/paste/trunk/docs/index.txt (added)
+++ packages/paste/trunk/docs/index.txt Fri Jul 28 11:05:56 2006
@@ -1,0 +1,99 @@
+Python Paste
+++++++++++++
+
+.. comment:
+
+   I want to put these somewhere sometime, but no place for them now...
+   Python Paste -- 50% tastier than Elmer's!  
+   Paste: making the web sticky.  
+   Fix broken websites by applying Paste liberally.
+   Paste: paper over your inconsistencies. 
+   Paste: a soft mixture of malleable consistency.  
+   Paste: a tasty mixture to be spread on bread or crackers.  
+   Paste: glue that won't hurt you if you eat it.
+   Python Paste: the web extruded into the form of a snake.
+   Paste: the vinegar eel.
+   Paste: you bring the cut.
+   Paste: a doughy substance from which to make metaphorical web cupcakes.
+   LAMP?  LAMPP!
+   Putting the P in Wep 2.0!
+   Frankenweb crush tiny humans!
+   DSL? DSF!
+   Paste: Comfort for the framework-scarred
+
+Python Paste brings consistency to Python web development and web
+application installation, providing tools for both developers and
+system administrators.
+
+Paste for Administrators
+------------------------
+
+* Easily install, run, and configure multiple Paste-enabled web
+  applications at once, and integrate them into your website how you
+  want (SCGI, FCGI, AJP, WSGI)
+
+* Manage and install web applications system-wide for easy maintenance
+
+.. comment:
+
+  * `See an installation example <install-example.html>`_ or `read more
+    about what Paste-enabled means... <enabled.html>`_
+
+Paste for Web Developers
+------------------------
+
+* Increase your web application's audience
+
+* Provide starter templates and custom commands for using your web
+  framework
+
+* Keep your development and deployment straightened out, and your
+  automated testing streamlined
+
+* Attention payed to the full development cycle -- starting projects,
+  converting old projects, updating and deploying projects -- using a
+  set of `complementary packages and tools <related-projects.html>`_
+
+* `read more about some of the available features
+  <developer-features.html>`_
+
+.. comment:
+
+  * `See a development example <develop-example.html>`_ or `read more
+    about using Paste in your
+    applications... <developer-features.html>`_
+
+Documentation
+=============
+
+* `Contributing developer guidelines <DeveloperGuidelines.html>`_
+* `Style guide <StyleGuide.html>`_
+* `Testing applications with Paste <testing-applications.html>`_
+* `URL parsing with WSGI <url-parsing-with-wsgi.html>`_
+
+Components
+==========
+
+* `Paste Deploy <./deploy/>`_
+
+* `Paste Script <./script/>`_
+
+* `Paste Module Index <module-index.html>`_
+
+* `Paste WebKit <./webkit/>`_
+
+* `Wareweb <./wareweb/>`_
+
+* `WSGI specification <http://www.python.org/peps/pep-0333.html>`_
+
+* `Example application: to-do
+  <http://svn.pythonpaste.org/Paste/apps/Todo_SQLObject_ZPT/trunk/>`_.
+
+* `Example application: FileBrowser
+  <http://svn.pythonpaste.org/Paste/apps/FileBrowser/trunk/>`_
+
+License
+=======
+
+Paste is distributed under the `MIT license <>
+<http://www.opensource.org/licenses/mit-license.php>`_.




More information about the Python-modules-commits mailing list