File: control

package info (click to toggle)
libuninameslist 20160701-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,252 kB
  • ctags: 365
  • sloc: ansic: 84,390; sh: 2,914; makefile: 40
file content (32 lines) | stat: -rw-r--r-- 1,367 bytes parent folder | download
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
Source: libuninameslist
Priority: optional
Maintainer: Debian Fonts Task Force <pkg-fonts-devel@lists.alioth.debian.org>
Uploaders: Hideki Yamane <henrich@debian.org>
Build-Depends: debhelper (>= 10),
Standards-Version: 3.9.8
Section: libs
Homepage: https://github.com/fontforge/libuninameslist
Vcs-Git: https://anonscm.debian.org/git/pkg-fonts/libuninameslist.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-fonts/libuninameslist.git/

Package: libuninameslist-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libuninameslist1 (= ${binary:Version})
Description: library of Unicode annotation data (development files)
 The library contains a large array with one entry for each unicode code
 point (U+0000 - U+10FFFF). Each entry contains two strings, a name and
 an annotation. The library also contains a list of all the Unicode blocks.
 .
 This package contains the runtime library's development files.

Package: libuninameslist1
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: library of Unicode annotation data
 The library contains a large array with one entry for each unicode code
 point (U+0000 - U+10FFFF). Each entry contains two strings, a name and
 an annotation. The library also contains a list of all the Unicode blocks.
 .
 This package contains the runtime library.