aboutsummaryrefslogtreecommitdiffstats
path: root/deb/skel/control
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2024-09-07 14:55:46 +0000
committerLaurent Bercot <ska@appnovation.com>2024-09-07 14:55:46 +0000
commit1559cbe1ebcea1dac3f5c3a40a51efedd7766ffc (patch)
tree8a8d1e0c31e3328c9897c3727a555c693ef8a2fc /deb/skel/control
downloadToolchainFactory-1559cbe1ebcea1dac3f5c3a40a51efedd7766ffc.tar.gz
Initial commit
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'deb/skel/control')
-rw-r--r--deb/skel/control19
1 files changed, 19 insertions, 0 deletions
diff --git a/deb/skel/control b/deb/skel/control
new file mode 100644
index 0000000..1708f3b
--- /dev/null
+++ b/deb/skel/control
@@ -0,0 +1,19 @@
+Package: @@package@@
+Version: @@version@@
+Maintainer: @@maintainer@@
+Changed-By: @@maintainer@@
+Description: FCE C/C++ toolchain targetting @@triplet@@ (@@name@@)
+ C/C++ toolchain for Linux, made by Faurecia Clarion with the following properties:
+ Build system: @@pc@@ (@@pc_libc_required@@)
+ Target system: @@triplet@@, suitable for a product of type @@name@@
+ Target libc: @@libc_name@@
+ Software versions: gcc-@@gcc_ver@@, gmp-@@gmp_ver@@, mpfr-@@mpfr_ver@@, mpc-@@mpc_ver@@, isl-@@isl_ver@@, @@libc_name@@-@@libc_ver@@, binutils-@@binutils_ver@@
+ Includes a debugger, gdb-@@gdb_ver@@, and a native gdbserver binary for @@triplet@@.
+Section: devel
+Priority: optional
+Installed-Size: @@size@@
+Architecture: @@debpc@@
+Origin: FCE
+Bugs: jira://jira.sinc.faurecia.com/
+Depends: @@pc_libc@@
+