mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 14:03:18 -07:00
* Make byobu more portable, LP: #503554
- debian/rules, debian/manpages, usr/share/man/man1/*: move the manpages - debian/install, bin/*, usr/lib/byobu/*: move the status scripts
This commit is contained in:
parent
bbc0f3df29
commit
5fbbf580f9
34 changed files with 7 additions and 5 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -1,8 +1,10 @@
|
|||
byobu (2.47) unreleased; urgency=low
|
||||
|
||||
* bin/network: fix network script regresssion, LP: #506315
|
||||
* debian/rules, debian/manpages, usr/share/man/man1/*: move the manpages
|
||||
* Make byobu more portable, LP: #503554
|
||||
- debian/rules, debian/manpages, usr/share/man/man1/*: move the manpages
|
||||
to make byobu more portable
|
||||
- debian/install, bin/*, usr/lib/byobu/*: move the status scripts
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 11 Jan 2010 22:54:36 -0600
|
||||
|
||||
|
|
2
debian/install
vendored
2
debian/install
vendored
|
@ -1,4 +1,4 @@
|
|||
bin/* usr/lib/byobu
|
||||
usr/lib/byobu/*
|
||||
#desktop/byobu.svg usr/share/byobu/pixmaps/
|
||||
#desktop/byobu.desktop usr/share/applications/
|
||||
po/locale/* usr/share/locale
|
||||
|
|
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/-.*//'`
|
||||
|
||||
release-upstream:
|
||||
get-orig-source:
|
||||
dh_testdir
|
||||
bzr export ../${PKG}_${VER}.orig.tar.gz
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# List of source files containing translatable sh strings.
|
||||
# Please keep this file sorted alphabetically.
|
||||
bin/menu
|
||||
usr/lib/byobu/menu
|
||||
byobu-export
|
||||
byobu-select-profile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue