[Python-modules-commits] r19690 - in packages/ipython/trunk/debian (rules)
jtaylor-guest at users.alioth.debian.org
jtaylor-guest at users.alioth.debian.org
Mon Dec 19 20:15:17 UTC 2011
Date: Monday, December 19, 2011 @ 20:15:16
Author: jtaylor-guest
Revision: 19690
link more duplicate images in -doc
Modified:
packages/ipython/trunk/debian/rules
Modified: packages/ipython/trunk/debian/rules
===================================================================
--- packages/ipython/trunk/debian/rules 2011-12-19 20:15:09 UTC (rev 19689)
+++ packages/ipython/trunk/debian/rules 2011-12-19 20:15:16 UTC (rev 19690)
@@ -115,6 +115,12 @@
rm -f $(CURDIR)/debian/ipython-doc/usr/share/doc/ipython/html/_images/qtconsole.png
dh_link -pipython-doc usr/share/doc/ipython/html/_static/qtconsole.png \
usr/share/doc/ipython/html/_images/qtconsole.png
+ rm -f $(CURDIR)/debian/ipython-doc/usr/share/doc/ipython/html/_images/qtconsole_tabbed.png
+ dh_link -pipython-doc usr/share/doc/ipython/html/_static/qtconsole_tabbed.png \
+ usr/share/doc/ipython/html/_images/qtconsole_tabbed.png
+ rm -f $(CURDIR)/debian/ipython-doc/usr/share/doc/ipython/html/_images/notebook_specgram.png
+ dh_link -pipython-doc usr/share/doc/ipython/html/_static/notebook_specgram.png \
+ usr/share/doc/ipython/html/_images/notebook_specgram.png
endif
override_dh_installman:
More information about the Python-modules-commits
mailing list