File: mkChangeLog

package info (click to toggle)
apt 0.3.19
  • links: PTS
  • area: main
  • in suites: potato
  • size: 3,328 kB
  • ctags: 4,573
  • sloc: cpp: 23,660; sh: 2,279; makefile: 369; perl: 209
file content (13 lines) | stat: -rwxr-xr-x 367 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

NAMES="`sed -ne '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