1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
|
Source: git-buildpackage
Section: vcs
Priority: optional
Maintainer: Guido Günther <agx@sigxcpu.org>
Build-Depends:
bash-completion,
debhelper (>= 9~),
docbook-utils,
gtk-doc-tools,
jade,
perl,
pychecker,
python (>> 2.6.6-3~),
python-epydoc,
python-mock,
python-nose,
python-pkg-resources,
python-rpm,
python-setuptools,
rpm,
sgml2x,
Standards-Version: 3.9.4
Vcs-Git: git://honk.sigxcpu.org/git/git-buildpackage.git
Vcs-Browser: https://honk.sigxcpu.org/gitweb/?p=git-buildpackage.git
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 (>= 1:1.7.9.1-1~),
man-db,
python-pkg-resources
Recommends: pristine-tar (>= 0.5)
Suggests: python-notify, unzip, zipmerge
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,
git-buildpackage-common (= ${binary:Version})
Recommends: cowbuilder
Description: Suite to help with Debian packages in Git repositories
This package contains the following tools:
* gbp import-{dsc,dscs}: import existing Debian source packages into a git
repository
* gbp import-orig: import a new upstream version into the git repository
* gbp buildpackage: build a package out of a git repository, check for local
modifications and tag appropriately
* gbp dch: generate Debian changelog entries from Git commit messages
* 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},
${misc:Depends},
git-buildpackage-common (= ${binary:Version}),
python-rpm,
rpm,
Description: Suite to help with RPM packages in Git repositories
This package contains the following tools:
* gbp 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
* gbp-pq-rpm: manage separate development and packaging branches
Package: git-buildpackage-bb
Architecture: all
Depends: ${python:Depends},
${misc:Depends},
git-buildpackage-common (= ${binary:Version}),
git-buildpackage-rpm (= ${binary:Version}),
Recommends: bitbake
Description: Suite to help with BitBake builds from Git repositories
This package contains the following tools:
* gbp import-bb: import sources from distribution repository
* gbp buildpackage-bb: build a package out of a Git repository
* gbp pq-bb: manage separate development and packaging branches
|