Skip to content

Commit

Permalink
debian: add ubuntu 16.10. fix svg dep
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-bin committed Oct 22, 2016
1 parent 9bb48a5 commit fc12f38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Priority: optional
Maintainer: Wang Bin <[email protected]>
Build-Depends: debhelper (>= 9),
qt5-qmake, libqt5opengl5-dev, qtdeclarative5-dev,
libqt5svg5-dev,
libqt5x11extras5-dev,
libass-dev,
libavutil-dev,
Expand Down
2 changes: 1 addition & 1 deletion debian/ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ qtav ($1) $2; urgency=low
EOF
}

DISTRIBUTIONS=(trusty vivid wily xenial)
DISTRIBUTIONS=(trusty vivid wily xenial yakkety)
DATE=`date -d @$(git log -n1 --format="%at") +%Y%m%d`
for D in ${DISTRIBUTIONS[@]}; do
git checkout -- debian/changelog
Expand Down

0 comments on commit fc12f38

Please sign in to comment.