mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-18 20:31:29 +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>
|
Luke Yelavich <themuso@ubuntu.com>
|
||||||
Albin Tonnerre <lut1n.tne@gmail.com>
|
Albin Tonnerre <lut1n.tne@gmail.com>
|
||||||
Michael Bienia <geser@ubuntu.com>
|
Michael Bienia <geser@ubuntu.com>
|
||||||
|
Kees Cook <kees@ubuntu.com>
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/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`"
|
PACKAGES="`apt-cache showsrc $1 | grep ^Binary | sed 's/Binary\:\ //g;s/\,//g' | sort -u`"
|
||||||
DEBLINE=""
|
DEBLINE=""
|
||||||
|
11
setup.py
11
setup.py
@ -15,7 +15,14 @@ if os.path.exists(changelog):
|
|||||||
|
|
||||||
setup(name='ubuntu-dev-tools',
|
setup(name='ubuntu-dev-tools',
|
||||||
version=version,
|
version=version,
|
||||||
scripts=['404main', 'check-symbols', 'pbuilder-dist',
|
scripts=['404main',
|
||||||
'update-maintainer'],
|
'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