Package: duma
Version: 2.5.15-1ubuntu1
Severity: normal
Tags: patch

A debug package would be useful for debugging problems with duma itself.


-- System Information:
Debian Release: squeeze/sid
  APT prefers lucid-updates
  APT policy: (500, 'lucid-updates'), (500, 'lucid-security'), (500, 'lucid')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-23-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages duma depends on:
ii  libc6                  2.11.1-0ubuntu7.2 Embedded GNU C Library: Shared lib
ii  libgcc1                1:4.4.3-4ubuntu5  GCC support library
ii  libstdc++6             4.4.3-4ubuntu5    The GNU Standard C++ Library v3

duma recommends no packages.

duma suggests no packages.

-- no debconf information


This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise private information.  If you have received it in 
error, please notify the sender immediately and delete the original.  Any other 
use of the email by you is prohibited.
diff --git a/debian/control b/debian/control
index fbaafbf..7a1ff97 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Build-Depends: cdbs, debhelper (>= 5)
 Standards-Version: 3.8.0
 
 Package: duma
+Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: library to detect buffer overruns and under-runs in C and C++ programs
@@ -32,3 +33,10 @@ Description: library to detect buffer overruns and under-runs in C and C++ progr
      until program exit
    * preloading of the library
    * allowing tests without necessity of changing source code or recompilation
+
+Package: duma-dbg
+Section: libdevel
+Architecture: any
+Depends: ${misc:Depends}, duma (= ${binary:Version})
+Description: Debug symbols for duma
+
diff --git a/debian/duma.install b/debian/duma.install
new file mode 100644
index 0000000..c13a4c4
--- /dev/null
+++ b/debian/duma.install
@@ -0,0 +1 @@
+debian/tmp/usr/

Reply via email to