Codebase list eximdoc4 / e25007e
Shorten debian/rules by two lines, use --builddirectory option. Andreas Metzler 4 years ago
2 changed file(s) with 2 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
44 version number.
55 + Unfuzz 0010-fixbrokenlinks.diff.
66 * Use debhelper 12 compat level.
7 * Shorten debian/rules by two lines, use --builddirectory option.
78
89 -- Andreas Metzler <ametzler@debian.org> Sat, 14 Dec 2019 06:57:29 +0100
910
55 include /usr/share/dpkg/pkg-info.mk
66
77 export EXIM_VER := $(shell echo $(DEB_VERSION_UPSTREAM) | sed -e 's/~.*//g')
8
9 override_dh_auto_clean:
10 rm -rf build-tree
118
129 override_dh_auto_build:
1310 cp -a doc-docbook build-tree
3431 -e 's:img src="\.[^"]*/\([^"]*\.png\):img src="\1:g'
3532
3633 %:
37 dh $@
34 dh $@ --builddirectory=build-tree