first commit

This commit is contained in:
Your Name
2026-02-07 20:22:48 +08:00
commit 1b9711d5e4
2270 changed files with 805872 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk
ifeq (linux,$(DEB_HOST_ARCH_OS))
ARCH_DEPENDENT_CONFIGURE_PARAMS = --enable-linux-affinity
else
ARCH_DEPENDENT_CONFIGURE_PARAMS = --enable-hwloc
endif
%:
dh $@
override_dh_auto_configure:
dh_auto_configure -- \
--enable-taskstats \
--enable-openvz \
--enable-vserver \
--enable-cgroup \
--enable-unicode \
$(ARCH_DEPENDENT_CONFIGURE_PARAMS)