mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 22:34:23 -07:00
* usr/share/byobu/keybindings/common: added symlink, LP: #535166
* debian/rules: drop get-orig-source target
This commit is contained in:
parent
d727a48e8a
commit
c1088d2125
3 changed files with 3 additions and 13 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -1,6 +1,7 @@
|
|||
byobu (2.62) unreleased; urgency=low
|
||||
|
||||
* UNRELEASED
|
||||
* usr/share/byobu/keybindings/common: added symlink, LP: #535166
|
||||
* debian/rules: drop get-orig-source target
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 05 Mar 2010 08:42:51 -0600
|
||||
|
||||
|
|
12
debian/rules
vendored
12
debian/rules
vendored
|
@ -7,18 +7,6 @@
|
|||
PKG=byobu
|
||||
VER=`head -n 1 debian/changelog | sed 's/^.*(//' | sed 's/).*//' | sed 's/-.*//'`
|
||||
|
||||
get-orig-source:
|
||||
dh_testdir
|
||||
# bzr export needs a --exclude option for the following to work:
|
||||
#bzr export ../${PKG}_${VER}.orig.tar.gz
|
||||
# use tar instead
|
||||
mkdir -p ../tmp
|
||||
rm -rf ../tmp/*
|
||||
cp -a . ../tmp/${PKG}-${VER}
|
||||
tar -C ../tmp --exclude .bzr --exclude debian -zcvf ../${PKG}_${VER}.orig.tar.gz ${PKG}-${VER}
|
||||
rm -rf ../tmp
|
||||
ls -halF ../${PKG}_${VER}.orig.tar.gz
|
||||
|
||||
install-po: update-pot
|
||||
for po in po/*.po ; do \
|
||||
lang=$${po#po/}; lang=$${lang%.po}; \
|
||||
|
|
1
usr/share/byobu/keybindings/common
Symbolic link
1
usr/share/byobu/keybindings/common
Symbolic link
|
@ -0,0 +1 @@
|
|||
f-keys
|
Loading…
Add table
Add a link
Reference in a new issue