[Forensics-changes] [sleuthkit] 02/02: Do not set default symbol version to current upstream version

Hilko Bengen bengen at moszumanska.debian.org
Sun Mar 5 11:59:57 UTC 2017


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

bengen pushed a commit to branch debian
in repository sleuthkit.

commit a3e37e819867f7befd07638eac4772ec8c1f80fb
Author: Hilko Bengen <bengen at debian.org>
Date:   Sun Mar 5 12:22:49 2017 +0100

    Do not set default symbol version to current upstream version
    
    This hid a problem related to incomplete symbols definition
---
 debian/rules | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/debian/rules b/debian/rules
index 7ccbcdb..2e18b27 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,10 +3,6 @@
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 export DEB_LDFLAGS_MAINT_APPEND = -lsqlite3 -lsupc++ -Wl,--as-needed
 
-# Setting version by hand
-#export PVER=$(shell dpkg-parsechangelog --show-field version | cut -d"-" -f1)
-export PVER=4.4.0
-
 %:
 	dh $@ --with autoreconf
 
@@ -18,6 +14,3 @@ override_dh_installdocs:
 	dh_installdocs
 	mv $(CURDIR)/debian/sleuthkit/usr/share/doc/sleuthkit/README \
            $(CURDIR)/debian/sleuthkit/usr/share/doc/sleuthkit/README.fiwalk
-
-override_dh_makeshlibs:
-	dh_makeshlibs -- -v$(PVER)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/sleuthkit.git



More information about the forensics-changes mailing list