fixes for Bug #328312

This commit is contained in:
Dustin Kirkland 2009-02-11 21:14:13 -06:00
commit 5244a3a1fa
4 changed files with 29 additions and 3 deletions

7
debian/changelog vendored
View file

@ -1,8 +1,11 @@
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

1
debian/install vendored
View file

@ -8,6 +8,7 @@ bin/reboot-required usr/share/screen-profiles/bin
bin/release usr/share/screen-profiles/bin
bin/updates-available usr/share/screen-profiles/bin
profiles/common usr/share/screen-profiles/profiles
profiles/plain usr/share/screen-profiles/profiles
profiles/ubuntu-light usr/share/screen-profiles/profiles
profiles/ubuntu-dark usr/share/screen-profiles/profiles
profiles/debian-light usr/share/screen-profiles/profiles/misc

1
debian/rules vendored
View file

@ -44,7 +44,6 @@ binary-indep: build install
dh_installdebconf -i
dh_compress -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_installdeb -i
dh_gencontrol -i

23
profiles/plain Normal file
View 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