Remove duplicated field name
diff --git a/debian/changelog b/debian/changelog
index 8a5d409..033863d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+gst-plugins-base1.0 (1.8.1-2) UNRELEASED; urgency=medium
+
+  * debian/control.in:
+    + Remove duplicated field name.
+
+ -- Sebastian Dröge <slomo@debian.org>  Fri, 13 May 2016 14:37:29 +0300
+
 gst-plugins-base1.0 (1.8.1-1) unstable; urgency=medium
 
   * New upstream bugfix release.
diff --git a/debian/control b/debian/control
index 5b9c33e..1123bcb 100644
--- a/debian/control
+++ b/debian/control
@@ -204,7 +204,7 @@
 Depends: ${gir:Depends},
          ${shlibs:Depends},
          ${misc:Depends}
-Description: Description: GObject introspection data for the GStreamer Plugins Base library
+Description: GObject introspection data for the GStreamer Plugins Base library
  This package contains introspection data for the GStreamer Plugins Base library.
  .
  GStreamer is a streaming media framework, based on graphs of filters
diff --git a/debian/control.in b/debian/control.in
index f7d532a..f508def 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -204,7 +204,7 @@
 Depends: ${gir:Depends},
          ${shlibs:Depends},
          ${misc:Depends}
-Description: Description: GObject introspection data for the GStreamer Plugins Base library
+Description: GObject introspection data for the GStreamer Plugins Base library
  This package contains introspection data for the GStreamer Plugins Base library.
  .
  GStreamer is a streaming media framework, based on graphs of filters