Repère Menu AUF ~/.dput.cf {{{ [DEFAULT] hash = md5 allow_unsigned_uploads = 1 run_dinstall = 0 scp_compress = 1 default_host_main = experimental-lucid fqdn = apt.auf method = ftp login = anonymous [experimental-lucid] incoming = experimental/lucid [lucid-test] fqdn = apt.auf incoming = test/lucid }}} ~/.bashrc {{{ export FULLNAME="Alexandre Domont" export EMAIL="alexandre.domont@auf.org" export DEBEMAIL="$EMAIL" export DEBFULLNAME="$FULLNAME" export GIT_AUTHOR_EMAIL="$EMAIL" export GIT_AUTHOR_NAME="$FULLNAME" export GIT_COMMITTER_EMAIL="$EMAIL" export GIT_COMMITTER_NAME="$FULLNAME" }}} git.auf.org 1 * cd AUF/auf-poste-client/lucid/auf-client-menu/ * git clone git://git.auf.org/auf-poste-client 2 * dch -i * debuild -tc -us -uc * git add . * git status * git commit -a -m "auf-client-menu: Ajout des items dans le menu +++" * git push ssh://gitosis@git.auf/auf-poste-client * git pull apt.auf.org * dput experimental-lucid auf-client-menu_1004.5_amd64.changes * dput lucid-test auf-client-menu_2000.12_i386.changes