aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-07-14 21:41:54 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-07-14 21:41:54 +0200
commit732fd0da68b26070da45f207e204712441c0d3d8 (patch)
treedc3a3bbfa109aae035199b8fce7c0422cb7e17fd
parent87fc3a6b418fd8b395f11c2281393570091126b0 (diff)
debian: Attempt to package the SIMtrace
-rw-r--r--host/debian/changelog23
-rw-r--r--host/debian/compat1
-rw-r--r--host/debian/control16
-rw-r--r--host/debian/copyright28
-rw-r--r--host/debian/docs0
-rwxr-xr-xhost/debian/rules21
-rw-r--r--host/debian/simtrace.install1
-rw-r--r--host/debian/source/format1
8 files changed, 91 insertions, 0 deletions
diff --git a/host/debian/changelog b/host/debian/changelog
new file mode 100644
index 0000000..0157204
--- /dev/null
+++ b/host/debian/changelog
@@ -0,0 +1,23 @@
+simtrace (0.0.1+deb1-4) natty; urgency=low
+
+ * Fix the osmocore dependency.
+
+ -- Holger Freyther <zecke@selfish.org> Thu, 14 Jul 2011 21:11:39 +0200
+
+simtrace (0.0.1+deb1-3) natty; urgency=low
+
+ * Try to fix the dependencies.
+
+ -- Holger Freyther <zecke@selfish.org> Thu, 14 Jul 2011 18:44:06 +0200
+
+simtrace (0.0.1+deb1-2) natty; urgency=low
+
+ * Try to fix the build.
+
+ -- Holger Freyther <zecke@selfish.org> Thu, 14 Jul 2011 18:22:44 +0200
+
+simtrace (0.0.1+deb1-1) natty; urgency=low
+
+ * Initial release of the SIMtrace.
+
+ -- Holger Freyther <zecke@selfish.org> Mon, 14 Jul 2011 18:00:00 +0200
diff --git a/host/debian/compat b/host/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/host/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/host/debian/control b/host/debian/control
new file mode 100644
index 0000000..819eafc
--- /dev/null
+++ b/host/debian/control
@@ -0,0 +1,16 @@
+Source: simtrace
+Section: net
+Priority: optional
+Maintainer: Holger Freyther <zecke@selfish.org>
+Build-Depends: libusb-dev, make, libosmocore-dev
+Standards-Version: 3.8.4
+Homepage: http://simtrace.osmocom.org/
+Vcs-Git: git://git.osmocom.org/simtrace.git
+Vcs-Browser: http://git.osmocom.org/gitweb?p=simtrace.git;a=summary
+
+Package: simtrace
+Section: net
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: SIMtrace host utility
+
diff --git a/host/debian/copyright b/host/debian/copyright
new file mode 100644
index 0000000..320219e
--- /dev/null
+++ b/host/debian/copyright
@@ -0,0 +1,28 @@
+This work was packaged for Debian by:
+
+ Holger Freyther <zecke@selfish.org> on Thu, 14 Jul 2011 17:55:07 +0200
+
+It was downloaded from:
+
+ git://git.osmocom.org/simtrace.git
+
+Upstream Author(s):
+
+ Harald Welte <laforge@gnumonks.org>
+
+Copyright:
+
+ Copyright (C) 2006-2011 Harald Welte <laforge@gnumonks.org>
+
+License:
+
+ GNU General Public License, Version 2
+
+The Debian packaging is:
+
+ Copyright (C) 2011 Holger Freyther <zecke@selfish.org>
+
+
+and is licensed under the GPL version 2,
+see "/usr/share/common-licenses/GPL-2".
+
diff --git a/host/debian/docs b/host/debian/docs
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/host/debian/docs
diff --git a/host/debian/rules b/host/debian/rules
new file mode 100755
index 0000000..4cbbf8c
--- /dev/null
+++ b/host/debian/rules
@@ -0,0 +1,21 @@
+#!/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.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+CFLAGS = -Wall -g
+
+DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+).*,\1,p')
+
+%:
+ dh $@
+
+tarball-version:
+ git describe --abbrev=4 --match '*.*.*' $(DEB_UPSTREAM_VERSION) | sed 's/-/./;s/\(.*\)-g/\1-/' > .tarball-version
+
diff --git a/host/debian/simtrace.install b/host/debian/simtrace.install
new file mode 100644
index 0000000..1df36c6
--- /dev/null
+++ b/host/debian/simtrace.install
@@ -0,0 +1 @@
+usr/bin/*
diff --git a/host/debian/source/format b/host/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/host/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)