[SCM] vdpau-video/master: Add patch that reverts change when building package.

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Fri Sep 10 19:19:06 UTC 2010


The following commit has been merged in the master branch:
commit 54e36c43091aedf8cdff55cf88103c8a80e60339
Author: Andres Mejia <mcitadel at gmail.com>
Date:   Fri Sep 10 15:17:37 2010 -0400

    Add patch that reverts change when building package.

diff --git a/debian/patches/Makefile.in.patch b/debian/patches/Makefile.in.patch
new file mode 100644
index 0000000..b3af718
--- /dev/null
+++ b/debian/patches/Makefile.in.patch
@@ -0,0 +1,16 @@
+Reverts some change that occurs when building package.
+==========================================================================
+--- a/src/Makefile.in
++++ b/src/Makefile.in
+@@ -313,9 +313,9 @@
+ 	      exit 1;; \
+ 	  esac; \
+ 	done; \
+-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
+ 	$(am__cd) $(top_srcdir) && \
+-	  $(AUTOMAKE) --gnu src/Makefile
++	  $(AUTOMAKE) --foreign src/Makefile
+ .PRECIOUS: Makefile
+ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ 	@case '$?' in \
diff --git a/debian/patches/series b/debian/patches/series
index 8209a89..fcd5a0c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 libva_sds_detection.patch
 libva_glx_detection.patch
 autoreconf_-vif.patch
+Makefile.in.patch

-- 
vdpau-video packaging



More information about the pkg-multimedia-commits mailing list