debian: fix libgstvaapi -dev package name.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Wed, 12 Jun 2013 12:48:26 +0000 (13:48 +0100)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Wed, 12 Jun 2013 12:50:23 +0000 (13:50 +0100)
Fix libgstvaapi -dev package name so that to allow installation of both
GStreamer 0.10 and 1.0.x based packages.

configure.ac
debian.upstream/Makefile.am
debian.upstream/control.in

index 3380626..b93165c 100644 (file)
@@ -628,9 +628,10 @@ AC_CONFIG_FILES([
 debian.upstream/gstreamer-vaapi-doc.install.in
     debian.upstream/gstreamer$GST_API_VERSION-vaapi.install:\
 debian.upstream/gstreamer-vaapi.install.in
+    debian.upstream/libgstvaapi$GST_API_VERSION-dev.install:\
+debian.upstream/libgstvaapi-dev.install.in
     debian.upstream/libgstvaapi$GST_VAAPI_MAJOR_VERSION.install:\
 debian.upstream/libgstvaapi.install.in
-    debian.upstream/libgstvaapi-dev.install
     debian.upstream/libgstvaapi-drm-$GST_VAAPI_MAJOR_VERSION.install:\
 debian.upstream/libgstvaapi-drm.install.in
     debian.upstream/libgstvaapi-glx-$GST_VAAPI_MAJOR_VERSION.install:\
index f7e3349..07ada99 100644 (file)
@@ -26,8 +26,8 @@ DEBIANGENFILES = \
        control                                                 \
        gstreamer$(GST_API_VERSION)-vaapi-doc.install           \
        gstreamer$(GST_API_VERSION)-vaapi.install               \
+       libgstvaapi$(GST_VAAPI_MAJOR_VERSION)-dev.install       \
        libgstvaapi$(GST_VAAPI_MAJOR_VERSION).install           \
-       libgstvaapi-dev.install                                 \
        libgstvaapi-drm-$(GST_VAAPI_MAJOR_VERSION).install      \
        libgstvaapi-glx-$(GST_VAAPI_MAJOR_VERSION).install      \
        libgstvaapi-wayland-$(GST_VAAPI_MAJOR_VERSION).install  \
index cd51abc..2ee6225 100644 (file)
@@ -32,7 +32,7 @@ Description: VA-API plugins for GStreamer
 Package: gstreamer@GST_API_VERSION@-vaapi-doc
 Architecture: all
 Section: doc
-Recommends: libgstvaapi@GST_VAAPI_MAJOR_VERSION@-dev (= ${source:Version})
+Recommends: libgstvaapi@GST_API_VERSION@-dev (= ${source:Version})
 Description: GStreamer VA-API documentation and manuals
  This packages contains documentation for libraries and elements.
 
@@ -90,7 +90,7 @@ Description: GStreamer libraries from the "vaapi" set
 @USE_WAYLAND_TRUE@ .
 @USE_WAYLAND_TRUE@ This package contains Wayland libraries for the "vaapi" set.
 
-Package: libgstvaapi-dev
+Package: libgstvaapi@GST_API_VERSION@-dev
 Architecture: any
 Section: libdevel
 Depends: ${shlibs:Depends}, ${misc:Depends},