[debian-edu-commits] debian-edu/ 117/183: Latest version of tcsh allows automic application of fix for the 'ssh -X'-bug

Alexander Alemayhu ccscanf-guest at moszumanska.debian.org
Wed Jun 11 16:48:39 UTC 2014


This is an automated email from the git hooks/post-receive script.

ccscanf-guest pushed a commit to branch master
in repository desktop-profiles.

commit e9def7b67ee60cf628ff146098c5a377ea9ed40b
Author: Bart Cornelis <cobaco at linux.be>
Date:   Fri May 12 07:39:16 2006 +0000

    Latest version of tcsh allows automic application of fix for the 'ssh -X'-bug
---
 README                                    | 12 ++++--------
 debian/changelog                          |  5 ++++-
 debian/rules                              |  3 ++-
 csh.login-snippet => desktop-profiles.csh |  0
 4 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/README b/README
index 910744a..aa70d84 100644
--- a/README
+++ b/README
@@ -31,18 +31,14 @@ KNOWN BUGS
   /usr/share/doc/desktop-profiles/examples/profile-snippet contains the code
   that needs to be added to it in order to fix this bug.
 
-  For csh or tcsh shells the system-wide on-logon script is /etc/csh.login. The
-  file /usr/share/doc/desktop-profiles/examples/csh.login-snippet contains the 
-  code-snippet that needs to be added to it in order to fix this bug. 
-
   For the zsh shell the system-wide on-logon script is /etc/zsh/zlogin. The file 
   /usr/share/doc/desktop-profiles/examples/zlogin-snippet contains the
   code-snippet that needs to be added to it in order to fix this bug.
 
-  Users of the fish, psh (>=1.8-6) and zoidberg (>= 0.96-1) shells don't need to
-  do anything as the system-wide on-logon script of these shells is modularized,
-  and thus the required code-snippet is dropped into place on package
-  installation.
+  Users of the csh, fish, psh (>=1.8-6), and tcsh (>=6.14.00-5) and zoidberg 
+  (>= 0.96-1) shells don't need to do anything as the system-wide on-logon 
+  script of these shells is modularized, and thus the required code-snippet is
+  dropped into place on package installation.
   
 GETTING GCONF PROFILES TO WORK
 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
diff --git a/debian/changelog b/debian/changelog
index bc9aa7d..aa7fb96 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,9 +6,12 @@ desktop-profiles (1.4.12) UNRELEASED; urgency=low
     gnome profiles) in README, and add suggest on pessulus.
   * example zlogin-snippet now runs the Xsession script directly (it needed
     the shwordsplit option to be set)
+  * tcsh version 6.14.00-5 modularized the system-wide on-login file for 
+    csh and tcsh, so we now apply the 'ssh -X' fix automatically for these
+    two shells.
   * Upgraded to policy version 3.7.2 (no changes needed)
 
- -- Bart Cornelis (cobaco) <cobaco at linux.be>  Fri,  5 May 2006 10:49:28 +0200
+ -- Bart Cornelis (cobaco) <cobaco at linux.be>  Fri, 11 May 2006 18:59:17 +0200
 
 desktop-profiles (1.4.11) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 108ba33..f122b90 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,10 +41,11 @@ binary-indep: build install
 	dh_install dh_installlisting profile-manager usr/bin
 	dh_install listingmodule get_desktop-profiles_variables path usr/share/desktop-profiles/
 	dh_link usr/share/desktop-profiles/path usr/share/doc/desktop-profiles/examples/path
-	dh_install profile-snippet csh.login-snippet zlogin-snippet usr/share/doc/desktop-profiles/examples
+	dh_install profile-snippet zlogin-snippet usr/share/doc/desktop-profiles/examples
 	dh_install list-desktop-profiles usr/bin/
 	dh_install profile-manager.kmdr usr/share/desktop-profiles/kommander-scripts/
 	dh_install desktop-profiles etc/default
+	dh_install desktop-profiles.csh etc/csh/login.d/
 	dh_install desktop-profiles.fish etc/fish.d/
 	dh_install desktop-profiles_pshrc.pl etc/pshrc.d/
 	dh_install desktop-profiles_zoidrc.pl etc/zoidrc.d/
diff --git a/csh.login-snippet b/desktop-profiles.csh
similarity index 100%
rename from csh.login-snippet
rename to desktop-profiles.csh

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/desktop-profiles.git



More information about the debian-edu-commits mailing list