[SCM] Packaging for pytango branch, master, updated. debian/7.2.0-2-5-ge42aa9e
Frédéric-Emmanuel P?==?UTF-8?Q?ICCA
picca at synchrotron-soleil.fr
Fri Dec 2 15:55:52 UTC 2011
The following commit has been merged in the master branch:
commit e42aa9ec69ca1f3be138d8de17e4b2b1ea79bb46
Author: Frédéric-Emmanuel PICCA <picca at synchrotron-soleil.fr>
Date: Fri Dec 2 17:49:31 2011 +0100
fix the ipython 10 profile installation and the doc installation.
diff --git a/debian/changelog b/debian/changelog
index c4254b7..1e96287 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ pytango (7.2.0-3) UNRELEASED; urgency=low
* debian/copyright fixed using config-edit
* debian/patches
- remove all patches thanks to the --install-html option.
+ * use pyinstall file to install the ipython profile.
-- Picca Frédéric-Emmanuel <picca at debian.org> Mon, 25 Jul 2011 23:05:59 +0200
diff --git a/debian/python-pytango.pyinstall b/debian/python-pytango.pyinstall
new file mode 100644
index 0000000..c481776
--- /dev/null
+++ b/debian/python-pytango.pyinstall
@@ -0,0 +1 @@
+IPython/Extensions/ipy_profile_spock.py
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index 68ac156..f256be1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ override_dh_clean:
dh_clean
override_dh_auto_install:
- dh_auto_install -- --install-html=$(CURDIR)/debian/python-pytango/usr/share/doc/python-pytango/
+ dh_auto_install -- --install-html=$(CURDIR)/debian/python-pytango/usr/share/doc/python-pytango/html
%:
dh $@ --with python2 --with sphinxdoc
--
Packaging for pytango
More information about the debian-science-commits
mailing list