[Pkg-voip-commits] [kamailio] 08/10: refresh debian patches

Victor Seva vseva at moszumanska.debian.org
Mon Jun 19 07:29:25 UTC 2017


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

vseva pushed a commit to branch master
in repository kamailio.

commit 39af62d3f4cc7ea55c6ca46cf73a636400548ac2
Author: Victor Seva <vseva at debian.org>
Date:   Fri Jun 16 19:40:14 2017 +0200

    refresh debian patches
---
 debian/patches/fix_export.patch          |  4 ++--
 debian/patches/no_INSTALL_file.patch     | 16 ++++++++--------
 debian/patches/no_lib64_on_64_bits.patch |  8 ++++----
 3 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/debian/patches/fix_export.patch b/debian/patches/fix_export.patch
index 413831c..97be61b 100644
--- a/debian/patches/fix_export.patch
+++ b/debian/patches/fix_export.patch
@@ -1,8 +1,8 @@
 Description: make sure symbols are exported from main binary to allow loading modules
 Author: Tzafrir Cohen <tzafrir at debian.org>
 
---- a/Makefile
-+++ b/Makefile
+--- a/src/Makefile
++++ b/src/Makefile
 @@ -139,6 +139,8 @@
  main_makefile=1
  include Makefile.defs
diff --git a/debian/patches/no_INSTALL_file.patch b/debian/patches/no_INSTALL_file.patch
index dd20ac2..c75c8d4 100644
--- a/debian/patches/no_INSTALL_file.patch
+++ b/debian/patches/no_INSTALL_file.patch
@@ -1,14 +1,14 @@
 Description: Don't copy the INSTALL file to the docs dir
 Author: Victor Seva <linuxmaniac at torreviejawireless.org>
 
---- a/Makefile
-+++ b/Makefile
-@@ -839,8 +839,6 @@
+--- a/src/Makefile
++++ b/src/Makefile
+@@ -844,8 +844,6 @@ install-modules-all: install-every-modul
  
  
  install-doc: $(doc_prefix)/$(doc_dir) install-every-module-doc
--	$(INSTALL_TOUCH) $(doc_prefix)/$(doc_dir)/INSTALL 
--	$(INSTALL_DOC) INSTALL $(doc_prefix)/$(doc_dir)
- 	$(INSTALL_TOUCH) $(doc_prefix)/$(doc_dir)/README-MODULES 
- 	$(INSTALL_DOC) README-MODULES $(doc_prefix)/$(doc_dir)
- 	$(INSTALL_TOUCH) $(doc_prefix)/$(doc_dir)/AUTHORS 
+-	$(INSTALL_TOUCH) $(doc_prefix)/$(doc_dir)/INSTALL
+-	$(INSTALL_DOC) ../INSTALL $(doc_prefix)/$(doc_dir)
+ 	$(INSTALL_TOUCH) $(doc_prefix)/$(doc_dir)/README
+ 	$(INSTALL_DOC) ../README $(doc_prefix)/$(doc_dir)
+ 
diff --git a/debian/patches/no_lib64_on_64_bits.patch b/debian/patches/no_lib64_on_64_bits.patch
index 8eac97d..3ef7f2f 100644
--- a/debian/patches/no_lib64_on_64_bits.patch
+++ b/debian/patches/no_lib64_on_64_bits.patch
@@ -1,10 +1,10 @@
 Description: don't try to install to lib64
 Author: Victor Seva <linuxmaniac at torreviejawireless.org>
 
---- a/Makefile.defs
-+++ b/Makefile.defs
-@@ -362,15 +362,7 @@
- endif
+--- a/src/Makefile.defs
++++ b/src/Makefile.defs
+@@ -384,15 +384,7 @@ endif
+ 
  $(info target architecture <$(ARCH)>, host architecture <$(HOST_ARCH)>)
  
 -LIBDIR ?=

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



More information about the Pkg-voip-commits mailing list