[Pkg-ofed-commits] [libibumad] 04/05: Refresh patches.

Ana Beatriz Guerrero López ana at moszumanska.debian.org
Tue Jul 21 10:09:37 UTC 2015


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

ana pushed a commit to branch master
in repository libibumad.

commit d61b2d1cdfe7c05e0cd3e19603d0bc8bd0e3adfa
Author: Ana Guerrero López <ana at ekaia.org>
Date:   Tue Jul 21 11:55:03 2015 +0200

    Refresh patches.
---
 debian/changelog                                 |  1 +
 debian/patches/01-pass-foreign-to-automake.patch | 10 ++++++----
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9e7b274..ab1f5e3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 libibumad (1.3.10.2-1) unstable; urgency=medium
 
   * New upstream release.
+  * Refresh patches.
 
  -- Ana Beatriz Guerrero Lopez <ana at debian.org>  Tue, 21 Jul 2015 11:46:07 +0200
 
diff --git a/debian/patches/01-pass-foreign-to-automake.patch b/debian/patches/01-pass-foreign-to-automake.patch
index 57340b7..9348ff3 100644
--- a/debian/patches/01-pass-foreign-to-automake.patch
+++ b/debian/patches/01-pass-foreign-to-automake.patch
@@ -2,14 +2,16 @@ Description: Add "foreign" option to automake so autoreconf works
  Avoid complaints about missing NEWS, README, etc.
 Author: Roland Dreier <rbd at debian.org>
 ---
---- libibumad-1.3.8.orig/configure.in	2012-08-02 00:33:28.000000000 -0700
-+++ libibumad-1.3.8/configure.in	2012-10-23 10:25:19.147305980 -0700
-@@ -6,7 +6,7 @@
+Index: libibumad/configure.in
+===================================================================
+--- libibumad.orig/configure.in
++++ libibumad/configure.in
+@@ -6,7 +6,7 @@ AC_CONFIG_SRCDIR([src/umad.c])
  AC_CONFIG_AUX_DIR(config)
  AC_CONFIG_MACRO_DIR(config)
  AM_CONFIG_HEADER(config.h)
 -AM_INIT_AUTOMAKE
 +AM_INIT_AUTOMAKE([foreign])
  
- AC_SUBST(RELEASE, ${RELEASE:-unknown})
+ AC_SUBST(RELEASE, ${RELEASE:-${VERSION}})
  AC_SUBST(TARBALL, ${TARBALL:-${PACKAGE}-${VERSION}.tar.gz})

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ofed/libibumad.git



More information about the Pkg-ofed-commits mailing list