[Pcsclite-cvs-commit] r1624 - trunk/PCSC

Ludovic Rousseau rousseau at costa.debian.org
Tue Aug 23 15:06:09 UTC 2005


Author: rousseau
Date: 2005-08-23 15:06:08 +0000 (Tue, 23 Aug 2005)
New Revision: 1624

Modified:
   trunk/PCSC/Makefile.am
Log:
use svn2cl instead of rcs2log


Modified: trunk/PCSC/Makefile.am
===================================================================
--- trunk/PCSC/Makefile.am	2005-08-23 15:01:42 UTC (rev 1623)
+++ trunk/PCSC/Makefile.am	2005-08-23 15:06:08 UTC (rev 1624)
@@ -9,11 +9,11 @@
 DISTCLEANFILES = ChangeLog.cvs
 
 ChangeLog.cvs:
-	rcs2log | perl -pe 's/corcoran /David Corcoran /; \
+	svn2cl | perl -pe 's/corcoran /David Corcoran /; \
 	s/corcoran-guest /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+/cvsroot/pcsclite/PCSC/++g;' > $@
+	s+trunk/++g;' > $@
 




More information about the Pcsclite-cvs-commit mailing list