Skip to content
Snippets Groups Projects
Commit 65968190 authored by Probal Basak's avatar Probal Basak
Browse files

Added configuration for building deb package

parents
No related branches found
No related tags found
No related merge requests found
Pipeline #14887 failed
---
include:
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml
- https://www.opencode.net/zynthbox/gitlab-ci-tools/raw/main/zynthbox-default-ci.yml
variables:
SOURCE_ARCHIVE: "https://github.com/zynthbox/zynthbox-dependencies/releases/download/RC-5/beatslash-lv2-1.0.6.tar.gz"
BUILDING_ZYNTHBOX_DEPENDENCY: 1
# zynthbox-plugin-beatslash-lv2
Build latest zynthbox-plugin-beatslash-lv2 from source https://github.com/zynthbox/zynthbox-dependencies/releases/download/RC-5/beatslash-lv2-1.0.6.tar.gz
zynthbox-plugin-beatslash-lv2 (1.12.6-1-1) bullseye; urgency=medium
* Build
-- Probal Basak <probal31@gmail.com> Thu, 03 Apr 2025 14:30:00 +0530
11
Source: zynthbox-plugin-beatslash-lv2
Section: misc
Priority: optional
Maintainer: Probal Basak <probal31@gmail.com>
Build-Depends: debhelper (>= 11), cmake, g++, clang-format
Standards-Version: 4.1.3
Homepage: https://github.com/blablack/beatslash-lv2
Package: zynthbox-plugin-beatslash-lv2
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Build zynthbox-plugin-beatslash-lv2 deb
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: zynthbox-plugin-distrho-plugin-ports-lv2
Source: https://github.com/blablack/beatslash-lv2
#!/usr/bin/make -f
# See debhelper(7) (uncomment to enable)
# output every command that modifies files on the build system.
#export DH_VERBOSE = 1
%:
dh $@
override_dh_auto_configure:
./waf configure
override_dh_auto_build:
./waf
override_dh_auto_install:
./waf install
override_dh_usrlocal:
3.0 (quilt)
\ No newline at end of file
# Ignore all files having `/build/` in filepath
extend-diff-ignore = "(.*\/)?build\/.*"
# Ignore all files having `/man/` in filepath
extend-diff-ignore = "(.*\/)?man\/.*"
# Ignore all `.gitlab-ci.yml`
extend-diff-ignore = ".gitlab-ci.yml"
# Ignore all `README` files
extend-diff-ignore = "README|README.md"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment