[SCM] Packaging for pytango branch, master, updated. a32eb5d948f5dd7648fb2a011ae00af37f98c9e4

Picca Frédéric-Emmanuel picca at synchrotron-soleil.fr
Thu Apr 14 20:05:24 UTC 2011


The following commit has been merged in the master branch:
commit dbf7b35c627e4fb22fd0880d01bf2ea2831ac3b9
Author: Picca Frédéric-Emmanuel <picca at synchrotron-soleil.fr>
Date:   Thu Apr 14 19:28:19 2011 +0200

    do not install the documentation from the setup.py file

diff --git a/debian/patches/0001-install-the-documentation-with-the-debian-docs-file.patch b/debian/patches/0001-install-the-documentation-with-the-debian-docs-file.patch
new file mode 100644
index 0000000..16d3cde
--- /dev/null
+++ b/debian/patches/0001-install-the-documentation-with-the-debian-docs-file.patch
@@ -0,0 +1,22 @@
+From: =?UTF-8?q?Picca=20Fr=C3=A9d=C3=A9ric-Emmanuel?= <picca at synchrotron-soleil.fr>
+Date: Thu, 14 Apr 2011 19:27:37 +0200
+Subject: install the documentation with the debian docs file
+
+---
+ setup.py |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/setup.py b/setup.py
+index d636e82..cb5348d 100644
+--- a/setup.py
++++ b/setup.py
+@@ -418,7 +418,7 @@ class install(dftinstall):
+         return sphinx is not None
+     
+     sub_commands = list(dftinstall.sub_commands)
+-    sub_commands.append(('install_html', has_html))
++    #sub_commands.append(('install_html', has_html))
+ 
+ 
+ cmdclass['install'] = install
+-- 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..eeb19c6
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-install-the-documentation-with-the-debian-docs-file.patch

-- 
Packaging for pytango



More information about the debian-science-commits mailing list