[med-svn] [pymia] 03/06: remove patches that are not needed
Gert Wollny
gert-guest at moszumanska.debian.org
Thu Dec 5 15:13:26 UTC 2013
This is an automated email from the git hooks/post-receive script.
gert-guest pushed a commit to branch master
in repository pymia.
commit ab016fb023b77e69afb58cb6c54a22f9846489a9
Author: Gert Wollny <gw.fossdev at gmail.com>
Date: Thu Dec 5 16:06:39 2013 +0100
remove patches that are not needed
---
debian/changelog | 2 +-
debian/patches/01_use_oldstyle_c++11_flag.patch | 25 -------------------------
debian/patches/series | 1 -
3 files changed, 1 insertion(+), 27 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 489f88f..f779e5a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-pymia (0.1.4-1) unstable; urgency=low
+pymia (0.1.5-1) unstable; urgency=low
* Initial release (Closes: #694439)
diff --git a/debian/patches/01_use_oldstyle_c++11_flag.patch b/debian/patches/01_use_oldstyle_c++11_flag.patch
deleted file mode 100644
index 610e30a..0000000
--- a/debian/patches/01_use_oldstyle_c++11_flag.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-Description: Replace the c++11 flag by c++0x
- On powerpc the default compiler is still g++-4.6 that doesn't support the
- c++11 flag.
- .
- pymia (0.1.4-1) unstable; urgency=low
- .
- * Initial release (Closes: #694439)
-Author: Gert Wollny <gw.fossdev at gmail.com>
-
----
-Origin: upstream
-Forwarded: not-needed
-Last-Update: <2013-12-05>
-
---- pymia-0.1.4.orig/setup.py
-+++ pymia-0.1.4/setup.py
-@@ -54,7 +54,7 @@ depvars['include_dirs'].append(numpy.get
-
- extension = Extension('mia',
- ['src/mia_python.cc'],
-- extra_compile_args = ['-std=c++11'],
-+ extra_compile_args = ['-std=c++0x'],
- depends = ["numpy"],
- **depvars)
-
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index ac2682f..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-01_use_oldstyle_c++11_flag.patch
--
Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/pymia.git
More information about the debian-med-commit
mailing list