From: Jérôme Benoit Date: Wed, 14 Jan 2015 19:26:08 +0000 (+0100) Subject: More ARM portage work. X-Git-Tag: debian/1.4+222+hg5f9f7194267b-1_trusty1~1 X-Git-Url: https://git.piment-noir.org/?p=deb_x265.git;a=commitdiff_plain;h=7a09b089779e5f60634265b93ef57a7d99fd9e7c More ARM portage work. Signed-off-by: Jérôme Benoit --- diff --git a/debian/changelog b/debian/changelog index cf4aaf1..4d774bb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +265 (1.4+222+hg5f9f7194267b-1~trusty1) trusty; urgency=low + + * ARMv7 portage + + -- Jérôme Benoit Wed, 14 Jan 2015 20:25:00 +0100 + x265 (1.4+222+hg5f9f7194267b-1~trusty) trusty; urgency=low * Current snapshot diff --git a/debian/control b/debian/control index 0b09e9f..a9e28e1 100644 --- a/debian/control +++ b/debian/control @@ -21,7 +21,7 @@ Description: H.265/HEVC video encoder - frontend binary library for encoding video using the High Efficiency Video Coding (HEVC/H.265) standard. -Package: libx265-39 +Package: libx265-40 Architecture: any Pre-Depends: ${misc:Pre-Depends} @@ -37,13 +37,13 @@ Architecture: any Section: libdevel Depends: ${misc:Depends}, - libx265-39 (= ${binary:Version}) + libx265-40 (= ${binary:Version}) Description: H.265/HEVC video encoder - development files library for encoding video using the High Efficiency Video Coding (HEVC/H.265) standard. . This package contains the static library and - headers used to build programs that use libx265-39. + headers used to build programs that use libx265-40. Package: x265-doc Architecture: all @@ -65,7 +65,7 @@ Priority: extra Depends: ${misc:Depends}, x265 (= ${binary:Version}), - libx265-39 (= ${binary:Version}) + libx265-40 (= ${binary:Version}) Description: debugging symbols for x265 and libx265 library for encoding video using the High Efficiency Video Coding (HEVC/H.265) standard. diff --git a/debian/rules b/debian/rules index 30cd9d1..b79cb8f 100755 --- a/debian/rules +++ b/debian/rules @@ -59,8 +59,10 @@ override_dh_auto_build: # build documentation $(MAKE) -C doc/reST pickle html man +ifneq (arm, $(shell dpkg-architecture -qDEB_HOST_GNU_CPU)) override_dh_auto_test: $(builddir)/test/TestBench +endif override_dh_install: dh_install --list-missing --sourcedir=$(CURDIR)/debian/install