summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2012-10-20 16:42:59 +0400
committerIgor Pashev <pashev.igor@gmail.com>2012-10-20 16:42:59 +0400
commit271720e69d9a9afd21b60f3580adfc75dca46aa3 (patch)
treeed5d33daaadeb7de40cbbed1ce1e5f6d5f339310 /debian/control
parent9020438f5db0522b54672bdbc2cc154456ca6829 (diff)
downloaddwarfutils-271720e69d9a9afd21b60f3580adfc75dca46aa3.tar.gz
Package shared library, going to link with CDDL codedyson/20120410-2+dyson3
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control12
1 files changed, 10 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index e494c62..8478af8 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: libs
Priority: optional
Maintainer: Troy Heber <troyh@debian.org>
Uploaders:
-Build-Depends: debhelper (>> 9), quilt (>= 0.47), libelf-dev, binutils-dev
+Build-Depends: debhelper (>> 9), libelfg0-dev, binutils-dev, dh-autoreconf
Standards-Version: 3.9.3.1
Package: dwarfdump
@@ -20,9 +20,17 @@ Package: libdwarf-dev
Section: libdevel
Architecture: any
Conflicts: libdw-dev
+Depends: ${shlibs:Depends}, ${misc:Depends}, libdwarf0 (= ${binary:Version})
+Description: library to consume and produce DWARF debug information
+ This package contains the header and development files needed
+ to build programs and packages using libdwarf.
+
+Package: libdwarf0
+Section: libs
+Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: library to consume and produce DWARF debug information
- The libdwarf package provides a shared library which allows reading/consumer
+ The libdwarf0 package provides a shared library which allows reading/consumer
and writing/producer of DWARF debugging information from object files, shared
libraries, and executables.
.