[osmo-bts] 01/01: Added debian directory

Ruben Undheim rubund-guest at moszumanska.debian.org
Wed Feb 10 20:51:16 UTC 2016


This is an automated email from the git hooks/post-receive script.

rubund-guest pushed a commit to branch master
in repository osmo-bts.

commit e325d7768c36eec2dbdd8f4f41e95def00de6c16
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Wed Feb 10 21:01:58 2016 +0100

    Added debian directory
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 20 ++++++++++++++++++++
 debian/copyright     | 28 ++++++++++++++++++++++++++++
 debian/gbp.conf      |  2 ++
 debian/rules         | 22 ++++++++++++++++++++++
 debian/source/format |  1 +
 debian/watch         |  2 ++
 8 files changed, 81 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..01307e8
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+osmo-bts (0.4.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #806584)
+
+ -- Ruben Undheim <ruben.undheim at gmail.com>  Mon, 16 Nov 2015 20:49:20 +0100
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..df55e60
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,20 @@
+Source: osmo-bts
+Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Ruben Undheim <ruben.undheim at gmail.com>
+Section: net
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               dh-autoreconf,
+               openbsc-dev,
+               txt2man
+Standards-Version: 3.9.6
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/osmo-bts.git
+Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/osmo-bts.git
+Homepage: http://openbsc.osmocom.org/trac/wiki/OsmoBTS
+
+
+Package: osmo-bts
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: Base Transceiver Station for GSM
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..027230f
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: osmo-bts
+Source: http://cgit.osmocom.org/osmo-bts/
+
+#Files: *
+#Copyright: 
+#License: GPL-2
+
+Files: debian/*
+Copyright: 2015-2016 Ruben Undheim <ruben.undheim at gmail.com>
+License: GPL-2+
+
+License: GPL-2+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <https://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..cec628c
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,2 @@
+[DEFAULT]
+pristine-tar = True
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..8568d3a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,22 @@
+#!/usr/bin/make -f
+#export DH_VERBOSE = 1
+
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
+CHANGELOG_DATE ?= $(shell date -d "`dpkg-parsechangelog --show-field Date`" +"%d %B %Y")
+
+%:
+	dh $@ --with autoreconf
+
+override_dh_auto_clean:
+	dh_auto_clean
+
+override_dh_auto_configure:
+	dh_auto_configure -- --with-openbsc=/usr/include/osmocom
+
+override_dh_installman:
+	#cd debian/man ; CHANGELOG_DATE="$(CHANGELOG_DATE)" ./genmanpages.sh
+	dh_installman
+
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..00f2b3d
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://cgit.osmocom.org/osmo-bts/ /osmo-bts/snapshot/osmo-bts-(\S+).tar.(?:bz2|gz|xz)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/osmo-bts.git



More information about the debian-science-commits mailing list