mirror of
https://gitee.com/amber-ce/amber-ce-bookworm.git
synced 2025-12-14 11:02:05 +08:00
17 lines
256 B
Makefile
Executable File
17 lines
256 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
# You must remove unused comment lines for the released package.
|
|
#export DH_VERBOSE = 1
|
|
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_auto_configure:
|
|
bash build-pkg.sh pkg/
|
|
|
|
override_dh_dwz:
|
|
|
|
override_dh_strip:
|
|
|
|
override_dh_clean:
|
|
rm -vfr pkg/ && dh_clean
|