From: Simon Ruderich Date: Sat, 6 Jun 2009 11:03:27 +0000 (+0200) Subject: debian: Add reportbugrc file. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=664aac83144fe0ddd05eb0e2c6ef8612c90f5a7d;p=config%2Fdotfiles.git debian: Add reportbugrc file. --- diff --git a/debian/reportbugrc b/debian/reportbugrc new file mode 100644 index 0000000..1c7e722 --- /dev/null +++ b/debian/reportbugrc @@ -0,0 +1,24 @@ +# reportbug preferences file. + + +# Version of reportbug this preferences file was written by. +reportbug_version "3.48" + +# Use standard operating mode which asks more questions than the default +# (novice). +mode standard + +# Use text interface, simple and powerful. +ui text + +# Name and email settings. +realname "Simon Ruderich" +email "simon@ruderich.org" + +# Use Debian's SMTP server. +smtphost reportbug.debian.org +# Encrypt connection to SMTP server. +smtptls + +# Sign bug reports using gnupg. +sign gpg diff --git a/setup.sh b/setup.sh index e78989c..66a7001 100755 --- a/setup.sh +++ b/setup.sh @@ -17,4 +17,5 @@ if [ `os` = debian ]; then sed -i 's|^#|//|' debian/aptitude/config link debian/aptitude ~/.aptitude + link debian/reportbugrc ~/.reportbugrc fi