pkg-kde-tools: migrate package to ubuntu as source.
This commit is contained in:
parent
442fc4b778
commit
5776c03903
1 changed files with 7 additions and 4 deletions
|
|
@ -17,15 +17,18 @@
|
||||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=1
|
VERSION=2
|
||||||
EXTERNAL='deb-src http://ftp.debian.org/debian bookworm main'
|
EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu noble universe'
|
||||||
REPOKEY=0E98404D386FA1D9
|
|
||||||
BACKPORT=true
|
BACKPORT=true
|
||||||
BUILD_UNTIL=11.0
|
BUILD_UNTIL=11.0
|
||||||
|
|
||||||
. ./config
|
. ./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
|
package
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue