From b1bd94283cef75676b987f30d61f26fad09c19c3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 26 Nov 2014 18:30:27 +0100 Subject: [PATCH] Add debian package patches. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- debian/patches/debian-packages-fixes.patch | 22 ++++++++++++++++++++++ debian/patches/exynos-dpkg.patch | 8 ++++++++ debian/patches/gbp.conf.patch | 6 ++++++ debian/patches/series | 3 +++ 4 files changed, 39 insertions(+) create mode 100644 debian/patches/debian-packages-fixes.patch create mode 100644 debian/patches/exynos-dpkg.patch create mode 100644 debian/patches/gbp.conf.patch create mode 100644 debian/patches/series diff --git a/debian/patches/debian-packages-fixes.patch b/debian/patches/debian-packages-fixes.patch new file mode 100644 index 0000000..0e5abf5 --- /dev/null +++ b/debian/patches/debian-packages-fixes.patch @@ -0,0 +1,22 @@ +--- a/debian/changelog ++++ b/debian/changelog +@@ -136,7 +136,7 @@ + + -- Pulse-Eight Packaging Fri, 8 Mar 2013 17:21:00 +0100 + +- libcec (2.1.0-1) unstable; urgency=low ++libcec (2.1.0-1) unstable; urgency=low + + * changed / added: + * added vendor id for Denon +--- a/debian/libcec-get-orig-source ++++ b/debian/libcec-get-orig-source +@@ -4,7 +4,7 @@ + + LIBCEC_GIT_URL="git://github.com/Pulse-Eight/libcec.git" + LIBCEC_GIT_BRANCH="release" +-LIBCEC_VERSION="1.6.1" ++LIBCEC_VERSION="2.2.0" + + rm -rf "libcec-${LIBCEC_VERSION}" + git clone "$LIBCEC_GIT_URL" "libcec-${LIBCEC_VERSION}" diff --git a/debian/patches/exynos-dpkg.patch b/debian/patches/exynos-dpkg.patch new file mode 100644 index 0000000..5c1581b --- /dev/null +++ b/debian/patches/exynos-dpkg.patch @@ -0,0 +1,8 @@ +--- a/debian/rules ++++ b/debian/rules +@@ -6,3 +6,5 @@ + %: + dh $@ --parallel + ++override_dh_auto_configure: ++ dh_auto_configure -- --enable-exynos diff --git a/debian/patches/gbp.conf.patch b/debian/patches/gbp.conf.patch new file mode 100644 index 0000000..463c9e8 --- /dev/null +++ b/debian/patches/gbp.conf.patch @@ -0,0 +1,6 @@ +--- a/debian/gbp.conf ++++ b/debian/gbp.conf +@@ -1,2 +1,2 @@ + [DEFAULT] +-pristine-tar = True ++pristine-tar = False diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..3af2378 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1,3 @@ +gbp.conf.patch +debian-packages-fixes.patch +exynos-dpkg.patch -- 2.34.1