[Debian-astro-commits] [funtools] 03/05: Rediff patches

Ole Streicher olebole at moszumanska.debian.org
Tue Oct 25 20:09:21 UTC 2016


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

olebole pushed a commit to branch debian
in repository funtools.

commit 65c0ce391b251d39f190618cb7facb4bd97b9b7a
Author: Ole Streicher <olebole at debian.org>
Date:   Tue Oct 25 21:55:47 2016 +0200

    Rediff patches
---
 debian/patches/Build-the-Tcl-extension-as-a-shared-library.patch      | 4 ++--
 .../Copy-files-to-the-correct-destinations-according-to-multi.patch   | 2 +-
 debian/patches/Link-the-executables-against-libfuntools.so.patch      | 4 ++--
 debian/patches/Sort-object-files.patch                                | 2 +-
 .../Use-the-shared-libwcstools-package-instead-of-the-convien.patch   | 4 ++--
 5 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/debian/patches/Build-the-Tcl-extension-as-a-shared-library.patch b/debian/patches/Build-the-Tcl-extension-as-a-shared-library.patch
index 78cc202..16b1ef2 100644
--- a/debian/patches/Build-the-Tcl-extension-as-a-shared-library.patch
+++ b/debian/patches/Build-the-Tcl-extension-as-a-shared-library.patch
@@ -11,7 +11,7 @@ Subject: Build the Tcl extension as a shared library.
  5 files changed, 39 insertions(+), 6 deletions(-)
 
 diff --git a/Makefile.in b/Makefile.in
-index ba32411..03eabd1 100644
+index 94c9776..3d19566 100644
 --- a/Makefile.in
 +++ b/Makefile.in
 @@ -38,6 +38,7 @@ INSTALL_ROOT = $(DESTDIR)
@@ -88,7 +88,7 @@ index ba32411..03eabd1 100644
  	@for i in $(LIB_INSTALL_DIR) $(INCLUDE_INSTALL_DIR) $(BIN_INSTALL_DIR) ; \
  	    do \
 diff --git a/configure.ac b/configure.ac
-index de90b88..8a286ae 100644
+index 4a1ecd8..09c81f6 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -192,6 +192,9 @@ AC_MSG_RESULT($fun_ok)
diff --git a/debian/patches/Copy-files-to-the-correct-destinations-according-to-multi.patch b/debian/patches/Copy-files-to-the-correct-destinations-according-to-multi.patch
index 61605f0..3b01d8b 100644
--- a/debian/patches/Copy-files-to-the-correct-destinations-according-to-multi.patch
+++ b/debian/patches/Copy-files-to-the-correct-destinations-according-to-multi.patch
@@ -9,7 +9,7 @@ The corresponding variables are set with debhelper compat
  1 file changed, 6 insertions(+), 6 deletions(-)
 
 diff --git a/Makefile.in b/Makefile.in
-index 03eabd1..fe6557c 100644
+index 3d19566..c4a9efb 100644
 --- a/Makefile.in
 +++ b/Makefile.in
 @@ -37,20 +37,20 @@ exec_prefix =		@exec_prefix@
diff --git a/debian/patches/Link-the-executables-against-libfuntools.so.patch b/debian/patches/Link-the-executables-against-libfuntools.so.patch
index f6b6ce3..d528216 100644
--- a/debian/patches/Link-the-executables-against-libfuntools.so.patch
+++ b/debian/patches/Link-the-executables-against-libfuntools.so.patch
@@ -10,7 +10,7 @@ and link libfuntools.so against the needed libs.
  3 files changed, 4 insertions(+), 7 deletions(-)
 
 diff --git a/Makefile.in b/Makefile.in
-index 99a8299..95c10e2 100644
+index f935b9d..d5a0536 100644
 --- a/Makefile.in
 +++ b/Makefile.in
 @@ -160,7 +160,7 @@ LIB =		@LIB@
@@ -41,7 +41,7 @@ index 99a8299..95c10e2 100644
  	    else true; \
  	fi;
 diff --git a/configure.ac b/configure.ac
-index c2c3496..de90b88 100644
+index f0a0dfc..4a1ecd8 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -79,7 +79,7 @@ AC_SUBST(DEFLIB)
diff --git a/debian/patches/Sort-object-files.patch b/debian/patches/Sort-object-files.patch
index b5bc87a..da44a04 100644
--- a/debian/patches/Sort-object-files.patch
+++ b/debian/patches/Sort-object-files.patch
@@ -8,7 +8,7 @@ Sort object files to pass to mklib, to make the build reproducible.
  1 file changed, 3 insertions(+), 3 deletions(-)
 
 diff --git a/Makefile.in b/Makefile.in
-index fe6557c..5d8c6d4 100644
+index c4a9efb..52862fb 100644
 --- a/Makefile.in
 +++ b/Makefile.in
 @@ -233,7 +233,7 @@ shlib:		sublib $(LIBOBJS)
diff --git a/debian/patches/Use-the-shared-libwcstools-package-instead-of-the-convien.patch b/debian/patches/Use-the-shared-libwcstools-package-instead-of-the-convien.patch
index 59552e6..7143b5b 100644
--- a/debian/patches/Use-the-shared-libwcstools-package-instead-of-the-convien.patch
+++ b/debian/patches/Use-the-shared-libwcstools-package-instead-of-the-convien.patch
@@ -14,7 +14,7 @@ Subject: Use the shared libwcstools package instead of the convienence copy.
  8 files changed, 10 insertions(+), 10 deletions(-)
 
 diff --git a/Makefile.in b/Makefile.in
-index 95c10e2..ba32411 100644
+index d5a0536..94c9776 100644
 --- a/Makefile.in
 +++ b/Makefile.in
 @@ -60,8 +60,8 @@ FITSY_INC =		-I./fitsy
@@ -77,7 +77,7 @@ index f141716..e3cfc36 100644
  #include <tl.h>
  #include <word.h>
 diff --git a/funtools.h b/funtools.h
-index 7488821..e237850 100644
+index 2d2ff08..befeda2 100644
 --- a/funtools.h
 +++ b/funtools.h
 @@ -31,7 +31,7 @@

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



More information about the Debian-astro-commits mailing list