[SCM] Packaging for pytango branch, experimental, updated. debian/7.2.3-2-11-gf6353ce

Picca Frédéric-Emma?==?UTF-8?Q?nuel picca at debian.org
Thu Oct 11 06:18:21 UTC 2012


The following commit has been merged in the experimental branch:
commit 134b34663d751bb3fc5f327a7d285f23d9c7dd64
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Wed Oct 10 07:18:50 2012 +0200

    updated for 8.0.1 version

diff --git a/debian/changelog b/debian/changelog
index dbd55f4..6032e68 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
-pytango (8.0.0-1) experimental; urgency=low
+pytango (8.0.1-1) experimental; urgency=low
 
-  * Imported Upstream version 8.0.0
+  * Imported Upstream version 8.0.1
   * debian/control
     - add python3-pytango binary package
 
diff --git a/debian/patches/0001-fix-forwarded-upstream-python3.patch b/debian/patches/0001-fix-forwarded-upstream-python3.patch
deleted file mode 100644
index e6e55ff..0000000
--- a/debian/patches/0001-fix-forwarded-upstream-python3.patch
+++ /dev/null
@@ -1,56 +0,0 @@
-From: =?UTF-8?q?Picca=20Fr=C3=A9d=C3=A9ric-Emmanuel?= <picca at debian.org>
-Date: Sun, 23 Sep 2012 10:59:55 +0200
-Subject: fix forwarded upstream python3
-
----
- PyTango/ipython/ipython_00_10/ipy_install.py |    6 +++---
- PyTango/ipython/ipython_00_11/ipy_install.py |    6 +++---
- 2 files changed, 6 insertions(+), 6 deletions(-)
-
-diff --git a/PyTango/ipython/ipython_00_10/ipy_install.py b/PyTango/ipython/ipython_00_10/ipy_install.py
-index 6e27c74..ca833ff 100644
---- a/PyTango/ipython/ipython_00_10/ipy_install.py
-+++ b/PyTango/ipython/ipython_00_10/ipy_install.py
-@@ -67,15 +67,15 @@ def install(ipydir=None,verbose=True):
-             return
-     profile = __PROFILE.format(pytangover=PyTango.Release.version, ipyver=IPython.Release.version)
-     
--    out.write(u"Installing tango extension to ipython... ")
-+    out.write("Installing tango extension to ipython... ")
-     out.flush()
-     try:
-         f = open(f_name, "w")
-         f.write(profile)
-         f.close()
--        out.write(u"[DONE]\n\n")
-+        out.write("[DONE]\n\n")
-     except:
--        out.write(u"[FAILED]\n\n")
-+        out.write("[FAILED]\n\n")
-         raise
-     
-     ipy_user_config = os.path.join(IPython.genutils.get_ipython_dir(), 'ipy_user_conf.py')
-diff --git a/PyTango/ipython/ipython_00_11/ipy_install.py b/PyTango/ipython/ipython_00_11/ipy_install.py
-index 8db8d73..0096dce 100644
---- a/PyTango/ipython/ipython_00_11/ipy_install.py
-+++ b/PyTango/ipython/ipython_00_11/ipy_install.py
-@@ -83,7 +83,7 @@ def install(ipydir=None, verbose=True, profile='tango'):
-     if not create_config:
-         return
- 
--    out.write(u"Installing tango extension to ipython... ")
-+    out.write("Installing tango extension to ipython... ")
-     out.flush()
- 
-     profile = __PROFILE.format(pytangover=PyTango.Release.version,
-@@ -91,8 +91,8 @@ def install(ipydir=None, verbose=True, profile='tango'):
-     with open(abs_config_file_name, "w") as f:
-         f.write(profile)
-         f.close()
--    out.write(u"[DONE]\n\n")
--    out.write(u"""\
-+    out.write("[DONE]\n\n")
-+    out.write("""\
- To start ipython with tango interface simply type on the command line:
- %% ipython --profile=tango
- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 57ff08d..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-fix-forwarded-upstream-python3.patch

-- 
Packaging for pytango



More information about the debian-science-commits mailing list