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 | |
parent | d276003a86b65185647f44bc5d3833db2d453aa4 (diff) | |
download | libelf-3dda7ca8a4c9fa8f19b7a0d5053f084d983c339e.tar.gz |
* libelfg0-dev provides libelf-dev
* Added build dep gcc-multilib for illumos-amd64
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 3 |
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 0326f4c..540b4db 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libelf (0.8.13-8) unstable; urgency=medium + + * libelfg0-dev provides libelf-dev + * Added build dep gcc-multilib for illumos-amd64 + + -- Igor Pashev <pashev.igor@gmail.com> Wed, 07 Jan 2015 15:23:13 +0300 + libelf (0.8.13-7) unstable; urgency=low * Make lib32elfg0 optional 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 |