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

Ludovic Rousseau rousseau at costa.debian.org
Thu Sep 15 11:44:36 UTC 2005


Author: rousseau
Date: 2005-09-15 11:44:36 +0000 (Thu, 15 Sep 2005)
New Revision: 1652

Modified:
   trunk/PCSC/Makefile.am
Log:
add --stdout argument to svn2cl.sh so we don't have to patch the
svn2cl.sh anymore. The feature is now included in svn2cl v0.3


Modified: trunk/PCSC/Makefile.am
===================================================================
--- trunk/PCSC/Makefile.am	2005-09-15 11:35:34 UTC (rev 1651)
+++ trunk/PCSC/Makefile.am	2005-09-15 11:44:36 UTC (rev 1652)
@@ -9,7 +9,8 @@
 DISTCLEANFILES = ChangeLog.cvs
 
 ChangeLog.cvs:
-	-svn2cl --group-by-day | perl -pe 's/corcoran /David Corcoran /; \
+	-svn2cl.sh --group-by-day --stdout | 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 /; \




More information about the Pcsclite-cvs-commit mailing list