Skip to content

Commit

Permalink
Adding Zlib to Ubuntu and Debian dependencies via control file which …
Browse files Browse the repository at this point in the history
…contributes to dvorka#522.
  • Loading branch information
dvorka committed May 31, 2018
1 parent 2846146 commit de1eac4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/debian/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Source: mindforger
Section: utils
Priority: optional
Maintainer: Martin Dvorak <[email protected]>
Build-Depends: debhelper (>= 8.0.0), build-essential, ccache, qt5-qmake, qtbase5-dev, libqt5webkit5-dev
Build-Depends: debhelper (>= 8.0.0), build-essential, ccache, zlib1g-dev, qt5-qmake, qtbase5-dev, libqt5webkit5-dev
Standards-Version: 3.9.5
Homepage: https://github.com/dvorka/mindforger
Vcs-Git: https://github.com/dvorka/mindforger.git
Expand Down
2 changes: 1 addition & 1 deletion build/ubuntu/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Source: mindforger
Section: utils
Priority: optional
Maintainer: Martin Dvorak <[email protected]>
Build-Depends: debhelper (>= 8.0.0), build-essential, ccache, qt5-qmake, qtbase5-dev, libqt5webkit5-dev
Build-Depends: debhelper (>= 8.0.0), build-essential, ccache, qt5-qmake, zlib1g-dev, qtbase5-dev, libqt5webkit5-dev
Standards-Version: 3.9.5
Homepage: https://github.com/dvorka/mindforger
Vcs-Git: https://github.com/dvorka/mindforger.git
Expand Down
5 changes: 3 additions & 2 deletions build/ubuntu/ubuntu-launchpad-releases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ function releaseForParticularUbuntuVersion() {
echo -e "\n# source & binary debs ######################################"
# build BINARY? deb package (us uc tells that no GPG signing is needed)
bzr builddeb -- -us -uc
exit 0
# build SIGNED source deb package
bzr builddeb --source

Expand Down Expand Up @@ -199,13 +200,13 @@ function releaseForParticularUbuntuVersion() {

export ARG_BAZAAR_MSG="Experimental packaging."
export ARG_MAJOR_VERSION=1.42.
export ARG_MINOR_VERSION=1 # minor version is icremented for every Ubuntu version
export ARG_MINOR_VERSION=5 # minor version is icremented for every Ubuntu version

# https://wiki.ubuntu.com/Releases
# old: precise quantal saucy precise utopic vivid wily yakkety
# current: trusty xenial artful bionic
# MF supported (trusty has old GCC): xenial artful bionic
for UBUNTU_VERSION in trusty xenial artful bionic
for UBUNTU_VERSION in bionic
do
echo "Releasing MF for Ubuntu version: ${UBUNTU_VERSION}"
releaseForParticularUbuntuVersion ${UBUNTU_VERSION} ${ARG_MAJOR_VERSION}${ARG_MINOR_VERSION} "${ARG_BAZAAR_MSG}"
Expand Down

0 comments on commit de1eac4

Please sign in to comment.