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 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246
|
Source: libzypp
Section: libs
Maintainer: RPM packaging team <team+pkg-rpm@tracker.debian.org>
Uploaders: Luca Boccassi <bluca@debian.org>,
Mike Gabriel <sunweaver@debian.org>,
Standards-Version: 4.7.3
Build-Depends: asciidoctor,
debhelper-compat (= 13),
dh-exec,
dh-package-notes,
cmake,
pkgconf,
librpm-dev,
rpm,
libboost-dev,
libboost-program-options-dev,
libboost-test-dev,
libboost-thread-dev,
libfcgi-dev,
libglib2.0-dev,
libgpgme-dev,
libsigc++-2.0-dev,
libssl-dev,
libyaml-cpp-dev,
doxygen <!nodoc>,
ruby,
libcurl4-openssl-dev,
libudev-dev,
libxml2-dev,
libsolv-dev (>= 0.7.24),
libsolv-tools,
libexpat-dev,
libpopt-dev,
libproxy-dev,
graphviz <!nodoc>,
gnupg2,
dejagnu,
nginx,
squid,
vsftpd,
Homepage: https://github.com/openSUSE/libzypp
Vcs-Git: https://salsa.debian.org/pkg-rpm-team/libzypp.git
Vcs-Browser: https://salsa.debian.org/pkg-rpm-team/libzypp
Package: libzypp1735
Architecture: any
Multi-Arch: same
Pre-Depends:
${misc:Pre-Depends},
Depends:
${shlibs:Depends},
${misc:Depends},
rpm,
gnupg | gnupg2,
libsolv-tools,
Recommends:
libproxy1v5,
libzypp-common (>= ${source:Version}),
libzypp-config (>= ${source:Version}),
libzypp-bin (>= ${source:Version}),
logrotate,
lsof,
Suggests:
libzypp-doc (>= ${source:Version}),
Breaks:
libzypp (<< 17.22),
zypper (<< 1.14),
Replaces:
libzypp (<< 17.22),
Description: openSUSE/SLES package management system (library)
libzypp is the package management library that powers applications like
YaST, zypper and the openSUSE/SLE implementation of PackageKit.
.
libzypp provides all the functionality for a package manager:
.
- an API for package repository management, supporting most common
repository metadata formats and signed repositories
- an API for solving packages, products, patterns and patches (installation,
removal, update and distribution upgrade operations) dependencies, with
additional features like locking
- an API for comitting the transaction to the system over a rpm target;
supporting deltarpm calculation, media changing and installation order
calculation
- an API for browsing available and installed software, with some facilities
for programs with an user interface
- a suite of maintained solving testcases representing common and uncommon
operations on Linux software management
.
This package contains the main shared library for the zypper package
management system.
Package: libzypp-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librpm-dev (>= 4.4),
libboost-dev,
libboost-program-options-dev,
libboost-test-dev,
libboost-thread-dev,
libgpgme-dev,
libssl-dev,
libcurl4-openssl-dev (>= 7.19.4),
libudev-dev,
libxml2-dev,
libsolv-dev (>= 0.7.16-2~),
libexpat-dev,
libpopt-dev,
libproxy-dev,
libzypp1735 (= ${binary:Version}),
Description: openSUSE/SLES package management system library (development files)
libzypp is the package management library that powers applications like
YaST, zypper and the openSUSE/SLE implementation of PackageKit.
.
libzypp provides all the functionality for a package manager:
.
- an API for package repository management, supporting most common
repository metadata formats and signed repositories
- an API for solving packages, products, patterns and patches (installation,
removal, update and distribution upgrade operations) dependencies, with
additional features like locking
- an API for comitting the transaction to the system over a rpm target;
supporting deltarpm calculation, media changing and installation order
calculation
- an API for browsing available and installed software, with some facilities
for programs with an user interface
- a suite of maintained solving testcases representing common and uncommon
operations on Linux software management
.
This package contains the development files for the libzypp library.
Package: libzypp-common
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Description: openSUSE/SLES package management system library (common files)
libzypp is the package management library that powers applications like
YaST, zypper and the openSUSE/SLE implementation of PackageKit.
.
libzypp provides all the functionality for a package manager:
.
- an API for package repository management, supporting most common
repository metadata formats and signed repositories
- an API for solving packages, products, patterns and patches (installation,
removal, update and distribution upgrade operations) dependencies, with
additional features like locking
- an API for comitting the transaction to the system over a rpm target;
supporting deltarpm calculation, media changing and installation order
calculation
- an API for browsing available and installed software, with some facilities
for programs with an user interface
- a suite of maintained solving testcases representing common and uncommon
operations on Linux software management
.
This package contains the architecture-independent files for the libzypp
library.
Package: libzypp-bin
Architecture: any
Multi-Arch: foreign
Depends:
${shlibs:Depends},
${misc:Depends},
libzypp-config (>= ${source:Version}),
Description: openSUSE/SLES package management system library (library tools)
libzypp is the package management library that powers applications like
YaST, zypper and the openSUSE/SLE implementation of PackageKit.
.
libzypp provides all the functionality for a package manager:
.
- an API for package repository management, supporting most common
repository metadata formats and signed repositories
- an API for solving packages, products, patterns and patches (installation,
removal, update and distribution upgrade operations) dependencies, with
additional features like locking
- an API for comitting the transaction to the system over a rpm target;
supporting deltarpm calculation, media changing and installation order
calculation
- an API for browsing available and installed software, with some facilities
for programs with an user interface
- a suite of maintained solving testcases representing common and uncommon
operations on Linux software management
.
This package contains command line tools shipped with the libzypp library.
Package: libzypp-config
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
libzypp-common (>= ${source:Version}),
Description: openSUSE/SLES package management system library (configuration)
libzypp is the package management library that powers applications like
YaST, zypper and the openSUSE/SLE implementation of PackageKit.
.
libzypp provides all the functionality for a package manager:
.
- an API for package repository management, supporting most common
repository metadata formats and signed repositories
- an API for solving packages, products, patterns and patches (installation,
removal, update and distribution upgrade operations) dependencies, with
additional features like locking
- an API for comitting the transaction to the system over a rpm target;
supporting deltarpm calculation, media changing and installation order
calculation
- an API for browsing available and installed software, with some facilities
for programs with an user interface
- a suite of maintained solving testcases representing common and uncommon
operations on Linux software management
.
This package ships the configuration files for the libzypp library.
Package: libzypp-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Build-Profiles: <!nodoc>
Depends:
${misc:Depends},
libjs-jquery,
Suggests:
libzypp1735,
libzypp-dev,
Description: openSUSE/SLES package management system library (documentation)
libzypp is the package management library that powers applications like
YaST, zypper and the openSUSE/SLE implementation of PackageKit.
.
libzypp provides all the functionality for a package manager:
.
- an API for package repository management, supporting most common
repository metadata formats and signed repositories
- an API for solving packages, products, patterns and patches (installation,
removal, update and distribution upgrade operations) dependencies, with
additional features like locking
- an API for comitting the transaction to the system over a rpm target;
supporting deltarpm calculation, media changing and installation order
calculation
- an API for browsing available and installed software, with some facilities
for programs with an user interface
- a suite of maintained solving testcases representing common and uncommon
operations on Linux software management
.
This package contains the API documentation of the libzypp library.
|