]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
debian: Add reportbugrc file.
authorSimon Ruderich <simon@ruderich.org>
Sat, 6 Jun 2009 11:03:27 +0000 (13:03 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sat, 6 Jun 2009 11:03:27 +0000 (13:03 +0200)
debian/reportbugrc [new file with mode: 0644]
setup.sh

diff --git a/debian/reportbugrc b/debian/reportbugrc
new file mode 100644 (file)
index 0000000..1c7e722
--- /dev/null
@@ -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
index e78989cbdcddd8f0a12d9a6e2d357fc21d3ad2c7..66a700133e0868682379cd84b799ad00c776adb5 100755 (executable)
--- 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