Remove duplicated field name
diff --git a/debian/changelog b/debian/changelog
index 4e48d73..13b3579 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+gstreamer1.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:39:48 +0300
+
 gstreamer1.0 (1.8.1-1) unstable; urgency=medium
 
   * New upstream bugfix release.
diff --git a/debian/control b/debian/control
index 8c5fab1..a55390a 100644
--- a/debian/control
+++ b/debian/control
@@ -134,7 +134,7 @@
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          pkg-config,
-         libgstreamer1.0-0 (>= 1.8.0)
+         libgstreamer1.0-0 (>= 1.8.1)
 Suggests: gstreamer1.0-plugins-base
 Description: Tools for use with GStreamer
  GStreamer is a streaming media framework, based on graphs of filters
@@ -153,7 +153,7 @@
          ${shlibs:Depends},
          ${misc:Depends},
          ${gir:Depends}
-Description: Description: GObject introspection data for the GStreamer library
+Description: GObject introspection data for the GStreamer library
  This package contains introspection data for the GStreamer streaming media
  framework.
  .
diff --git a/debian/control.in b/debian/control.in
index 3937da2..4bbfe8c 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -153,7 +153,7 @@
          ${shlibs:Depends},
          ${misc:Depends},
          ${gir:Depends}
-Description: Description: GObject introspection data for the GStreamer library
+Description: GObject introspection data for the GStreamer library
  This package contains introspection data for the GStreamer streaming media
  framework.
  .