mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-15 00:51:07 +00:00
* setup.py:
- Install buildd. - Use a #!/usr/bin/python header.
This commit is contained in:
parent
d6a19fc638
commit
0d993122ea
3
setup.py
3
setup.py
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/python
|
||||||
|
|
||||||
from distutils.core import setup
|
from distutils.core import setup
|
||||||
import glob
|
import glob
|
||||||
@ -16,6 +16,7 @@ if os.path.exists(changelog):
|
|||||||
setup(name='ubuntu-dev-tools',
|
setup(name='ubuntu-dev-tools',
|
||||||
version=version,
|
version=version,
|
||||||
scripts=['404main',
|
scripts=['404main',
|
||||||
|
'buildd',
|
||||||
'check-symbols',
|
'check-symbols',
|
||||||
'dch-repeat',
|
'dch-repeat',
|
||||||
'dgetlp',
|
'dgetlp',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user