summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control18
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..2fce217
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,18 @@
+Source: gallery-dl
+Maintainer: Unit 193 <unit193@ubuntu.com>
+Section: web
+Priority: optional
+Build-Depends: dh-python, python3-setuptools, python3-all, debhelper-compat (= 12)
+Standards-Version: 4.3.0
+Homepage: https://github.com/mikf/gallery-dl
+Vcs-Browser: https://git.unit193.net/cgit/users/unit193/gallery-dl.git
+Vcs-Git: https://git.unit193.net/cgit/users/unit193/gallery-dl.git
+
+Package: gallery-dl
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Suggests: ffmpeg, youtube-dl
+Description: command-line program to download image galleries
+ gallery-dl is a command-line program to download image-galleries and
+ -collections from several image hosting sites. It is a cross-platform
+ tool with many configuration options and powerful filenaming capabilities.