File: control

package info (click to toggle)
dbus-deviation 0.6.0-2
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 548 kB
  • sloc: python: 2,833; sh: 26; makefile: 4
file content (35 lines) | stat: -rw-r--r-- 1,046 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
Source: dbus-deviation
Section: python
Priority: optional
Maintainer: Andrej Shadura <andrewsh@debian.org>
Build-Depends:
 debhelper-compat (= 12),
 dh-python,
 python3-all,
 python3-lxml,
 python3-requests,
 python3-setuptools,
 python3-setuptools-git,
 python3-sphinx
Standards-Version: 4.5.0
Homepage: https://tecnocode.co.uk/dbus-deviation

Package: python3-dbusdeviation
Architecture: any
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends}
Provides:
 python3-dbusapi
Conflicts: python-dbusdeviation
Description: parse D-Bus introspection XML and process it in various ways
 dbus-deviation is a project for parsing D-Bus introspection XML and
 processing it in various ways. Its main tool is dbus-interface-diff,
 which calculates the difference between two D-Bus APIs for the purpose
 of checking for API breaks.
 .
 This functionality is also available as a Python module, dbusdeviation.
 .
 A second Python module, dbusapi, is provided for parsing D-Bus
 introspection XML to produce an AST representing a D-Bus interface.