summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog53
-rw-r--r--debian/compat1
-rw-r--r--debian/control47
-rw-r--r--debian/libosmo-abis-dev.install5
-rw-r--r--debian/libosmoabis5.install1
-rw-r--r--debian/libosmotrau1.install1
-rwxr-xr-xdebian/rules18
-rw-r--r--debian/source/format1
8 files changed, 127 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..f1842fa
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,53 @@
+libosmo-abis (0.3.2) UNRELEASED; urgency=medium
+
+ * Bump so version to re-link libosmovty
+
+ -- Holger Hans Peter Freyther <holger@moiji-mobile.com> Tue, 03 Nov 2015 09:42:01 +0100
+
+libosmo-abis (0.3.1) unstable; urgency=medium
+
+ * New upstream release of libosmo-abis
+
+ -- Holger Hans Peter Freyther <holger@freyther.de> Sun, 18 Jan 2015 19:26:40 +0100
+
+libosmo-abis (0.3.0) unstable; urgency=medium
+
+ * New upstream release of libosmo-abis
+
+ -- Holger Hans Peter Freyther <holger@freyther.de> Mon, 08 Sep 2014 07:29:39 +0200
+
+libosmo-abis (0.2.0) unstable; urgency=medium
+
+ * New upstream release of libosmo-abis
+
+ -- Holger Hans Peter Freyther <holger@freyther.de> Mon, 08 Sep 2014 07:29:19 +0200
+
+libosmo-abis (0.1.6) unstable; urgency=medium
+
+ * New upstream release of libosmo-abis
+
+ -- Holger Hans Peter Freyther <holger@freyther.de> Mon, 20 Jan 2014 10:33:36 +0100
+
+libosmo-abis (0.1.5+git1) unstable; urgency=low
+
+ * Rebuild 0.1.5 with the right libosmocore depedency
+
+ -- Holger Hans Peter Freyther <holger@freyther.de> Thu, 12 Dec 2013 11:47:01 +0100
+
+libosmo-abis (0.1.4) unstable; urgency=low
+
+ * New upstream release
+
+ -- Holger Hans Peter Freyther <holger@freyther.de> Tue, 06 Nov 2012 13:33:45 +0100
+
+libosmo-abis (0.1.3+git3-1) precise; urgency=low
+
+ * Fix version issue.
+
+ -- Eric Butler <eric@codebutler.com> Tue, 14 Aug 2012 20:50:50 -0700
+
+libosmo-abis (0.1.3+git3) precise; urgency=low
+
+ Created new Ubuntu package.
+
+ -- Eric Butler <eric@codebutler.com> Tue, 14 Aug 2012 13:00:18 -0700
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..eed3a4c
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,47 @@
+Source: libosmo-abis
+Section: libs
+Priority: optional
+Maintainer: Harald Welte <laforge@gnumonks.org>
+Build-Depends: debhelper (>= 9), autotools-dev, autoconf, automake, libtool, dh-autoreconf, libdpkg-perl, git, libosmocore-dev (>= 0.6.4), pkg-config, libortp-dev
+Standards-Version: 3.9.6
+Homepage: http://openbsc.osmocom.org/trac/wiki/libosmo-abis
+Vcs-Git: git://git.osmocom.org/libosmo-abis.git
+Vcs-Browser: http://git.osmocom.org/gitweb?p=libosmo-abis.git;a=summary
+
+Package: libosmo-abis
+Section: oldlibs
+Architecture: any
+Depends: libosmoabis5 (= ${binary:Version}), libosmotrau1 (= ${binary:Version}), ${misc:Depends}
+Multi-Arch: same
+Description: Legacy package for libosmo-abis
+ libosmo-abis is an empty package helping in the transition to one
+ package per DSO.
+
+Package: libosmoabis5
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Multi-Arch: same
+Description: GSM A-bis handling
+
+Package: libosmotrau1
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Multi-Arch: same
+Description: GSM trau handling
+
+Package: libosmo-abis-dev
+Section: libdevel
+Architecture: any
+Depends: ${misc:Depends}, libosmotrau1 (= ${binary:Version}), libosmoabis5 (= ${binary:Version})
+Multi-Arch: same
+Description: Development headers for A-bis interface.
+
+Package: libosmo-abis-dbg
+Section: debug
+Architecture: any
+Priority: extra
+Depends: libosmoabis5 (= ${binary:Version}), libosmotrau1 (= ${binary:Version}), ${misc:Depends}
+Multi-Arch: same
+Description: Debug symbols for A-bis interface.
diff --git a/debian/libosmo-abis-dev.install b/debian/libosmo-abis-dev.install
new file mode 100644
index 0000000..465f933
--- /dev/null
+++ b/debian/libosmo-abis-dev.install
@@ -0,0 +1,5 @@
+usr/include/*
+usr/lib/*/lib*.a
+usr/lib/*/lib*.so
+usr/lib/*/lib*.la
+usr/lib/*/pkgconfig/*
diff --git a/debian/libosmoabis5.install b/debian/libosmoabis5.install
new file mode 100644
index 0000000..79c51a9
--- /dev/null
+++ b/debian/libosmoabis5.install
@@ -0,0 +1 @@
+usr/lib/*/libosmoabis.so.*
diff --git a/debian/libosmotrau1.install b/debian/libosmotrau1.install
new file mode 100644
index 0000000..5a25619
--- /dev/null
+++ b/debian/libosmotrau1.install
@@ -0,0 +1 @@
+usr/lib/*/libosmotrau.so.*
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..d3f1534
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,18 @@
+#!/usr/bin/make -f
+
+DEBIAN := $(shell dpkg-parsechangelog | grep ^Version: | cut -d' ' -f2)
+DEBVERS := $(shell echo '$(DEBIAN)' | cut -d- -f1)
+VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/[+-].*//' -e 's/~//g')
+
+#export DH_VERBOSE=1
+export DEB_BUILD_HARDENING=1
+
+%:
+ dh $@ --with autoreconf --fail-missing
+
+override_dh_strip:
+ dh_strip --dbg-package=libosmo-abis-dbg
+
+override_dh_autoreconf:
+ echo $(VERSION) > .tarball-version
+ dh_autoreconf
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..89ae9db
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (native)