From a5ae4b52ca35262e35ab7835502708442e6d79e8 Mon Sep 17 00:00:00 2001 From: Ivan Kluchnikov Date: Sun, 9 Mar 2014 14:58:40 +0400 Subject: debian: Add debian directory to ease building packages --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 15 +++++++++++++++ debian/copyright | 25 +++++++++++++++++++++++++ debian/rules | 11 +++++++++++ debian/source/format | 1 + 6 files changed, 58 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100755 debian/rules create mode 100644 debian/source/format diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..13a8f89 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +osmo-trx (0.1.0) precise; urgency=low + + * Initial release (Closes: #nnnn) Sun, 9 Mar 2014 14:10:10 +0400 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..8dc4d49 --- /dev/null +++ b/debian/control @@ -0,0 +1,15 @@ +Source: osmo-trx +Maintainer: Ivan Klyuchnikov +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 +Homepage: http://openbsc.osmocom.org/trac/wiki/OsmoTRX +Vcs-Git: git://git.osmocom.org/osmo-trx +Vcs-Browser: http://cgit.osmocom.org/osmo-trx + +Package: osmo-trx +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 + diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..5f8836d --- /dev/null +++ b/debian/copyright @@ -0,0 +1,25 @@ +The Debian packaging is: + + Copyright (C) 2014 Max + +It was downloaded from: + + git://git.osmocom.org/osmo-trx + +Upstream Authors: + + Thomas Tsou + David A. Burgess + Harvind S. Samra + Raffi Sevlian + +Copyright: + + Copyright (C) 2012-2013 Thomas Tsou + Copyright (C) 2011 Range Networks, Inc. + Copyright (C) 2008-2011 Free Software Foundation, Inc. + +License: + + GNU Affero General Public License, Version 3 + diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..71e069c --- /dev/null +++ b/debian/rules @@ -0,0 +1,11 @@ +#!/usr/bin/make -f + +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 diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..46ebe02 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) \ No newline at end of file -- cgit v1.2.3