summaryrefslogtreecommitdiffstats
path: root/debian/control.in
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:01:43 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:01:43 +0000
commit85904232867deac02e3288eabd34f85f3f0ce93a (patch)
tree80eb794f49761cda356aaebc02404327c59cc026 /debian/control.in
parentAdding upstream version 0.18. (diff)
downloadxdg-user-dirs-85904232867deac02e3288eabd34f85f3f0ce93a.tar.xz
xdg-user-dirs-85904232867deac02e3288eabd34f85f3f0ce93a.zip
Adding debian version 0.18-1.debian/0.18-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control.in')
-rw-r--r--debian/control.in31
1 files changed, 31 insertions, 0 deletions
diff --git a/debian/control.in b/debian/control.in
new file mode 100644
index 0000000..2c3a23c
--- /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 (= 13),
+ docbook-xml,
+ docbook-xsl,
+ gnome-pkg-tools (>= 0.19.8),
+ xsltproc
+Standards-Version: 4.6.1
+Vcs-Browser: https://salsa.debian.org/gnome-team/xdg-user-dirs
+Vcs-Git: https://salsa.debian.org/gnome-team/xdg-user-dirs.git
+Homepage: https://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.