mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-04-18 13:51:08 +00:00
added Kees to authors, added GPL notice to check-symbols, added Kees' scripts to setup.py
This commit is contained in:
parent
350426ef1c
commit
a753622e9b
1
AUTHORS
1
AUTHORS
@ -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>
|
||||
|
@ -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=""
|
||||
|
11
setup.py
11
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'
|
||||
],
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user