Daniel Mach
5c42e4d241
Fixed the installation of the completion, which was missing. Create/Install a manpage. Fixed a few lintian warnings about the packaging. Adding this to the openSUSE:Tools prjconf would be useful so that lintian is automatically run on the built packages: https://github.com/openSUSE/obs-build/blob/master/build-recipe-dsc#L184 ``` %if 0%{?debian} support: lintian %endif ``` OBS-URL: https://build.opensuse.org/request/show/1084128 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=394
35 lines
771 B
Plaintext
35 lines
771 B
Plaintext
Source: osc
|
|
Priority: optional
|
|
Maintainer: Adrian Schroeter <adrian@suse.de>
|
|
Build-Depends:
|
|
debhelper (>= 10),
|
|
dh-python,
|
|
python3-all (>=3.6),
|
|
python3-argparse-manpage,
|
|
python3-cryptography,
|
|
python3-setuptools,
|
|
python3-urllib3
|
|
Standards-Version: 3.7.1
|
|
Section: devel
|
|
|
|
Package: osc
|
|
Section: devel
|
|
Architecture: any
|
|
Depends:
|
|
${shlibs:Depends},
|
|
${misc:Depends},
|
|
${python3:Depends},
|
|
python3-cryptography,
|
|
python3-urllib3,
|
|
build | obs-build
|
|
Recommends:
|
|
bash-completion,
|
|
python3-progressbar,
|
|
python3-rpm,
|
|
python3-keyring,
|
|
python3-keyring-keyutils,
|
|
sudo,
|
|
xdg-utils
|
|
Description: Command-line client for the Open Build Service
|
|
OpenSUSE Commander is a command-line client for the Open Build Service.
|