mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
change get-orig-source to release-upstream target
Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
parent
5c3cf10009
commit
eb567716e9
3 changed files with 8 additions and 2 deletions
2
debian/release-build.sh
vendored
2
debian/release-build.sh
vendored
|
@ -10,7 +10,7 @@ error() {
|
|||
|
||||
head -n1 debian/changelog | grep "unreleased" || error "This version must be 'unreleased'"
|
||||
|
||||
./debian/rules get-orig-source
|
||||
./debian/rules release-upstream
|
||||
bzr bd
|
||||
sed -i "s/) unreleased;/-0ubuntu1~ppa1) hardy;/" debian/changelog
|
||||
bzr bd -S
|
||||
|
|
6
debian/release.sh
vendored
6
debian/release.sh
vendored
|
@ -28,6 +28,12 @@ rsync -aP ../*.rpm kirkland@people.canonical.com:~kirkland/public_html/$PKG/rpm
|
|||
$PKG-export -c light -f /tmp/$PKG-export.tar.gz
|
||||
rsync -aP /tmp/$PKG-export.tar.gz kirkland@people.canonical.com:~kirkland/public_html
|
||||
|
||||
# Do the Ubuntu packaging
|
||||
#cd ..
|
||||
#rm -rf byobu-ubuntu
|
||||
#bzr branch lp:ubuntu/byobu byobu-ubuntu
|
||||
#...
|
||||
|
||||
# Open the next release for development
|
||||
nextminor=`expr $minor + 1`
|
||||
sed -i "s/^VERSION=.*$/VERSION=$MAJOR.$nextminor/" byobu
|
||||
|
|
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -7,7 +7,7 @@
|
|||
PKG=byobu
|
||||
VER=`head -n 1 debian/changelog | sed 's/^.*(//' | sed 's/).*//' | sed 's/-.*//'`
|
||||
|
||||
get-orig-source:
|
||||
release-upstream:
|
||||
dh_testdir
|
||||
bzr export ../${PKG}_${VER}.orig.tar.gz
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue