From: Christian Hofstaedtler Date: Mon, 13 May 2013 09:17:18 +0000 (+0200) Subject: Remove ChangeLog from make dist, debian-pdns/rules X-Git-Tag: auth-3.3-rc1~62^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=59b2592ccf1c28c573649fb10f78ca183adb0001;p=pdns Remove ChangeLog from make dist, debian-pdns/rules --- diff --git a/Makefile.am b/Makefile.am index 0119fc89e..953e96532 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ SUBDIRS=modules codedocs @programdescend@ DIST_SUBDIRS=modules codedocs pdns pdns/ext/rapidjson -EXTRA_DIST=TODO README HACKING INSTALL ChangeLog debian-pdns/* pdns.spec \ +EXTRA_DIST=TODO README HACKING INSTALL debian-pdns/* pdns.spec \ codedocs/Makefile codedocs/doxygen.conf contrib/powerdns.solaris.init.d \ contrib/systemd-pdns.service contrib/systemd-pdns-recursor.service \ bootstrap build-scripts/semistaticg++ diff --git a/configure.ac b/configure.ac index ae989b5b7..14985740e 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_INIT([pdns], [git]) dnl AC_SUBST([DIST_HOST], [TO_BE_PATCHED]) dnl End patch area. AC_CONFIG_SRCDIR([pdns/receiver.cc]) -AM_INIT_AUTOMAKE([tar-ustar -Wno-portability]) +AM_INIT_AUTOMAKE([foreign tar-ustar -Wno-portability]) AC_CANONICAL_HOST LT_INIT AC_CONFIG_MACRO_DIR([m4]) diff --git a/debian-pdns/rules b/debian-pdns/rules index fcfe29269..daf06d7e3 100755 --- a/debian-pdns/rules +++ b/debian-pdns/rules @@ -19,8 +19,6 @@ binary-doc: install -d -m 755 -o root -g root \ "$(tmpdir)"/usr/share/doc/pdns-doc - install -p -m 644 -o root -g root ChangeLog \ - "$(tmpdir)"/usr/share/doc/pdns-doc/changelog install -p -m 644 -o root -g root debian-pdns/changelog \ "$(tmpdir)"/usr/share/doc/pdns-doc/changelog.Debian gzip -9 "$(tmpdir)"/usr/share/doc/pdns-doc/* @@ -97,8 +95,6 @@ binary-main-prepare: install -d -m 755 -o root -g root \ "$(tmpdir)"/usr/share/doc/pdns - install -p -m 644 -o root -g root ChangeLog \ - "$(tmpdir)"/usr/share/doc/pdns/changelog install -p -m 644 -o root -g root debian-pdns/changelog \ "$(tmpdir)"/usr/share/doc/pdns/changelog.Debian gzip -9 "$(tmpdir)"/usr/share/doc/pdns/c*