Change in simtrace2[master]: Add Debian packaging rules

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Sun Aug 26 08:31:16 UTC 2018


Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/10610 )

Change subject: Add Debian packaging rules
......................................................................

Add Debian packaging rules

Change-Id: Iece115e4dde87bff5dc36286668f50de0abdcb9e
---
A debian/changelog
A debian/compat
A debian/control
A debian/rules
A debian/simtrace2-firmware.install
A debian/simtrace2-utils.install
6 files changed, 42 insertions(+), 0 deletions(-)

Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved



diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..492a38b
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+simtrace2 (0.4.149-1) UNRELEASED; urgency=medium
+
+  * Initial release. (Closes: #XXXXXX)
+
+ -- Harald Welte <lafore at gnumonks.org>  Sun, 26 Aug 2018 08:46:06 +0200
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..490ed85
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,30 @@
+Source: simtrace2
+Maintainer: Harald Welte <laforge at gnumonks.org>
+Section: devel
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               libosmocore-dev,
+               libnewlib-arm-none-eabi,
+               libusb-1.0-0-dev,
+               gcc-arm-none-eabi
+Standards-Version: 3.9.8
+Vcs-Git: git://git.osmocom.org/simtrace2.git
+Vcs-Browser: http://git.osmocom.org/simtrace2/
+Homepage: http://osmocom.org/projects/simtrace2/wiki
+
+Package: simtrace2-firmware
+Section: devel
+Architecture: all
+Recommends: dfu-util
+Description: Firmware for SAM3 based SIMtrace2 USB Devices.
+ Open Source firmware for the Cortex-M3 microcontroller in the
+ "Osmocom SIMtrace2" USB-attached peripheral device.  Will only work in
+ SAM3S-based SIMtrace2, not in its SAM7S-based predecessor SIMtrace!
+
+Package: simtrace2-utils
+Section: devel
+Architecture: any
+Multi-Arch: same
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Recommends: simtrace2-firmware
+Description: Host utilities to communicate with SIMtrace2 USB Devices.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2d33f6a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
diff --git a/debian/simtrace2-firmware.install b/debian/simtrace2-firmware.install
new file mode 100644
index 0000000..9be493a
--- /dev/null
+++ b/debian/simtrace2-firmware.install
@@ -0,0 +1 @@
+usr/share/simtrace2/*.bin
diff --git a/debian/simtrace2-utils.install b/debian/simtrace2-utils.install
new file mode 100644
index 0000000..0eb66e1
--- /dev/null
+++ b/debian/simtrace2-utils.install
@@ -0,0 +1 @@
+usr/bin/simtrace2-*

-- 
To view, visit https://gerrit.osmocom.org/10610
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: simtrace2
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Iece115e4dde87bff5dc36286668f50de0abdcb9e
Gerrit-Change-Number: 10610
Gerrit-PatchSet: 3
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180826/90e04e2f/attachment.htm>


More information about the gerrit-log mailing list