[mpfi] 01/01: Slightly Improved Imported Debian patch 1.5.1+ds-1

Jerome Benoit calculus-guest at moszumanska.debian.org
Sat May 23 12:01:58 UTC 2015


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

calculus-guest pushed a commit to branch master
in repository mpfi.

commit b14aa89009d550e60af9713e9225e62ee13912ad
Author: Jerome Benoit <calculus at rezozer.net>
Date:   Sat May 23 13:54:33 2015 +0200

    Slightly Improved Imported Debian patch 1.5.1+ds-1
---
 debian/changelog                                        |  3 ++-
 debian/patches/series                                   |  1 +
 .../patches/upstream-source-system_wide_includes.patch  | 17 +++++++++++++++++
 3 files changed, 20 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 5eb16ac..2bf7f9c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -26,9 +26,10 @@ mpfi (1.5.1+ds-1) unstable; urgency=medium
       - libtoolization:
         - script-version, create on fly;
         - library versionning, introduce;
+      - minor and cosmetic fixes;
     - gpg-signature check support, neutralize.
 
- -- Jerome Benoit <calculus at rezozer.net>  Sat, 23 May 2015 02:03:20 +0000
+ -- Jerome Benoit <calculus at rezozer.net>  Sat, 23 May 2015 11:52:15 +0000
 
 mpfi (1.5.1-3) unstable; urgency=medium
 
diff --git a/debian/patches/series b/debian/patches/series
index c805dcc..b8f6901 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 upstream-autotools-refresh.patch
 upstream-libtoolization-version_script.patch
 upstream-source-warnings-silence.patch
+upstream-source-system_wide_includes.patch
diff --git a/debian/patches/upstream-source-system_wide_includes.patch b/debian/patches/upstream-source-system_wide_includes.patch
new file mode 100644
index 0000000..6a73685
--- /dev/null
+++ b/debian/patches/upstream-source-system_wide_includes.patch
@@ -0,0 +1,17 @@
+Description: upstream -- source -- system wide includes
+ Correct a coding typo; meant to be submitted to the upstream maintainer team.
+Origin: debian
+Author: Jerome Benoit <calculus at rezozer.net>
+Last-Update: 2015-05-23
+
+--- a/src/mpfi_io.h
++++ b/src/mpfi_io.h
+@@ -31,7 +31,7 @@
+ #include <stdio.h>
+ #include <string.h>
+ #include <ctype.h>
+-#include "mpfi.h"
++#include <mpfi.h>
+ 
+ /*#define isblank isspace*/
+ #define MPFI_ISSPACE isspace

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



More information about the debian-science-commits mailing list