mirror of
https://gitea.osmocom.org/sim-card/simtrace.git
synced 2026-03-23 00:38:36 +03:00
debian: Attempt to package the SIMtrace
This commit is contained in:
23
host/debian/changelog
Normal file
23
host/debian/changelog
Normal file
@@ -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
|
||||||
1
host/debian/compat
Normal file
1
host/debian/compat
Normal file
@@ -0,0 +1 @@
|
|||||||
|
7
|
||||||
16
host/debian/control
Normal file
16
host/debian/control
Normal file
@@ -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
|
||||||
|
|
||||||
28
host/debian/copyright
Normal file
28
host/debian/copyright
Normal file
@@ -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".
|
||||||
|
|
||||||
0
host/debian/docs
Normal file
0
host/debian/docs
Normal file
21
host/debian/rules
Executable file
21
host/debian/rules
Executable file
@@ -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
|
||||||
|
|
||||||
1
host/debian/simtrace.install
Normal file
1
host/debian/simtrace.install
Normal file
@@ -0,0 +1 @@
|
|||||||
|
usr/bin/*
|
||||||
1
host/debian/source/format
Normal file
1
host/debian/source/format
Normal file
@@ -0,0 +1 @@
|
|||||||
|
3.0 (quilt)
|
||||||
Reference in New Issue
Block a user