From: Dreamcat4 Date: Thu, 21 May 2015 20:50:54 +0000 (+0100) Subject: Add trusty (14.04 LTS) build target X-Git-Tag: v4.0.4~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c25f69c8e43b0e1f9857530d1ce7b8e906c8f42d;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