mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 06:15:26 +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
|
||||
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
|
||||
rel=utopic
|
||||
sed -i "s/${prev}/${rel}/g" debian/changelog
|
||||
debuild -S
|
||||
|
||||
# and now for precise
|
||||
# and now for vivid
|
||||
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
|
||||
sed -i "s/${prev}/${rel}/g" debian/changelog
|
||||
cp debian/12.04.control debian/control
|
||||
|
|
Loading…
Add table
Reference in a new issue