debian: Add debug package for the osmo-trx

This commit is contained in:
Ivan Kluchnikov 2014-09-22 17:32:53 +04:00
parent 1b6aaae3fa
commit fd978b28bd
5 changed files with 15 additions and 6 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
osmo-trx (0.1.0) precise; urgency=low
osmo-trx (0.1.8) precise; urgency=low
* Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP

11
debian/control vendored
View File

@ -3,7 +3,7 @@ Maintainer: Ivan Klyuchnikov <ivan.kluchnikov@fairwaves.ru>
Section: net
Priority: optional
Standards-Version: 3.9.3
Build-Depends: debhelper (>= 9), autotools-dev, libdbd-sqlite3, pkg-config, dh-autoreconf, libuhd-dev, libusb-1.0-0-dev, libboost1.48-all-dev
Build-Depends: debhelper (>= 9), autotools-dev, libdbd-sqlite3, pkg-config, dh-autoreconf, libuhd-dev (>= 3.5.7), libusb-1.0-0-dev, libboost-all-dev
Homepage: http://openbsc.osmocom.org/trac/wiki/OsmoTRX
Vcs-Git: git://git.osmocom.org/osmo-trx
Vcs-Browser: http://cgit.osmocom.org/osmo-trx
@ -13,3 +13,12 @@ Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libdbd-sqlite3
Description: OsmoTRX is a software-defined radio transceiver that implements the Layer 1 physical layer of a BTS
Package: osmo-trx-dbg
Architecture: any
Section: debug
Priority: extra
Depends: osmo-trx (= ${binary:Version}), ${misc:Depends}
Description: Debug symbols for the osmo-trx
Make debugging possible

1
debian/osmo-trx.install vendored Normal file
View File

@ -0,0 +1 @@
/usr/bin/osmo-trx

5
debian/rules vendored
View File

@ -6,6 +6,5 @@ export DEB_BUILD_HARDENING=1
%:
dh $@ --with autoreconf
# ugly hack to workaround broken library paths in uhd packages
override_dh_shlibdeps:
dh_shlibdeps -- --ignore-missing-info
override_dh_strip:
dh_strip --dbg-package=osmo-trx-dbg

View File

@ -1 +1 @@
3.0 (quilt)
3.0 (native)