aboutsummaryrefslogtreecommitdiffstats
path: root/debian/patches
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/patches
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/patches')
-rw-r--r--debian/patches/correct_bash_completion_dir.patch16
-rw-r--r--debian/patches/series1
2 files changed, 17 insertions, 0 deletions
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 <unit193@ubuntu.com>
+
+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