From 6f1c9136abef5b965c900cb4b5a094a7ec188b58 Mon Sep 17 00:00:00 2001 From: falkTX Date: Thu, 1 Sep 2022 12:59:36 +0100 Subject: [PATCH] Initial packaging for faustpp Signed-off-by: falkTX --- sources/libs/faustpp/debian/changelog | 5 +++++ sources/libs/faustpp/debian/control | 21 +++++++++++++++++++++ sources/libs/faustpp/debian/rules | 4 ++++ 3 files changed, 30 insertions(+) create mode 100644 sources/libs/faustpp/debian/changelog create mode 100644 sources/libs/faustpp/debian/control create mode 100755 sources/libs/faustpp/debian/rules diff --git a/sources/libs/faustpp/debian/changelog b/sources/libs/faustpp/debian/changelog new file mode 100644 index 0000000..5f92e49 --- /dev/null +++ b/sources/libs/faustpp/debian/changelog @@ -0,0 +1,5 @@ +faustpp (6:0.0.0~git20220901) focal; urgency=medium + + * Initial package + + -- falkTX Sun, 17 Apr 2022 15:05:47 +0100 diff --git a/sources/libs/faustpp/debian/control b/sources/libs/faustpp/debian/control new file mode 100644 index 0000000..e809c4c --- /dev/null +++ b/sources/libs/faustpp/debian/control @@ -0,0 +1,21 @@ +Source: faustpp +Section: devel +Priority: optional +Maintainer: falkTX +Build-Depends: debhelper-compat (= 13), + kxstudio-build-scripts (>= 5), + dh-python, + python3 +Standards-Version: 4.5.0 +Homepage: https://github.com/jpcima/faustpp +Rules-Requires-Root: no + +Package: faustpp +Architecture: any +Depends: ${misc:Depends}, python3-jinja2 +Description: post-processor for faust + faustpp is a post-processor for faust, which allows to generate with more flexibility. + . + Using a template language known as Jinja2, it is allowed to manipulate metadata with + iteration and conditional constructs, to easily generate custom code tailored for the job. + Custom metadata can be handled by the template mechanism. diff --git a/sources/libs/faustpp/debian/rules b/sources/libs/faustpp/debian/rules new file mode 100755 index 0000000..b32eee2 --- /dev/null +++ b/sources/libs/faustpp/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ -Spybuild