[Forensics-changes] [libewf] 01/01: Imported Debian patch 20140608-6

Joao Eriberto Mota Filho eriberto at moszumanska.debian.org
Wed Jul 22 01:43:44 UTC 2015


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

eriberto pushed a commit to branch debian
in repository libewf.

commit 76fc7f2f44bf3c3a5b6e2670e0f07acfe57803b5
Author: Hilko Bengen <bengen at debian.org>
Date:   Mon Jul 20 02:18:33 2015 +0200

    Imported Debian patch 20140608-6
---
 debian/changelog             |  7 +++++++
 debian/control               | 17 ++++++++++++++++-
 debian/python-libewf.install |  1 +
 debian/rules                 |  5 +++--
 4 files changed, 27 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3cc4cee..f9c2349 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libewf (20140608-6) unstable; urgency=medium
+
+  * Team upload.
+  * Added Python bindings package (Closes: #792800)
+
+ -- Hilko Bengen <bengen at debian.org>  Mon, 20 Jul 2015 02:18:33 +0200
+
 libewf (20140608-5) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/control b/debian/control
index 7a3a2d5..dda1942 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,8 @@ Build-Depends: debhelper (>= 9),
   libssl-dev,
   flex,
   bison,
-  pkg-config
+  pkg-config,
+  python-dev,
 Standards-Version: 3.9.6
 Homepage: https://github.com/libyal/libewf
 Vcs-Browser: https://anonscm.debian.org/cgit/forensics/libewf.git
@@ -78,3 +79,17 @@ Description: collection of tools for reading and writing EWF files
  investigations.
  .
  This package contains tools to acquire, verify and export EWF files.
+
+Package: python-libewf
+Section: python
+Architecture: any
+Depends: libewf2 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Description: support for Expert Witness Compression format -- Python bindings
+ 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. The libewf is useful for forensics
+ investigations.
+ .
+ This package contains Python bindings for libewf.
diff --git a/debian/python-libewf.install b/debian/python-libewf.install
new file mode 100644
index 0000000..47e0ed4
--- /dev/null
+++ b/debian/python-libewf.install
@@ -0,0 +1 @@
+/usr/lib/python*
diff --git a/debian/rules b/debian/rules
index 8adfa25..f6088e6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ override_dh_clean:
 	do rm -f $$filename; done
 
 override_dh_auto_configure:
-	dh_auto_configure -- LDFLAGS="-Wl,--as-needed $(LDFLAGS)"
+	dh_auto_configure -- --enable-python LDFLAGS="-Wl,--as-needed $(LDFLAGS)"
 
 override_dh_strip:
 	dh_strip --dbg-package=libewf-dbg
@@ -25,7 +25,8 @@ override_dh_install:
 	find debian/tmp/usr/lib  -name "*.la" -exec \
 	sed -i -e "s,^dependency_libs=.*,dependency_libs=''," {} +
 	dh_install
+	rm -f debian/python-libewf/usr/lib/python2.7/dist-packages/*.a
 
 %:
-	dh $@  --with autoreconf
+	dh $@  --with autoreconf,python2
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/libewf.git



More information about the forensics-changes mailing list