[SCM] libav/experimental: grep Changelog entry from unified diffs

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:11:21 UTC 2013


The following commit has been merged in the experimental branch:
commit 2543c7fb1a6e4f5776c2c015b44454fd0eef4bd4
Author: Rafaël Carré <rafael.carre at gmail.com>
Date:   Thu Jul 15 12:05:53 2010 +0000

    grep Changelog entry from unified diffs
    
    Patch by Rafaël Carré, rafael d carre a gmail
    
    Originally committed as revision 24248 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/tools/patcheck b/tools/patcheck
index 4bb0236..521138a 100755
--- a/tools/patcheck
+++ b/tools/patcheck
@@ -123,7 +123,7 @@ if test -e $TMP ; then
     cat $TMP
 fi
 
-grep '^Index:.*Changelog' $* >/dev/null || printf "\nMissing changelog entry (ignore if minor change)\n"
+grep '^+++ .*Changelog' $* >/dev/null || printf "\nMissing changelog entry (ignore if minor change)\n"
 
 cat $* | tr '\n' '@' | egrep --color=always -o '(fprintf|av_log|printf)\([^)]*\)[+ ;@]*\1'  >$TMP && printf "\nMergeable calls\n"
 cat $TMP | tr '@' '\n'

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list