diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2013-02-13 19:27:42 +0100 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2013-02-13 20:00:54 +0100 |
commit | a5007dbdc59e46c09a2ac6c52fc53a7712812cd9 (patch) | |
tree | 230b7b7cb71e90b7bfef3a73ae9052a18df0199f /debian/control | |
parent | b3f304bc26b8333adb957d37be4c3b3e2998581b (diff) |
debian: Re-enable the debug packages
Remove the .dirs/.install as things will go wrong then. debhelper
will try to install the debug symbols before they were created. Thanks
to Jan for pointing that out.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/debian/control b/debian/control index c3ce4629..05635601 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: libosmocore Section: libs Priority: optional Maintainer: Harald Welte <laforge@gnumonks.org> -Build-Depends: debhelper (>= 7.0.50~), autotools-dev, autoconf, automake, libtool, dh-autoreconf, libdpkg-perl, git, doxygen -Standards-Version: 3.8.4 +Build-Depends: debhelper (>= 7.0.50), autotools-dev, autoconf, automake, libtool, dh-autoreconf, libdpkg-perl, git, doxygen +Standards-Version: 3.9.2 Homepage: http://bb.osmocom.org/trac/wiki/libosmocore Vcs-Git: git://git.osmocom.org/libosmocore.git Vcs-Browser: http://git.osmocom.org/gitweb?p=libosmocore.git;a=summary @@ -25,9 +25,9 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libosmocore Description: Utilities for gsm - -#Package: libosmocore-dbg -#Section: libdevel -#Architecture: any -#Depends: ${shlibs:Depends}, ${misc:Depends} -#Description: Debug symbols for Open Source MObile COMmunications CORE library +Package: libosmocore-dbg +Architecture: any +Section: debug +Priority: extra +Depends: libosmocore (= ${binary:Version}), ${misc:Depends} +Description: Debug symbols for Open Source MObile COMmunications CORE library |