aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2019-07-01 19:56:38 -0400
committerLibravatarUnit 193 <unit193@ubuntu.com>2019-07-02 04:33:46 -0400
commit0d3bf12093addd340346bc053f2c8fecf45b30b6 (patch)
tree2b494f8d39077684c026f74e90c245e743a6fa7b /debian/control
parent195c45911e79c33cf0bb986721365fb06df5a153 (diff)
Import Debian changes 1.8.7-0vanir1debian/1.8.7-0vanir1
gallery-dl (1.8.7-0vanir1) unstable; urgency=medium * New upstream release. * d/control: Add ffmpeg and youtube-dl to suggests. gallery-dl (1.8.6-0vanir1) unstable; urgency=medium * Initial release.
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.