* byobu-export: echo the version to file, in an exported byobu tarball

Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
Dustin Kirkland 2009-05-22 18:53:26 +02:00
commit 82e54cbb89
3 changed files with 5 additions and 2 deletions

View file

@ -220,6 +220,8 @@ PROFILE="$DIR/.screenrc"
STATUS="$DIR/.$PKG/status"
mkdir -p "$DIR/.$PKG/bin"
touch "$DIR/.$PKG/profile"
[ -x /usr/bin/dpkg-query ] && /usr/bin/dpkg-query --show --showformat '${Package} ${Version}\n' $PKG > "$DIR/.$PKG/version"
echo "http://launchpad.net/$PKG" >> "$DIR/.$PKG/version"
# Copy status scripts
cp -a /usr/lib/$PKG/* "$DIR/.$PKG/bin"

3
debian/changelog vendored
View file

@ -3,8 +3,9 @@ byobu (2.5) unreleased; urgency=low
* bin/temp-c, bin/temp-f, byobu-config, byobu-config.1, byobu-status,
profiles/common, profiles/profile.skel, rpm/byobu.spec: added a
cpu temperature indicator
* byobu-export: echo the version to file, in an exported byobu tarball
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 20 May 2009 12:08:35 +0200
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 22 May 2009 18:51:49 +0200
byobu (2.4-0ubuntu1) karmic; urgency=low

2
debian/release.sh vendored
View file

@ -30,7 +30,7 @@ sed -i "s%^Source0:.*$%Source0: http://code.launchpad.net/$PKG/trunk/2.$v
gpg --armor --sign --detach-sig ../"$PKG"_*.orig.tar.gz
$PKG-export /tmp/$PKG-export.tar.gz
$PKG-export -c light -f /tmp/$PKG-export.tar.gz
puc /tmp/$PKG-export.tar.gz
echo