fish: set Debian packaging variables DEBFULLNAME and DEBEMAIL

This commit is contained in:
Marcel Kapfer 2018-02-03 18:31:25 +01:00
parent 0a98e06edb
commit 2ea71424a7
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 8 additions and 0 deletions

View File

@ -60,6 +60,14 @@ if [ -z $GOPATH ]
set -Ux GOPATH ~/.go
end
if test -z $DEBFULLNAME
set -Ux DEBFULLNAME "Marcel Kapfer"
end
if test -z $DEBEMAIL
set -Ux DEBEMAIL "opensource@mmk2410.org"
end
# Attach the autoscreen screen session if StumpWM is running
# and it's not already in use.
# if test \( -n $DESKTOP_SESSION \) -a \( $DESKTOP_SESSION = "stumpwm" \)