[Forensics-changes] [sleuthkit] 01/01: * New maintainer email address. * debian/control: updated the Vcs-Browser field. * debian/libtsk10.lintian-overrides: added to override a message and explain about symbols situation. * debian/watch: added GitHub as a second repository of packages.

Joao Eriberto Mota Filho eriberto at moszumanska.debian.org
Tue Aug 5 18:07:20 UTC 2014


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

eriberto pushed a commit to branch debian
in repository sleuthkit.

commit 33359c04dfc2d7c1f44a36a047633f1ac6d23f0c
Author: Joao Eriberto Mota Filho <eriberto at debian.org>
Date:   Tue Aug 5 15:05:43 2014 -0300

      * New maintainer email address.
      * debian/control: updated the Vcs-Browser field.
      * debian/libtsk10.lintian-overrides: added to override a message
        and explain about symbols situation.
      * debian/watch: added GitHub as a second repository of packages.
---
 debian/README.source                       |  3 +--
 debian/changelog                           | 10 ++++++++++
 debian/control                             |  4 ++--
 debian/copyright                           |  6 +++---
 debian/libtsk10.lintian-overrides          |  4 ++++
 debian/manpages/fcat.1                     |  2 +-
 debian/manpages/fcat.txt                   |  8 ++++----
 debian/manpages/fiwalk.1                   |  2 +-
 debian/manpages/fiwalk.txt                 |  2 +-
 debian/manpages/jpeg_extract.1             |  2 +-
 debian/manpages/jpeg_extract.txt           |  2 +-
 debian/patches/10_link-to-sqlite.diff      |  2 +-
 debian/patches/20_fix_spelling_errors.diff |  2 +-
 debian/patches/30_fix-manpages.diff        |  2 +-
 debian/patches/50_disable_ant_clean.diff   |  2 +-
 debian/watch                               |  1 +
 16 files changed, 34 insertions(+), 20 deletions(-)

diff --git a/debian/README.source b/debian/README.source
index 36f1924..6d33c6e 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -6,5 +6,4 @@ in building time. This is a non free action. So, the Java bindings
 building was disabled at debian/rules. More details about this problem
 can be viewed at https://github.com/sleuthkit/sleuthkit/issues/319.
 
-  -- Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>  Mon, 03 Mar 2014 12:08:22 -0300
-
+  -- Joao Eriberto Mota Filho <eriberto at debian.org>  Mon, 03 Mar 2014 12:08:22 -0300
diff --git a/debian/changelog b/debian/changelog
index 654aa8c..76709df 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+sleuthkit (4.1.3-4) unstable; urgency=medium
+
+  * New maintainer email address.
+  * debian/control: updated the Vcs-Browser field.
+  * debian/libtsk10.lintian-overrides: added to override a message
+    and explain about symbols situation.
+  * debian/watch: added GitHub as a second repository of packages.
+
+ -- Joao Eriberto Mota Filho <eriberto at debian.org>  Tue, 05 Aug 2014 14:31:26 -0300
+
 sleuthkit (4.1.3-3) unstable; urgency=medium
 
   * Removed the inconstant symbols control files from debian/. These
diff --git a/debian/control b/debian/control
index 8c2a7f1..5329458 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Forensics <forensics-devel at lists.alioth.debian.org>
 Uploaders: Christophe Monniez <christophe.monniez at fccu.be>,
            Hilko Bengen <bengen at debian.org>,
-           Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>
+           Joao Eriberto Mota Filho <eriberto at debian.org>
 Build-Depends: debhelper (>= 9),
                autoconf,
                automake,
@@ -15,7 +15,7 @@ Build-Depends: debhelper (>= 9),
                libafflib-dev (>= 3.6.6)
 Standards-Version: 3.9.5
 Homepage: http://www.sleuthkit.org/sleuthkit
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=forensics/sleuthkit.git
+Vcs-Browser: http://anonscm.debian.org/cgit/forensics/sleuthkit.git
 Vcs-Git: git://anonscm.debian.org/forensics/sleuthkit.git
 
 Package: sleuthkit
diff --git a/debian/copyright b/debian/copyright
index f9dea2d..8456902 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -347,9 +347,9 @@ Copyright: 2003-2004, Mattia Monga <monga at debian.org>
            2004-2009, Martin A. Godisch <godisch at debian.org>
            2009-2010, Cristian Greco <cristian at regolo.cc>
            2010-2011, Christophe Monniez <christophe.monniez at fccu.be>
-           2011, Julien Valroff <julien at debian.org>
-           2014, Hilko Bengen <bengen at debian.org>,
-                 Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>
+           2011,      Julien Valroff <julien at debian.org>
+           2014,      Hilko Bengen <bengen at debian.org>,
+           2014,      Joao Eriberto Mota Filho <eriberto at debian.org>
 License: GPL-2.0+
 
 
diff --git a/debian/libtsk10.lintian-overrides b/debian/libtsk10.lintian-overrides
new file mode 100644
index 0000000..d51497c
--- /dev/null
+++ b/debian/libtsk10.lintian-overrides
@@ -0,0 +1,4 @@
+# The upstream source code produces different symbols for
+# each architecture/kernel. So, we don't generate symbols
+# to avoid a FTBFS.
+libtsk10: no-symbols-control-file usr/lib/x86_64-linux-gnu/libtsk.so.10.2.0
diff --git a/debian/manpages/fcat.1 b/debian/manpages/fcat.1
index f5eb994..ee8094a 100644
--- a/debian/manpages/fcat.1
+++ b/debian/manpages/fcat.1
@@ -59,4 +59,4 @@ The disk or partition \fIimage\fP to read, whose format is given with ’\fB-i\f
 Path of file to extract the contents of. Surround the path in quotes if there is a space in a file or directory name. Use forward slashes.
 .SH AUTHOR
 The Sleuth Kit was written by Brian Carrier <carrier at sleuthkit.org>.
-This manual page was written by Joao Eriberto Mota Filho <eriberto at eriberto.pro.br> for the Debian project (but may be used by others). The \fBfcat\fP help page was the source.
+This manual page was written by Joao Eriberto Mota Filho <eriberto at debian.org> for the Debian project (but may be used by others). The \fBfcat\fP help page was the source.
diff --git a/debian/manpages/fcat.txt b/debian/manpages/fcat.txt
index 2f2797f..30dd259 100644
--- a/debian/manpages/fcat.txt
+++ b/debian/manpages/fcat.txt
@@ -5,17 +5,17 @@ SYNOPSIS
 DESCRIPTION
   fcat opens the named image(s) and copies the file at the path path_of_file to standard output.
 ARGUMENTS
-  -f fstype     Specifies the file system type. Use ’-f list’ to list the supported file system types. If not given, autodetection methods are used.
+  -f fstype     Specifies the file system type. Use -f 'list' to list the supported file system types. If not given, autodetection methods are used.
   -h            Skip over holes in sparse files, so that absolute address information is lost. This option saves space when copying sparse files.
   -R            Suppress errors if a deleted file is being recovered.
   -s            Include the slack space in the output.
-  -i imgtype    Identify the type of image file, such as raw. Use ’-i list’ to list the supported types. If not given, autodetection methods are used.
+  -i imgtype    Identify the type of image file, such as raw. Use '-i list' to list the supported types. If not given, autodetection methods are used.
   -o imgoffset  The sector offset where the file system starts in the image.
   -b dev_sector_size  The size, in bytes, of the underlying device sectors. If not given, the value in the image format is used (if it exists) or 512-bytes is assumed.
   -v  Enable verbose mode, output to stderr.
   -V  Display version 
-  image [images]  The disk or partition image to read, whose format is given with ’-i’. Multiple image file names can be given if the image is split into multiple segments. If only one image file is given, and its name is the first in a sequence (e.g., as indicated by ending in ’.001’), subsequent image segments will be included automatically. 
+  image [images]  The disk or partition image to read, whose format is given with '-i'. Multiple image file names can be given if the image is split into multiple segments. If only one image file is given, and its name is the first in a sequence (e.g., as indicated by ending in ’.001’), subsequent image segments will be included automatically. 
   path_of_file  Path of file to extract the contents of. Surround the path in quotes if there is a space in a file or directory name. Use forward slashes.
 AUTHOR
   The Sleuth Kit was written by Brian Carrier <carrier at sleuthkit.org>.
-  This manual page was written by Joao Eriberto Mota Filho <eriberto at eriberto.pro.br> for the Debian project (but may be used by others). The fcat help page was the source.
+  This manual page was written by Joao Eriberto Mota Filho <eriberto at debian.org> for the Debian project (but may be used by others). The fcat help page was the source.
diff --git a/debian/manpages/fiwalk.1 b/debian/manpages/fiwalk.1
index 2074bcf..38ad203 100644
--- a/debian/manpages/fiwalk.1
+++ b/debian/manpages/fiwalk.1
@@ -122,4 +122,4 @@ debug this program
 Enable SleuthKit verbose flag
 .SH AUTHOR
 The Sleuth Kit was written by Brian Carrier <carrier at sleuthkit.org>.
-This manual page was written by Joao Eriberto Mota Filho <eriberto at eriberto.pro.br> for the Debian project (but may be used by others). The fcat help page was the source.
+This manual page was written by Joao Eriberto Mota Filho <eriberto at debian.org> for the Debian project (but may be used by others). The fcat help page was the source.
diff --git a/debian/manpages/fiwalk.txt b/debian/manpages/fiwalk.txt
index ea5b5ef..724abe1 100644
--- a/debian/manpages/fiwalk.txt
+++ b/debian/manpages/fiwalk.txt
@@ -41,4 +41,4 @@ Misc:
     -v  Enable SleuthKit verbose flag
 AUTHOR
   The Sleuth Kit was written by Brian Carrier <carrier at sleuthkit.org>.
-  This manual page was written by Joao Eriberto Mota Filho <eriberto at eriberto.pro.br> for the Debian project (but may be used by others). The fcat help page was the source.
+  This manual page was written by Joao Eriberto Mota Filho <eriberto at debian.org> for the Debian project (but may be used by others). The fcat help page was the source.
diff --git a/debian/manpages/jpeg_extract.1 b/debian/manpages/jpeg_extract.1
index bb5b08b..163fa9c 100644
--- a/debian/manpages/jpeg_extract.1
+++ b/debian/manpages/jpeg_extract.1
@@ -14,4 +14,4 @@
 jpeg_extractor is used by fiwalk, provided by TSK (The Sleuth Kit) to manipulate JPG files.
 .SH AUTHOR
 The Sleuth Kit was written by Brian Carrier <carrier at sleuthkit.org>.
-This manual page was written by Joao Eriberto Mota Filho <eriberto at eriberto.pro.br> for the Debian project (but may be used by others). The fcat help page was the source.
+This manual page was written by Joao Eriberto Mota Filho <eriberto at debian.org> for the Debian project (but may be used by others). The fcat help page was the source.
diff --git a/debian/manpages/jpeg_extract.txt b/debian/manpages/jpeg_extract.txt
index 24773fc..5c00c20 100644
--- a/debian/manpages/jpeg_extract.txt
+++ b/debian/manpages/jpeg_extract.txt
@@ -6,4 +6,4 @@ DESCRIPTION
   jpeg_extractor is used by fiwalk, provided by TSK (The Sleuth Kit) to manipulate JPG files.
 AUTHOR
   The Sleuth Kit was written by Brian Carrier <carrier at sleuthkit.org>.
-  This manual page was written by Joao Eriberto Mota Filho <eriberto at eriberto.pro.br> for the Debian project (but may be used by others). The fcat help page was the source.
+  This manual page was written by Joao Eriberto Mota Filho <eriberto at debian.org> for the Debian project (but may be used by others). The fcat help page was the source.
diff --git a/debian/patches/10_link-to-sqlite.diff b/debian/patches/10_link-to-sqlite.diff
index 50b5a20..23c54cd 100644
--- a/debian/patches/10_link-to-sqlite.diff
+++ b/debian/patches/10_link-to-sqlite.diff
@@ -1,7 +1,7 @@
 Description: link against libsqlite3 rather than statically linking
              against the embedded library
 Author: Julien Valroff <julien at debian.org>
-Reviewed-by: Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>
+Reviewed-by: Joao Eriberto Mota Filho <eriberto at debian.org>
 Last-Updated: 2013-12-04
 Forwarded: not-needed
 --- a/tsk/auto/Makefile.am
diff --git a/debian/patches/20_fix_spelling_errors.diff b/debian/patches/20_fix_spelling_errors.diff
index 9f9101a..e2dfca2 100644
--- a/debian/patches/20_fix_spelling_errors.diff
+++ b/debian/patches/20_fix_spelling_errors.diff
@@ -1,5 +1,5 @@
 Description: fix spelling errors.
-Author: Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>
+Author: Joao Eriberto Mota Filho <eriberto at debian.org>
 Last-Update: 2013-12-04
 --- a/tsk/auto/auto_db.cpp
 +++ b/tsk/auto/auto_db.cpp
diff --git a/debian/patches/30_fix-manpages.diff b/debian/patches/30_fix-manpages.diff
index 2f657fd..ecdc7a3 100644
--- a/debian/patches/30_fix-manpages.diff
+++ b/debian/patches/30_fix-manpages.diff
@@ -1,6 +1,6 @@
 Description: Fixes formatting errors in manpages
 Author: Julien Valroff <julien at debian.org>
-Reviewed-by: Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>
+Reviewed-by: Joao Eriberto Mota Filho <eriberto at debian.org>
 Last-Update: 2013-12-04
 --- a/man/hfind.1
 +++ b/man/hfind.1
diff --git a/debian/patches/50_disable_ant_clean.diff b/debian/patches/50_disable_ant_clean.diff
index 0390a24..fadc2e3 100644
--- a/debian/patches/50_disable_ant_clean.diff
+++ b/debian/patches/50_disable_ant_clean.diff
@@ -1,5 +1,5 @@
 Description: cancel the 'ant clean' command.
-Author: Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>
+Author: Joao Eriberto Mota Filho <eriberto at debian.org>
 Last-Update: 2014-03-11
 Index: sleuthkit-4.1.3/bindings/java/Makefile.am
 ===================================================================
diff --git a/debian/watch b/debian/watch
index 25a28c7..3905d29 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,3 @@
 version=3
 http://sf.net/sleuthkit/sleuthkit-(\d\S+)\.tar\.(?:bz2|gz|xz)
+https://github.com/sleuthkit/sleuthkit/releases .*/sleuthkit/archive/sleuthkit-(\d\S+)\.tar\.(?:bz2|gz|xz)

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