Files
git-upstream/debian/control
Davide Guerri f2e38df455 Rename hpgit to git-upstream, also changing its license
* rename hpgit to git-upstream
* rename import-upstream commadn to import
* change all occurrences of hpgit and import-upstream in code,
  comments and tests
* code cleanup (remove some typos, improve PEP8 compliance)
* change license from "HP propietary" to "Apache License v2.0"

Change-Id: Ia4f00d662d79ac9725316027a65f4d23ebbd0f02
JIRA:CICD-1319
JIRA:CICD-1318
2014-03-03 14:32:26 +00:00

26 lines
745 B
Plaintext

Source: git-upstream
Section: vcs
Priority: optional
Maintainer: Davide Guerri <davide.guerri@hp.com>
Build-Depends: debhelper (>= 7.0.50~),
python-all-dev (>= 2.6.6-3~)
Build-Depends-Indep: python-git,
python-setuptools
XS-Python-Version: >=2.6
Standards-Version: 3.9.3
Package: git-upstream
Architecture: all
Section: python
XB-Python-Version: ${python:Versions}
Depends: python-git
${shlibs:Depends},
${misc:Depends},
${python:Depends}
Provides: ${python:Provides}
Description: Git extensions which ease the rebasing of local-carried patches
on top of upstream repositories.
Git extensions to provide high-level abstraction for complex operations
that support the rebasing of local-carried patches on top of upstream
repositories.