From a753622e9b52aa29b4bed16361d8790586bd7c0e Mon Sep 17 00:00:00 2001 From: Daniel Holbach Date: Wed, 4 Jul 2007 12:23:13 +0200 Subject: [PATCH] added Kees to authors, added GPL notice to check-symbols, added Kees' scripts to setup.py --- AUTHORS | 1 + check-symbols | 1 + setup.py | 11 +++++++++-- 3 files changed, 11 insertions(+), 2 deletions(-) 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' + ], )