[SCM] efficient 2D data-plotting library branch, master, updated. debian/2.1.0-1-4-ga19063c

Picca Frédéric-Emmanuel picca at synchrotron-soleil.fr
Wed Apr 20 21:34:26 UTC 2011


The following commit has been merged in the master branch:
commit a19063c0729b7be638924ee9092e60aebe83d2de
Author: Picca Frédéric-Emmanuel <picca at synchrotron-soleil.fr>
Date:   Wed Apr 20 23:10:31 2011 +0200

    * remove useless patch

diff --git a/debian/changelog b/debian/changelog
index f748f14..556fff2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 guiqwt (2.1.1-1) unstable; urgency=low
 
   * Imported Upstream version 2.1.1
+  * debian/patches/
+    - 0001-feature-fix-the-documentation-build.patch (deleted)
 
  -- Picca Frédéric-Emmanuel <picca at synchrotron-soleil.fr>  Wed, 20 Apr 2011 23:02:01 +0200
 
diff --git a/debian/patches/0001-feature-fix-the-documentation-build.patch b/debian/patches/0001-feature-fix-the-documentation-build.patch
deleted file mode 100644
index f674d6c..0000000
--- a/debian/patches/0001-feature-fix-the-documentation-build.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From: =?UTF-8?q?Picca=20Fr=C3=A9d=C3=A9ric-Emmanuel?= <picca at synchrotron-soleil.fr>
-Date: Thu, 7 Apr 2011 22:27:09 +0200
-Subject: feature fix the documentation build
-
-this patch was provided by the upstream and force python
-to reload the guiqwt module when generating the documentation
-that way there is no more fail to import _ext module.
----
- setup.py |    1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
-
-diff --git a/setup.py b/setup.py
-index 3e6e681..f8d52b3 100644
---- a/setup.py
-+++ b/setup.py
-@@ -43,6 +43,7 @@ def get_package_data(name, extlist):
- 
- LIBNAME = 'guiqwt'
- from guiqwt import __version__ as version
-+del sys.modules[LIBNAME] # forcing Python to reload module (see build_doc.run)
- 
- DESCRIPTION = 'guiqwt is a set of tools for curve and image plotting (extension to PyQwt 5.2)'
- LONG_DESCRIPTION = ''
--- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index dcafb28..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-feature-fix-the-documentation-build.patch

-- 
efficient 2D data-plotting library



More information about the debian-science-commits mailing list