From 0d3bf12093addd340346bc053f2c8fecf45b30b6 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Mon, 1 Jul 2019 19:56:38 -0400 Subject: Import Debian changes 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. --- debian/control | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 debian/control (limited to 'debian/control') 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 +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. -- cgit v1.2.3