File: control

package info (click to toggle)
libxdg-basedir 1.2.3-0.1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 416 kB
  • sloc: ansic: 702; sh: 278; makefile: 66
file content (42 lines) | stat: -rw-r--r-- 1,456 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
41
42
Source: libxdg-basedir
Maintainer: Mark Nevill <mark.nevill@gmail.com>
Uploaders:
 Miriam Ruiz <miriam@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 doxygen,
Standards-Version: 4.7.3
Section: libs
Vcs-Browser: https://salsa.debian.org/debian/libxdg-basedir
Vcs-Git: https://salsa.debian.org/debian/libxdg-basedir.git
Homepage: http://nevill.ch/libxdg-basedir

Package: libxdg-basedir-dev
Section: libdevel
Architecture: any
Depends:
 libxdg-basedir1 (= ${binary:Version}),
 ${misc:Depends},
Description: Implementation of the XDG Base Directory Specifications (development files)
 The XDG Base Directory Specification defines where should user files be
 looked for by defining one or more base directories relative in with they
 should be located.
 .
 This library implements functions to list the directories according to the
 specification and provides a few higher-level functions.
 .
 This package contains the library headers and documentation for developers.

Package: libxdg-basedir1
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: Implementation of the XDG Base Directory Specifications
 The XDG Base Directory Specification defines where should user files be
 looked for by defining one or more base directories relative in with they
 should be located.
 .
 This library implements functions to list the directories according to the
 specification and provides a few higher-level functions.