[Pcsclite-git-commit] [PCSC] 01/02: Generate a ChangeLog using git instead of svn

Ludovic Rousseau rousseau at moszumanska.debian.org
Fri May 15 16:03:19 UTC 2015


This is an automated email from the git hooks/post-receive script.

rousseau pushed a commit to branch master
in repository PCSC.

commit 7b22153844b6246e79c1fd12220c867663e6cb4b
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date:   Sat May 2 16:12:10 2015 +0200

    Generate a ChangeLog using git instead of svn
    
    The repository moved from SVN to GIT. So the ChangeLog is now called
    ChangeLog.git and is generated using git.
---
 Makefile.am | 18 ++++--------------
 1 file changed, 4 insertions(+), 14 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index a695b78..e36b505 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,24 +11,14 @@ DISTCHECK_CONFIGURE_FLAGS = \
 EXTRA_DIST = \
 	GPL-3.0.txt \
 	bootstrap \
-	ChangeLog.svn \
+	ChangeLog.git \
 	DRIVERS SECURITY \
 	HELP \
 	m4/ax_pthread.m4 \
 	m4/as-ac-expand.m4
 
-DISTCLEANFILES = ChangeLog.svn
+DISTCLEANFILES = ChangeLog.git
 
-ChangeLog.svn:
-	-svn2cl --group-by-day --stdout --include-rev --reparagraph | perl -pe \
-	's/  corcoran-guest/  David Corcoran/; \
-	s/  corcoran/  David Corcoran/; \
-	s/  oznet/  Chris Osgood/; \
-	s/  cprados/  Carlos Prados/; \
-	s/  mikeg/  Michael Gile/; \
-	s/  rousseau/  Ludovic Rousseau/; \
-	s/  giraud/  Jean-Luc Giraud/; \
-	s/  aet-guest/  Antti Tapaninen/; \
-	s/  sauveron-guest/  Damien Sauveron/; \
-	s+trunk/PCSC/++g;' > $@
+ChangeLog.git:
+	git log --stat > $@
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pcsclite/PCSC.git



More information about the Pcsclite-cvs-commit mailing list