Change source package name to imx-gstreamer

This must match package name in our build system, and as it's
a fork it makes sense to change it anyway.

Change-Id: I439960a5d57dd0fe401da1ed61a4f867ac345f51
diff --git a/debian/changelog b/debian/changelog
index 29fdf4c..ff8d44b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-gstreamer1.0 (1.12.2+imx-0) unstable; urgency=medium
+imx-gstreamer (1.12.2+imx-0) unstable; urgency=medium
 
   * Initial release
 
diff --git a/debian/control b/debian/control
index 48db99f..66d3d10 100644
--- a/debian/control
+++ b/debian/control
@@ -1,4 +1,4 @@
-Source: gstreamer1.0
+Source: imx-gstreamer
 Section: libs
 Priority: optional
 Maintainer: AIY Projects <support-aiyprojects@google.com>
diff --git a/debian/control.in b/debian/control.in
deleted file mode 100644
index 4010a48..0000000
--- a/debian/control.in
+++ /dev/null
@@ -1,133 +0,0 @@
-Source: @GST_PKGNAME@
-Section: libs
-Priority: optional
-Maintainer: AIY Projects <support-aiyprojects@google.com>
-Build-Depends: debhelper (>= 10),
-               cdbs (>= 0.4.93~),
-               gnome-pkg-tools (>= 0.7),
-               autotools-dev,
-               automake (>= 1.14),
-               autoconf (>= 2.69),
-               libtool (>= 2.2.6),
-               dh-autoreconf,
-               autopoint (>= 0.17),
-               zlib1g-dev (>= 1:1.1.4),
-               libglib2.0-dev (>= 2.40),
-               libgmp3-dev,
-               libgsl-dev | libgsl0-dev,
-               pkg-config (>= 0.11.0),
-               bison (>= 1:2.4),
-               flex (>= 2.5.34),
-               dpkg-dev (>= 1.15.1),
-               perl-doc,
-               libgirepository1.0-dev (>= 0.9.12-4~),
-               gobject-introspection (>= 0.9.12-4~),
-               gir1.2-glib-2.0,
-               gir1.2-freedesktop,
-               libcap-dev [linux-any]
-Build-Depends-Indep: gtk-doc-tools (>= 1.12),
-                     libglib2.0-doc
-Standards-Version: 3.9.3
-Homepage: http://gstreamer.freedesktop.org
-
-Package: @GST_LIB@
-Architecture: any
-Multi-Arch: same
-Section: libs
-Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends},
-         ${misc:Depends},
-         libcap2-bin [linux-any]
-Suggests: @GST_PKGNAME@-tools,
-Breaks: @GST_PKGNAME@-plugins-base (<< 1.8.0),
-        @GST_PKGNAME@-plugins-bad (<< 1.11.1)
-Description: Core GStreamer libraries and elements
- 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
- about anything else media-related.  Its plugin-based architecture means
- that new data types or processing capabilities can be added simply by
- installing new plug-ins.
- .
- This package contains the core library and elements.
-
-Package: @GST_LIB@-dbg
-Architecture: any
-Multi-Arch: same
-Section: debug
-Priority: extra
-Depends: @GST_LIB@ (= ${binary:Version}),
-         ${misc:Depends}
-Description: Core GStreamer libraries and elements
- 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
- about anything else media-related.  Its plugin-based architecture means
- that new data types or processing capabilities can be added simply by
- installing new plug-ins.
- .
- This package contains unstripped shared libraries. It is provided primarily
- to provide a backtrace with names in a debugger, this makes it somewhat
- easier to interpret core dumps. The libraries are installed in
- /usr/lib/debug and are automatically used by gdb.
-
-Package: @GST_LIB_DEV@
-Architecture: any
-Section: libdevel
-Depends: @GST_LIB@ (= ${binary:Version}),
-         libc6-dev | libc-dev,
-         pkg-config,
-         libglib2.0-dev,
-         ${shlibs:Depends},
-         ${misc:Depends},
-         gir1.2-gstreamer-@GST_ABI@ (= ${binary:Version})
-Recommends: debhelper
-Description: GStreamer core development files
- 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
- about anything else media-related.  Its plugin-based architecture means
- that new data types or processing capabilities can be added simply by
- installing new plug-ins.
- .
- This package contains development files for the core library and
- elements.
-
-Package: @GST_PKGNAME@-tools
-Architecture: any
-Section: utils
-Depends: ${shlibs:Depends},
-         ${misc:Depends},
-         @GST_LIB@ (>= @GST_VERSION@)
-Suggests: @GST_PKGNAME@-plugins-base
-Description: Tools for use with GStreamer
- 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
- about anything else media-related.  Its plugin-based architecture means
- that new data types or processing capabilities can be added simply by
- installing new plug-ins.
- .
- This package contains versioned command-line tools for GStreamer.
-
-Package: gir1.2-gstreamer-@GST_ABI@
-Section: introspection
-Architecture: any
-Depends: ${gir:Depends},
-         ${shlibs:Depends},
-         ${misc:Depends},
-         ${gir:Depends}
-Description: GObject introspection data for the GStreamer library
- This package contains introspection data for the GStreamer streaming media
- framework.
- .
- 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
- about anything else media-related.  Its plugin-based architecture means
- that new data types or processing capabilities can be added simply by
- installing new plug-ins.
- .
- It can be used by packages using the GIRepository format to generate
- dynamic bindings.
-
diff --git a/debian/rules b/debian/rules
index a2401dc..d2d6259 100755
--- a/debian/rules
+++ b/debian/rules
@@ -72,17 +72,6 @@
 GST_PACKAGE_ORIGIN="https://launchpad.net/distros/ubuntu/+source/gstreamer$(gst_abi)"
 endif
 
-debian/control:: debian/control.in debian/rules
-	rm -f $@
-	cat $< | \
-		sed 's/@GST_VERSION@/$(gst_version)/g' | \
-		sed 's/@GST_PKGNAME@/$(gst_pkgname)/g' | \
-		sed 's/@GST_ABI@/$(gst_abi)/g' | \
-		sed 's/@GST_LIB_PREFIX@/$(gst_lib_prefix)/g' | \
-		sed 's/@GST_LIB@/$(gst_lib)/g' | \
-		sed 's/@GST_LIB_DEV@/$(gst_lib_dev)/g' \
-		> $@
-
 debian/$(gst_lib).dirs: debian/libgstreamer.dirs debian/rules
 	rm -f $@
 	cat $< | \