0ad{,-data}: backport version 0.27 for aramo

This commit is contained in:
Ark74 2025-02-24 15:53:34 -06:00
parent 2281936bd8
commit 06a3cb2c23
2 changed files with 12 additions and 9 deletions

View file

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# #
# Copyright (C) 2022 Luis Guzman <ark@switnet.org> # Copyright (C) 2025 Luis Guzman <ark@switnet.org>
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
@ -17,14 +17,16 @@
# 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://ppa.launchpadcontent.net/wfg/0ad/ubuntu $UPSTREAM main' EXTERNAL="deb-src https://ppa.launchpadcontent.net/oibaf/graphics-drivers/ubuntu noble main"
REPOKEY="8CA7A6E8E4FA953A" REPOKEY="957D2708A03A4626"
BACKPORTS=true BACKPORTS=true
BUILD_UNTIL=11.0 BUILD_UNTIL=11.0
. ./config . ./config
sed -i 's|libwxgtk3.2-dev|libwxgtk3.0-gtk3-dev|' debian/control
changelog "Backported to get latest version into Trisquel" changelog "Backported to get latest version into Trisquel"
package package

View file

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# #
# Copyright (C) 2022 Luis Guzman <ark@switnet.org> # Copyright (C) 2025 Luis Guzman <ark@switnet.org>
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
@ -17,14 +17,15 @@
# 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://ppa.launchpadcontent.net/wfg/0ad/ubuntu $UPSTREAM main' EXTERNAL="deb-src https://ppa.launchpadcontent.net/oibaf/graphics-drivers/ubuntu noble main"
REPOKEY="8CA7A6E8E4FA953A" REPOKEY="957D2708A03A4626"
BACKPORTS=true BACKPORTS=true
BUILD_UNTIL=11.0 BUILD_UNTIL=11.0
. ./config . ./config
changelog "Backported as companion package for 0ad"
changelog "Backported to get latest version into Trisquel"
package package