[Bash-completion-commits] [SCM] debian-package branch, master, updated. upstream/1.0-14-ge80dfa6

David Paleino d.paleino at gmail.com
Sat May 30 08:55:19 UTC 2009


The following commit has been merged in the master branch:
commit e80dfa68bb141c23e45c384e6483f2edd6e48270
Author: David Paleino <d.paleino at gmail.com>
Date:   Sat May 30 10:54:10 2009 +0200

    debian/extra/bash-completion.pm added, thanks to Ryan Niebur (Closes: #530598)

diff --git a/debian/changelog b/debian/changelog
index 6d78887..3564c62 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
 bash-completion (1:1.0-3) UNRELEASED; urgency=low
 
-  * Test commit
+  * debian/extra/bash-completion.pm added, thanks to Ryan Niebur
+    (Closes: #530598)
 
- -- David Paleino <d.paleino at gmail.com>  Fri, 10 Apr 2009 13:26:34 +0200
+ -- David Paleino <d.paleino at gmail.com>  Sat, 30 May 2009 10:52:43 +0200
 
 bash-completion (1:1.0-2) unstable; urgency=low
 
diff --git a/debian/dirs b/debian/dirs
index ea51232..ce73da0 100644
--- a/debian/dirs
+++ b/debian/dirs
@@ -2,3 +2,4 @@ etc/bash_completion.d
 usr/bin
 usr/share/doc/bash
 usr/share/doc/bash-completion
+usr/share/perl5/Debian/Debhelper/Sequence/
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 c5aaf2a..0aa8295 100644
--- a/debian/install
+++ b/debian/install
@@ -1,3 +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-package



More information about the Bash-completion-commits mailing list