~ubuntu-branches/ubuntu/precise/appmenu-qt/precise

1 by Jonathan Riddell
Import upstream version 0.1.0
1
# Verify copy is clean and up to date
2
bzr st
3
bzr pull
4
5
# Update NEWS
1.1.1 by Jonathan Riddell
Import upstream version 0.1.2
6
vi NEWS
1 by Jonathan Riddell
Import upstream version 0.1.0
7
r!bzr log --line -r tag:x.y.z-1..
8
9
# Bump version number in CMakeLists.txt
1.1.1 by Jonathan Riddell
Import upstream version 0.1.2
10
vi CMakeLists.txt
1 by Jonathan Riddell
Import upstream version 0.1.0
11
12
# Commit
13
bzr ci
14
15
# Create and test tarball
16
make distcheck
17
18
# Test with KDE trunk
19
20
# If ok, create tag
21
tag=x.y.z
22
bzr tag $tag
23
24
# Push
25
bzr push
26
27
# Upload tarball
28
lp-project-upload appmenu-qt $tag appmenu-qt-$tag.tar.bz2