[Pcsclite-cvs-commit] r4658 - /trunk/pcsc-tools/create_distrib.sh

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Tue Jan 12 21:28:45 UTC 2010


Author: rousseau
Date: Tue Jan 12 21:28:45 2010
New Revision: 4658

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=4658
Log:
use svn2cl instead of rcs2log now we are on subversion

Modified:
    trunk/pcsc-tools/create_distrib.sh

Modified: trunk/pcsc-tools/create_distrib.sh
URL: http://svn.debian.org/wsvn/pcsclite/trunk/pcsc-tools/create_distrib.sh?rev=4658&op=diff
==============================================================================
--- trunk/pcsc-tools/create_distrib.sh (original)
+++ trunk/pcsc-tools/create_distrib.sh Tue Jan 12 21:28:45 2010
@@ -43,7 +43,9 @@
 echo "done"
 
 # generate Changelog
-rcs2log > Changelog
+echo -n "generating changelog..."
+svn2cl --reparagraph --include-rev --group-by-day
+echo "done"
 
 present_files=$(tempfile)
 manifest_files=$(tempfile)




More information about the Pcsclite-cvs-commit mailing list