Remove duplicated word from description
diff --git a/debian/changelog b/debian/changelog
index 5b3de7e..5853f95 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+gst-plugins-bad1.0 (1.6.0-2) UNRELEASED; urgency=medium
+
+  * debian/control.in:
+    + Remove duplicated word from description (Closes: #800138).
+
+ -- Sebastian Dröge <slomo@debian.org>  Fri, 02 Oct 2015 10:13:01 +0300
+
 gst-plugins-bad1.0 (1.6.0-1) unstable; urgency=medium
 
   * New upstream stable release.
diff --git a/debian/control b/debian/control
index ee44db2..7761b9f 100644
--- a/debian/control
+++ b/debian/control
@@ -230,7 +230,7 @@
          ${shlibs:Depends},
          ${misc:Depends},
          ${gir:Depends}
-Description: Description: GObject introspection data for the GStreamer libraries from the "bad" set
+Description: GObject introspection data for the GStreamer libraries from the "bad" set
  GStreamer is a streaming media framework, based on graphs of filters
  which operate on media data.  Applications using this library can do
  anything from real-time sound processing to playing videos, and just
diff --git a/debian/control.in b/debian/control.in
index f139d73..f6dd82a 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -140,7 +140,7 @@
          ${shlibs:Depends},
          ${misc:Depends},
          ${gir:Depends}
-Description: Description: GObject introspection data for the GStreamer libraries from the "bad" set
+Description: GObject introspection data for the GStreamer libraries from the "bad" set
  GStreamer is a streaming media framework, based on graphs of filters
  which operate on media data.  Applications using this library can do
  anything from real-time sound processing to playing videos, and just