Browse Source

Added DEB* env vars and basic .pbuilderrc file

master
Alejandro Mery 13 years ago
parent
commit
38eb3f03af
2 changed files with 6 additions and 0 deletions
  1. +5
    -0
      files/.bashrc
  2. +1
    -0
      files/.pbuilderrc

+ 5
- 0
files/.bashrc

@ -29,6 +29,11 @@ for x in GIT_SSH; do
eval export $x=$SSH
done
# debian/ubuntu development
#
export DEBFULLNAME="Alejandro Mery"
export DEBEMAIL="amery@geeks.cl"
# other apps chosen by env
#
export BROWSER=links

+ 1
- 0
files/.pbuilderrc

@ -0,0 +1 @@
COMPONENTS="main restricted universe multiverse"

Loading…
Cancel
Save