[Python-modules-commits] r1340 - in /packages/templayer/trunk/debian: changelog control docs examples rules

wardi-guest at users.alioth.debian.org wardi-guest at users.alioth.debian.org
Wed Aug 30 17:25:59 UTC 2006


Author: wardi-guest
Date: Wed Aug 30 17:25:57 2006
New Revision: 1340

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1340
Log:
* New upstream release
  - add new tutorial and reference documentation
  - add examples generated by tutorial
  - remove old example

Added:
    packages/templayer/trunk/debian/docs
Modified:
    packages/templayer/trunk/debian/changelog
    packages/templayer/trunk/debian/control
    packages/templayer/trunk/debian/examples
    packages/templayer/trunk/debian/rules

Modified: packages/templayer/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/templayer/trunk/debian/changelog?rev=1340&op=diff
==============================================================================
--- packages/templayer/trunk/debian/changelog (original)
+++ packages/templayer/trunk/debian/changelog Wed Aug 30 17:25:57 2006
@@ -1,3 +1,12 @@
+templayer (1.3-1) unstable; urgency=low
+
+  * New upstream release
+    - add new tutorial and reference documentation
+    - add examples generated by tutorial
+    - remove old example
+
+ -- Ian Ward <ian at excess.org>  Wed, 30 Aug 2006 16:42:45 +0000
+
 templayer (1.2-2-1) unstable; urgency=low
 
   * Initial release (Closes: #374440)

Modified: packages/templayer/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/templayer/trunk/debian/control?rev=1340&op=diff
==============================================================================
--- packages/templayer/trunk/debian/control (original)
+++ packages/templayer/trunk/debian/control Wed Aug 30 17:25:57 2006
@@ -3,8 +3,7 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Paul Wise <pabs3 at bonedaddy.net>, Ian Ward <ian at excess.org>
-Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.42), python
-Build-Depends-Indep: python-support (>= 0.3)
+Build-Depends: python-support (>= 0.3), debhelper (>= 5.0.37.2), cdbs (>= 0.4.42), python
 Standards-Version: 3.7.2
 
 Package: python-templayer

Added: packages/templayer/trunk/debian/docs
URL: http://svn.debian.org/wsvn/python-modules/packages/templayer/trunk/debian/docs?rev=1340&op=file
==============================================================================
--- packages/templayer/trunk/debian/docs (added)
+++ packages/templayer/trunk/debian/docs Wed Aug 30 17:25:57 2006
@@ -1,0 +1,2 @@
+build/tutorial.html
+build/reference.html

Modified: packages/templayer/trunk/debian/examples
URL: http://svn.debian.org/wsvn/python-modules/packages/templayer/trunk/debian/examples?rev=1340&op=diff
==============================================================================
--- packages/templayer/trunk/debian/examples (original)
+++ packages/templayer/trunk/debian/examples Wed Aug 30 17:25:57 2006
@@ -1,5 +1,15 @@
-build/example.html
-examples/example.py
-examples/example_tmpl.html
-examples/example.css
-examples/templayer001.png
+lawn1.html
+lawn2.html
+lawn2.py
+lawn3.html
+lawn3.py
+lawn4a.py
+lawn4b.py
+lawn4c.py
+lawn4.html
+lawn5.html
+lawn5.py
+lawn6a.py
+lawn6b.py
+lawn6c.py
+lawn6.html

Modified: packages/templayer/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/templayer/trunk/debian/rules?rev=1340&op=diff
==============================================================================
--- packages/templayer/trunk/debian/rules (original)
+++ packages/templayer/trunk/debian/rules Wed Aug 30 17:25:57 2006
@@ -5,11 +5,15 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
 
-build/python-templayer::
-	cd examples ; PYTHONPATH=$(CURDIR) python example.py > ../build/example.html
+build/python-templayer:: build-docs-test-stamp
+build-docs-test-stamp:
+	python docgen_reference.py > build/reference.html
+	python docgen_tutorial.py -H > build/tutorial.html
+	python docgen_tutorial.py -s
+	touch build-docs-test-stamp
 
 install/python-templayer::
 	chmod a+x debian/python-templayer/usr/lib/python*/site-packages/templayer.py
 
 clean::
-	rm -f build/example.html
+	rm -f build build-docs-test-stamp




More information about the Python-modules-commits mailing list