Description: Put "org.debian" as the default prefix in the conf
Author: Simon Chopin <chopin.simon@gmail.com>
Forwarded: not-needed

Index: fedmsg-0.6.8+git20130809.1.44ccafe/fedmsg.d/base.py
===================================================================
--- fedmsg-0.6.8+git20130809.1.44ccafe.orig/fedmsg.d/base.py	2013-08-12 12:07:29.798710366 +0200
+++ fedmsg-0.6.8+git20130809.1.44ccafe/fedmsg.d/base.py	2013-08-12 12:07:29.798710366 +0200
@@ -22,6 +22,9 @@
     # Set to stg or prod if running in the Fedora Infrastructure
     environment="dev",
 
+    # Default prefix is org.fedoraproject
+    topic_prefix="org.debian",
+
     # Default is 0
     high_water_mark=0,
     io_threads=1,
