diff options
author | Guido Günther <agx@sigxcpu.org> | 2010-08-11 15:48:00 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2010-08-11 15:48:00 +0200 |
commit | 67287d0255453ebadd6da24471bad02d61cb4543 (patch) | |
tree | 11de1db99441782fae8e1f393949a3d6209fa582 /setup.py | |
parent | 55fdbc67064a4f236b6d1e3ebc885f40c2c1fc44 (diff) | |
download | git-buildpackage-67287d0255453ebadd6da24471bad02d61cb4543.tar.gz git-buildpackage-67287d0255453ebadd6da24471bad02d61cb4543.tar.bz2 git-buildpackage-67287d0255453ebadd6da24471bad02d61cb4543.zip |
Add git-pbuilder
Thanks: Russ Allbery
Closes: #583078
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ setup(name = "git_build_package", author = 'Guido Guenther', author_email = 'agx@sigxcpu.org', scripts = [ 'git-buildpackage', 'git-import-dsc', 'git-import-orig', 'git-dch', 'git-import-dscs', - 'gbp-pq', 'gbp-pull', 'gbp-clone' ], + 'gbp-pq', 'gbp-pull', 'gbp-clone', 'git-pbuilder' ], packages = [ 'gbp' ], data_files = [("/etc/git-buildpackage/", ["gbp.conf" ]),], ) |