[Forensics-changes] [SCM] debian-forensics/libewf branch, debian, updated. debian/20080501+debian-3-31-gcc97de3

Cristian Greco cristian.debian at gmail.com
Wed Sep 30 23:06:38 UTC 2009


The following commit has been merged in the debian branch:
commit 821401b49bcea11b47a3f086647c153f6dc68285
Author: Cristian Greco <cristian.debian at gmail.com>
Date:   Wed Sep 30 22:52:20 2009 +0200

    debian/control: new package ewf-tools and updated descriptions.
    debian/*.install: fix moving some files around.

diff --git a/debian/control b/debian/control
index dbd1aa6..15e3765 100644
--- a/debian/control
+++ b/debian/control
@@ -12,20 +12,24 @@ Vcs-Git: git://git.debian.org/git/forensics/libewf.git
 Package: libewf1
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: support for Expert Witness Compression format
- Libewf is a library for reading and writing the Expert Witness Compression
- format (EWF), it support both the SMART format (EWF-S01) and the EnCase format
- (EWF-E01).
+Description: library with support for Expert Witness Compression Format
+ Libewf is a library with support for reading and writing the Expert Witness
+ Compression Format (EWF).
+ This library allows you to read media information of EWF files in the SMART
+ (EWF-S01) format and the EnCase (EWF-E01) format. It supports files created
+ by EnCase 1 to 6, linen and FTK Imager.
 
 Package: libewf-dbg
 Section: debug
 Priority: extra
 Architecture: any
 Depends: ${misc:Depends}, libewf1 (= ${binary:Version}), libewf-dev (= ${binary:Version})
-Description: support for Expert Witness Compression format (debug)
- Libewf is a library for reading and writing the Expert Witness Compression
- format (EWF), it support both the SMART format (EWF-S01) and the EnCase format
- (EWF-E01).
+Description: library with support for Expert Witness Compression Format (debug)
+ Libewf is a library with support for reading and writing the Expert Witness
+ Compression Format (EWF).
+ This library allows you to read media information of EWF files in the SMART
+ (EWF-S01) format and the EnCase (EWF-E01) format. It supports files created
+ by EnCase 1 to 6, linen and FTK Imager.
  .
  This package contains the debugging symbols.
 
@@ -34,8 +38,25 @@ Section: libdevel
 Architecture: any
 Depends: ${misc:Depends}, libewf1 (= ${binary:Version}), zlib1g-dev
 Description: support for Expert Witness Compression format (development)
- Libewf is a library for reading and writing the Expert Witness Compression
- format (EWF), it support both the SMART format (EWF-S01) and the EnCase format
- (EWF-E01).
+ Libewf is a library with support for reading and writing the Expert Witness
+ Compression Format (EWF).
+ This library allows you to read media information of EWF files in the SMART
+ (EWF-S01) format and the EnCase (EWF-E01) format. It supports files created
+ by EnCase 1 to 6, linen and FTK Imager.
  .
  This package contains the development files.
+
+Package: ewf-tools
+Section: admin
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}, libewf1 (= ${binary:Version})
+Conflicts: libewf1 (<< 20090606+debian-1)
+Replaces: libewf1 (<< 20090606+debian-1)
+Description: collection of tools for reading and writing EWF files
+ Libewf is a library with support for reading and writing the Expert Witness
+ Compression Format (EWF).
+ This library allows you to read media information of EWF files in the SMART
+ (EWF-S01) format and the EnCase (EWF-E01) format. It supports files created
+ by EnCase 1 to 6, linen and FTK Imager.
+ .
+ This package contains tools to acquire, verify and export EWF files.
diff --git a/debian/ewf-tools.install b/debian/ewf-tools.install
new file mode 100644
index 0000000..1317f86
--- /dev/null
+++ b/debian/ewf-tools.install
@@ -0,0 +1,2 @@
+/usr/bin
+/usr/share/man/man1
diff --git a/debian/libewf-dev.install b/debian/libewf-dev.install
index 62fa4e0..11503e2 100644
--- a/debian/libewf-dev.install
+++ b/debian/libewf-dev.install
@@ -1,6 +1,6 @@
 /usr/include
-/usr/lib/*.a
-/usr/lib/*.la
-/usr/lib/*.so
+/usr/lib/lib*.a
+/usr/lib/lib*.la
+/usr/lib/lib*.so
 /usr/lib/pkgconfig
 /usr/share/man/man3
diff --git a/debian/libewf1.install b/debian/libewf1.install
index 56bf78b..eeaf559 100644
--- a/debian/libewf1.install
+++ b/debian/libewf1.install
@@ -1,3 +1 @@
-/usr/bin
-/usr/lib/*.so.*
-/usr/share/man/man1
+/usr/lib/lib*.so.*

-- 
debian-forensics/libewf



More information about the forensics-changes mailing list