Skip to content
Snippets Groups Projects

devscripts: workaround tests to rebuild on aramo's version.

Merged Luis Guzmán requested to merge Ark74/package-helpers:upd_devscripts_11.0 into aramo
1 file
+ 5
1
Compare changes
  • Side-by-side
  • Inline
+ 5
1
@@ -18,13 +18,17 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=1
VERSION=2
. ./config
#Make sure uses TrisquelDistroinfo
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."
compile
Loading