diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 13:40:31 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 13:40:31 +0000 |
commit | de68c8455aba8cfa34b996af2a2988b09ff570d8 (patch) | |
tree | 718d654a2937e5d83bb9c01cae27c95ea6f9f2b4 /debian/control | |
parent | Adding upstream version 0.17. (diff) | |
download | xdg-user-dirs-de68c8455aba8cfa34b996af2a2988b09ff570d8.tar.xz xdg-user-dirs-de68c8455aba8cfa34b996af2a2988b09ff570d8.zip |
Adding debian version 0.17-2.debian/0.17-2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/control | 35 | ||||
-rw-r--r-- | debian/control.in | 31 |
2 files changed, 66 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..53ac59b --- /dev/null +++ b/debian/control @@ -0,0 +1,35 @@ +# This file is autogenerated. DO NOT EDIT! +# +# Modifications should be made to debian/control.in instead. +# This file is regenerated automatically in the clean target. +Source: xdg-user-dirs +Section: utils +Priority: optional +Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org> +Uploaders: Iain Lane <laney@debian.org>, Jeremy Bicha <jbicha@debian.org>, Jordi Mallach <jordi@debian.org>, Matthias Klumpp <mak@debian.org>, Michael Biebl <biebl@debian.org>, Sebastian Dröge <slomo@debian.org> +Build-Depends: debhelper-compat (= 12), + docbook-xml, + docbook-xsl, + gnome-pkg-tools (>= 0.19.8), + xsltproc +Standards-Version: 4.3.0 +Vcs-Browser: https://salsa.debian.org/gnome-team/xdg-user-dirs +Vcs-Git: https://salsa.debian.org/gnome-team/xdg-user-dirs.git +Homepage: http://www.freedesktop.org/wiki/Software/xdg-user-dirs + +Package: xdg-user-dirs +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends} +Multi-Arch: foreign +Description: tool to manage well known user directories + xdg-user-dirs is a tool to help manage "well known" user directories + like the desktop folder and the music folder. It also handles + localization (i.e. translation) of the filenames. + . + The way it works is that xdg-user-dirs-update is run very early in the + login phase. This program reads a configuration file, and a set of + default directories. It then creates localized versions of these + directories in the users home directory and sets up a config file in + $(XDG_CONFIG_HOME)/user-dirs.dirs (XDG_CONFIG_HOME defaults to + ~/.config) that applications can read to find these directories. diff --git a/debian/control.in b/debian/control.in new file mode 100644 index 0000000..f0c31cd --- /dev/null +++ b/debian/control.in @@ -0,0 +1,31 @@ +Source: xdg-user-dirs +Section: utils +Priority: optional +Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org> +Uploaders: @GNOME_TEAM@ +Build-Depends: debhelper-compat (= 12), + docbook-xml, + docbook-xsl, + gnome-pkg-tools (>= 0.19.8), + xsltproc +Standards-Version: 4.3.0 +Vcs-Browser: https://salsa.debian.org/gnome-team/xdg-user-dirs +Vcs-Git: https://salsa.debian.org/gnome-team/xdg-user-dirs.git +Homepage: http://www.freedesktop.org/wiki/Software/xdg-user-dirs + +Package: xdg-user-dirs +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends} +Multi-Arch: foreign +Description: tool to manage well known user directories + xdg-user-dirs is a tool to help manage "well known" user directories + like the desktop folder and the music folder. It also handles + localization (i.e. translation) of the filenames. + . + The way it works is that xdg-user-dirs-update is run very early in the + login phase. This program reads a configuration file, and a set of + default directories. It then creates localized versions of these + directories in the users home directory and sets up a config file in + $(XDG_CONFIG_HOME)/user-dirs.dirs (XDG_CONFIG_HOME defaults to + ~/.config) that applications can read to find these directories. |