diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2015-01-07 15:29:54 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2015-01-07 15:29:54 +0300 |
commit | 3dda7ca8a4c9fa8f19b7a0d5053f084d983c339e (patch) | |
tree | cab221e2e934f5475f6ef5c3a0833b1f96b54603 /debian/control | |
parent | d276003a86b65185647f44bc5d3833db2d453aa4 (diff) | |
download | libelf-master.tar.gz |
* libelfg0-dev provides libelf-dev
* Added build dep gcc-multilib for illumos-amd64
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index ce93742..302e236 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: libelf Section: devel Priority: optional Maintainer: Igor Pashev <pashev.igor@gmail.com> -Build-Depends: gettext, debhelper (>= 9) +Build-Depends: gettext, debhelper (>= 9), gcc-multilib [illumos-amd64] Standards-Version: 3.9.3 Package: libelfg0 @@ -19,6 +19,7 @@ Section: libdevel Priority: optional Depends: libelfg0 (= ${binary:Version}), ${misc:Depends} Conflicts: libelf1-dev +Provides: libelf-dev Description: ELF object file access library (development files) Package: lib32elfg0 |