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

guillem pushed a commit to branch main
in repository dpkg.

View the commit online:
https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=f604378c7f86f4bd5d91ff8ccf69200f6e82d951

commit f604378c7f86f4bd5d91ff8ccf69200f6e82d951
Author: Guillem Jover <guil...@debian.org>
AuthorDate: Tue Feb 1 23:59:49 2022 +0100

    build: Move zsh completion under a subdirectory
    
    Organize this to allow for other shell completion implementations, such
    as bash.
---
 scripts/Makefile.am                               | 2 +-
 scripts/{ => completion}/zsh/_dpkg-parsechangelog | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index 9d5fb4867..20f744ff4 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -50,7 +50,7 @@ EXTRA_DIST = \
        # EOL
 
 dist_zshcompletions_DATA = \
-       zsh/_dpkg-parsechangelog \
+       completion/zsh/_dpkg-parsechangelog \
        # EOL
 
 CLEANFILES = \
diff --git a/scripts/zsh/_dpkg-parsechangelog 
b/scripts/completion/zsh/_dpkg-parsechangelog
similarity index 100%
rename from scripts/zsh/_dpkg-parsechangelog
rename to scripts/completion/zsh/_dpkg-parsechangelog

-- 
Dpkg.Org's dpkg

Reply via email to