Debian integration: update build dependencies
It was wrongly done in 231a8407e8.
This commit is contained in:
@@ -21,14 +21,11 @@ fi
|
||||
if [ ! -e "$BASETGZ.stamp" ]
|
||||
then
|
||||
mkdir -p "$HOME/pbuilder-bases"
|
||||
# debootstrap fails to resolve dependencies which are virtual packages
|
||||
# e.g. perl-openssl-abi-1.1 provided by perl-openssl-defaults, needed for building SWH
|
||||
# See also: https://bugs.launchpad.net/ubuntu/+source/debootstrap/+bug/86536
|
||||
sudo pbuilder --create --basetgz "$BASETGZ" --mirror $MIRROR \
|
||||
--distribution sid --architecture $TARGET_ARCH \
|
||||
--debootstrapopts --variant=buildd \
|
||||
--debootstrapopts --keyring=$KEYRING \
|
||||
--debootstrapopts --include=perl,libxml2-utils,libxml-perl,liblist-moreutils-perl,perl-openssl-defaults
|
||||
--debootstrapopts --include=perl
|
||||
touch "$BASETGZ.stamp"
|
||||
else
|
||||
sudo pbuilder --update --basetgz "$BASETGZ"
|
||||
|
||||
5
debian/control
vendored
5
debian/control
vendored
@@ -17,6 +17,7 @@ Build-Depends:
|
||||
libfluidsynth-dev,
|
||||
libgig-dev,
|
||||
libjack-jackd2-dev,
|
||||
liblist-moreutils-perl,
|
||||
libmp3lame-dev,
|
||||
libpulse-dev,
|
||||
libqt5x11extras5-dev,
|
||||
@@ -29,10 +30,12 @@ Build-Depends:
|
||||
libvorbis-dev,
|
||||
libxcb-keysyms1-dev,
|
||||
libxcb-util0-dev,
|
||||
libxml-perl,
|
||||
libxml2-utils,
|
||||
portaudio19-dev,
|
||||
qtbase5-private-dev,
|
||||
qttools5-dev,
|
||||
wine32-tools [i386]
|
||||
wine64-tools [amd64] | wine32-tools [i386]
|
||||
Standards-Version: 4.2.1.4
|
||||
Homepage: http://lmms.io/
|
||||
Vcs-Browser: https://salsa.debian.org/debian-edu-pkg-team/lmms.git
|
||||
|
||||
Reference in New Issue
Block a user