diff --git a/debian/changelog b/debian/changelog index 94dfd8fb..a1c28f65 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 - to make byobu more portable + * 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 Mon, 11 Jan 2010 22:54:36 -0600 diff --git a/debian/install b/debian/install index 3f896479..1f224306 100644 --- a/debian/install +++ b/debian/install @@ -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 diff --git a/debian/rules b/debian/rules index 83100f53..01a38f44 100755 --- a/debian/rules +++ b/debian/rules @@ -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 diff --git a/po/POTFILES.Shell b/po/POTFILES.Shell index 7550bf39..de266bf4 100644 --- a/po/POTFILES.Shell +++ b/po/POTFILES.Shell @@ -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 diff --git a/bin/apport b/usr/lib/byobu/apport similarity index 100% rename from bin/apport rename to usr/lib/byobu/apport diff --git a/bin/arch b/usr/lib/byobu/arch similarity index 100% rename from bin/arch rename to usr/lib/byobu/arch diff --git a/bin/battery b/usr/lib/byobu/battery similarity index 100% rename from bin/battery rename to usr/lib/byobu/battery diff --git a/bin/cpu_count b/usr/lib/byobu/cpu_count similarity index 100% rename from bin/cpu_count rename to usr/lib/byobu/cpu_count diff --git a/bin/cpu_freq b/usr/lib/byobu/cpu_freq similarity index 100% rename from bin/cpu_freq rename to usr/lib/byobu/cpu_freq diff --git a/bin/cpu_temp b/usr/lib/byobu/cpu_temp similarity index 100% rename from bin/cpu_temp rename to usr/lib/byobu/cpu_temp diff --git a/bin/custom b/usr/lib/byobu/custom similarity index 100% rename from bin/custom rename to usr/lib/byobu/custom diff --git a/bin/date b/usr/lib/byobu/date similarity index 100% rename from bin/date rename to usr/lib/byobu/date diff --git a/bin/disk b/usr/lib/byobu/disk similarity index 100% rename from bin/disk rename to usr/lib/byobu/disk diff --git a/bin/ec2_cost b/usr/lib/byobu/ec2_cost similarity index 100% rename from bin/ec2_cost rename to usr/lib/byobu/ec2_cost diff --git a/bin/fan_speed b/usr/lib/byobu/fan_speed similarity index 100% rename from bin/fan_speed rename to usr/lib/byobu/fan_speed diff --git a/bin/hostname b/usr/lib/byobu/hostname similarity index 100% rename from bin/hostname rename to usr/lib/byobu/hostname diff --git a/bin/ip_address b/usr/lib/byobu/ip_address similarity index 100% rename from bin/ip_address rename to usr/lib/byobu/ip_address diff --git a/bin/load_average b/usr/lib/byobu/load_average similarity index 100% rename from bin/load_average rename to usr/lib/byobu/load_average diff --git a/bin/logo b/usr/lib/byobu/logo similarity index 100% rename from bin/logo rename to usr/lib/byobu/logo diff --git a/bin/mail b/usr/lib/byobu/mail similarity index 100% rename from bin/mail rename to usr/lib/byobu/mail diff --git a/bin/mem_available b/usr/lib/byobu/mem_available similarity index 100% rename from bin/mem_available rename to usr/lib/byobu/mem_available diff --git a/bin/mem_used b/usr/lib/byobu/mem_used similarity index 100% rename from bin/mem_used rename to usr/lib/byobu/mem_used diff --git a/bin/menu b/usr/lib/byobu/menu similarity index 100% rename from bin/menu rename to usr/lib/byobu/menu diff --git a/bin/network b/usr/lib/byobu/network similarity index 100% rename from bin/network rename to usr/lib/byobu/network diff --git a/bin/processes b/usr/lib/byobu/processes similarity index 100% rename from bin/processes rename to usr/lib/byobu/processes diff --git a/bin/reboot_required b/usr/lib/byobu/reboot_required similarity index 100% rename from bin/reboot_required rename to usr/lib/byobu/reboot_required diff --git a/bin/release b/usr/lib/byobu/release similarity index 100% rename from bin/release rename to usr/lib/byobu/release diff --git a/bin/services b/usr/lib/byobu/services similarity index 100% rename from bin/services rename to usr/lib/byobu/services diff --git a/bin/time b/usr/lib/byobu/time similarity index 100% rename from bin/time rename to usr/lib/byobu/time diff --git a/bin/updates_available b/usr/lib/byobu/updates_available similarity index 100% rename from bin/updates_available rename to usr/lib/byobu/updates_available diff --git a/bin/uptime b/usr/lib/byobu/uptime similarity index 100% rename from bin/uptime rename to usr/lib/byobu/uptime diff --git a/bin/users b/usr/lib/byobu/users similarity index 100% rename from bin/users rename to usr/lib/byobu/users diff --git a/bin/whoami b/usr/lib/byobu/whoami similarity index 100% rename from bin/whoami rename to usr/lib/byobu/whoami diff --git a/bin/wifi_quality b/usr/lib/byobu/wifi_quality similarity index 100% rename from bin/wifi_quality rename to usr/lib/byobu/wifi_quality