From 217c758ad035d7dbf5bdceedb979005b81cfe864 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Fri, 9 Mar 2018 12:20:00 +0100 Subject: [PATCH] Bash config: debian packaging --- shells/bashrc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/shells/bashrc b/shells/bashrc index 961adf5..3568830 100644 --- a/shells/bashrc +++ b/shells/bashrc @@ -73,6 +73,15 @@ alias pkgremove='sudo pacman -R' alias pkginfo='sudo pacman -Si' alias pkgclean='sudo pacman -Sc' +# debian packaging +# quilt +alias dquilt="quilt --quiltrc={$HOME}/.quiltrc-dpkg" +complete -F _quilt_completion $_quilt_complete_opt dquilt +# Variables +DEBUILD_DPKG_BUILDPACKAGE_OPTS="-i -I -us -uc" +DEBUILD_LINTIAN_OPTS="-i -I --show-overrides" +DEBSIGN_KEYID="9FE01C39F74551D434116394CADE6F0C09F21B09" + # make neovim the default alias vim='nvim'