[Debian-astro-commits] [cpl-plugin-vimos] 01/04: Rediff patches

Ole Streicher olebole at moszumanska.debian.org
Wed Aug 3 11:58:17 UTC 2016


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

olebole pushed a commit to branch debian
in repository cpl-plugin-vimos.

commit a50c8567c6decba60a24341f93c0c813f477d7a4
Author: Ole Streicher <olebole at debian.org>
Date:   Wed Aug 3 13:48:15 2016 +0200

    Rediff patches
    
    Added Make-the-pil-library-private-since-it-should-only-be-used.patch: <REASON>
    Added Force-serial-tests-to-get-better-verbose-output.patch: <REASON>
    Added fix-truncation-of-cpl_size-passed-to-int-cpl_parameter-PI.patch: <REASON>
    Added Increase-tolerance-to-fix-FTBS-on-mips-mipsel64-and-ia64.patch: <REASON>
    Added Set-the-plugin-directory-so-that-esorex-and-python-cpl-ca.patch: <REASON>
    Added Define-XOPEN-to-explicitely-declare-tempnam.patch: <REASON>
    Added Use-the-system-provided-sextractor-binary-instead-of-the-.patch: <REASON>
    Added Use-standard-path-and-name-for-cpl.patch: <REASON>
    Dropped 0005-Increase-tolerance-to-fix-FTBS-on-mips-mipsel64-and-.patch: <REASON>
    Dropped 0004-Use-the-system-provided-sextractor-binary-instead-of.patch: <REASON>
    Dropped 0008-Define-XOPEN-to-explicitely-declare-tempnam-Otherwis.patch: <REASON>
    Dropped 0001-Set-the-plugin-directory-so-that-esorex-and-python-c.patch: <REASON>
    Dropped 0003-Make-the-pil-library-private-since-it-should-only-be.patch: <REASON>
    Dropped 0006-Force-serial-tests-to-get-better-verbose-output.patch: <REASON>
    Dropped 0007-fix-truncation-of-cpl_size-passed-to-int-cpl_paramet.patch: <REASON>
    Dropped 0002-Use-standard-path-and-name-for-cpl.patch: <REASON>
---
 ...=> Define-XOPEN-to-explicitely-declare-tempnam.patch} |  7 +++----
 ...orce-serial-tests-to-get-better-verbose-output.patch} |  0
 ...olerance-to-fix-FTBS-on-mips-mipsel64-and-ia64.patch} |  0
 ...l-library-private-since-it-should-only-be-used.patch} |  0
 ...gin-directory-so-that-esorex-and-python-cpl-ca.patch} |  0
 ...pl.patch => Use-standard-path-and-name-for-cpl.patch} |  0
 ...tem-provided-sextractor-binary-instead-of-the-.patch} |  0
 ...ion-of-cpl_size-passed-to-int-cpl_parameter-PI.patch} |  0
 debian/patches/series                                    | 16 ++++++++--------
 9 files changed, 11 insertions(+), 12 deletions(-)

diff --git a/debian/patches/0008-Define-XOPEN-to-explicitely-declare-tempnam-Otherwis.patch b/debian/patches/Define-XOPEN-to-explicitely-declare-tempnam.patch
similarity index 75%
rename from debian/patches/0008-Define-XOPEN-to-explicitely-declare-tempnam-Otherwis.patch
rename to debian/patches/Define-XOPEN-to-explicitely-declare-tempnam.patch
index 6296191..e8ae7ff 100644
--- a/debian/patches/0008-Define-XOPEN-to-explicitely-declare-tempnam-Otherwis.patch
+++ b/debian/patches/Define-XOPEN-to-explicitely-declare-tempnam.patch
@@ -1,10 +1,9 @@
 From: Ole Streicher <olebole at debian.org>
 Date: Fri, 8 Jul 2016 09:28:16 +0200
-Subject: Define XOPEN to explicitely declare tempnam() Otherwise,
- tempnam gets the default "int" return value which will breakcause an
- implicit pointer conversion that may fail since sizeof(int) != sizeof(void
- *).
+Subject: Define XOPEN to explicitely declare tempnam()
 
+Otherwise, tempnam gets the default "int" return value which will cause
+an implicit pointer conversion that may fail since sizeof(int) != sizeof(void *).
 ---
  vimos/Makefile.am | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/patches/0006-Force-serial-tests-to-get-better-verbose-output.patch b/debian/patches/Force-serial-tests-to-get-better-verbose-output.patch
similarity index 100%
rename from debian/patches/0006-Force-serial-tests-to-get-better-verbose-output.patch
rename to debian/patches/Force-serial-tests-to-get-better-verbose-output.patch
diff --git a/debian/patches/0005-Increase-tolerance-to-fix-FTBS-on-mips-mipsel64-and-.patch b/debian/patches/Increase-tolerance-to-fix-FTBS-on-mips-mipsel64-and-ia64.patch
similarity index 100%
rename from debian/patches/0005-Increase-tolerance-to-fix-FTBS-on-mips-mipsel64-and-.patch
rename to debian/patches/Increase-tolerance-to-fix-FTBS-on-mips-mipsel64-and-ia64.patch
diff --git a/debian/patches/0003-Make-the-pil-library-private-since-it-should-only-be.patch b/debian/patches/Make-the-pil-library-private-since-it-should-only-be-used.patch
similarity index 100%
rename from debian/patches/0003-Make-the-pil-library-private-since-it-should-only-be.patch
rename to debian/patches/Make-the-pil-library-private-since-it-should-only-be-used.patch
diff --git a/debian/patches/0001-Set-the-plugin-directory-so-that-esorex-and-python-c.patch b/debian/patches/Set-the-plugin-directory-so-that-esorex-and-python-cpl-ca.patch
similarity index 100%
rename from debian/patches/0001-Set-the-plugin-directory-so-that-esorex-and-python-c.patch
rename to debian/patches/Set-the-plugin-directory-so-that-esorex-and-python-cpl-ca.patch
diff --git a/debian/patches/0002-Use-standard-path-and-name-for-cpl.patch b/debian/patches/Use-standard-path-and-name-for-cpl.patch
similarity index 100%
rename from debian/patches/0002-Use-standard-path-and-name-for-cpl.patch
rename to debian/patches/Use-standard-path-and-name-for-cpl.patch
diff --git a/debian/patches/0004-Use-the-system-provided-sextractor-binary-instead-of.patch b/debian/patches/Use-the-system-provided-sextractor-binary-instead-of-the-.patch
similarity index 100%
rename from debian/patches/0004-Use-the-system-provided-sextractor-binary-instead-of.patch
rename to debian/patches/Use-the-system-provided-sextractor-binary-instead-of-the-.patch
diff --git a/debian/patches/0007-fix-truncation-of-cpl_size-passed-to-int-cpl_paramet.patch b/debian/patches/fix-truncation-of-cpl_size-passed-to-int-cpl_parameter-PI.patch
similarity index 100%
rename from debian/patches/0007-fix-truncation-of-cpl_size-passed-to-int-cpl_paramet.patch
rename to debian/patches/fix-truncation-of-cpl_size-passed-to-int-cpl_parameter-PI.patch
diff --git a/debian/patches/series b/debian/patches/series
index 1f48eb0..da2b8bc 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,8 +1,8 @@
-0001-Set-the-plugin-directory-so-that-esorex-and-python-c.patch
-0002-Use-standard-path-and-name-for-cpl.patch
-0003-Make-the-pil-library-private-since-it-should-only-be.patch
-0004-Use-the-system-provided-sextractor-binary-instead-of.patch
-0005-Increase-tolerance-to-fix-FTBS-on-mips-mipsel64-and-.patch
-0006-Force-serial-tests-to-get-better-verbose-output.patch
-0007-fix-truncation-of-cpl_size-passed-to-int-cpl_paramet.patch
-0008-Define-XOPEN-to-explicitely-declare-tempnam-Otherwis.patch
+Set-the-plugin-directory-so-that-esorex-and-python-cpl-ca.patch
+Use-standard-path-and-name-for-cpl.patch
+Make-the-pil-library-private-since-it-should-only-be-used.patch
+Use-the-system-provided-sextractor-binary-instead-of-the-.patch
+Increase-tolerance-to-fix-FTBS-on-mips-mipsel64-and-ia64.patch
+Force-serial-tests-to-get-better-verbose-output.patch
+fix-truncation-of-cpl_size-passed-to-int-cpl_parameter-PI.patch
+Define-XOPEN-to-explicitely-declare-tempnam.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/cpl-plugin-vimos.git



More information about the Debian-astro-commits mailing list