File: control

package info (click to toggle)
libxmlbird 1.2.15-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 308 kB
  • sloc: python: 649; xml: 122; sh: 51; makefile: 14
file content (40 lines) | stat: -rw-r--r-- 1,551 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
33
34
35
36
37
38
39
40
Source: libxmlbird
Priority: optional
Maintainer: Debian Fonts Task Force <debian-fonts@lists.debian.org>
Uploaders: Hideki Yamane <henrich@debian.org>
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
               valac,
               python3-doit (>= 0.30.3),
               libglib2.0-dev,
Standards-Version: 4.7.0
Section: libs
Homepage: https://birdfont.org/xmlbird.php
Vcs-Git: https://salsa.debian.org/fonts-team/libxmlbird.git
Vcs-Browser: https://salsa.debian.org/fonts-team/libxmlbird
Rules-Requires-Root: no

Package: libxmlbird-dev
Section: libdevel
Architecture: any
Depends: libxmlbird1t64 (= ${binary:Version}), ${misc:Depends}
Multi-Arch: same
Description: XML parser written in Vala (development files)
 XML Bird is a library for parsing documents written in the Exensible Markup
 Language (XML). This parser is written in Vala and has support for Vala
 iterators. This makes it possible to loop over all tags and attributes in
 the document using the foreach statement.
 .
 This package contains development files.

Package: libxmlbird1t64
Provides: ${t64:Provides}
Replaces: libxmlbird1
Breaks: libxmlbird1 (<< ${source:Version})
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Description: XML parser written in Vala
 XML Bird is a library for parsing documents written in the Exensible Markup
 Language (XML). This parser is written in Vala and has support for Vala
 iterators. This makes it possible to loop over all tags and attributes in
 the document using the foreach statement.