]> git.saurik.com Git - apt.git/commitdiff
whatever this script did, it didn't for a long long time
authorDavid Kalnischkies <kalnischkies@gmail.com>
Mon, 21 May 2012 13:16:39 +0000 (15:16 +0200)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Mon, 21 May 2012 13:16:39 +0000 (15:16 +0200)
(it creates changelog from cvs)

buildlib/mkChangeLog [deleted file]

diff --git a/buildlib/mkChangeLog b/buildlib/mkChangeLog
deleted file mode 100755 (executable)
index 4164ec9..0000000
+++ /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