[license-reconcile] 01/01: Added bash completion file
Nicholas Bamber
periapt at moszumanska.debian.org
Wed Nov 11 22:49:19 UTC 2015
This is an automated email from the git hooks/post-receive script.
periapt pushed a commit to branch master
in repository license-reconcile.
commit 4b326330883186055de080e92c950b7aa72a25f8
Author: Nicholas Bamber <nicholas at periapt.co.uk>
Date: Wed Nov 11 22:49:09 2015 +0000
Added bash completion file
---
debian/changelog | 1 +
debian/control | 3 ++-
debian/rules | 2 +-
3 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 7445ccc..9a36cc6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ license-reconcile (0.9) UNRELEASED; urgency=medium
* Code reviewed: bin/license-reconcile [in progress]
* Allow file aguments to restrict activity to stated files
+ * Added bash completion file
-- Nicholas Bamber <nicholas at periapt.co.uk> Sat, 07 Nov 2015 23:55:16 +0000
diff --git a/debian/control b/debian/control
index 9cf457a..e2100f7 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,8 @@ Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9),
libmodule-build-perl,
- perl (>= 5.18)
+ perl (>= 5.18),
+ bash-completion
Build-Depends-Indep: devscripts (>= 2.15.9~),
libclass-xsaccessor-perl,
libconfig-any-perl,
diff --git a/debian/rules b/debian/rules
index 2d33f6a..18c1c50 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,4 @@
#!/usr/bin/make -f
%:
- dh $@
+ dh $@ --with bash-completion
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/license-reconcile.git
More information about the Pkg-perl-cvs-commits
mailing list