[Pkg-ocaml-maint-commits] [coccinelle] 07/11: New patch:

Eugeniy Meshcheryakov eugen at moszumanska.debian.org
Tue May 26 21:09:08 UTC 2015


This is an automated email from the git hooks/post-receive script.

eugen pushed a commit to branch master
in repository coccinelle.

commit 4f899afb1f6a9b6c8923ec6069f267041949b066
Author: Eugeniy Meshcheryakov <eugen at debian.org>
Date:   Tue May 26 21:23:53 2015 +0200

    New patch:
    
    * New patch:
      - bash-completion-dir.diff - install bash completion files into the new
        location
---
 debian/changelog                        |  5 ++++-
 debian/patches/bash-completion-dir.diff | 11 +++++++++++
 debian/patches/series                   |  1 +
 3 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 529aebe..a20522c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,11 @@ coccinelle (1.0.0.deb-1) unstable; urgency=medium
   * Remove patches:
     - no-parmap-subdir.diff
   * Fix the Vcs-Git control field
+  * New patch:
+    - bash-completion-dir.diff - install bash completion files into the new
+      location
 
- -- Євгеній Мещеряков <eugen at debian.org>  Tue, 26 May 2015 21:06:02 +0200
+ -- Євгеній Мещеряков <eugen at debian.org>  Tue, 26 May 2015 21:23:19 +0200
 
 coccinelle (1.0.0~rc24.deb-4) unstable; urgency=medium
 
diff --git a/debian/patches/bash-completion-dir.diff b/debian/patches/bash-completion-dir.diff
new file mode 100644
index 0000000..939a837
--- /dev/null
+++ b/debian/patches/bash-completion-dir.diff
@@ -0,0 +1,11 @@
+--- a/Makefile.config.in
++++ b/Makefile.config.in
+@@ -112,7 +112,7 @@
+ # Where to install the configuration files
+ SHAREDIR=@SHAREDIR@
+ 
+-BASH_COMPLETION_DIR=${sysconfdir}/bash_completion.d
++BASH_COMPLETION_DIR=${datarootdir}/bash-completion/completions
+ 
+ # selected libraries
+ FEATURE_menhirLib=@FEATURE_menhirLib@
diff --git a/debian/patches/series b/debian/patches/series
index e37dde9..f3e5b64 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 pdf-docs-build.diff
 notparallel-main-makefile.diff
+bash-completion-dir.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/coccinelle.git



More information about the Pkg-ocaml-maint-commits mailing list