diff --git a/AUTHORS b/AUTHORS index 12eb03e..15755b2 100644 --- a/AUTHORS +++ b/AUTHORS @@ -2,3 +2,4 @@ Daniel Holbach Luke Yelavich Albin Tonnerre Michael Bienia +Kees Cook diff --git a/check-symbols b/check-symbols index 48f8224..1117c07 100755 --- a/check-symbols +++ b/check-symbols @@ -1,4 +1,5 @@ #!/bin/bash +# (C) Daniel Holbach (2006-2007), Licensed under the GPL PACKAGES="`apt-cache showsrc $1 | grep ^Binary | sed 's/Binary\:\ //g;s/\,//g' | sort -u`" DEBLINE="" diff --git a/setup.py b/setup.py index 47bee13..65c1e4e 100755 --- a/setup.py +++ b/setup.py @@ -15,7 +15,14 @@ if os.path.exists(changelog): setup(name='ubuntu-dev-tools', version=version, - scripts=['404main', 'check-symbols', 'pbuilder-dist', - 'update-maintainer'], + scripts=['404main', + 'check-symbols', + 'pbuilder-dist', + 'update-maintainer', + 'dch-repeat', + 'mk-sbuild-lv', + 'pull-debian-debdiff', + 'what-patch' + ], )