mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
fixes for Bug #328312
This commit is contained in:
parent
c636afb909
commit
5244a3a1fa
4 changed files with 29 additions and 3 deletions
7
debian/changelog
vendored
7
debian/changelog
vendored
|
@ -1,8 +1,11 @@
|
||||||
screen-profiles (1.22) UNRELEASED; urgency=low
|
screen-profiles (1.22) UNRELEASED; urgency=low
|
||||||
|
|
||||||
*
|
* profiles/plain: rather than symlinking to /etc/screenrc, source it, and
|
||||||
|
then source ~/.screenrc, LP: #328312
|
||||||
|
* debian/install: install plain profile
|
||||||
|
* debian/rules: drop the symlink to /etc/screenrc
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 11 Feb 2009 08:58:42 -0600
|
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 11 Feb 2009 21:08:34 -0600
|
||||||
|
|
||||||
screen-profiles (1.21-0ubuntu1) jaunty; urgency=low
|
screen-profiles (1.21-0ubuntu1) jaunty; urgency=low
|
||||||
|
|
||||||
|
|
1
debian/install
vendored
1
debian/install
vendored
|
@ -8,6 +8,7 @@ bin/reboot-required usr/share/screen-profiles/bin
|
||||||
bin/release usr/share/screen-profiles/bin
|
bin/release usr/share/screen-profiles/bin
|
||||||
bin/updates-available usr/share/screen-profiles/bin
|
bin/updates-available usr/share/screen-profiles/bin
|
||||||
profiles/common usr/share/screen-profiles/profiles
|
profiles/common usr/share/screen-profiles/profiles
|
||||||
|
profiles/plain usr/share/screen-profiles/profiles
|
||||||
profiles/ubuntu-light usr/share/screen-profiles/profiles
|
profiles/ubuntu-light usr/share/screen-profiles/profiles
|
||||||
profiles/ubuntu-dark usr/share/screen-profiles/profiles
|
profiles/ubuntu-dark usr/share/screen-profiles/profiles
|
||||||
profiles/debian-light usr/share/screen-profiles/profiles/misc
|
profiles/debian-light usr/share/screen-profiles/profiles/misc
|
||||||
|
|
1
debian/rules
vendored
1
debian/rules
vendored
|
@ -44,7 +44,6 @@ binary-indep: build install
|
||||||
dh_installdebconf -i
|
dh_installdebconf -i
|
||||||
dh_compress -i
|
dh_compress -i
|
||||||
dh_fixperms -i
|
dh_fixperms -i
|
||||||
dh_link -i /etc/screenrc usr/share/${PACKAGE}/profiles/plain
|
|
||||||
dh_link -i /usr/share/${PACKAGE}/profiles/ubuntu-light usr/share/${PACKAGE}/profiles/ubuntu
|
dh_link -i /usr/share/${PACKAGE}/profiles/ubuntu-light usr/share/${PACKAGE}/profiles/ubuntu
|
||||||
dh_installdeb -i
|
dh_installdeb -i
|
||||||
dh_gencontrol -i
|
dh_gencontrol -i
|
||||||
|
|
23
profiles/plain
Normal file
23
profiles/plain
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
###############################################################################
|
||||||
|
# Screen Profile
|
||||||
|
# This configuration profile is the most basic, plain profile,
|
||||||
|
# (the default one that ships with screen).
|
||||||
|
#
|
||||||
|
# Copyright (C) 2008 Dustin Kirkland <kirkland@canonical.com>
|
||||||
|
#
|
||||||
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
###############################################################################
|
||||||
|
|
||||||
|
source /etc/screenrc
|
||||||
|
source ~/.screenrc
|
Loading…
Add table
Add a link
Reference in a new issue