From 664aac83144fe0ddd05eb0e2c6ef8612c90f5a7d Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 6 Jun 2009 13:03:27 +0200 Subject: [PATCH] debian: Add reportbugrc file. --- debian/reportbugrc | 24 ++++++++++++++++++++++++ setup.sh | 1 + 2 files changed, 25 insertions(+) create mode 100644 debian/reportbugrc 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 -- 2.44.1