devscripts: workaround tests to rebuild on aramo's version.
This commit is contained in:
parent
48812768e9
commit
375b2c3716
1 changed files with 5 additions and 1 deletions
|
|
@ -18,13 +18,17 @@
|
||||||
# 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
|
||||||
|
|
||||||
. ./config
|
. ./config
|
||||||
|
|
||||||
#Make sure uses TrisquelDistroinfo
|
#Make sure uses TrisquelDistroinfo
|
||||||
sed -i 's|UbuntuDistroInfo|TrisquelDistroInfo|' scripts/debchange.pl
|
sed -i 's|UbuntuDistroInfo|TrisquelDistroInfo|' scripts/debchange.pl
|
||||||
|
|
||||||
|
#Prevent debian test failing.
|
||||||
|
sed -i '/verifyGuessedDistribution/s|buster-backports|bookworm-backports|g' test/test_debchange
|
||||||
|
rm scripts/devscripts/test/test_flake8.py
|
||||||
|
|
||||||
changelog "Make use of TrisquelDistroInfo from distro-info package."
|
changelog "Make use of TrisquelDistroInfo from distro-info package."
|
||||||
|
|
||||||
compile
|
compile
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue