diff --git a/helpers/make-pkg-kde-tools b/helpers/make-pkg-kde-tools index d27898e..b361a7c 100644 --- a/helpers/make-pkg-kde-tools +++ b/helpers/make-pkg-kde-tools @@ -17,15 +17,18 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=1 -EXTERNAL='deb-src http://ftp.debian.org/debian bookworm main' -REPOKEY=0E98404D386FA1D9 +VERSION=2 +EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu noble universe' BACKPORT=true BUILD_UNTIL=11.0 . ./config +# Fix version number due to early release. +export FULLVERSION="$(sed 's|ubuntu1||' <<< $FULLVERSION)" -changelog "Backported from debian bookworm as dependency of libsrtp2 for openssl 3.0 support." + +changelog "Backported from noble as dependency of libsrtp2 for openssl 3.0 support. || Route backport to upstream ubuntu." +head -n1 debian/changelog | grep -q ubuntu && echo "error: update FULLVERSION value" && exit package