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

5
debian/changelog vendored Normal file
View file

@ -0,0 +1,5 @@
xdg-base-dirs (6.0.2-1) unstable; urgency=low
* Initial upload to sid, needed for posting.
-- Daniel Baumann <daniel@debian.org> Sun, 04 May 2025 22:44:02 +0200

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.

25
debian/copyright vendored Normal file
View file

@ -0,0 +1,25 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: xdg-base-dirs
Upstream-Contact: https://github.com/srstevenson/xdg-base-dirs/issues
Source: https://github.com/srstevenson/xdg-base-dirs/tags
Files: *
Copyright: 2016-2025 Scott Stevenson <scott@stevenson.io>
License: ISC
Files: debian/*
Copyright: 2025 Daniel Baumann <daniel@debian.org>
License: ISC
License: ISC
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.

9
debian/rules vendored Executable file
View file

@ -0,0 +1,9 @@
#!/usr/bin/make -f
export PYBUILD_NAME=xdg-base-dirs
%:
dh ${@} --buildsystem=pybuild
override_dh_auto_test:
# disabled

1
debian/source/format vendored Normal file
View file

@ -0,0 +1 @@
3.0 (quilt)

2
debian/watch vendored Normal file
View file

@ -0,0 +1,2 @@
version=4
https://github.com/srstevenson/xdg-base-dirs/tags .*/v?(\d.*)@ARCHIVE_EXT@