Codebase list libewf / debian/20140608-6
Imported Debian patch 20140608-6 Hilko Bengen authored 8 years ago Joao Eriberto Mota Filho committed 8 years ago
4 changed file(s) with 27 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
0 libewf (20140608-6) unstable; urgency=medium
1
2 * Team upload.
3 * Added Python bindings package (Closes: #792800)
4
5 -- Hilko Bengen <bengen@debian.org> Mon, 20 Jul 2015 02:18:33 +0200
6
07 libewf (20140608-5) unstable; urgency=medium
18
29 * Team upload.
1414 libssl-dev,
1515 flex,
1616 bison,
17 pkg-config
17 pkg-config,
18 python-dev,
1819 Standards-Version: 3.9.6
1920 Homepage: https://github.com/libyal/libewf
2021 Vcs-Browser: https://anonscm.debian.org/cgit/forensics/libewf.git
7778 investigations.
7879 .
7980 This package contains tools to acquire, verify and export EWF files.
81
82 Package: python-libewf
83 Section: python
84 Architecture: any
85 Depends: libewf2 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
86 Description: support for Expert Witness Compression format -- Python bindings
87 Libewf is a library with support for reading and writing the Expert Witness
88 Compression Format (EWF).
89 This library allows you to read media information of EWF files in the SMART
90 (EWF-S01) format and the EnCase (EWF-E01) format. It supports files created
91 by EnCase 1 to 6, linen and FTK Imager. The libewf is useful for forensics
92 investigations.
93 .
94 This package contains Python bindings for libewf.
0 /usr/lib/python*
1212 do rm -f $$filename; done
1313
1414 override_dh_auto_configure:
15 dh_auto_configure -- LDFLAGS="-Wl,--as-needed $(LDFLAGS)"
15 dh_auto_configure -- --enable-python LDFLAGS="-Wl,--as-needed $(LDFLAGS)"
1616
1717 override_dh_strip:
1818 dh_strip --dbg-package=libewf-dbg
2424 find debian/tmp/usr/lib -name "*.la" -exec \
2525 sed -i -e "s,^dependency_libs=.*,dependency_libs=''," {} +
2626 dh_install
27 rm -f debian/python-libewf/usr/lib/python2.7/dist-packages/*.a
2728
2829 %:
29 dh $@ --with autoreconf
30 dh $@ --with autoreconf,python2
3031