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/patches/correct_bash_completion_dir.patch | 16 ++++++++++++++++ debian/patches/series | 1 + 2 files changed, 17 insertions(+) create mode 100644 debian/patches/correct_bash_completion_dir.patch create mode 100644 debian/patches/series (limited to 'debian/patches') diff --git a/debian/patches/correct_bash_completion_dir.patch b/debian/patches/correct_bash_completion_dir.patch new file mode 100644 index 0000000..debbe51 --- /dev/null +++ b/debian/patches/correct_bash_completion_dir.patch @@ -0,0 +1,16 @@ +Description: Put bash completions in /usr/share/bash-completion/completions/ +Author: Unit 193 + +Last-Update: 2019-06-17 + +--- gallery-dl-1.8.6.orig/setup.py ++++ gallery-dl-1.8.6/setup.py +@@ -81,7 +81,7 @@ else: + data_files = [ + (path, [f for f in files if check_file(f)]) + for (path, files) in [ +- ('etc/bash_completion.d', ['gallery-dl.bash_completion']), ++ ('share/bash-completion/completions', ['gallery-dl.bash_completion']), + ('share/man/man1' , ['gallery-dl.1']), + ('share/man/man5' , ['gallery-dl.conf.5']), + ] diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..2d6bfbf --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +correct_bash_completion_dir.patch -- cgit v1.2.3