From 640d72ab3b160a64f0d2940ca588e08499420903 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Tue, 24 Aug 2010 15:33:04 +0200 Subject: Add 'debian' directory containing debian packaging information --- openbsc/debian/changelog | 5 +++ openbsc/debian/compat | 1 + openbsc/debian/control | 44 +++++++++++++++++++++++ openbsc/debian/copyright | 50 +++++++++++++++++++++++++++ openbsc/debian/docs | 1 + openbsc/debian/osmocom-bs11-utils.install | 2 ++ openbsc/debian/osmocom-bsc-nat.install | 1 + openbsc/debian/osmocom-bsc.install | 2 ++ openbsc/debian/osmocom-gbproxy.install | 1 + openbsc/debian/osmocom-ipaccess-utils.install | 3 ++ openbsc/debian/osmocom-nitb.install | 1 + openbsc/debian/osmocom-sgsn.install | 1 + openbsc/debian/patches/debian-changes-0.9.4-1 | 29 ++++++++++++++++ openbsc/debian/patches/series | 1 + openbsc/debian/rules | 23 ++++++++++++ openbsc/debian/source/format | 1 + 16 files changed, 166 insertions(+) create mode 100644 openbsc/debian/changelog create mode 100644 openbsc/debian/compat create mode 100644 openbsc/debian/control create mode 100644 openbsc/debian/copyright create mode 100644 openbsc/debian/docs create mode 100644 openbsc/debian/osmocom-bs11-utils.install create mode 100644 openbsc/debian/osmocom-bsc-nat.install create mode 100644 openbsc/debian/osmocom-bsc.install create mode 100644 openbsc/debian/osmocom-gbproxy.install create mode 100644 openbsc/debian/osmocom-ipaccess-utils.install create mode 100644 openbsc/debian/osmocom-nitb.install create mode 100644 openbsc/debian/osmocom-sgsn.install create mode 100644 openbsc/debian/patches/debian-changes-0.9.4-1 create mode 100644 openbsc/debian/patches/series create mode 100755 openbsc/debian/rules create mode 100644 openbsc/debian/source/format (limited to 'openbsc') diff --git a/openbsc/debian/changelog b/openbsc/debian/changelog new file mode 100644 index 000000000..418f6acba --- /dev/null +++ b/openbsc/debian/changelog @@ -0,0 +1,5 @@ +openbsc (0.9.4-1) unstable; urgency=low + + * Initial release (Closes: #nnnn) + + -- Harald Welte Tue, 24 Aug 2010 13:34:24 +0200 diff --git a/openbsc/debian/compat b/openbsc/debian/compat new file mode 100644 index 000000000..7f8f011eb --- /dev/null +++ b/openbsc/debian/compat @@ -0,0 +1 @@ +7 diff --git a/openbsc/debian/control b/openbsc/debian/control new file mode 100644 index 000000000..fe1964868 --- /dev/null +++ b/openbsc/debian/control @@ -0,0 +1,44 @@ +Source: openbsc +Section: net +Priority: optional +Maintainer: Harald Welte +Build-Depends: debhelper (>= 7.0.50~), autotools-dev, libgtp, libosmocore-dev, libosmo-sccp-dev +Standards-Version: 3.8.4 +Homepage: http://openbsc.osmocom.org/ +Vcs-Git: git://bs11-abis.gnumonks.org/openbsc.git +Vcs-Browser: http://openbsc.osmocom.org/trac/browser + +Package: osmocom-bsc +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: GSM Base Station Controller; BSC-only version of OpenBSC. Needs a real MSC! + +Package: osmocom-nitb +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: GSM Network-in-a-Box, implements BSC, MSC, SMSC, HLR, VLR + +Package: osmocom-ipaccess-utils +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Command line utilities for ip.access nanoBTS + +Package: osmocom-bs11-utils +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Command line utilities for Siemens BS-11 BTS + +Package: osmocom-sgsn +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Osmocom Serving GPRS Support Node + +Package: osmocom-gbproxy +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Osmocom GPRS Gb Interface Proxy + +Package: osmocom-bsc-nat +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Osmocom Base Station Controller Network Address Translation diff --git a/openbsc/debian/copyright b/openbsc/debian/copyright new file mode 100644 index 000000000..09693c94d --- /dev/null +++ b/openbsc/debian/copyright @@ -0,0 +1,50 @@ +This work was packaged for Debian by: + + Harald Welte on Tue, 24 Aug 2010 10:55:04 +0200 + +It was downloaded from: + + git://bs11-abis.gnumonks.org/openbsc.git + +Upstream Author(s): + + Harald Welte + Dieter Spaar + Holger Hans Peter Freyther + Sylvain Munaut + Daniel Willmann + Jan Luebbe + Mike Haben + Andreas Eversberg + +Copyright: + + Copyright (C) 2008-2010 Harald Welte + Copyright (C) 2008-2009 Dieter Spaar + Copyright (C) 2008-2010 Holger Hans Peter Freyther + Copyright (C) 2009-2010 Sylvain Munaut + Copyright (C) 2009-2010 On-Waves + Copyright (C) 2008 Daniel Willmann + Copyright (C) 2008 Jan Luebbe + Copyright (C) 2009 by Mike Haben + Copyright (C) 2009 Andreas Eversberg + +License: + + GNU General Public License, Version 2 or later + +The Debian packaging is: + + Copyright (C) 2010 Harald Welte + +# Please chose a license for your packaging work. If the program you package +# uses a mainstream license, using the same license is the safest choice. +# Please avoid to pick license terms that are more restrictive than the +# packaged work, as it may make Debian's contributions unacceptable upstream. +# If you just want it to be GPL version 3, leave the following lines in. + +and is licensed under the GPL version 3, +see "/usr/share/common-licenses/GPL-3". + +# Please also look if there are files or directories which have a +# different copyright/license attached and list them here. diff --git a/openbsc/debian/docs b/openbsc/debian/docs new file mode 100644 index 000000000..e845566c0 --- /dev/null +++ b/openbsc/debian/docs @@ -0,0 +1 @@ +README diff --git a/openbsc/debian/osmocom-bs11-utils.install b/openbsc/debian/osmocom-bs11-utils.install new file mode 100644 index 000000000..ffcb1a4fb --- /dev/null +++ b/openbsc/debian/osmocom-bs11-utils.install @@ -0,0 +1,2 @@ +/usr/sbin/bs11_config +/usr/sbin/isdnsync diff --git a/openbsc/debian/osmocom-bsc-nat.install b/openbsc/debian/osmocom-bsc-nat.install new file mode 100644 index 000000000..d16e1479e --- /dev/null +++ b/openbsc/debian/osmocom-bsc-nat.install @@ -0,0 +1 @@ +/usr/bin/bsc_nat diff --git a/openbsc/debian/osmocom-bsc.install b/openbsc/debian/osmocom-bsc.install new file mode 100644 index 000000000..25a4bde24 --- /dev/null +++ b/openbsc/debian/osmocom-bsc.install @@ -0,0 +1,2 @@ +/usr/sbin/bsc_mgcp +/usr/bin/osmo-bsc diff --git a/openbsc/debian/osmocom-gbproxy.install b/openbsc/debian/osmocom-gbproxy.install new file mode 100644 index 000000000..0194c6735 --- /dev/null +++ b/openbsc/debian/osmocom-gbproxy.install @@ -0,0 +1 @@ +/usr/sbin/osmo-gbproxy diff --git a/openbsc/debian/osmocom-ipaccess-utils.install b/openbsc/debian/osmocom-ipaccess-utils.install new file mode 100644 index 000000000..49d23045c --- /dev/null +++ b/openbsc/debian/osmocom-ipaccess-utils.install @@ -0,0 +1,3 @@ +/usr/sbin/ipaccess-config +/usr/sbin/ipaccess-find +/usr/sbin/ipaccess-proxy diff --git a/openbsc/debian/osmocom-nitb.install b/openbsc/debian/osmocom-nitb.install new file mode 100644 index 000000000..bcfd97949 --- /dev/null +++ b/openbsc/debian/osmocom-nitb.install @@ -0,0 +1 @@ +/usr/sbin/bsc_hack diff --git a/openbsc/debian/osmocom-sgsn.install b/openbsc/debian/osmocom-sgsn.install new file mode 100644 index 000000000..4e86e0be4 --- /dev/null +++ b/openbsc/debian/osmocom-sgsn.install @@ -0,0 +1 @@ +/usr/sbin/osmo-sgsn diff --git a/openbsc/debian/patches/debian-changes-0.9.4-1 b/openbsc/debian/patches/debian-changes-0.9.4-1 new file mode 100644 index 000000000..d7e6d61bf --- /dev/null +++ b/openbsc/debian/patches/debian-changes-0.9.4-1 @@ -0,0 +1,29 @@ +Description: Upstream changes introduced in version 0.9.4-1 + This patch has been created by dpkg-source during the package build. + Here's the last changelog entry, hopefully it gives details on why + those changes were made: + . + openbsc (0.9.4-1) unstable; urgency=low + . + * Initial release (Closes: #nnnn) + . + The person named in the Author field signed this changelog entry. +Author: Harald Welte + +--- +The information above should follow the Patch Tagging Guidelines, please +checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here +are templates for supplementary fields that you might want to add: + +Origin: , +Bug: +Bug-Debian: http://bugs.debian.org/ +Bug-Ubuntu: https://launchpad.net/bugs/ +Forwarded: +Reviewed-By: +Last-Update: + +--- /dev/null ++++ openbsc-0.9.4/.version +@@ -0,0 +1 @@ ++0.9.4 diff --git a/openbsc/debian/patches/series b/openbsc/debian/patches/series new file mode 100644 index 000000000..c6d90ecb9 --- /dev/null +++ b/openbsc/debian/patches/series @@ -0,0 +1 @@ +debian-changes-0.9.4-1 diff --git a/openbsc/debian/rules b/openbsc/debian/rules new file mode 100755 index 000000000..f9aa9cefe --- /dev/null +++ b/openbsc/debian/rules @@ -0,0 +1,23 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. +# +# Modified to make a template file for a multi-binary package with separated +# build-arch and build-indep targets by Bill Allombert 2001 + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# This has to be exported to make some magic below work. +export DH_OPTIONS + +override_dh_auto_configure: + dh_auto_configure -- --enable-nat --enable-osmo-bsc + +%: + dh $@ diff --git a/openbsc/debian/source/format b/openbsc/debian/source/format new file mode 100644 index 000000000..163aaf8d8 --- /dev/null +++ b/openbsc/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) -- cgit v1.2.3