[Python-modules-commits] r24649 - in packages/python-regex/trunk/debian (changelog docs rules)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Tue Jun 4 19:54:13 UTC 2013
Date: Tuesday, June 4, 2013 @ 19:54:11
Author: morph
Revision: 24649
* debian/{docs, rules}
- install and build documentation from new location
Modified:
packages/python-regex/trunk/debian/changelog
packages/python-regex/trunk/debian/docs
packages/python-regex/trunk/debian/rules
Modified: packages/python-regex/trunk/debian/changelog
===================================================================
--- packages/python-regex/trunk/debian/changelog 2013-06-04 19:37:53 UTC (rev 24648)
+++ packages/python-regex/trunk/debian/changelog 2013-06-04 19:54:11 UTC (rev 24649)
@@ -5,10 +5,10 @@
[ Sandro Tosi ]
* New upstream release
- * debian/docs
- - install documentation from new location
+ * debian/{docs, rules}
+ - install and build documentation from new location
- -- Sandro Tosi <morph at debian.org> Tue, 04 Jun 2013 21:35:10 +0200
+ -- Sandro Tosi <morph at debian.org> Tue, 04 Jun 2013 21:53:55 +0200
python-regex (0.1.20120904-1) experimental; urgency=low
Modified: packages/python-regex/trunk/debian/docs
===================================================================
--- packages/python-regex/trunk/debian/docs 2013-06-04 19:37:53 UTC (rev 24648)
+++ packages/python-regex/trunk/debian/docs 2013-06-04 19:54:11 UTC (rev 24649)
@@ -1,2 +1,3 @@
README
-docs/*
+docs/UnicodeProperties.txt
+Features.html
Modified: packages/python-regex/trunk/debian/rules
===================================================================
--- packages/python-regex/trunk/debian/rules 2013-06-04 19:37:53 UTC (rev 24648)
+++ packages/python-regex/trunk/debian/rules 2013-06-04 19:54:11 UTC (rev 24649)
@@ -21,7 +21,7 @@
$$python setup.py build ; \
$$python-dbg setup.py build ; \
done
- rst2html Python2/Features.rst > Features.html
+ rst2html docs/Features.rst > Features.html
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
override_dh_auto_test:
More information about the Python-modules-commits
mailing list