[med-svn] [pymia] 05/07: remove old patches
Gert Wollny
gert-guest at moszumanska.debian.org
Mon Jan 19 13:17:20 UTC 2015
This is an automated email from the git hooks/post-receive script.
gert-guest pushed a commit to branch master
in repository pymia.
commit f920d983b48dcce52fb14f2d642eb9822473211f
Author: Gert Wollny <gw.fossdev at gmail.com>
Date: Fri Jan 16 16:16:16 2015 +0100
remove old patches
---
debian/changelog | 1 +
debian/patches/01_use_oldstyle_c++11_flag.patch | 25 -------------------------
debian/patches/series | 1 -
3 files changed, 1 insertion(+), 26 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b2f20c9..ea95fe4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
pymia (0.1.7-1) experimental; urgency=medium
* New upstream release
+ * Update patch for oldstyle c++11 invocation
-- Gert Wollny <gw.fossdev at gmail.com> Fri, 16 Jan 2015 16:11:26 +0100
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 /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/pymia.git
More information about the debian-med-commit
mailing list