diff --git a/check-symbols b/check-symbols index ccc74c7..a6bfbd7 100755 --- a/check-symbols +++ b/check-symbols @@ -30,7 +30,7 @@ do for lib in `dpkg -L $pack | grep -E "\.so$" | sort -u`; do LIBNAME=$(basename $lib); - nm -D $lib | cut -d' ' -f3 | sort -u > /tmp/$LIBNAME.1; + nm -D $lib | cut -d' ' -f3 | sort -u > /tmp/$LIBNAME.old; done; DEBLINE="$DEBLINE $DEBDIR/$pack*.deb "; done @@ -58,9 +58,9 @@ do for lib in `dpkg -L $pack | grep -E "\.so$" | sort -u`; do LIBNAME=$(basename $lib); - nm -D $lib | cut -d' ' -f3 | sort -u > /tmp/$LIBNAME.2; + nm -D $lib | cut -d' ' -f3 | sort -u > /tmp/$LIBNAME.new; echo "Checking: $lib"; - diff -u /tmp/$LIBNAME.{1,2}; - rm /tmp/$LIBNAME.{1,2}; + diff -u /tmp/$LIBNAME.{old,new}; + rm /tmp/$LIBNAME.{old,new}; done; done diff --git a/debian/copyright b/debian/copyright index 6f9a5a6..58b835c 100644 --- a/debian/copyright +++ b/debian/copyright @@ -20,14 +20,14 @@ Upstream Authors: Copyright: - Canonical Ltd. 2006-2007 + Canonical Ltd. 2006-2008 Albert Damen 2007 Albin Tonnerre 2006-2007 Daniel Holbach 2006-2007 Luke Yelavich 2006-2007 Martin Pitt 2007 Michael Bienia 2006-2007 - Kees Cook 2006-2007 + Kees Cook 2006-2008 Pete Savage 2006-2007 Siegfried-A. Gevatter 2007-2008 Terence Simpson 2007