1
0
Fork 0

Adding debian version 6.0.2-1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-04 22:49:50 +02:00
parent 77c49e5821
commit 92aff3ece6
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
6 changed files with 68 additions and 0 deletions

26
debian/control vendored Normal file
View file

@ -0,0 +1,26 @@
Source: xdg-base-dirs
Section: python
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-poetry-core,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/srstevenson/xdg-base-dirs
Vcs-Browser: https://forgejo.debian.net/posting/xdg-base-dirs
Vcs-Git: https://forgejo.debian.net/posting/xdg-base-dirs
Package: python3-xdg-base-dirs
Section: python
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: accessing XDG Base Directory paths (Python module)
xdg-base-dirs is a Python module that provides functions to return paths to the
directories defined by the XDG Base Directory Specification, simplifying
handling of user cache, configuration, and data files.