[Pkg-voip-commits] [libss7] 51/51: Strict versioned depepndency should not be needed

tzafrir at debian.org tzafrir at debian.org
Mon Oct 31 09:39:03 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 2baf09ec525d9f169b4dc8bc5322c7f0ab58a0cd
Author: Tzafrir Cohen <tzafrir at debian.org>
Date:   Mon Oct 31 08:56:21 2016 +0200

    Strict versioned depepndency should not be needed
    
    That what symbols are for
---
 debian/rules | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/debian/rules b/debian/rules
index 3d31500..604169e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,12 +1,5 @@
 #!/usr/bin/make -f
 
-PKGNAME:=$(shell sed -nre 's/^Package: (.*[0-9])$$/\1/p' debian/control)
-DEBVERSION:=$(shell head -n 1 debian/changelog \
-		    | sed -e 's/^[^(]*(\([^)]*\)).*/\1/')
-UPVERSION:=$(shell echo $(DEBVERSION) | sed -e 's/^.*://' -e 's/-[0-9.]*$$//' -e 's/~dfsg$$//')
-UPVERSIONMAJOR:=$(shell echo $(UPVERSION) | sed -re 's/(^[0-9]\.[0-9]).*/\1/')
-SHLIBS = $(PKGNAME) (>= $(UPVERSIONMAJOR))
-
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 triplet := $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
@@ -20,6 +13,3 @@ override_dh_auto_install:
 
 override_dh_installchangelogs:
 	dh_installchangelogs ChangeLog
-
-override_dh_makeshlibs:
-	dh_makeshlibs -V "$(SHLIBS)"

-- 
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