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
|
Source: zypper
Section: admin
Maintainer: RPM packaging team <team+pkg-rpm@tracker.debian.org>
Uploaders: Luca Boccassi <bluca@debian.org>,
Mike Gabriel <sunweaver@debian.org>,
Priority: optional
Build-Depends: asciidoctor,
debhelper-compat (= 13),
cmake,
libreadline-dev,
libzypp-dev (>= 17.36.4~),
libaugeas-dev,
libboost-all-dev,
librpm-dev,
Homepage: https://github.com/openSUSE/zypper
Rules-Requires-Root: no
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/pkg-rpm-team/zypper.git
Vcs-Browser: https://salsa.debian.org/pkg-rpm-team/zypper
Package: zypper
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
zypper-common (>= ${source:Version}),
Suggests:
zypper-doc,
Description: command line software manager using libzypp
Zypper is a command line tool for managing software. It can be used to add
package repositories, search for packages, install, remove, or update packages,
install patches, hardware drivers, verify dependencies, and more.
Zypper can be used interactively or non-interactively by user, from scripts,
or front-ends.
Package: zypper-common
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Description: command line software manager using libzypp (common files)
Zypper is a command line tool for managing software. It can be used to add
package repositories, search for packages, install, remove, or update packages,
install patches, hardware drivers, verify dependencies, and more.
Zypper can be used interactively or non-interactively by user, from scripts,
or front-ends.
.
This package contains the arch-independent files of the zypper software
manager.
Package: zypper-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Description: command line software manager using libzypp (documentation)
Zypper is a command line tool for managing software. It can be used to add
package repositories, search for packages, install, remove, or update packages,
install patches, hardware drivers, verify dependencies, and more.
Zypper can be used interactively or non-interactively by user, from scripts,
or front-ends.
.
This package contains the documentation files of the zypper software
manager.
|