Skip to content

Commit

Permalink
debina: replace all old dependencies with new ones wang-bin#1002
Browse files Browse the repository at this point in the history
qtdeclarative5-xxx are dummy packages on new OSes and may not exist
  • Loading branch information
wang-bin committed Mar 10, 2018
1 parent 98f5854 commit 2ac4fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 22,7 @@ for D in ${DISTRIBUTIONS[@]}; do
VER=1.12.0~`git log -1 --pretty=format:"git${DATE}.%h~${D}" 2> /dev/null`
mkchangelog $VER $D
if [ $idx -gt 3 ]; then
sed -i 's,qtdeclarative5-controls-plugin,qml-module-qtquick-controls,g' debian/control
sed -i 's,qtdeclarative5-controls-plugin,qml-module-qtquick-controls,g;s,qtdeclarative5-folderlistmodel-plugin,qml-module-qt-labs-folderlistmodel,g;s,qtdeclarative5-dialogs-plugin,qml-module-qtquick-dialogs,g' debian/control
fi
debuild -S -sa
dput -f ppa:wbsecg1/qtav ../qtav_${VER}_source.changes
Expand Down

0 comments on commit 2ac4fdd

Please sign in to comment.