]> git.saurik.com Git - apt-legacy.git/blame - buildlib/mkChangeLog
Drastic, sweeping modifications to support iPhone 1.2.0/2.0.
[apt-legacy.git] / buildlib / mkChangeLog
CommitLineData
da6ee469
JF
1#!/bin/sh
2
3NAMES="`sed -ne 's/'\''/'\''\\\\'\'''\''/g;
4 s/^.*CVS:\([^ ]\+\) \([^<]\+\) <\([^>]*\)>/\
5 -u '\''\1:\2:\3'\''/gp' AUTHORS`"
6OPTIONS="-l 78"
7
8# Generate the standard ChangeLog
9echo CVSIGNORE=po rcs2log $OPTIONS $NAMES
10eval CVSIGNORE=po rcs2log $OPTIONS $NAMES >> ChangeLog
11
12# Generate the po ChangeLog
13#echo rcs2log $OPTIONS $NAMES po
14#eval rcs2log $OPTIONS $NAMES po >> po/ChangeLog