[Forensics-changes] [sleuthkit] 01/01: Imported Debian patch 4.2.0-3

Joao Eriberto Mota Filho eriberto at moszumanska.debian.org
Sun Nov 29 13:03:17 UTC 2015


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

eriberto pushed a commit to branch debian
in repository sleuthkit.

commit f5301a0c79d3b416c60b79547d8b20d9ff0bf7dc
Author: Joao Eriberto Mota Filho <eriberto at debian.org>
Date:   Sat Nov 28 15:37:21 2015 -0200

    Imported Debian patch 4.2.0-3
---
 debian/changelog | 7 +++++++
 debian/rules     | 8 +++++++-
 2 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 7fd888b..4d25da8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+sleuthkit (4.2.0-3) unstable; urgency=medium
+
+  * debian/rules: added override_dh_makeshlibs to provide
+      the right package version to dpkg-gensymbols.
+
+ -- Joao Eriberto Mota Filho <eriberto at debian.org>  Sat, 28 Nov 2015 15:37:21 -0200
+
 sleuthkit (4.2.0-2) unstable; urgency=medium
 
   * Upload to unstable.
diff --git a/debian/rules b/debian/rules
index 0bbb3f6..6a112ee 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,8 @@
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 export DEB_LDFLAGS_MAINT_APPEND = -lsqlite3 -lsupc++ -Wl,--as-needed
 
+export PVER=$(shell dpkg-parsechangelog --show-field version | cut -d"-" -f1)
+
 %:
 	dh $@ --with autoreconf
 
@@ -12,4 +14,8 @@ override_dh_auto_configure:
 
 override_dh_installdocs:
 	dh_installdocs
-	mv $(CURDIR)/debian/sleuthkit/usr/share/doc/sleuthkit/README $(CURDIR)/debian/sleuthkit/usr/share/doc/sleuthkit/README.fiwalk
+	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