@@ -22,8 +22,8 @@ Multi-Arch: same
22
22
Depends: ${misc:Depends},
23
23
${shlibs:Depends}
24
24
Pre-Depends: ${misc:Pre-Depends}
25
- Conflicts: libzim0, libzim0v5, libzim2, libzim4, libzim5
26
- Replaces: libzim0, libzim0v5, libzim2, libzim4, libzim5
25
+ Conflicts: libzim0, libzim0v5, libzim2, libzim4, libzim5, libzim6, libzim7, libzim8
26
+ Replaces: libzim0, libzim0v5, libzim2, libzim4, libzim5, libzim6, libzim7, libzim8
27
27
Description: library implementation of ZIM specifications
28
28
ZIM (Zeno IMproved) is an open file format for storing the contents of
29
29
wiki for offline usage. This file format is primarily focused on
@@ -34,14 +34,14 @@ Description: library implementation of ZIM specifications
34
34
implements the read and write method for ZIM files.
35
35
.
36
36
ZIM is a file format created with focus on extracting and encoding data
37
- from Mediawiki for offline use.
37
+ from MediaWiki for offline use.
38
38
.
39
39
Features of libzim are:
40
40
* Native, coded in C++
41
41
* Extremely fast
42
42
* Minimal footprint
43
43
* Minimal dependencies
44
- * Portable on most OS (Windows, Linux, Mac OS X )
44
+ * Portable on most OS (Windows, Linux, iOS, MacOS, Android, ... )
45
45
46
46
Package: libzim-dev
47
47
Section: libdevel
@@ -62,6 +62,6 @@ Description: library implementation of ZIM specifications (development)
62
62
implements the read and write method for ZIM files.
63
63
.
64
64
ZIM is a file format created with focus on extracting and encoding data
65
- from Mediawiki for offline use.
65
+ from MediaWiki for offline use.
66
66
.
67
67
This package contains development files.
0 commit comments