diff -u imdb-tools-0.7/debian/changelog imdb-tools-0.7/debian/changelog --- imdb-tools-0.7/debian/changelog +++ imdb-tools-0.7/debian/changelog @@ -1,3 +1,10 @@ +imdb-tools (0.7-1ubuntu1) jaunty; urgency=low + + * Update HTML parsing for recent changes to IMDB (Closes: #519603, LP: #313260) + Thanks to KoosKakebeen for the original patch + + -- Brian Murray Fri, 13 Mar 2009 11:34:33 -0700 + imdb-tools (0.7-1) unstable; urgency=low * New upstream release (Closes: #486390, Bug#486393) diff -u imdb-tools-0.7/debian/control imdb-tools-0.7/debian/control --- imdb-tools-0.7/debian/control +++ imdb-tools-0.7/debian/control @@ -1,7 +1,8 @@ Source: imdb-tools Section: utils Priority: optional -Maintainer: Matthew Johnson +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Matthew Johnson Build-Depends: debhelper (>= 4.0.0), docbook-to-man Standards-Version: 3.7.3 only in patch2: unchanged: --- imdb-tools-0.7.orig/imdb-get.sh +++ imdb-tools-0.7/imdb-get.sh @@ -216,7 +216,7 @@ else TEMPCHOICES=`mktemp` files=("${files[@]}" "$TEMPCHOICES") - < $TEMP tidy -iq -w 1000 2>/dev/null | sed 's/t\([dr][^>]*\)>/t\1>\n/g' | sed -n '/^ *\([^<]*\)\([^<]*\)<.*,\1%\2 \3,p' > $TEMPCHOICES + < $TEMP tidy -iq -w 1000 2>/dev/null | sed 's/t\([dr][^>]*\)>/t\1>\n/g' | sed -n '/^ *\([^<]\+\)\([^<]*\)<.*,\1%\2 \3,p' > $TEMPCHOICES (( i = 1 )) IFS=' '