[Python-modules-commits] r20450 - in packages/greekocr4gamera/trunk/debian (4 files)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Mon Feb 13 23:45:08 UTC 2012


    Date: Monday, February 13, 2012 @ 23:45:06
  Author: jwilk
Revision: 20450

Build documentation from source.

Added:
  packages/greekocr4gamera/trunk/debian/source/options
Modified:
  packages/greekocr4gamera/trunk/debian/changelog
  packages/greekocr4gamera/trunk/debian/control
  packages/greekocr4gamera/trunk/debian/rules

Modified: packages/greekocr4gamera/trunk/debian/changelog
===================================================================
--- packages/greekocr4gamera/trunk/debian/changelog	2012-02-13 23:43:29 UTC (rev 20449)
+++ packages/greekocr4gamera/trunk/debian/changelog	2012-02-13 23:45:06 UTC (rev 20450)
@@ -1,8 +1,12 @@
 greekocr4gamera (1.0.1-2) UNRELEASED; urgency=low
 
   * Use xargs to iterate over all Python versions.
+  * Build documentation from source.
+    + Update debian/rules.
+    + Add doc/html/ directory to dpkg-source's extend-diff-ignore.
+    + Add python-pygments to Build-Depends.
 
- -- Jakub Wilk <jwilk at debian.org>  Tue, 14 Feb 2012 00:18:07 +0100
+ -- Jakub Wilk <jwilk at debian.org>  Tue, 14 Feb 2012 00:44:09 +0100
 
 greekocr4gamera (1.0.1-1) experimental; urgency=low
 

Modified: packages/greekocr4gamera/trunk/debian/control
===================================================================
--- packages/greekocr4gamera/trunk/debian/control	2012-02-13 23:43:29 UTC (rev 20449)
+++ packages/greekocr4gamera/trunk/debian/control	2012-02-13 23:45:06 UTC (rev 20450)
@@ -8,7 +8,8 @@
 Build-Depends: debhelper (>= 7),
  python-all (>= 2.5), python-support,
  python-gamera,
- python-docutils (>= 0.6)
+ python-docutils (>= 0.6),
+ python-pygments (>= 0.6)
 Standards-Version: 3.9.2
 Homepage: http://gamera.informatik.hsnr.de/addons/greekocr4gamera/
 

Modified: packages/greekocr4gamera/trunk/debian/rules
===================================================================
--- packages/greekocr4gamera/trunk/debian/rules	2012-02-13 23:43:29 UTC (rev 20449)
+++ packages/greekocr4gamera/trunk/debian/rules	2012-02-13 23:45:06 UTC (rev 20450)
@@ -13,6 +13,8 @@
 	dh_testdir
 	$(python_all) setup.py build
 	rst2man debian/greekocr4gamera.rst > debian/greekocr4gamera.1
+	rm -rf doc/html/
+	cd doc && python gendoc.py
 
 .PHONY: binary binary-arch binary-indep
 binary binary-indep: build-indep

Added: packages/greekocr4gamera/trunk/debian/source/options
===================================================================
--- packages/greekocr4gamera/trunk/debian/source/options	                        (rev 0)
+++ packages/greekocr4gamera/trunk/debian/source/options	2012-02-13 23:45:06 UTC (rev 20450)
@@ -0,0 +1 @@
+extend-diff-ignore = ^doc/html/




More information about the Python-modules-commits mailing list