[Forensics-changes] [SCM] debian-forensics/ssdeep branch, debian, updated. debian/2.5-1-4-gdb0bc2d

Christophe Monniez christophe.monniez at fccu.be
Mon Nov 8 15:56:30 UTC 2010


The following commit has been merged in the debian branch:
commit db0bc2d39f1b73d2916bd90336d5d24b501b7592
Author: Christophe Monniez <christophe.monniez at fccu.be>
Date:   Mon Nov 8 16:56:07 2010 +0100

    Split the libfuzzy library from the ssdeep package.

diff --git a/debian/control b/debian/control
index 3955283..7a3252d 100644
--- a/debian/control
+++ b/debian/control
@@ -22,3 +22,54 @@ Description: Recursive piecewise hashing tool
  .
  For example, it can be used to identify modified versions of known files
  even if data has been inserted, modified, or deleted in the new files.
+
+Package: libfuzzy
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Recursive piecewise hashing tool
+ ssdeep is a tool for recursive computing and matching of Context Triggered
+ Piecewise Hashing (aka Fuzzy Hashing).
+ .
+ Fuzzy hashing is a method for comparing similar but not identical files.
+ This tool can be used to compare files like regular hashing does (like
+ md5sum or sha1sum) but it will find similar files with little differences.
+ .
+ For example, it can be used to identify modified versions of known files
+ even if data has been inserted, modified, or deleted in the new files.
+ .
+ This package contains the library.
+
+Package: libfuzzy-dbg
+Section: debug
+Architecture: any
+Depends: ${shlibs:Depends}, libfuzzy-dev (= ${binary:Version})
+Description: Recursive piecewise hashing tool
+ ssdeep is a tool for recursive computing and matching of Context Triggered
+ Piecewise Hashing (aka Fuzzy Hashing).
+ .
+ Fuzzy hashing is a method for comparing similar but not identical files.
+ This tool can be used to compare files like regular hashing does (like
+ md5sum or sha1sum) but it will find similar files with little differences.
+ .
+ For example, it can be used to identify modified versions of known files
+ even if data has been inserted, modified, or deleted in the new files.
+ .
+ This package contains the debugging symbols.
+
+Package: libfuzzy-dev
+Section: libdevel
+Architecture: any
+Depends:  ${misc:Depends}, libfuzzy (= ${binary:Version})
+Description: Recursive piecewise hashing tool
+ ssdeep is a tool for recursive computing and matching of Context Triggered
+ Piecewise Hashing (aka Fuzzy Hashing).
+ .
+ Fuzzy hashing is a method for comparing similar but not identical files.
+ This tool can be used to compare files like regular hashing does (like
+ md5sum or sha1sum) but it will find similar files with little differences.
+ .
+ For example, it can be used to identify modified versions of known files
+ even if data has been inserted, modified, or deleted in the new files.
+ .
+ This package contains the developments files.
diff --git a/debian/libfuzzy-dev.install b/debian/libfuzzy-dev.install
new file mode 100644
index 0000000..73560ca
--- /dev/null
+++ b/debian/libfuzzy-dev.install
@@ -0,0 +1,2 @@
+/usr/include/*
+/usr/lib/libfuzzy*
diff --git a/debian/libfuzzy.install b/debian/libfuzzy.install
new file mode 100644
index 0000000..cc671ea
--- /dev/null
+++ b/debian/libfuzzy.install
@@ -0,0 +1 @@
+/usr/lib/libfuzzy*.so*
diff --git a/debian/rules b/debian/rules
index 9162658..2c28d58 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,3 +13,6 @@ override_dh_auto_configure:
 	[ -r /usr/share/misc/config.sub ] && cp -f /usr/share/misc/config.sub config.sub
 
 	dh_auto_configure -- LDFLAGS="-Wl,-z,defs"
+
+override_dh_strip:
+	dh_strip --dbg-package=libfuzzy-dbg
diff --git a/debian/ssdeep.install b/debian/ssdeep.install
new file mode 100644
index 0000000..1317f86
--- /dev/null
+++ b/debian/ssdeep.install
@@ -0,0 +1,2 @@
+/usr/bin
+/usr/share/man/man1

-- 
debian-forensics/ssdeep



More information about the forensics-changes mailing list