[Python-modules-commits] r27050 - in packages/pycurl/trunk/debian (changelog rules)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Sat Jan 4 17:02:12 UTC 2014
Date: Saturday, January 4, 2014 @ 17:02:11
Author: morph
Revision: 27050
install README.rst in the documentation
Modified:
packages/pycurl/trunk/debian/changelog
packages/pycurl/trunk/debian/rules
Modified: packages/pycurl/trunk/debian/changelog
===================================================================
--- packages/pycurl/trunk/debian/changelog 2014-01-04 16:54:17 UTC (rev 27049)
+++ packages/pycurl/trunk/debian/changelog 2014-01-04 17:02:11 UTC (rev 27050)
@@ -10,11 +10,12 @@
- removed, merged upstream
* debian/rules
- run tests using nosetests
+ - install README.rst in the documentation
* debian/control
- bump Standards-Version to 3.9.5 (no changes needed)
- added nose/bottle/cherrypy3 to b-d, needed to run tests
- -- Sandro Tosi <morph at debian.org> Sat, 04 Jan 2014 17:50:20 +0100
+ -- Sandro Tosi <morph at debian.org> Sat, 04 Jan 2014 18:01:55 +0100
pycurl (7.19.0-7) unstable; urgency=low
Modified: packages/pycurl/trunk/debian/rules
===================================================================
--- packages/pycurl/trunk/debian/rules 2014-01-04 16:54:17 UTC (rev 27049)
+++ packages/pycurl/trunk/debian/rules 2014-01-04 17:02:11 UTC (rev 27050)
@@ -58,7 +58,7 @@
override_dh_installdocs:
cp -a doc/*.html debian/python-pycurl/usr/share/doc/python-pycurl/html
- dh_installdocs TODO
+ dh_installdocs TODO README.rst
override_dh_installexamples:
dh_installexamples examples/*
More information about the Python-modules-commits
mailing list