mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
* 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:
parent
9104cbfbbe
commit
82e54cbb89
3 changed files with 5 additions and 2 deletions
|
@ -220,6 +220,8 @@ PROFILE="$DIR/.screenrc"
|
||||||
STATUS="$DIR/.$PKG/status"
|
STATUS="$DIR/.$PKG/status"
|
||||||
mkdir -p "$DIR/.$PKG/bin"
|
mkdir -p "$DIR/.$PKG/bin"
|
||||||
touch "$DIR/.$PKG/profile"
|
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
|
# Copy status scripts
|
||||||
cp -a /usr/lib/$PKG/* "$DIR/.$PKG/bin"
|
cp -a /usr/lib/$PKG/* "$DIR/.$PKG/bin"
|
||||||
|
|
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -3,8 +3,9 @@ byobu (2.5) unreleased; urgency=low
|
||||||
* bin/temp-c, bin/temp-f, byobu-config, byobu-config.1, byobu-status,
|
* bin/temp-c, bin/temp-f, byobu-config, byobu-config.1, byobu-status,
|
||||||
profiles/common, profiles/profile.skel, rpm/byobu.spec: added a
|
profiles/common, profiles/profile.skel, rpm/byobu.spec: added a
|
||||||
cpu temperature indicator
|
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
|
byobu (2.4-0ubuntu1) karmic; urgency=low
|
||||||
|
|
||||||
|
|
2
debian/release.sh
vendored
2
debian/release.sh
vendored
|
@ -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
|
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
|
puc /tmp/$PKG-export.tar.gz
|
||||||
|
|
||||||
echo
|
echo
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue