diff -Nru live-build-3.0~a57/debian/changelog live-build-3.0~a57/debian/changelog --- live-build-3.0~a57/debian/changelog 2014-01-31 11:34:16.000000000 +0100 +++ live-build-3.0~a57/debian/changelog 2014-03-31 21:40:15.000000000 +0200 @@ -1,3 +1,10 @@ +live-build (3.0~a57-1ubuntu11) trusty; urgency=low + + * add release version for ubuntu saucy and trusty to fix a failure of + creating an usb startup disk with usb-creator (LP: #1300400) + + -- Paolo Sammicheli Mon, 31 Mar 2014 21:36:20 +0200 + live-build (3.0~a57-1ubuntu10) trusty; urgency=medium * Add basic ppc64el support. diff -Nru live-build-3.0~a57/debian/patches/series live-build-3.0~a57/debian/patches/series --- live-build-3.0~a57/debian/patches/series 2014-01-31 11:33:28.000000000 +0100 +++ live-build-3.0~a57/debian/patches/series 2014-03-31 21:42:42.000000000 +0200 @@ -19,3 +19,4 @@ ubuntu-arm64-support.patch ubuntu-pt_chown.patch ubuntu-ppc64el-support.patch +ubuntu-add-saucy-trusty-version.patch diff -Nru live-build-3.0~a57/debian/patches/ubuntu-add-saucy-trusty-version.patch live-build-3.0~a57/debian/patches/ubuntu-add-saucy-trusty-version.patch --- live-build-3.0~a57/debian/patches/ubuntu-add-saucy-trusty-version.patch 1970-01-01 01:00:00.000000000 +0100 +++ live-build-3.0~a57/debian/patches/ubuntu-add-saucy-trusty-version.patch 2014-03-31 21:46:43.000000000 +0200 @@ -0,0 +1,15 @@ +Description: add saucy and trusty version number as a known release +Author: Paolo Sammicheli +Bug-Ubuntu: https://bugs.launchpad.net/bugs/1300400 +Forwarded: not-needed +--- +Index: live-build-3.0~a57/functions/releases.sh +=================================================================== +--- live-build-3.0~a57.orig/functions/releases.sh ++++ live-build-3.0~a57/functions/releases.sh +@@ -27,3 +27,5 @@ RELEASE_oneiric="11.10" # 2013-04-01 + RELEASE_precise="12.04" # LTS: 2017-04-01 + RELEASE_quantal="12.10" # 2014-04-01 + RELEASE_raring="13.04" # 2014-01-01 ++RELEASE_saucy="13.10" # 2014-07-01 ++RELEASE_trusty="14.04" # LTS: 2019-04-01