commit | 06bc7d9f0dfb65011f3939eeabfd147647096cb1 | [log] [tgz] |
---|---|---|
author | Dongjin Kim <tobetter@gmail.com> | Tue Nov 21 22:19:12 2023 +0000 |
committer | Dongjin Kim <tobetter@gmail.com> | Mon Jan 20 07:54:33 2025 +0000 |
tree | 2265874cc9a49c80011b7aff9a399f8aaeec9b78 | |
parent | 7e0fef77188be3c1649d74eda617791eea2a0fba [diff] [blame] |
Debianize scripts Signed-off-by: Dongjin Kim <tobetter@gmail.com> Change-Id: If168763ced7c37a5816cb10b9cd934dfac1dab87
diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..ff25f61 --- /dev/null +++ b/debian/rules
@@ -0,0 +1,17 @@ +#!/usr/bin/make -f + +#export DH_VERBOSE=1 + +override_dh_auto_configure: + true + +override_dh_auto_build: + for target in drm weston; do \ + make -C $$target all; \ + done + +override_dh_auto_install: + true + +%: + dh $@