* usr/share/byobu/keybindings/common: added symlink, LP: #535166

* debian/rules: drop get-orig-source target
This commit is contained in:
Dustin Kirkland 2010-03-09 14:38:04 -06:00
commit c1088d2125
3 changed files with 3 additions and 13 deletions

3
debian/changelog vendored
View file

@ -1,6 +1,7 @@
byobu (2.62) unreleased; urgency=low 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 -- Dustin Kirkland <kirkland@ubuntu.com> Fri, 05 Mar 2010 08:42:51 -0600

12
debian/rules vendored
View file

@ -7,18 +7,6 @@
PKG=byobu PKG=byobu
VER=`head -n 1 debian/changelog | sed 's/^.*(//' | sed 's/).*//' | sed 's/-.*//'` 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 install-po: update-pot
for po in po/*.po ; do \ for po in po/*.po ; do \
lang=$${po#po/}; lang=$${lang%.po}; \ lang=$${po#po/}; lang=$${lang%.po}; \

View file

@ -0,0 +1 @@
f-keys