Skip to content

Commit

Permalink
Merge pull request #906 from openzim/debian-package-version
Browse files Browse the repository at this point in the history
Update deb package control file
  • Loading branch information
kelson42 authored Aug 3, 2024
2 parents 3d7a97b + 065777f commit f1ea1dd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Conflicts: libzim0, libzim0v5, libzim2, libzim4, libzim5
Replaces: libzim0, libzim0v5, libzim2, libzim4, libzim5
Conflicts: libzim0, libzim0v5, libzim2, libzim4, libzim5, libzim6, libzim7, libzim8
Replaces: libzim0, libzim0v5, libzim2, libzim4, libzim5, libzim6, libzim7, libzim8
Description: library implementation of ZIM specifications
ZIM (Zeno IMproved) is an open file format for storing the contents of
wiki for offline usage. This file format is primarily focused on
Expand All @@ -34,14 +34,14 @@ Description: library implementation of ZIM specifications
implements the read and write method for ZIM files.
.
ZIM is a file format created with focus on extracting and encoding data
from Mediawiki for offline use.
from MediaWiki for offline use.
.
Features of libzim are:
* Native, coded in C++
* Extremely fast
* Minimal footprint
* Minimal dependencies
* Portable on most OS (Windows, Linux, Mac OS X)
* Portable on most OS (Windows, Linux, iOS, MacOS, Android, ...)

Package: libzim-dev
Section: libdevel
Expand All @@ -62,6 +62,6 @@ Description: library implementation of ZIM specifications (development)
implements the read and write method for ZIM files.
.
ZIM is a file format created with focus on extracting and encoding data
from Mediawiki for offline use.
from MediaWiki for offline use.
.
This package contains development files.

0 comments on commit f1ea1dd

Please sign in to comment.