Package: libgd2
Version: 2.0.33-5.1
Severity: important

debian/rules clean breaks:

Scanning upstream source for new/changed copyright notices...
(the debian/ subdir is _not_ examined - do that manually!)
find . -type f -not -regex '\./debian/.*' -exec cat '{}' ';' \
                | egrep --text -rih '(copyright|\(c\) ).*[0-9]{4}' \
                | sed -e 's/^[[:space:]*#]*//' -e 's/[[:space:]]*$//' \
                | LC_ALL=C sort -u \
                > debian/copyright_newhints
if [ ! -f debian/copyright_hints ]; then touch debian/copyright_hints; fi
diff --normal debian/copyright_hints debian/copyright_newhints | egrep '^>'
> Copyright (C) 2006 Free Software Foundation, Inc.
New or changed copyright notices discovered! Do this:
  1) Search source for each of the above lines ('grep -r' is your friend)
  2) Update debian/copyright as needed
  3) Replace debian/copyright_hints with debian/copyright_newhints
make: *** [clean] Error 1

As a workaround I removed check-copyright.mk from debian/rules, but I guess the
proper fix is to update debian/copyright.

Thanks,

Martin

-- 
Martin Pitt        http://www.piware.de
Ubuntu Developer   http://www.ubuntu.com
Debian Developer   http://www.debian.org

In a world without walls and fences, who needs Windows and Gates?

Attachment: signature.asc
Description: Digital signature

Reply via email to