[DRE-commits] [ruby-gsl] 07/10: add DEP-3 headers to 00{1, 2}*.patch files

Cédric Boutillier boutil at moszumanska.debian.org
Sat Nov 30 17:13:15 UTC 2013


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

boutil pushed a commit to branch master
in repository ruby-gsl.

commit 73b323e13d9bf0b79a2f99d66721364a372a5b55
Author: Cédric Boutillier <boutil at debian.org>
Date:   Sat Nov 30 17:26:18 2013 +0100

    add DEP-3 headers to 00{1,2}*.patch files
---
 debian/changelog                     |  1 +
 debian/patches/001_adding_bash.patch | 12 ++++++++----
 debian/patches/002_min.c.patch       | 11 +++++++----
 3 files changed, 16 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 34cc29c..afe7674 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,7 @@ ruby-gsl (1.15.3+dfsg-1) UNRELEASED; urgency=low
     - add 20131016_test_output_less_verbose.patch: make tests less verbose
       when passing
     - add 20131016_deactivate_failing_tests.patch: skip failing tests on amd64
+    - add DEP-3 headers to 00{1,2}*.patch files
   * debian/rules: drop --with quilt switch
   * Repack source to remove non-free documentation (Closes: #709497)
     - add debian/gbp.conf to filter out rdoc directory, containing files under
diff --git a/debian/patches/001_adding_bash.patch b/debian/patches/001_adding_bash.patch
index 7833d82..cf7992e 100644
--- a/debian/patches/001_adding_bash.patch
+++ b/debian/patches/001_adding_bash.patch
@@ -1,7 +1,11 @@
-Index: rb-gsl-1.14.3/tests/run-test.sh
-===================================================================
---- rb-gsl-1.14.3.orig/tests/run-test.sh	2010-05-12 17:52:54.000000000 -0400
-+++ rb-gsl-1.14.3/tests/run-test.sh	2010-05-12 17:53:18.000000000 -0400
+Description: make run-test.sh script use the Bash interpreter
+ This script contains bashisms.
+Origin: vendor
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=530117
+Last-Update: 2013-11-29
+
+--- a/tests/run-test.sh
++++ b/tests/run-test.sh
 @@ -1,4 +1,4 @@
 -#!/bin/sh
 +#!/bin/bash
diff --git a/debian/patches/002_min.c.patch b/debian/patches/002_min.c.patch
index 3a8507f..116c960 100644
--- a/debian/patches/002_min.c.patch
+++ b/debian/patches/002_min.c.patch
@@ -1,7 +1,10 @@
-Index: rb-gsl-1.14.3/ext/min.c
-===================================================================
---- rb-gsl-1.14.3.orig/ext/min.c	2010-05-12 17:57:56.000000000 -0400
-+++ rb-gsl-1.14.3/ext/min.c	2010-05-12 23:28:27.000000000 -0400
+Description: skip definition of gsl_min_fminimizer_x_minimum for older gsl (< 1.2)
+Origin: vendor
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=443013
+Last-Update: 2013-11-29
+
+--- a/ext/min.c
++++ b/ext/min.c
 @@ -134,7 +134,7 @@
    Data_Get_Struct(obj, gsl_min_fminimizer, gmf);
    return rb_float_new(gsl_min_fminimizer_x_upper(gmf));

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-gsl.git



More information about the Pkg-ruby-extras-commits mailing list