~ubuntu-branches/debian/wheezy/byobu/wheezy

« back to all changes in this revision

Viewing changes to debian/release.sh

  • Committer: Bazaar Package Importer
  • Author(s): Dustin Kirkland
  • Date: 2009-09-21 11:27:09 UTC
  • mfrom: (1.1.5 upstream) (0.1.33 karmic)
  • Revision ID: james.westby@ubuntu.com-20090921112709-uc9331o7ricmafiy
* bin/users: use wc -l, since pgrep -c doesn't work in some
  distros (busybox, Arch), LP: #434047
* byobu.1: fix manpage, mem_used was listed twice, mail was in the wrong
  place, LP: #434052
* byobu-export.1, byobu-launcher.1, byobu-select-profile.1: minor manpage
  fixes, updating the names of the utilities to use "byobu" rather than
  "screen"

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
$PKG-export -c light -f /tmp/$PKG-export.tar.gz
29
29
rsync -aP /tmp/$PKG-export.tar.gz kirkland@people.canonical.com:~kirkland/public_html
30
30
 
 
31
# Do the Ubuntu packaging
 
32
#cd ..
 
33
#rm -rf byobu-ubuntu
 
34
#bzr branch lp:ubuntu/byobu byobu-ubuntu
 
35
#...
 
36
 
31
37
# Open the next release for development
32
38
nextminor=`expr $minor + 1`
33
39
sed -i "s/^VERSION=.*$/VERSION=$MAJOR.$nextminor/" byobu
38
44
bzr commit -m "opening $MAJOR.$nextminor"
39
45
 
40
46
echo
 
47
echo "# To push:"
 
48
echo "  bzr push lp:$PKG"
 
49
echo
41
50
echo "# To upload PPA packages:"
42
51
echo "  dput $PKG-ppa ../*ppa*changes"
43
52
echo
44
 
echo "# To push:"
45
 
echo "  bzr push lp:$PKG"
46
 
echo
47
53
echo "# Publish tarball at:"
48
54
echo "  https://launchpad.net/$PKG/trunk/+addrelease"
49
55
echo