[Python-modules-commits] r27051 - in packages/pycurl/trunk/debian (changelog rules)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sat Jan 4 17:06:26 UTC 2014


    Date: Saturday, January 4, 2014 @ 17:06:25
  Author: morph
Revision: 27051

Remove documentation as installed by setup.py

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 17:02:11 UTC (rev 27050)
+++ packages/pycurl/trunk/debian/changelog	2014-01-04 17:06:25 UTC (rev 27051)
@@ -11,11 +11,12 @@
   * debian/rules
     - run tests using nosetests
     - install README.rst in the documentation
+    - Remove documentation as installed by setup.py
   * 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 18:01:55 +0100
+ -- Sandro Tosi <morph at debian.org>  Sat, 04 Jan 2014 18:06:15 +0100
 
 pycurl (7.19.0-7) unstable; urgency=low
 

Modified: packages/pycurl/trunk/debian/rules
===================================================================
--- packages/pycurl/trunk/debian/rules	2014-01-04 17:02:11 UTC (rev 27050)
+++ packages/pycurl/trunk/debian/rules	2014-01-04 17:06:25 UTC (rev 27051)
@@ -50,6 +50,9 @@
  	    python$$py-dbg setup.py install --root=$(CURDIR)/debian/python-pycurl-dbg --install-layout=deb; \
 	done
 
+	# Remove documentation as installed by setup.py
+	rm -rf $(CURDIR)/debian/python-pycurl*/usr/share/doc/pycurl
+
 	rm -rf $(CURDIR)/debian/python-pycurl-dbg/usr/lib/python*/*-packages/curl
 	rm -f $(CURDIR)/debian/python-pycurl-dbg/usr/lib/python*/*-packages/pycurl-*.egg-info
 




More information about the Python-modules-commits mailing list