Move debian into pkg/DEB

This commit is contained in:
Aoran Zeng
2025-06-15 11:34:26 +08:00
parent eb808c49a5
commit 3c84ad550d
7 changed files with 14 additions and 7 deletions

10
pkg/DEB/debian/rules Executable file
View File

@@ -0,0 +1,10 @@
#!/usr/bin/make -f
%:
dh $@
override_dh_auto_build:
$(MAKE) all
override_dh_auto_install:
$(MAKE) install DESTDIR=$(CURDIR)/debian/chsrc