[Forensics-changes] [sleuthkit] branch debian updated (33359c0 -> dad4dca)

Joao Eriberto Mota Filho eriberto at moszumanska.debian.org
Tue May 12 00:07:57 UTC 2015


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

eriberto pushed a change to branch debian
in repository sleuthkit.

      from  33359c0     * 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.
       new  dad4dca   Imported Debian patch 4.1.3-5

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                         |     1 -
 aclocal.m4                                         |  3038 ++--
 bindings/java/jni/Makefile.in                      |   236 +-
 bindings/java/nbproject/project.xml                |     4 -
 .../src/org/sleuthkit/datamodel/AbstractFile.java  |     4 -
 .../src/org/sleuthkit/datamodel/LibraryUtils.java  |   106 -
 .../src/org/sleuthkit/datamodel/SleuthkitCase.java |  1314 --
 .../src/org/sleuthkit/datamodel/SleuthkitJNI.java  |     4 -
 .../java/src/org/sleuthkit/datamodel/TskData.java  |     5 -
 config/install-sh                                  |   258 +-
 config/ltmain.sh                                   |  3953 ++---
 configure                                          | 15743 ++++++++++---------
 configure.ac                                       |   103 -
 debian/README.source                               |     2 +-
 debian/changelog                                   |    32 +
 debian/control                                     |    28 +-
 debian/copyright                                   |    73 +-
 debian/libtsk-dev.install                          |     1 -
 debian/libtsk10.lintian-overrides                  |     4 -
 debian/libtsk10.symbols                            |     1 +
 debian/libtsk10.symbols.0                          |   663 +
 debian/libtsk10.symbols.1                          |   661 +
 debian/libtsk10.symbols.amd64                      |     1 +
 debian/{manpages => manpage}/fcat.1                |    10 +-
 debian/{manpages => manpage}/fcat.header           |     0
 debian/{manpages => manpage}/fcat.txt              |     0
 debian/{manpages => manpage}/fiwalk.1              |     2 +-
 debian/{manpages => manpage}/fiwalk.header         |     0
 debian/{manpages => manpage}/fiwalk.txt            |     0
 debian/manpage/genallman.sh                        |    29 +
 debian/{manpages => manpage}/jpeg_extract.1        |     2 +-
 debian/{manpages => manpage}/jpeg_extract.header   |     0
 debian/{manpages => manpage}/jpeg_extract.txt      |     0
 debian/{manpages => manpage}/srch_strings.1        |     0
 .../patches/60_add_TSK_IMG_INFO_used_by_pytsk.diff |    17 +
 debian/patches/series                              |     1 +
 debian/rules                                       |     3 +-
 debian/sleuthkit.manpages                          |     2 +-
 .../InterestingFilesModule.cpp                     |    84 -
 .../modules/c_InterestingFilesModule/README.txt    |     8 -
 .../extraction/TskCarvePrepSectorConcat.cpp        |    46 +-
 .../extraction/TskCarvePrepSectorConcat.h          |     6 -
 .../tsk/framework/services/TskImgDBPostgreSQL.cpp  |   110 -
 .../tsk/framework/services/TskImgDBPostgreSQL.h    |     3 -
 m4/libtool.m4                                      |  2385 +--
 m4/ltoptions.m4                                    |    32 +-
 m4/ltsugar.m4                                      |    20 +-
 m4/ltversion.m4                                    |    12 +-
 m4/lt~obsolete.m4                                  |    12 +-
 man/Makefile.in                                    |   211 +-
 packages/sleuthkit.spec                            |     4 -
 samples/Makefile.in                                |   196 +-
 tests/Makefile.in                                  |   196 +-
 tools/Makefile.in                                  |   283 +-
 tools/autotools/Makefile.in                        |   240 +-
 tools/fiwalk/Makefile.in                           |   283 +-
 tools/fiwalk/plugins/Makefile.in                   |   240 +-
 tools/fiwalk/src/Makefile.in                       |   246 +-
 tools/fstools/Makefile.in                          |   260 +-
 tools/hashtools/Makefile.in                        |   234 +-
 tools/imgtools/Makefile.in                         |   236 +-
 tools/sorter/Makefile.in                           |   161 +-
 tools/srchtools/Makefile.in                        |   242 +-
 tools/timeline/Makefile.in                         |   161 +-
 tools/vstools/Makefile.in                          |   238 +-
 tsk/Makefile.am                                    |     4 -
 tsk/Makefile.in                                    |   339 +-
 tsk/auto/Makefile.in                               |   181 +-
 tsk/auto/db_sqlite.cpp                             |    60 -
 tsk/auto/tsk_case_db.h                             |     3 -
 tsk/auto/tsk_db_sqlite.h                           |     5 -
 tsk/base/Makefile.in                               |   184 +-
 tsk/base/tsk_base.h                                |     8 -
 tsk/fs/Makefile.in                                 |   184 +-
 tsk/fs/tsk_yaffs.h                                 |     3 -
 tsk/fs/yaffs.cpp                                   |  1569 --
 tsk/hashdb/Makefile.in                             |   178 +-
 tsk/img/Makefile.in                                |   178 +-
 tsk/img/img_io.c                                   |    13 +-
 tsk/img/tsk_img_i.h                                |     3 -
 tsk/vs/Makefile.in                                 |   178 +-
 unit_tests/Makefile.in                             |   283 +-
 unit_tests/base/Makefile.in                        |   190 +-
 win32/tsk_jni/tsk_jni.vcxproj                      |    18 -
 84 files changed, 14324 insertions(+), 21707 deletions(-)
 delete mode 100644 .gitignore
 mode change 100644 => 100755 config/ltmain.sh
 delete mode 100644 debian/libtsk10.lintian-overrides
 create mode 120000 debian/libtsk10.symbols
 create mode 100644 debian/libtsk10.symbols.0
 create mode 100644 debian/libtsk10.symbols.1
 create mode 120000 debian/libtsk10.symbols.amd64
 rename debian/{manpages => manpage}/fcat.1 (70%)
 rename debian/{manpages => manpage}/fcat.header (100%)
 rename debian/{manpages => manpage}/fcat.txt (100%)
 rename debian/{manpages => manpage}/fiwalk.1 (98%)
 rename debian/{manpages => manpage}/fiwalk.header (100%)
 rename debian/{manpages => manpage}/fiwalk.txt (100%)
 create mode 100755 debian/manpage/genallman.sh
 rename debian/{manpages => manpage}/jpeg_extract.1 (92%)
 rename debian/{manpages => manpage}/jpeg_extract.header (100%)
 rename debian/{manpages => manpage}/jpeg_extract.txt (100%)
 rename debian/{manpages => manpage}/srch_strings.1 (100%)
 create mode 100644 debian/patches/60_add_TSK_IMG_INFO_used_by_pytsk.diff

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