added Kees to authors, added GPL notice to check-symbols, added Kees' scripts to setup.py

This commit is contained in:
Daniel Holbach 2007-07-04 12:23:13 +02:00
parent 350426ef1c
commit a753622e9b
3 changed files with 11 additions and 2 deletions

View File

@ -2,3 +2,4 @@ Daniel Holbach <daniel.holbach@ubuntu.com>
Luke Yelavich <themuso@ubuntu.com>
Albin Tonnerre <lut1n.tne@gmail.com>
Michael Bienia <geser@ubuntu.com>
Kees Cook <kees@ubuntu.com>

View File

@ -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=""

View File

@ -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'
],
)