From: David Kalnischkies Date: Mon, 21 May 2012 13:16:39 +0000 (+0200) Subject: whatever this script did, it didn't for a long long time X-Git-Tag: 0.9.5~2^2~4 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/5c1715d8f847a5a3d8b8128d2dcc8a7622a9df1b whatever this script did, it didn't for a long long time (it creates changelog from cvs) --- diff --git a/buildlib/mkChangeLog b/buildlib/mkChangeLog deleted file mode 100755 index 4164ec9d5..000000000 --- a/buildlib/mkChangeLog +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh - -NAMES="`sed -ne 's/'\''/'\''\\\\'\'''\''/g; - s/^.*CVS:\([^ ]\+\) \([^<]\+\) <\([^>]*\)>/\ - -u '\''\1:\2:\3'\''/gp' AUTHORS`" -OPTIONS="-l 78" - -# Generate the standard ChangeLog -echo CVSIGNORE=po rcs2log $OPTIONS $NAMES -eval CVSIGNORE=po rcs2log $OPTIONS $NAMES >> ChangeLog - -# Generate the po ChangeLog -#echo rcs2log $OPTIONS $NAMES po -#eval rcs2log $OPTIONS $NAMES po >> po/ChangeLog