[Forensics-changes] [libewf] 03/06: Enable multiarch support.

Hilko Bengen bengen at moszumanska.debian.org
Thu Jan 14 18:36:05 UTC 2016


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

bengen pushed a commit to branch master
in repository libewf.

commit bf30237c8e543ae31000382a2844955a52091d8d
Author: Hilko Bengen <bengen at debian.org>
Date:   Thu Sep 17 00:20:42 2015 +0200

    Enable multiarch support.
---
 debian/control | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index dda1942..7c3b782 100644
--- a/debian/control
+++ b/debian/control
@@ -24,7 +24,8 @@ Vcs-Git: git://anonscm.debian.org/forensics/libewf.git
 
 Package: libewf2
 Architecture: any
-Pre-Depends: multiarch-support
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: library with support for Expert Witness Compression Format
  Libewf is a library with support for reading and writing the Expert Witness
@@ -38,6 +39,8 @@ Package: libewf-dbg
 Section: debug
 Priority: extra
 Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
 Depends: ${misc:Depends}, libewf2 (= ${binary:Version}), libewf-dev (= ${binary:Version})
 Description: library with support for Expert Witness Compression Format (debug)
  Libewf is a library with support for reading and writing the Expert Witness
@@ -52,6 +55,8 @@ Description: library with support for Expert Witness Compression Format (debug)
 Package: libewf-dev
 Section: libdevel
 Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
 Depends: ${misc:Depends}, libewf2 (= ${binary:Version}), zlib1g-dev,
   libbfio-dev (>= 20130507)
 Description: support for Expert Witness Compression format (development)
@@ -67,6 +72,7 @@ Description: support for Expert Witness Compression format (development)
 Package: ewf-tools
 Section: admin
 Architecture: any
+Multi-Arch: foreign
 Depends: ${misc:Depends}, ${shlibs:Depends}, libewf2 (= ${binary:Version})
 Conflicts: libewf1 (<< 20090606+debian-1)
 Replaces: libewf1 (<< 20090606+debian-1)
@@ -83,6 +89,7 @@ Description: collection of tools for reading and writing EWF files
 Package: python-libewf
 Section: python
 Architecture: any
+Pre-Depends: ${misc:Pre-Depends}
 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

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