diff options
author | Guido Guenther <agx@sigxcpu.org> | 2006-09-25 13:02:44 +0200 |
---|---|---|
committer | Guido Guenther <agx@bogon.sigxcpu.org> | 2006-09-25 13:02:44 +0200 |
commit | 08943fcc685d19d7596f19913bca84be3fe9a641 (patch) | |
tree | e214f8fc9fd239cdc854c21109154a4e1b951f25 /setup.py | |
parent | 4b1473927887f1a619b4a0520efe5b550b1743ee (diff) | |
download | git-buildpackage-08943fcc685d19d7596f19913bca84be3fe9a641.tar.gz git-buildpackage-08943fcc685d19d7596f19913bca84be3fe9a641.tar.bz2 git-buildpackage-08943fcc685d19d7596f19913bca84be3fe9a641.zip |
git-debuild -> git-buildpackage
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,6 +21,6 @@ from distutils.core import setup setup(name = "git_build_package", author = 'Guido Guenther', author_email = 'agx@sigxcpu.org', - scripts = ['git-import-dsc', 'git-debuild', 'git-import-orig'] + scripts = [ 'git-buildpackage', 'git-import-dsc', 'git-import-orig'] ) |