6 lines
127 B
Bash
6 lines
127 B
Bash
#!/bin/sh
|
|
|
|
export DEBEMAIL="glenux@glenux.net"
|
|
export DEBFULLNAME="Glenn Y. Rolland"
|
|
export buildArea=$HOME/debian/build-area
|
|
|