[Pkg-voip-commits] [libss7] 16/51: New upstream release (1.0.2) - Refresh ldconfig patch (still not applied by upstream) .

tzafrir at debian.org tzafrir at debian.org
Mon Oct 31 09:38:59 UTC 2016


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

tzafrir pushed a commit to branch master
in repository libss7.

commit 3b99904f911a5433105be80f09902da026ba16e0
Author: Tzafrir Cohen <tzafrir at debian.org>
Date:   Tue Oct 28 21:56:24 2008 +0000

    New upstream release (1.0.2) - Refresh ldconfig patch (still not applied by upstream) .
    
    git-svn-id: svn://anonscm.alioth.debian.org/svn/pkg-voip/libss7/trunk@6331 5e74be4b-f5d6-0310-a852-e9e23c5afa6a
---
 debian/changelog        | 2 +-
 debian/patches/ldconfig | 2 +-
 debian/rules            | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 671ad06..659902e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libss7 (1.0.1-1) UNRELEASED; urgency=low
+libss7 (1.0.2-1) UNRELEASED; urgency=low
 
   * Initial release. (Closes: #496263)
 
diff --git a/debian/patches/ldconfig b/debian/patches/ldconfig
index 35be610..faaec73 100644
--- a/debian/patches/ldconfig
+++ b/debian/patches/ldconfig
@@ -11,7 +11,7 @@ Index: Makefile
  	mkdir -p $(INSTALL_PREFIX)$(INSTALL_BASE)/include
  	install -m 644 libss7.h $(INSTALL_PREFIX)$(INSTALL_BASE)/include
 -	install -m 755 $(DYNAMIC_LIBRARY) $(INSTALL_PREFIX)$(libdir)
--	( cd $(INSTALL_PREFIX)$(libdir) ; ln -sf libss7.so.1 libss7.so ; $(SOSLINK) )
+-	( cd $(INSTALL_PREFIX)$(libdir) ; ln -sf libss7.so.1 libss7.so ; ln -sf libss7.so.1.0 libss7.so.1 )
 +	cp -dp *.so* $(INSTALL_PREFIX)$(libdir)
  	install -m 644 $(STATIC_LIBRARY) $(INSTALL_PREFIX)$(libdir)
 -	if test $$(id -u) = 0; then $(LDCONFIG); fi
diff --git a/debian/rules b/debian/rules
index 2ea3b91..082534f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,7 @@ UPVERSIONMAJOR:=$(shell echo $(UPVERSION) | sed -re 's/(^[0-9]\.[0-9]).*/\1/')
 SHLIBS = $(PKGNAME) (>= $(UPVERSIONMAJOR))
 
 FILENAME := $(PACKAGE)_$(UPVERSION).orig.tar.gz
-URL := http://ftp2.digium.com/pub/telephony/$(PACKAGE)/releases/$(PACKAGE)-$(UPVERSION).tar.gz
+URL := http://downloads.digium.com/pub/telephony/$(PACKAGE)/releases/$(PACKAGE)-$(UPVERSION).tar.gz
 
 # shared library versions, option 1
 #version=2.0.5

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



More information about the Pkg-voip-commits mailing list