diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 6 | ||||
-rw-r--r-- | debian/libosmocore-utils.dirs | 1 | ||||
-rw-r--r-- | debian/libosmocore-utils.install | 2 |
4 files changed, 16 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index c2b221b1..e7ed369a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libosmocore (0.5.3+git1-5) UNRELEASED; urgency=low + + * Build new package with the new API required for osmo-bts/openbsc + * Package the arfcn utility + + -- Holger Hans Peter Freyther <holger@freyther.de> Fri, 04 Jan 2013 09:54:55 +0100 + libosmocore (0.5.3+git1-2) unstable; urgency=low * New upstream version diff --git a/debian/control b/debian/control index cd8398fd..c3ce4629 100644 --- a/debian/control +++ b/debian/control @@ -20,6 +20,12 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libosmocore Description: Development headers for Open Source MObile COMmunications CORE library +Package: libosmocore-utils +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, libosmocore +Description: Utilities for gsm + + #Package: libosmocore-dbg #Section: libdevel #Architecture: any diff --git a/debian/libosmocore-utils.dirs b/debian/libosmocore-utils.dirs new file mode 100644 index 00000000..e7724817 --- /dev/null +++ b/debian/libosmocore-utils.dirs @@ -0,0 +1 @@ +usr/bin diff --git a/debian/libosmocore-utils.install b/debian/libosmocore-utils.install new file mode 100644 index 00000000..9c3b8dce --- /dev/null +++ b/debian/libosmocore-utils.install @@ -0,0 +1,2 @@ +usr/bin/osmo-arfcn +usr/bin/osmo-auc-gen |