File: control

package info (click to toggle)
osc 0.164.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,308 kB
  • sloc: python: 20,832; sh: 1,848; perl: 366; xml: 157; csh: 14; makefile: 9
file content (38 lines) | stat: -rw-r--r-- 1,190 bytes parent folder | download
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
Source: osc
Maintainer: RPM packaging team <team+pkg-rpm@tracker.debian.org>
Uploaders: Michal Čihař <nijel@debian.org>
Section: devel
Priority: optional
Build-Depends: bash-completion,
               debhelper (>= 9),
               dh-exec,
               dh-python,
               python,
               python-urlgrabber
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/pkg-rpm-team/osc
Vcs-Git: https://salsa.debian.org/pkg-rpm-team/osc.git
Homepage: http://en.opensuse.org/openSUSE:OSC

Package: osc
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         ${python:Depends},
         python-urlgrabber,
         python-m2crypto,
         ca-certificates
Recommends: python-rpm,
            rpm2cpio,
            cpio,
            sensible-utils,
            python-keyring,
            obs-build,
            bash-completion
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.