summaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-12-22 12:42:02 +0000
committerSean Whitton <spwhitton@spwhitton.name>2023-12-22 12:43:12 +0000
commitaaeb34742b0e9f2b6fed106240aa9e8de7cb72ac (patch)
tree9a6bb88505a8ca177efacebab16bcaf0c12df7dc /.emacs.d
parentec7d38cff42cc793df024bccc626e69160021909 (diff)
downloaddotfiles-aaeb34742b0e9f2b6fed106240aa9e8de7cb72ac.tar.gz
add some *-lts shell aliases
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/eshell/alias3
1 files changed, 3 insertions, 0 deletions
diff --git a/.emacs.d/eshell/alias b/.emacs.d/eshell/alias
index 8b2d0062..5e66ab3b 100644
--- a/.emacs.d/eshell/alias
+++ b/.emacs.d/eshell/alias
@@ -2,6 +2,9 @@ alias grep-queued { cd /ssh:ssh.upload.debian.org: && *grep $* /srv/upload.debia
alias grep-dak { cd /ssh:ftp-master.debian.org: && *grep $* /srv/ftp-master.debian.org/log/current }
alias push-develacc-dotfiles-branch git push -f origin develacc/develacc-"${hostname}":develacc-"${hostname}"
alias sbuild-prerelease sbuild --dpkg-source-opts='-Zgzip -z1 --format=1.0 -sn' $*
+alias sbuild-lts quilt pop -a; git is-clean ':!debian/patches/' && sbuild --no-clean-source --no-run-lintian $*
+alias dpkg-bp-lts quilt pop -a; git is-clean && dpkg-buildpackage -S -nc --force-sign $*
+alias dpkg-buildpackage-lts dpkg-bp-lts $*
alias d dired $1
alias e find-file $1
alias o find-file-other-window $1