File: control

package info (click to toggle)
libxdg-basedir 1.2.0-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 1,744 kB
  • ctags: 282
  • sloc: sh: 11,285; ansic: 695; makefile: 66
file content (45 lines) | stat: -rw-r--r-- 1,820 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
43
44
45
Source: libxdg-basedir
Priority: optional
Maintainer: Mark Nevill <mark.nevill@gmail.com>
Uploaders: Miriam Ruiz <miriam@debian.org>
Build-Depends: cdbs, debhelper (>= 7), dh-buildinfo, dh-autoreconf, doxygen
Standards-Version: 3.9.5
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
Depends: ${shlibs:Depends}, ${misc: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.

Package: libxdg-basedir1-dbg
Section: debug
Priority: extra
Architecture: any
Depends: libxdg-basedir1 (= ${binary:Version}), ${misc:Depends}
Description: Implementation of the XDG Base Directory Specifications (debugging symbols)
 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 package contains the debugging symbols for the library.