Adding debian version 0.4-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
481ef88a11
commit
6648073468
12 changed files with 181 additions and 0 deletions
19
debian/rules
vendored
Executable file
19
debian/rules
vendored
Executable 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*
|
Loading…
Add table
Add a link
Reference in a new issue