First commit. Version 0.1.0

This commit is contained in:
2026-05-10 09:58:23 +02:00
parent af105b7f7d
commit bbab5e238d
635 changed files with 53627 additions and 175 deletions

19
debian/rules vendored Executable file
View File

@@ -0,0 +1,19 @@
#!/usr/bin/make -f
include /usr/share/dpkg/pkg-info.mk
REGISTRY = debian/libltk-dev/usr/share/cargo/registry/ltk-$(DEB_VERSION_UPSTREAM)
DOCDIR = debian/libltk-doc/usr/share/doc/libltk-doc/html
%:
dh $@
override_dh_auto_configure:
override_dh_auto_build:
override_dh_auto_test:
override_dh_auto_install:
$(MAKE) install REGISTRY=$(REGISTRY) DOCDIR=$(DOCDIR)
override_dh_auto_clean:
$(MAKE) clean
dh_clean