Codebase list mtr / 77188d8
Import Debian changes 0.85-2 mtr (0.85-2) unstable; urgency=low * Added patch by Hideki Yamane to use autoreconf instead of aclocal/automake/autoconf to fix FTBFS, closes: #725568 Robert Woodcock authored 10 years ago Samuel Henrique committed 5 years ago
2 changed file(s) with 5 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
0 mtr (0.85-1) unstable; urgency=low
1
2 * New upstream version, closes: #706816, #717727
0 mtr (0.85-2) unstable; urgency=low
1
2 * Added patch by Hideki Yamane to use autoreconf instead of
3 aclocal/automake/autoconf to fix FTBFS, closes: #725568
34
45 -- Robert Woodcock <rcw@debian.org> Wed, 24 Jul 2013 19:53:47 -0700
56
2525 touch aclocal.m4 && \
2626 touch configure
2727
28 aclocal && \
29 automake --foreign --include-deps Makefile && \
30 autoconf
28 autoreconf -fi
3129
3230 mkdir mtr && cd mtr && CFLAGS=-I.. ../configure $(shell dpkg-buildflags --export=configure >/dev/null 2>&1 && dpkg-buildflags --export=configure) $(confflags) --prefix=`pwd`/debian/tmp/usr --mandir=`pwd`/debian/tmp/usr/share/man --sbindir=`pwd`/debian/tmp/usr/bin
3331 make -C mtr