[conntrack-tools] src: remove obsolete changelog file

Pablo Neira netfilter-cvslog-bounces at lists.netfilter.org
Tue May 26 12:01:51 CEST 2009


Gitweb:		http://git.netfilter.org/cgi-bin/gitweb.cgi?p=conntrack-tools.git;a=commit;h=4e60aa36a78532d5b2675ec054f3c9abca0e933d
commit 4e60aa36a78532d5b2675ec054f3c9abca0e933d
Author:     Pablo Neira Ayuso <pablo at netfilter.org>
AuthorDate: Tue May 26 12:01:19 2009 +0200
Commit:     Pablo Neira Ayuso <pablo at netfilter.org>
CommitDate: Tue May 26 12:01:19 2009 +0200

    src: remove obsolete changelog file
    
    Thomas Jarosch doesn't like having out-dated information in
    the tree. Me neither. However, I didn't notice that this file
    has been including in every release, it seems that the
    autostuff magically includes if present.
    
    Reported-by: Thomas Jarosch <thomas.jarosch at intra2net.com>
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

commit 0e8c6f54446f2e78036e3f46344ebd4e2e10533e
Author:     Thomas Jarosch <thomas.jarosch at intra2net.com>
AuthorDate: Tue May 26 11:48:24 2009 +0200
Commit:     Pablo Neira Ayuso <pablo at netfilter.org>
CommitDate: Tue May 26 11:48:24 2009 +0200

    build: Added "m4" directory to make dist
    
    Otherwise autoreconf fails like this:
    
    aclocal: couldn't open directory `m4': No such file or directory
    autoreconf: aclocal failed with exit status: 1
    
    Signed-off-by: Thomas Jarosch <thomas.jarosch at intra2net.com>
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>
       via  4e60aa36a78532d5b2675ec054f3c9abca0e933d (commit)
       via  0e8c6f54446f2e78036e3f46344ebd4e2e10533e (commit)
      from  d2fda690d138cf9b045f5192f8635bc63f2fe3f1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4e60aa36a78532d5b2675ec054f3c9abca0e933d
Author: Pablo Neira Ayuso <pablo at netfilter.org>
Date:   Tue May 26 12:01:19 2009 +0200

    src: remove obsolete changelog file
    
    Thomas Jarosch doesn't like having out-dated information in
    the tree. Me neither. However, I didn't notice that this file
    has been including in every release, it seems that the
    autostuff magically includes if present.
    
    Reported-by: Thomas Jarosch <thomas.jarosch at intra2net.com>
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

commit 0e8c6f54446f2e78036e3f46344ebd4e2e10533e
Author: Thomas Jarosch <thomas.jarosch at intra2net.com>
Date:   Tue May 26 11:48:24 2009 +0200

    build: Added "m4" directory to make dist
    
    Otherwise autoreconf fails like this:
    
    aclocal: couldn't open directory `m4': No such file or directory
    autoreconf: aclocal failed with exit status: 1
    
    Signed-off-by: Thomas Jarosch <thomas.jarosch at intra2net.com>
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

-----------------------------------------------------------------------

 ChangeLog   |  649 -----------------------------------------------------------
 Makefile.am |    2 +-
 2 files changed, 1 insertions(+), 650 deletions(-)
 delete mode 100644 ChangeLog
Otherwise autoreconf fails like this:

aclocal: couldn't open directory `m4': No such file or directory
autoreconf: aclocal failed with exit status: 1

Signed-off-by: Thomas Jarosch <thomas.jarosch at intra2net.com>
Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

diff --git a/Makefile.am b/Makefile.am
index c7afd08..70c1bd0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,7 +6,7 @@ ACLOCAL_AMFLAGS  = -I m4
 AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6
 
 man_MANS = conntrack.8 conntrackd.8
-EXTRA_DIST = $(man_MANS) Make_global.am doc
+EXTRA_DIST = $(man_MANS) Make_global.am doc m4
 
 SUBDIRS   = extensions src
 DIST_SUBDIRS = include src extensions



More information about the netfilter-cvslog mailing list