diff options
Diffstat (limited to 'debian')
-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 |