[hkl] 10/22: update with 4.99.99.1895 version
Frédéric-Emmanuel Picca
picca at moszumanska.debian.org
Fri Jan 30 15:22:04 UTC 2015
This is an automated email from the git hooks/post-receive script.
picca pushed a commit to branch experimental
in repository hkl.
commit e999cbddc04d9d73f52f2134cc4afd51ce16b117
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date: Fri Jan 30 14:37:28 2015 +0100
update with 4.99.99.1895 version
---
debian/changelog | 2 +-
.../0001-fix-compilation-with-matplotlib.patch | 35 ----------------------
debian/patches/series | 1 -
3 files changed, 1 insertion(+), 37 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 6d8265e..db5caeb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-hkl (4.99.99.1892-1~exp1) UNRELEASED; urgency=low
+hkl (4.99.99.1895-1~exp1) UNRELEASED; urgency=low
* Imported Upstream version 4.99.99.1892
* debian/copyright updated
diff --git a/debian/patches/0001-fix-compilation-with-matplotlib.patch b/debian/patches/0001-fix-compilation-with-matplotlib.patch
deleted file mode 100644
index 0dd6dad..0000000
--- a/debian/patches/0001-fix-compilation-with-matplotlib.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From: =?utf-8?q?Picca_Fr=C3=A9d=C3=A9ric-Emmanuel?= <picca at debian.org>
-Date: Fri, 30 Jan 2015 12:07:24 +0100
-Subject: fix compilation with matplotlib
-
----
- Documentation/sphinx/source/pyplots/trajectory_full.py | 2 ++
- Documentation/sphinx/source/pyplots/trajectory_simple.py | 2 ++
- 2 files changed, 4 insertions(+)
-
-diff --git a/Documentation/sphinx/source/pyplots/trajectory_full.py b/Documentation/sphinx/source/pyplots/trajectory_full.py
-index b8827a4..367151d 100755
---- a/Documentation/sphinx/source/pyplots/trajectory_full.py
-+++ b/Documentation/sphinx/source/pyplots/trajectory_full.py
-@@ -4,6 +4,8 @@
- import math
- import numpy
-
-+import matplotlib
-+matplotlib.use('Agg')
- import matplotlib.pyplot as plt
-
- from gi.repository import GLib
-diff --git a/Documentation/sphinx/source/pyplots/trajectory_simple.py b/Documentation/sphinx/source/pyplots/trajectory_simple.py
-index 21e1e2d..2d3e8be 100755
---- a/Documentation/sphinx/source/pyplots/trajectory_simple.py
-+++ b/Documentation/sphinx/source/pyplots/trajectory_simple.py
-@@ -4,6 +4,8 @@
- import math
- import numpy
-
-+import matplotlib
-+matplotlib.use('Agg')
- import matplotlib.pyplot as plt
-
- from gi.repository import GLib
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 61ff2b1..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-fix-compilation-with-matplotlib.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/hkl.git
More information about the debian-science-commits
mailing list