File: control

package info (click to toggle)
dirspec 13.10-1.1
  • links: PTS
  • area: main
  • in suites: sid
  • size: 236 kB
  • sloc: python: 467; makefile: 9; sh: 8
file content (24 lines) | stat: -rw-r--r-- 573 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
Source: dirspec
Section: python
Priority: extra
Build-Depends: 
 dh-python,
 debhelper (>= 7.0.50),
 pep8,
 pyflakes3,
 python3-all,
 python3-setuptools,
 python3-testtools
Maintainer: Micah Anderson <micah@debian.org>
Standards-Version: 3.9.4

Package: python3-dirspec
Architecture: all
Depends: ${misc:Depends},
 ${python3:Depends}
Description: Python User Folders Specification Library
 A library for handling the XDG Base Directory specification, and the
 XDG User Directories for music, videos, etc…
 .
 This package contains the Python 3.x version of the library.