Re: sleuthkit

2011-05-07 Thread Julien Valroff
Le mercredi 04 mai 2011 à 10:14:57 (+0200 CEST), Christophe Monniez a écrit :
 Hi,
 
 I worked on sleuthkit and after a long search, I discover that some
 files were missing in the git repos.
 
 I don't know what kind of mistake I made when I imported upstream the
 first time. Anyway, I imported usptream again and now it builds fine.
 
 I think that this version is now ready for upload.
 
I'll have a look at it during the week-end.

It seems however several changes need to be applied to make lintian happy:

I: sleuthkit source: missing-debian-source-format
W: sleuthkit source: no-human-maintainers
W: sleuthkit source: build-depends-on-1-revision build-depends: libewf-dev (= 
20100226-1)
W: sleuthkit source: changelog-should-mention-nmu
W: sleuthkit source: source-nmu-has-incorrect-version-number 3.1.3-1
W: sleuthkit source: patch-system-but-direct-changes-in-diff Makefile.am and 
110 more
E: sleuthkit: embedded-library usr/bin/tsk_loaddb: sqlite
W: sleuthkit: manpage-has-errors-from-man usr/share/man/man1/hfind.1.gz 98: 
warning [p 2, 6.2i]: cannot adjust line
I: sleuthkit: hyphen-used-as-minus-sign 
usr/share/man/man1/tsk_comparedir.1.gz:33
I: sleuthkit: hyphen-used-as-minus-sign usr/share/man/man1/tsk_gettimes.1.gz:17
I: sleuthkit: hyphen-used-as-minus-sign usr/share/man/man1/tsk_gettimes.1.gz:25
I: sleuthkit: hyphen-used-as-minus-sign usr/share/man/man1/tsk_loaddb.1.gz:35
I: sleuthkit: hyphen-used-as-minus-sign usr/share/man/man1/tsk_loaddb.1.gz:38
I: sleuthkit: hyphen-used-as-minus-sign usr/share/man/man1/tsk_recover.1.gz:31
E: libtsk3-3: embedded-library usr/lib/libtsk3.so.3.3.1: sqlite
E: libtsk3-3: symbols-file-contains-current-version-with-debian-revision on 
symbol _ZN7TskAuto10closeImageEv@Base and 233 others

Cheers,
Julien

-- 
  .''`.   Julien Valroff ~ jul...@kirya.net ~ jul...@debian.org
 : :'  :  Debian Developer  Free software contributor
 `. `'`   http://www.kirya.net/
   `- 4096R/ E1D8 5796 8214 4687 E416  948C 859F EF67 258E 26B1

___
forensics-devel mailing list
forensics-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/forensics-devel


Re: sleuthkit

2011-05-07 Thread Christophe Monniez
Le samedi 07 mai 2011 à 09:15 +0200, Julien Valroff a écrit :
 Le mercredi 04 mai 2011 à 10:14:57 (+0200 CEST), Christophe Monniez a écrit :
  Hi,
  
  I worked on sleuthkit and after a long search, I discover that some
  files were missing in the git repos.
  
  I don't know what kind of mistake I made when I imported upstream the
  first time. Anyway, I imported usptream again and now it builds fine.
  
  I think that this version is now ready for upload.
  
 I'll have a look at it during the week-end.
 
 It seems however several changes need to be applied to make lintian happy:
 
 I: sleuthkit source: missing-debian-source-format
 W: sleuthkit source: no-human-maintainers
 W: sleuthkit source: build-depends-on-1-revision build-depends: libewf-dev 
 (= 20100226-1)
 W: sleuthkit source: changelog-should-mention-nmu
 W: sleuthkit source: source-nmu-has-incorrect-version-number 3.1.3-1
 W: sleuthkit source: patch-system-but-direct-changes-in-diff Makefile.am and 
 110 more
 E: sleuthkit: embedded-library usr/bin/tsk_loaddb: sqlite
 W: sleuthkit: manpage-has-errors-from-man usr/share/man/man1/hfind.1.gz 98: 
 warning [p 2, 6.2i]: cannot adjust line
 I: sleuthkit: hyphen-used-as-minus-sign 
 usr/share/man/man1/tsk_comparedir.1.gz:33
 I: sleuthkit: hyphen-used-as-minus-sign 
 usr/share/man/man1/tsk_gettimes.1.gz:17
 I: sleuthkit: hyphen-used-as-minus-sign 
 usr/share/man/man1/tsk_gettimes.1.gz:25
 I: sleuthkit: hyphen-used-as-minus-sign usr/share/man/man1/tsk_loaddb.1.gz:35
 I: sleuthkit: hyphen-used-as-minus-sign usr/share/man/man1/tsk_loaddb.1.gz:38
 I: sleuthkit: hyphen-used-as-minus-sign usr/share/man/man1/tsk_recover.1.gz:31
 E: libtsk3-3: embedded-library usr/lib/libtsk3.so.3.3.1: sqlite
 E: libtsk3-3: symbols-file-contains-current-version-with-debian-revision on 
 symbol _ZN7TskAuto10closeImageEv@Base and 233 others
 
 Cheers,
 Julien
 

Thanks Julien,

I forgot to have a look at lintian results, I was so happy that it
finally builds.

Unfortunately, I have too much work this week and will not be able to
work on sleuthkit package before mai 12th.

I will probably need help on how to de-embed sqlite and I don't really
understand the last Error.

regards,

-- 
Christophe Monniez christophe.monn...@fccu.be


___
forensics-devel mailing list
forensics-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/forensics-devel


Re: sleuthkit

2011-05-07 Thread Julien Valroff
Le samedi 07 mai 2011 à 09:46:02 (+0200 CEST), Christophe Monniez a écrit :
 Le samedi 07 mai 2011 à 09:15 +0200, Julien Valroff a écrit :
 Unfortunately, I have too much work this week and will not be able to
 work on sleuthkit package before mai 12th.
 
 I will probably need help on how to de-embed sqlite and I don't really
 understand the last Error.

I have just pushed the easy changes. I am unfortunately not skilled for
de-embedding sqlite.

The last error roughly means you have to update the symbols file
(dpkg-gensymbols keeps the debian revision from the auto-generated symbols
file).

Hope this helps somehow...

Cheers,
Julien

-- 
  .''`.   Julien Valroff ~ jul...@kirya.net ~ jul...@debian.org
 : :'  :  Debian Developer  Free software contributor
 `. `'`   http://www.kirya.net/
   `- 4096R/ E1D8 5796 8214 4687 E416  948C 859F EF67 258E 26B1

___
forensics-devel mailing list
forensics-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/forensics-devel


Bug#626014: md5deep: new upstream version available

2011-05-07 Thread Christoph Anton Mitterer
Package: md5deep
Version: 3.7-1
Severity: wishlist



Hi.

A new upstream version (3.9) is available.

Cheers,
Chris.



___
forensics-devel mailing list
forensics-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/forensics-devel