fish: set Debian packaging variables DEBFULLNAME and DEBEMAIL
This commit is contained in:
parent
0a98e06edb
commit
2ea71424a7
1 changed files with 8 additions and 0 deletions
|
@ -60,6 +60,14 @@ if [ -z $GOPATH ]
|
||||||
set -Ux GOPATH ~/.go
|
set -Ux GOPATH ~/.go
|
||||||
end
|
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
|
# Attach the autoscreen screen session if StumpWM is running
|
||||||
# and it's not already in use.
|
# and it's not already in use.
|
||||||
# if test \( -n $DESKTOP_SESSION \) -a \( $DESKTOP_SESSION = "stumpwm" \)
|
# if test \( -n $DESKTOP_SESSION \) -a \( $DESKTOP_SESSION = "stumpwm" \)
|
||||||
|
|
Loading…
Reference in a new issue