Hi,

the attached patch fixes the problem.  I'll do a 5-day-delay NMU.

Kind regards

       Andreas.

-- 
http://fam-tille.de
diff -Nru bash-completion-2.1/debian/changelog bash-completion-2.1/debian/changelog
--- bash-completion-2.1/debian/changelog	2015-05-06 20:32:11.000000000 +0200
+++ bash-completion-2.1/debian/changelog	2015-08-18 21:48:18.000000000 +0200
@@ -1,3 +1,11 @@
+bash-completion (1:2.1-4.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * fix location of bash-completion files
+    Closes: #668254
+
+ -- Andreas Tille <ti...@debian.org>  Tue, 18 Aug 2015 21:47:32 +0200
+
 bash-completion (1:2.1-4.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru bash-completion-2.1/debian/extra/debhelper/dh_bash-completion bash-completion-2.1/debian/extra/debhelper/dh_bash-completion
--- bash-completion-2.1/debian/extra/debhelper/dh_bash-completion	2014-03-22 21:57:44.000000000 +0100
+++ bash-completion-2.1/debian/extra/debhelper/dh_bash-completion	2015-08-18 21:47:29.000000000 +0200
@@ -42,7 +42,7 @@
 	next if is_udeb($package);
 
 	my $tmp = tmpdir($package);
-	my $bc_dir = "$tmp/etc/bash_completion.d";
+	my $bc_dir = "$tmp/usr/share/bash-completion/completions";
 	my $completions = pkgfile($package,"bash-completion");
 
 	my @install;
_______________________________________________
Bash-completion-devel mailing list
Bash-completion-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/bash-completion-devel

Reply via email to