From: Dreamcat4 Date: Thu, 21 May 2015 20:50:54 +0000 (+0100) Subject: Add trusty (14.04 LTS) build target X-Git-Tag: v4.2.1~2432 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=268e762581bc63fdb1cc452ce5452f498f5f5015;p=thirdparty%2Ftvheadend.git Add trusty (14.04 LTS) build target So that ubuntu package names will appear as '4.0.0-11~gd149c5b~trusty amd64' --- diff --git a/Autobuild/trusty-amd64.sh b/Autobuild/trusty-amd64.sh new file mode 100644 index 000000000..740b5a798 --- /dev/null +++ b/Autobuild/trusty-amd64.sh @@ -0,0 +1,3 @@ +AUTOBUILD_CONFIGURE_EXTRA="${AUTOBUILD_CONFIGURE_EXTRA:-} --arch=x86_64" +DEBDIST=trusty +source Autobuild/debian.sh diff --git a/Autobuild/trusty-i386.sh b/Autobuild/trusty-i386.sh new file mode 100644 index 000000000..c9509a260 --- /dev/null +++ b/Autobuild/trusty-i386.sh @@ -0,0 +1,3 @@ +AUTOBUILD_CONFIGURE_EXTRA="${AUTOBUILD_CONFIGURE_EXTRA:-} --arch=i686" +DEBDIST=trusty +source Autobuild/debian.sh