Homepage: https://honk.sigxcpu.org/piki/projects/git-buildpackage/
X-Python-Version: >= 2.6
+
+Package: git-buildpackage-common
+Architecture: all
+Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, git, python-dateutil
+Recommends: pristine-tar (>= 0.5)
+Suggests: python-notify, unzip
+Description: Suite to help with packaging in Git repositories
+ This package contains the common API and scripts for Debian and rpm packaging
+
+
Package: git-buildpackage
Architecture: all
-Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, devscripts (>= 2.10.66~),
- git (>= 1:1.7.9.1-1~), python-dateutil
-Recommends: pristine-tar (>= 0.5), cowbuilder
+Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, devscripts (>= 2.10.66~)
+Recommends: cowbuilder
Suggests: python-notify, unzip
Description: Suite to help with Debian packages in Git repositories
This package contains the following tools:
* gbp-{pull,clone}: clone and pull from remote repos
* gbp-pq: manage debian/patches easily
* gbp-create-remote-repo: create remote repositories
+
+
+Package: git-buildpackage-rpm
+Architecture: all
+Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-rpm
+Description: Suite to help with rpm packages in Git repositories
+ This package contains the following tools:
+ * git-import-srpm: import existing rpm source packages into a git
+ repository
+ * git-import-orig-rpm: import a new upstream version into the git repository
+ * git-buildpackage-rpm: build a package out of a git repository, check for local
+ modifications and tag appropriately
+++ /dev/null
-Document: git-buildpackage
-Title: Git-Buildpackage Manual
-Author: Guido Guenther
-Abstract: git-buildpackage is a suite to help with Debian packages in Git
- repositories. This manual describes the utilities in this package, their
- configuration and possible workflows.
-Section: Programming
-
-Format: HTML
-Index: /usr/share/doc/git-buildpackage/manual-html/index.html
-Files: /usr/share/doc/git-buildpackage/manual-html/*.html
--- /dev/null
+Document: git-buildpackage
+Title: Git-Buildpackage Manual
+Author: Guido Guenther
+Abstract: git-buildpackage is a suite to help with Debian packages in Git
+ repositories. This manual describes the utilities in this package, their
+ configuration and possible workflows.
+Section: Programming
+
+Format: HTML
+Index: /usr/share/doc/git-buildpackage-common/manual-html/index.html
+Files: /usr/share/doc/git-buildpackage-common/manual-html/*.html
--- /dev/null
+usr/bin/gbp-clone
+usr/bin/gbp-pull
+#usr/share/pyshared/gbp/*.py
+#usr/share/pyshared/gbp/scripts/clone.py
+#usr/share/pyshared/gbp/scripts/pull.py
+#usr/share/pyshared/gbp/scripts/common/*.py
+#usr/share/pyshared/gbp/git/*.py
+#usr/share/pyshared/gbp/pkg/*.py
+usr/lib/python*/dist-packages/gbp/*.py
+usr/lib/python2.7/dist-packages/gbp/scripts/clone.py
+usr/lib/python2.7/dist-packages/gbp/scripts/pull.py
+usr/lib/python2.7/dist-packages/gbp/scripts/common/*.py
+usr/lib/python2.7/dist-packages/gbp/git/*.py
+usr/lib/python2.7/dist-packages/gbp/pkg/*.py
+etc/git-buildpackage/gbp.conf