mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Start building packages for vivid
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b9aa52e6b0
commit
6dc2d7ba18
1 changed files with 9 additions and 3 deletions
|
@ -77,16 +77,22 @@ dch -v $VERSION-$rev~trusty -D trusty -M -m "next daily build"
|
||||||
mv ~/src/debian.changelog ~/src/debian.changelog.previous
|
mv ~/src/debian.changelog ~/src/debian.changelog.previous
|
||||||
cp debian/changelog ~/src/debian.changelog
|
cp debian/changelog ~/src/debian.changelog
|
||||||
|
|
||||||
debuild -S
|
debuild -S
|
||||||
|
|
||||||
# and now for utopic (precise can't build Qt5 based packages)
|
# and now for utopic
|
||||||
prev=trusty
|
prev=trusty
|
||||||
rel=utopic
|
rel=utopic
|
||||||
sed -i "s/${prev}/${rel}/g" debian/changelog
|
sed -i "s/${prev}/${rel}/g" debian/changelog
|
||||||
debuild -S
|
debuild -S
|
||||||
|
|
||||||
# and now for precise
|
# and now for vivid
|
||||||
prev=utopic
|
prev=utopic
|
||||||
|
rel=vivid
|
||||||
|
sed -i "s/${prev}/${rel}/g" debian/changelog
|
||||||
|
debuild -S
|
||||||
|
|
||||||
|
# and now for precise (precise can't build Qt5 based packages)
|
||||||
|
prev=vivid
|
||||||
rel=precise
|
rel=precise
|
||||||
sed -i "s/${prev}/${rel}/g" debian/changelog
|
sed -i "s/${prev}/${rel}/g" debian/changelog
|
||||||
cp debian/12.04.control debian/control
|
cp debian/12.04.control debian/control
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue