| 12
 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
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 
 | Source: xdg-utils-cxx
Section: libs
Priority: optional
Maintainer: Scarlett Moore <sgmoore@kde.org>
Build-Depends:
 cmake,
 debhelper-compat (= 13),
 pkg-kde-tools,
Standards-Version: 4.6.1
Homepage: https://github.com/azubieta/xdg-utils-cxx
Vcs-Browser: https://salsa.debian.org/qt-kde-team/3rdparty/xdg-utils-cxx
Vcs-Git: https://salsa.debian.org/qt-kde-team/3rdparty/xdg-utils-cxx
Rules-Requires-Root: no
Package: xdg-utils-cxx-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 libxdgutilsbasedir1.0.1 (= ${binary:Version}),
 libxdgutilsdesktopentry1.0.1 (= ${binary:Version}),
 ${misc:Depends},
Breaks:
 xdg-utils-cxx (<< 1.0.1-3~),
Replaces:
 xdg-utils-cxx (<< 1.0.1-3~),
Description: Implementation of the Free Desktop Standards in C++
 This project was started to fulfill the need of a reliable
 implementations of such standards in the AppImage project.
 It is totally standalone and only depends on
 the standard c++ library (stdlib).
 .
 It has been split in different modules according to the
 Free Desktop Standards, the current implemented ones are:
    - Desktop Entry 1.2 (mostly complete)
    - Base Dir 0.7 (draft)
 .
 These are the development files for xdg-utils-cxx Desktop Entry
 and BaseDir components.
Package: libxdgutilsdesktopentry1.0.1
Architecture: any
Multi-Arch: same
Breaks:
 xdg-utils-cxx (<< 1.0.1-3~),
Replaces:
 xdg-utils-cxx (<< 1.0.1-3~),
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: Implementation Desktop Entry in Free Desktop Standards for C++
 This project was started to fulfill the need of a reliable
 implementations of such standards in the AppImage project.
 It is totally standalone and only depends on
 the standard c++ library (stdlib).
 .
 It has been split in different modules according to the
 Free Desktop Standards, the current implemented ones are:
    - Desktop Entry 1.2 (mostly complete)
    - Base Dir 0.7 (draft)
 .
 This is the library files for Desktop Entry.
Package: libxdgutilsbasedir1.0.1
Architecture: any
Multi-Arch: same
Breaks:
 xdg-utils-cxx (<< 1.0.1-3~),
Replaces:
 xdg-utils-cxx (<< 1.0.1-3~),
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: Implementation BaseDir in Free Desktop Standards for C++
 This project was started to fulfill the need of a reliable
 implementations of such standards in the AppImage project.
 It is totally standalone and only depends on
 the standard c++ library (stdlib).
 .
 It has been split in different modules according to the
 Free Desktop Standards, the current implemented ones are:
    - Desktop Entry 1.2 (mostly complete)
    - Base Dir 0.7 (draft)
 .
 This is the library files for BaseDir.
Package: xdg-utils-cxx
Architecture: any
Depends:
 xdg-utils-cxx-dev (= ${binary:Version}),
 ${misc:Depends},
Section: oldlibs
Description: Core libraries for xdg-utils-cxx - transitional
 This is a dummy transitional package which can be removed.
 |