[Python-modules-commits] r18324 - in packages/python-simpy/trunk/debian (rules)

dandrimont-guest at users.alioth.debian.org dandrimont-guest at users.alioth.debian.org
Wed Aug 24 21:26:19 UTC 2011


    Date: Wednesday, August 24, 2011 @ 21:26:18
  Author: dandrimont-guest
Revision: 18324

Install the upstream changelog

Modified:
  packages/python-simpy/trunk/debian/rules

Modified: packages/python-simpy/trunk/debian/rules
===================================================================
--- packages/python-simpy/trunk/debian/rules	2011-08-24 19:14:00 UTC (rev 18323)
+++ packages/python-simpy/trunk/debian/rules	2011-08-24 21:26:18 UTC (rev 18324)
@@ -17,6 +17,11 @@
 override_dh_install:
 	dh_install --fail-missing
 
+override_dh_installdocs:
+	dh_installdocs
+	# install the upstream changelog at the right place in the doc package
+	cp docs/Manuals/HISTORY.rst $(CURDIR)/debian/python-simpy-doc/usr/share/doc/python-simpy-doc/changelog
+
 override_dh_compress:
 	dh_compress -X.py -X.txt
 




More information about the Python-modules-commits mailing list