[git] GnuPG - branch, STABLE-BRANCH-2-0, updated. gnupg-2.0.19-6-g3f75b9c

by Werner Koch cvs at cvs.gnupg.org
Tue May 8 17:20:32 CEST 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU Privacy Guard".

The branch, STABLE-BRANCH-2-0 has been updated
       via  3f75b9ca00fc24e35bd16e91b7b1b18616447ff2 (commit)
       via  c08546d602e3abf47c4daffe6e7ddf4afec69214 (commit)
      from  1731ed88491559aca395bc0596cdc0ee3ea1fa3e (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 3f75b9ca00fc24e35bd16e91b7b1b18616447ff2
Author: Werner Koch <wk at gnupg.org>
Date:   Tue May 8 15:14:58 2012 +0200

    common: Remove generated files only during maintainer-clean.
    
    * common/Makefile.am (CLEANFILES): Rename to MAINTAINERCLEANFILES.
    --
    
    In general this is not required because automake does this for files
    in BUILT_SOURCES anyway.  However, having them in CLEANFILES is wrong.
    This is bug#1398.

diff --git a/common/Makefile.am b/common/Makefile.am
index 75b4623..0864d11 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -27,7 +27,7 @@ TESTS = $(module_tests)
 
 BUILT_SOURCES = audit-events.h status-codes.h
 
-CLEANFILES = audit-events.h status-codes.h
+MAINTAINERCLEANFILES = audit-events.h status-codes.h
 
 AM_CPPFLAGS = -I$(top_srcdir)/gl -I$(top_srcdir)/intl
 

commit c08546d602e3abf47c4daffe6e7ddf4afec69214
Author: Werner Koch <wk at gnupg.org>
Date:   Tue May 8 15:57:18 2012 +0200

    Fix copyright years.
    
    * scripts/git-log-footer: Add more years; we actually published the
    first code in 1997.

diff --git a/scripts/git-log-footer b/scripts/git-log-footer
index 4d98e37..f707935 100644
--- a/scripts/git-log-footer
+++ b/scripts/git-log-footer
@@ -6,8 +6,9 @@
 	details.
 
         -----
-	Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
-	              2010, 2011 Free Software Foundation, Inc.
+	Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
+                      2005, 2006, 2007, 2008, 2009, 2010, 2011,
+                      2012 Free Software Foundation, Inc.
 
 	Copying and distribution of this file and/or the original GIT
 	commit log messages, with or without modification, are

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

Summary of changes:
 common/Makefile.am     |    2 +-
 scripts/git-log-footer |    5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
The GNU Privacy Guard
http://git.gnupg.org




More information about the Gnupg-commits mailing list