File: mkChangeLog

package info (click to toggle)
apt 0.8.10.3%2Bsqueeze7
  • links: PTS
  • area: main
  • in suites: squeeze-lts
  • size: 13,540 kB
  • ctags: 4,423
  • sloc: cpp: 38,033; perl: 6,867; xml: 3,869; sh: 3,068; makefile: 686; python: 309
file content (14 lines) | stat: -rwxr-xr-x 409 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/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