[Bash-completion-devel] Bug#535105: bash-completion: debhelper sequence installed to wrong place

Ryan Niebur ryanryan52 at gmail.com
Sun Aug 2 07:39:10 UTC 2009


attached is a real patch. could you please apply it?

-- 
_________________________
Ryan Niebur
ryanryan52 at gmail.com
-------------- next part --------------
diff --git a/debian/extra/bash-completion.pm b/debian/extra/bash-completion.pm
deleted file mode 100644
index 23c74ff..0000000
--- a/debian/extra/bash-completion.pm
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/perl
-use warnings;
-use strict;
-use Debian::Debhelper::Dh_Lib;
-
-insert_after("dh_installman", "dh_bash-completion");
-
-1;
diff --git a/debian/extra/bash_completion.pm b/debian/extra/bash_completion.pm
new file mode 100644
index 0000000..23c74ff
--- /dev/null
+++ b/debian/extra/bash_completion.pm
@@ -0,0 +1,8 @@
+#!/usr/bin/perl
+use warnings;
+use strict;
+use Debian::Debhelper::Dh_Lib;
+
+insert_after("dh_installman", "dh_bash-completion");
+
+1;
diff --git a/debian/install b/debian/install
index 0aa8295..d2ba730 100644
--- a/debian/install
+++ b/debian/install
@@ -1,4 +1,4 @@
 bash_completion			/etc/
 contrib/*						/etc/bash_completion.d/
 debian/extra/dh_bash-completion	/usr/bin/
-debian/extra/bash-completion.pm	/usr/share/perl5/Debian/Debhelper/Sequence/
+debian/extra/bash_completion.pm	/usr/share/perl5/Debian/Debhelper/Sequence/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/bash-completion-devel/attachments/20090802/83361245/attachment-0001.pgp>


More information about the Bash-completion-devel mailing list