libzip 1.7.3-1ok2build1 source package in openKylin

Changelog

libzip (1.7.3-1ok2build1) yangtze; urgency=medium

  * regression testing disabled.

 -- rtlhq <nobelxyz@163.com>  Fri, 18 Nov 2022 13:09:03 +0800

Upload details

Uploaded by:
rtlhq
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
openKylin KDE SIG
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libzip_1.7.3.orig.tar.xz 729.9 KiB a60473ffdb7b4260c08bfa19c2ccea0438edac11193c3afbbb1f17fbcf6c6132
libzip_1.7.3-1ok2build1.debian.tar.xz 5.8 KiB 2c68c961ad7a7a43509cc9a287c026d9ff6073d9ae63bd487cf6e25cef5ddf9a
libzip_1.7.3-1ok2build1.dsc 1.9 KiB 8c748b9e4f6743270b2dd95ae920dbdf3cf586782c296d0987c0c2d9bfd9b1f8

Available diffs

View changes file

Binary packages built by this source

libzip-dev: library for reading, creating, and modifying zip archives (development)

 libzip is a C library for reading, creating, and modifying zip archives. Files
 can be added from data buffers, files, or compressed data copied directly from
 other zip archives. Changes made without closing the archive can be reverted.
 .
 This package contains the static libraries and headers for developing
 applications that use the libzip library API.

libzip4: library for reading, creating, and modifying zip archives (runtime)

 libzip is a C library for reading, creating, and modifying zip archives. Files
 can be added from data buffers, files, or compressed data copied directly from
 other zip archives. Changes made without closing the archive can be reverted.
 .
 This package contains the files necessary for running applications that
 use the libzip library.

libzip4-dbgsym: debug symbols for libzip4
zipcmp: compare contents of zip archives

 zipcmp compares two zip archives and checks if they contain the same files,
 comparing their names, uncompressed sizes, and CRCs. File order and compressed
 size differences are ignored.

zipcmp-dbgsym: debug symbols for zipcmp
zipmerge: merge zip archives

 zipmerge merges a source zip archives into a target zip archive.
 By default, files in the source zip archives overwrite existing files of the
 same name in the target zip archive.

zipmerge-dbgsym: debug symbols for zipmerge
ziptool: modify zip archives

 ziptool is a utility for working with zip archives. It can modify
 details of zip archives according to the commands given, including
 timestamps and other metadata about the included files.

ziptool-dbgsym: debug symbols for ziptool