From: Jérôme Benoit Date: Wed, 26 Nov 2014 19:24:03 +0000 (+0100) Subject: Several fixes to the debian package. X-Git-Tag: debian/2.2.0-3_trusty~6 X-Git-Url: https://git.piment-noir.org/?p=deb_libcec.git;a=commitdiff_plain;h=7b9c2623b49499fc70e2d89944fcfd2d9d8253ac Several fixes to the debian package. * Fix a typo un the rules file; * Work with 3.0 source version format. Signed-off-by: Jérôme Benoit --- diff --git a/debian/patches/debian-packages-fixes.patch b/debian/patches/debian-packages-fixes.patch index 0e5abf5..00513f4 100644 --- a/debian/patches/debian-packages-fixes.patch +++ b/debian/patches/debian-packages-fixes.patch @@ -1,6 +1,6 @@ --- a/debian/changelog +++ b/debian/changelog -@@ -136,7 +136,7 @@ +@@ -154,7 +154,7 @@ -- Pulse-Eight Packaging Fri, 8 Mar 2013 17:21:00 +0100 diff --git a/debian/patches/exynos-dpkg.patch b/debian/patches/exynos-dpkg.patch index 84b7926..279223f 100644 --- a/debian/patches/exynos-dpkg.patch +++ b/debian/patches/exynos-dpkg.patch @@ -5,7 +5,7 @@ dh $@ --parallel +DEB_HOST_ARCH=$(shell dpkg-architecture -qDEB_HOST_ARCH) -+ifeq $(DEB_HOST_ARCH),armhf) ++ifeq ($(DEB_HOST_ARCH),armhf) +override_dh_auto_configure: + dh_auto_configure -- --enable-exynos +endif diff --git a/debian/patches/series b/debian/patches/series index f26e74a..d8b8cdb 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,4 +1,4 @@ -gbp.conf.patch +#gbp.conf.patch debian-packages-fixes.patch exynos-dpkg.patch abi_fix.patch diff --git a/debian/source/format b/debian/source/format index d3827e7..163aaf8 100644 --- a/debian/source/format +++ b/debian/source/format @@ -1 +1 @@ -1.0 +3.0 (quilt)