File: control

package info (click to toggle)
libxdg-basedir 1.2.0-2.4
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 1,740 kB
  • sloc: sh: 11,285; ansic: 695; makefile: 66
file content (41 lines) | stat: -rw-r--r-- 1,355 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
Source: libxdg-basedir
Priority: optional
Maintainer: Mark Nevill <mark.nevill@gmail.com>
Uploaders:
 Miriam Ruiz <miriam@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 doxygen,
Standards-Version: 4.7.2
Section: libs
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.