[Pkg-gstreamer-commits] [gstreamer-vaapi] 02/02: get rid of debian.upstream, annoys my tab-completion

Timo Aaltonen tjaalton-guest at moszumanska.debian.org
Thu Feb 27 14:54:16 UTC 2014


This is an automated email from the git hooks/post-receive script.

tjaalton-guest pushed a commit to branch master
in repository gstreamer-vaapi.

commit eea4a2c6eb2a7765df3229aa57644497cd512749
Author: Timo Aaltonen <tjaalton at ubuntu.com>
Date:   Thu Feb 27 16:20:16 2014 +0200

    get rid of debian.upstream, annoys my tab-completion
---
 debian.upstream/Makefile.am                    |  42 ----------
 debian.upstream/changelog.in                   |   5 --
 debian.upstream/compat                         |   1 -
 debian.upstream/control.in                     | 106 -------------------------
 debian.upstream/copyright                      |  35 --------
 debian.upstream/gstreamer-vaapi-doc.install.in |   1 -
 debian.upstream/gstreamer-vaapi.install.in     |   1 -
 debian.upstream/libgstvaapi-dev.install.in     |   3 -
 debian.upstream/libgstvaapi-drm.install.in     |   1 -
 debian.upstream/libgstvaapi-glx.install.in     |   1 -
 debian.upstream/libgstvaapi-wayland.install.in |   1 -
 debian.upstream/libgstvaapi-x11.install.in     |   1 -
 debian.upstream/libgstvaapi.install.in         |   1 -
 debian.upstream/rules                          |  31 --------
 14 files changed, 230 deletions(-)

diff --git a/debian.upstream/Makefile.am b/debian.upstream/Makefile.am
deleted file mode 100644
index e4e606a..0000000
--- a/debian.upstream/Makefile.am
+++ /dev/null
@@ -1,42 +0,0 @@
-DOCS = \
-	AUTHORS		\
-	COPYING.LIB	\
-	NEWS		\
-	README		\
-	$(NULL)
-
-DEBIANFILES = \
-	changelog.in						\
-	compat							\
-	control.in						\
-	copyright						\
-	gstreamer-vaapi-doc.install.in				\
-	gstreamer-vaapi.install.in				\
-	libgstvaapi-dev.install.in				\
-	libgstvaapi-drm.install.in				\
-	libgstvaapi-glx.install.in				\
-	libgstvaapi-wayland.install.in				\
-	libgstvaapi-x11.install.in				\
-	libgstvaapi.install.in					\
-	rules							\
-	$(NULL)
-
-DEBIANGENFILES = \
-	changelog						\
-	control							\
-	gstreamer$(GST_API_VERSION)-vaapi-doc.install		\
-	gstreamer$(GST_API_VERSION)-vaapi.install		\
-	libgstvaapi$(GST_API_VERSION)-dev.install		\
-	libgstvaapi$(GST_VAAPI_MAJOR_VERSION).install		\
-	libgstvaapi-drm-$(GST_VAAPI_MAJOR_VERSION).install	\
-	libgstvaapi-glx-$(GST_VAAPI_MAJOR_VERSION).install	\
-	libgstvaapi-wayland-$(GST_VAAPI_MAJOR_VERSION).install	\
-	libgstvaapi-x11-$(GST_VAAPI_MAJOR_VERSION).install	\
-	$(NULL)
-
-EXTRA_DIST = $(DEBIANFILES)
-
-dist_noinst_DATA = $(DEBIANGENFILES)
-
-# Extra clean files so that maintainer-clean removes *everything*
-MAINTAINERCLEANFILES = Makefile.in $(DEBIANGENFILES)
diff --git a/debian.upstream/changelog.in b/debian.upstream/changelog.in
deleted file mode 100644
index e84ef3e..0000000
--- a/debian.upstream/changelog.in
+++ /dev/null
@@ -1,5 +0,0 @@
-gstreamer at GST_API_VERSION@-vaapi (@PACKAGE_VERSION at -1) unstable; urgency=low
-
-  * Autogenerated package, see NEWS file for ChangeLog.
-
- -- Gwenole Beauchesne <gwenole.beauchesne at intel.com>  @TODAY@
diff --git a/debian.upstream/compat b/debian.upstream/compat
deleted file mode 100644
index 7ed6ff8..0000000
--- a/debian.upstream/compat
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/debian.upstream/control.in b/debian.upstream/control.in
deleted file mode 100644
index 9897e9d..0000000
--- a/debian.upstream/control.in
+++ /dev/null
@@ -1,106 +0,0 @@
-Source: gstreamer at GST_API_VERSION@-vaapi
-Section: libs
-Priority: optional
-Maintainer: Gwenole Beauchesne <gwenole.beauchesne at intel.com>
-Build-Depends: debhelper (>= 5),
-	       cdbs,
-	       libglib2.0-dev (>= @GLIB_VERSION_REQUIRED@),
-	       libgstreamer at GST_PKG_VERSION@-dev (>= @GST_VERSION_REQUIRED@),
-	       libgstreamer-plugins-base at GST_PKG_VERSION@-dev (>= @GST_PLUGINS_BASE_VERSION_REQUIRED@),
-	       libgstreamer-plugins-bad at GST_PKG_VERSION@-dev (>= @GST_PLUGINS_BAD_VERSION_REQUIRED@),
- at USE_DRM_TRUE@	       libdrm-dev, libudev-dev,
- at USE_X11_TRUE@	       libx11-dev, libxrandr-dev,
- at USE_GLX_TRUE@	       libgl-dev,
- at USE_WAYLAND_TRUE@	       libwayland-dev (>= @WAYLAND_API_VERSION@),
-	       libva-dev (>= @LIBVA_PACKAGE_VERSION@)
-Build-Depends-Indep: gtk-doc-tools (>= @GTKDOC_VERSION@)
-Standards-Version: 3.7.2
-
-Package: gstreamer at GST_API_VERSION@-vaapi
-Section: libs
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Suggests: gstreamer at GST_API_VERSION@-vaapi-doc
-Description: VA-API plugins for GStreamer
- This package contains GStreamer plugins for VA-API support:
- - `vaapidecode': decode bitstreams using VA-API
- - `vaapiupload': converts from YUV pixels to VA surfaces 
- - `vaapidownload': convert from VA surfaces to YUV pixels
- - `vaapipostproc': postprocess VA surfaces, e.g. deinterlacing
- - `vaapisink': a VA-API based video sink
-
-Package: gstreamer at GST_API_VERSION@-vaapi-doc
-Architecture: all
-Section: doc
-Recommends: libgstvaapi at GST_API_VERSION@-dev (= ${source:Version})
-Description: GStreamer VA-API documentation and manuals
- This packages contains documentation for libraries and elements.
-
-Package: gstreamer at GST_API_VERSION@-vaapi-dbg
-Section: libdevel
-Architecture: any
-Depends: gstreamer at GST_API_VERSION@-vaapi (= ${Source-Version})
-Description: VA-API plugins for GStreamer
- VA-API support plugins for GStreamer.
- .
- This package contains the debug files.
-
-Package: libgstvaapi at GST_VAAPI_MAJOR_VERSION@
-Section: libs
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: GStreamer libraries from the "vaapi" set
- VA-API support libraries for GStreamer.
- .
- This package contains common libraries for the "vaapi" set.
-
- at USE_DRM_TRUE@Package: libgstvaapi-drm- at GST_VAAPI_MAJOR_VERSION@
- at USE_DRM_TRUE@Section: libs
- at USE_DRM_TRUE@Architecture: any
- at USE_DRM_TRUE@Depends: ${shlibs:Depends}, ${misc:Depends}
- at USE_DRM_TRUE@Description: GStreamer libraries from the "vaapi" set
- at USE_DRM_TRUE@ VA-API support libraries for GStreamer.
- at USE_DRM_TRUE@ .
- at USE_DRM_TRUE@ This package contains headless libraries for the "vaapi" set.
-
- at USE_X11_TRUE@Package: libgstvaapi-x11- at GST_VAAPI_MAJOR_VERSION@
- at USE_X11_TRUE@Section: libs
- at USE_X11_TRUE@Architecture: any
- at USE_X11_TRUE@Depends: ${shlibs:Depends}, ${misc:Depends}
- at USE_X11_TRUE@Description: GStreamer libraries from the "vaapi" set
- at USE_X11_TRUE@ VA-API support libraries for GStreamer.
- at USE_X11_TRUE@ .
- at USE_X11_TRUE@ This package contains x11 libraries for the "vaapi" set.
-
- at USE_GLX_TRUE@Package: libgstvaapi-glx- at GST_VAAPI_MAJOR_VERSION@
- at USE_GLX_TRUE@Section: libs
- at USE_GLX_TRUE@Architecture: any
- at USE_GLX_TRUE@Depends: ${shlibs:Depends}, ${misc:Depends}
- at USE_GLX_TRUE@Description: GStreamer libraries from the "vaapi" set
- at USE_GLX_TRUE@ VA-API support libraries for GStreamer.
- at USE_GLX_TRUE@ .
- at USE_GLX_TRUE@ This package contains glx libraries for the "vaapi" set.
-
- at USE_WAYLAND_TRUE@Package: libgstvaapi-wayland- at GST_VAAPI_MAJOR_VERSION@
- at USE_WAYLAND_TRUE@Section: libs
- at USE_WAYLAND_TRUE@Architecture: any
- at USE_WAYLAND_TRUE@Depends: ${shlibs:Depends}, ${misc:Depends}
- at USE_WAYLAND_TRUE@Description: GStreamer libraries from the "vaapi" set
- at USE_WAYLAND_TRUE@ VA-API support libraries for GStreamer.
- at USE_WAYLAND_TRUE@ .
- at USE_WAYLAND_TRUE@ This package contains Wayland libraries for the "vaapi" set.
-
-Package: libgstvaapi at GST_API_VERSION@-dev
-Architecture: any
-Section: libdevel
-Depends: ${shlibs:Depends}, ${misc:Depends},
- at USE_DRM_TRUE@	 libgstvaapi-drm- at GST_VAAPI_MAJOR_VERSION@ (= ${Source-Version}),
- at USE_X11_TRUE@	 libgstvaapi-x11- at GST_VAAPI_MAJOR_VERSION@ (= ${Source-Version}),
- at USE_GLX_TRUE@	 libgstvaapi-glx- at GST_VAAPI_MAJOR_VERSION@ (= ${Source-Version}),
- at USE_WAYLAND_TRUE@	 libgstvaapi-wayland- at GST_VAAPI_MAJOR_VERSION@ (= ${Source-Version}),
-	 libgstvaapi at GST_VAAPI_MAJOR_VERSION@ (= ${Source-Version})
-Description: GStreamer development files for libraries from the "vaapi" set
- GStreamer/VA-API development files.
- .
- This package contains development files for GStreamer libraries for
- the "vaapi" set.
diff --git a/debian.upstream/copyright b/debian.upstream/copyright
deleted file mode 100644
index 083ce86..0000000
--- a/debian.upstream/copyright
+++ /dev/null
@@ -1,35 +0,0 @@
-This package is maintained by:
-Gwenole Beauchesne <gwenole.beauchesne at intel.com>
-
-Copyright:
-
-    gstreamer-vaapi helper libraries
-    and plugins elements: LGPL (v2.1 or later)
-
-License:
-
-    Copyright (C) 2010-2011, Splitted-Desktop Systems.
-    Copyright (C) 2011-2013, Intel Corporation.
-    Copyright (C) 2011, Collabora Ltd.
-
-    gstreamer-vaapi helper libraries and plugins elements are available under
-    the terms of the GNU Lesser General Public License v2.1+.
-
-    This library is free software; you can redistribute it and/or
-    modify it under the terms of the GNU Lesser General Public License
-    as published by the Free Software Foundation; either version 2.1
-    of the License, or (at your option) any later version.
-
-    This library is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-    Lesser General Public License for more details.
-
-    You should have received a copy of the GNU Lesser General Public
-    License along with this library; if not, write to the Free
-    Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-    Boston, MA 02110-1301 USA
-
-On Debian GNU/Linux systems, the complete text of the GNU Lesser General
-Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
-
diff --git a/debian.upstream/gstreamer-vaapi-doc.install.in b/debian.upstream/gstreamer-vaapi-doc.install.in
deleted file mode 100644
index ff90f75..0000000
--- a/debian.upstream/gstreamer-vaapi-doc.install.in
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/share/doc/gstreamer at GST_API_VERSION@-vaapi
diff --git a/debian.upstream/gstreamer-vaapi.install.in b/debian.upstream/gstreamer-vaapi.install.in
deleted file mode 100644
index 2417257..0000000
--- a/debian.upstream/gstreamer-vaapi.install.in
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp at plugindir@/libgstvaapi*.so
diff --git a/debian.upstream/libgstvaapi-dev.install.in b/debian.upstream/libgstvaapi-dev.install.in
deleted file mode 100644
index 764bc3a..0000000
--- a/debian.upstream/libgstvaapi-dev.install.in
+++ /dev/null
@@ -1,3 +0,0 @@
-debian/tmp/usr/lib/libgstvaapi*.so
-debian/tmp/usr/lib/pkgconfig/gstreamer-vaapi*.pc
-debian/tmp/usr/include/gstreamer- at GST_API_VERSION@/gst/vaapi/*.h
diff --git a/debian.upstream/libgstvaapi-drm.install.in b/debian.upstream/libgstvaapi-drm.install.in
deleted file mode 100644
index 3b18b62..0000000
--- a/debian.upstream/libgstvaapi-drm.install.in
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/lib/libgstvaapi-drm- at GST_API_VERSION@.so.*
diff --git a/debian.upstream/libgstvaapi-glx.install.in b/debian.upstream/libgstvaapi-glx.install.in
deleted file mode 100644
index c100102..0000000
--- a/debian.upstream/libgstvaapi-glx.install.in
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/lib/libgstvaapi-glx- at GST_API_VERSION@.so.*
diff --git a/debian.upstream/libgstvaapi-wayland.install.in b/debian.upstream/libgstvaapi-wayland.install.in
deleted file mode 100644
index ce4b3dd..0000000
--- a/debian.upstream/libgstvaapi-wayland.install.in
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/lib/libgstvaapi-wayland- at GST_API_VERSION@.so.*
diff --git a/debian.upstream/libgstvaapi-x11.install.in b/debian.upstream/libgstvaapi-x11.install.in
deleted file mode 100644
index ff05932..0000000
--- a/debian.upstream/libgstvaapi-x11.install.in
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/lib/libgstvaapi-x11- at GST_API_VERSION@.so.*
diff --git a/debian.upstream/libgstvaapi.install.in b/debian.upstream/libgstvaapi.install.in
deleted file mode 100644
index f719a6f..0000000
--- a/debian.upstream/libgstvaapi.install.in
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/lib/libgstvaapi- at GST_API_VERSION@.so.*
diff --git a/debian.upstream/rules b/debian.upstream/rules
deleted file mode 100755
index 75787a9..0000000
--- a/debian.upstream/rules
+++ /dev/null
@@ -1,31 +0,0 @@
-#!/usr/bin/make -f
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
-include /usr/share/cdbs/1/rules/utils.mk
-
-GST_API_VERSION = $(shell echo "$(DEB_SOURCE_PACKAGE)" | \
-	sed -n '/gstreamer\([0-9][0-9.]*\)-vaapi/s//\1/p')
-
-# Allow SMP build
-ifeq ($(DEBIAN_BUILD_NCPUS),)
-	DEBIAN_BUILD_NCPUS = $(shell /usr/bin/getconf _NPROCESSORS_ONLN)
-endif
-ifneq ($(DEBIAN_BUILD_NCPUS),)
-	EXTRA_MAKE_FLAGS += -j$(DEBIAN_BUILD_NCPUS)
-endif
-MAKE += $(EXTRA_MAKE_FLAGS)
-
-# Allow HTML documentation build
-indep_conf_flags = \
-	--with-html-dir=\$${prefix}/share/doc/$(DEB_SOURCE_PACKAGE) \
-	--with-gstreamer-api=$(GST_API_VERSION)
-
-# only build the docs if gtk-doc-tools is installed, i.e. binary-indep is
-# called
-ifeq ($(shell test "`dpkg -l gtk-doc-tools | grep ^ii`" && echo binary-indep),binary-indep)
-indep_conf_flags += --enable-gtk-doc
-endif
-
-DEB_CONFIGURE_EXTRA_FLAGS += $(indep_conf_flags)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gstreamer/gstreamer-vaapi.git



More information about the Pkg-gstreamer-commits mailing list