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
|
Source: osc
Maintainer: RPM packaging team <team+pkg-rpm@tracker.debian.org>
Uploaders: Andrej Shadura <andrewsh@debian.org>,
Dylan Aïssi <daissi@debian.org>
Section: devel
Priority: optional
Build-Depends: bash-completion,
debhelper-compat (= 13),
dh-exec,
dh-python,
diffstat <!nocheck>,
git <!nocheck>,
python3,
python3-argparse-manpage,
python3-cryptography,
python3-ruamel.yaml,
python3-setuptools,
python3-urllib3
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/pkg-rpm-team/osc
Vcs-Git: https://salsa.debian.org/pkg-rpm-team/osc.git
Homepage: https://en.opensuse.org/openSUSE:OSC
Rules-Requires-Root: no
Package: osc
Architecture: all
Depends: ca-certificates,
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Recommends: bash-completion,
cpio,
obs-build,
python3-keyring,
rpm2cpio,
sensible-utils
Description: Open Build Service commander
Commandline client for the Open Build Service, which allows one to access
repositories in the Open Build Service in similar way as Subversion
repositories.
.
The Open Build Service is service that allows developers to package
software for all major Linux distributions.
|