[itango] 02/02: upload to unstable

Sandor Bodo-Merle sbodomerle-guest at moszumanska.debian.org
Sun Nov 13 14:07:43 UTC 2016


This is an automated email from the git hooks/post-receive script.

sbodomerle-guest pushed a commit to tag debian/0.1.6-1
in repository itango.

commit 30e71d4c37c03023a655d75f5dcc3f19e156aa95
Author: Sandor Bodo-Merle <sbodomerle at gmail.com>
Date:   Mon Nov 7 10:10:52 2016 +0100

    upload to unstable
---
 debian/changelog                                   |  7 +++++
 debian/patches/0001-doc-spelling-fixes.patch       | 34 ----------------------
 ...0002-basestring-is-not-python3-compatible.patch | 25 ----------------
 debian/patches/series                              |  2 --
 4 files changed, 7 insertions(+), 61 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f508c77..41975c4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+itango (0.1.6-1) unstable; urgency=medium
+
+  * New upstream version 0.1.6
+  * Drop all patches - applied upstream
+
+ -- Sandor Bodo-Merle <sbodomerle at gmail.com>  Mon, 07 Nov 2016 10:07:19 +0100
+
 itango (0.1.4-1) unstable; urgency=medium
 
   * Team Upload
diff --git a/debian/patches/0001-doc-spelling-fixes.patch b/debian/patches/0001-doc-spelling-fixes.patch
deleted file mode 100644
index 0227bb1..0000000
--- a/debian/patches/0001-doc-spelling-fixes.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From 4a5b670542bf1f924e5d23a4bd4c630a9548538f Mon Sep 17 00:00:00 2001
-From: Bodo-Merle Sandor <sbodomerle at gmail.com>
-Date: Thu, 1 Sep 2016 14:03:51 +0200
-Subject: [PATCH] doc: spelling fixes
-
----
- doc/itango.rst | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/doc/itango.rst b/doc/itango.rst
-index 8b6d633..434e04e 100644
---- a/doc/itango.rst
-+++ b/doc/itango.rst
-@@ -237,7 +237,7 @@ This way, if you want to create a device of class which you already know
- 
- One great advantage is that the tango device name completion is sensitive to the
- type of device you want to create. This means that if you are in the middle of
--writting a device name and you press the <tab> key, only devices of the tango
-+writing a device name and you press the <tab> key, only devices of the tango
- class 'Libera' will show up as possible completions.
- 
- .. sourcecode:: itango
-@@ -590,7 +590,7 @@ Creating a profile that extends itango profile
- 
- It is also possible to create a profile that includes all itango features and at
- the same time adds new ones. Let's suppose that you want to create a customized
--profile called 'orbit' that automaticaly exports devices of class
-+profile called 'orbit' that automatically exports devices of class
- 'Libera' for the booster accelerator (assuming you are working on a synchrotron
- like institute ;-).
- Here is the code for the $HOME/.ipython/ipy_profile_orbit.py:
--- 
-2.9.3
-
diff --git a/debian/patches/0002-basestring-is-not-python3-compatible.patch b/debian/patches/0002-basestring-is-not-python3-compatible.patch
deleted file mode 100644
index 6598475..0000000
--- a/debian/patches/0002-basestring-is-not-python3-compatible.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 04b0b61a47795f888d1dbc04aa2824b7c1651a55 Mon Sep 17 00:00:00 2001
-From: Bodo-Merle Sandor <sbodomerle at gmail.com>
-Date: Tue, 13 Sep 2016 11:19:19 +0200
-Subject: [PATCH 1/2] basestring is not python3 compatible
-
----
- itango/itango.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/itango/itango.py b/itango/itango.py
-index 9a195e2..2c44747 100644
---- a/itango/itango.py
-+++ b/itango/itango.py
-@@ -1374,7 +1374,7 @@ def patch_qt_console():
-         def _banner_default(self):
-             config = get_config()
-             banner = config.ITangoConsole.banner
--            return banner if isinstance(banner, basestring) else ''
-+            return banner if isinstance(banner, str) else ''
- 
-     # Patch widget factory
-     try:
--- 
-2.9.3
-
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index b23bc19..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-0001-doc-spelling-fixes.patch
-0002-basestring-is-not-python3-compatible.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/itango.git



More information about the debian-science-commits mailing list