diff options
author | Benjamin Barenblat <bbaren@mit.edu> | 2015-07-26 17:58:59 -0400 |
---|---|---|
committer | Benjamin Barenblat <bbaren@mit.edu> | 2015-07-26 18:28:17 -0400 |
commit | fdde1a8069fbd663fcb2b34f96ef24a4a38b8ade (patch) | |
tree | 233f127eacbb024e5900a2791a852a42a5c5ba85 /debian/rules | |
parent | c4e577130091212d3069af7ab5a59e94ed0edc9b (diff) |
Use the GPL from base-files in About (closes Debian #791553)
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 039bd78..d51c02b 100755 --- a/debian/rules +++ b/debian/rules @@ -12,7 +12,10 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed %: - dh $@ --with autotools-dev + dh $@ --with autoreconf + +override_dh_autoreconf: + dh_autoreconf sh -- autogen.sh override_dh_auto_configure: dh_auto_configure -- --disable-silent-rules |