From 92aff3ece669f7855355a75b5186f7e463b3a770 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 4 May 2025 22:49:50 +0200 Subject: [PATCH] Adding debian version 6.0.2-1. Signed-off-by: Daniel Baumann --- debian/changelog | 5 +++++ debian/control | 26 ++++++++++++++++++++++++++ debian/copyright | 25 +++++++++++++++++++++++++ debian/rules | 9 +++++++++ debian/source/format | 1 + debian/watch | 2 ++ 6 files changed, 68 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/control create mode 100644 debian/copyright create mode 100755 debian/rules create mode 100644 debian/source/format create mode 100644 debian/watch diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..4232ecd --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +xdg-base-dirs (6.0.2-1) unstable; urgency=low + + * Initial upload to sid, needed for posting. + + -- Daniel Baumann Sun, 04 May 2025 22:44:02 +0200 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..f23ad11 --- /dev/null +++ b/debian/control @@ -0,0 +1,26 @@ +Source: xdg-base-dirs +Section: python +Priority: optional +Maintainer: Daniel Baumann +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. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..98f314d --- /dev/null +++ b/debian/copyright @@ -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 +License: ISC + +Files: debian/* +Copyright: 2025 Daniel Baumann +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. diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..1b49b9d --- /dev/null +++ b/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f + +export PYBUILD_NAME=xdg-base-dirs + +%: + dh ${@} --buildsystem=pybuild + +override_dh_auto_test: + # disabled diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..02ac902 --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=4 +https://github.com/srstevenson/xdg-base-dirs/tags .*/v?(\d.*)@ARCHIVE_EXT@