Codebase list tack / c80b5b8
Drop redundant overrides and Build-Depends Debhelper 10 already pulls in dh-autoreconf, and the tools from autotools-dev are replaced by dh_update_autotools_config. Sven Joachim 6 years ago
3 changed file(s) with 3 addition(s) and 10 deletion(s). Raw diff Collapse all Expand all
33 * Update Vcs-{Browser,Git} URLs to point to salsa.debian.org.
44 * Drop the tack-dbg package in favor of an automatic -dbgsym package.
55 * Bump debhelper compat level to 10.
6 - Drop redundant overrides in debian/rules and the Build-Depends
7 on autotools-dev and dh-autoreconf.
68
79 -- Sven Joachim <svenjoac@gmx.de> Sat, 13 Jan 2018 11:20:55 +0100
810
44 Build-Depends:
55 dpkg-dev (>= 1.16.1),
66 debhelper (>= 10),
7 autotools-dev (>= 20100122.1),
87 autoconf-dickey,
9 dh-autoreconf,
108 libncurses5-dev (>= 5.6+20081012)
119 Standards-Version: 3.9.3
1210 Homepage: ftp://ftp.invisible-island.net/ncurses/
33 export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs
44
55 %:
6 dh ${@} --with autoreconf
7
8 # The autotools_dev addon doesn't seem to work here, so call the dh_
9 # commands explicitly...
10 override_dh_autoreconf_clean:
11 dh_autotools-dev_restoreconfig
12 dh_autoreconf_clean
6 dh ${@}
137
148 override_dh_autoreconf:
159 dh_autoreconf autoreconf-dickey -- -f -i
16 dh_autotools-dev_updateconfig
1710
1811 override_dh_auto_configure:
1912 dh_auto_configure -- --enable-warnings --disable-rpath-hack