Build-depend on libgsl-dev | libgsl0-dev instead of just the latter
diff --git a/debian/changelog b/debian/changelog
index c146870..b7dba23 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+gstreamer1.0 (1.6.2-2) UNRELEASED; urgency=medium
+
+  * debian/control.in:
+    + Build-depend on libgsl-dev | libgsl0-dev instead of just the latter.
+
+ -- Sebastian Dröge <slomo@debian.org>  Wed, 23 Dec 2015 14:13:49 +0100
+
 gstreamer1.0 (1.6.2-1) unstable; urgency=medium
 
   * New upstream bugfix release.
diff --git a/debian/control b/debian/control
index 510dd86..ca7458c 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@
                zlib1g-dev (>= 1:1.1.4),
                libglib2.0-dev (>= 2.32),
                libgmp3-dev,
-               libgsl0-dev,
+               libgsl-dev | libgsl0-dev,
                pkg-config (>= 0.11.0),
                bison (>= 1:2.4),
                flex (>= 2.5.34),
@@ -133,7 +133,7 @@
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          pkg-config,
-         libgstreamer1.0-0 (>= 1.5.1)
+         libgstreamer1.0-0 (>= 1.6.2)
 Suggests: gstreamer1.0-plugins-base
 Description: Tools for use with GStreamer
  GStreamer is a streaming media framework, based on graphs of filters
diff --git a/debian/control.in b/debian/control.in
index cff8d9d..a4cbf23 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -18,7 +18,7 @@
                zlib1g-dev (>= 1:1.1.4),
                libglib2.0-dev (>= 2.32),
                libgmp3-dev,
-               libgsl0-dev,
+               libgsl-dev | libgsl0-dev,
                pkg-config (>= 0.11.0),
                bison (>= 1:2.4),
                flex (>= 2.5.34),