summaryrefslogtreecommitdiff
path: root/v4l/scripts/prepare-ChangeLog.pl
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <devnull@localhost>2005-10-09 03:35:25 +0000
committerMauro Carvalho Chehab <devnull@localhost>2005-10-09 03:35:25 +0000
commit993b84b81732121fd8953d0fb4429415290efba9 (patch)
tree0bf63d6379571d23fc02a9fb7f914c87e42218bc /v4l/scripts/prepare-ChangeLog.pl
parentc098f8ca61f12016b00af9a0a54a5b9d4ec25e7f (diff)
downloadmediapointer-dvb-s2-993b84b81732121fd8953d0fb4429415290efba9.tar.gz
mediapointer-dvb-s2-993b84b81732121fd8953d0fb4429415290efba9.tar.bz2
From: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
* ../Make - created make changelog to make easier to generate patches. * ../linux/drivers/media/video/cx88/cx88-core.c: * ../linux/drivers/media/video/cx88/cx88.h: * ../linux/kernel/drivers/usb/media/em2820-core.c: * ../linux/kernel/drivers/usb/media/em2820-i2c.c: * ../linux/kernel/drivers/usb/media/em2820-video.c: * ../linux/kernel/drivers/usb/media/em2820.h: - removed unneccessary includes. * ../v4l/scripts/prepare-ChangeLog.pl: - Modified to avoid detecting ChangeLog as a change. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'v4l/scripts/prepare-ChangeLog.pl')
-rw-r--r--v4l/scripts/prepare-ChangeLog.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/v4l/scripts/prepare-ChangeLog.pl b/v4l/scripts/prepare-ChangeLog.pl
index a479c6999..f464d7573 100644
--- a/v4l/scripts/prepare-ChangeLog.pl
+++ b/v4l/scripts/prepare-ChangeLog.pl
@@ -95,7 +95,7 @@ while (<DIFF>)
{
$file = $1 if /^Index: (\S+)$/;
if (defined $file
- and $file ne "ChangeLog"
+ and $file ne "../v4l/ChangeLog"
and (/^\d+(,\d+)?[acd](\d+)(,(\d+))?/ or /^Binary files/) )
{
push @{$changed_line_ranges{$file}}, [ $2, $4 || $2 ];