1
0
Fork 0

Adding debian version 0.4-1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-17 21:04:35 +01:00
parent 481ef88a11
commit 6648073468
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
12 changed files with 181 additions and 0 deletions

19
debian/rules vendored Executable file
View file

@ -0,0 +1,19 @@
#!/usr/bin/make -f
include /usr/share/dpkg/architecture.mk
ifeq ($(origin CXX),default)
CXX := $(DEB_HOST_GNU_TYPE)-g++
endif
%:
dh ${@}
override_dh_auto_configure:
dh_auto_configure -- 'CXX=$(CXX) -g'
override_dh_auto_install:
dh_auto_install -- DESTDIR=$(CURDIR)/debian/tarlz
# removing unused files
rm -f debian/tarlz/usr/share/info/dir*