[24241] in Source-Commits

home help back first fref pref prev next nref lref last post

/svn/athena r23839 - in trunk/debathena/config: . email-icon-config email-icon-config/debian

daemon@ATHENA.MIT.EDU (Geoffrey Thomas)
Tue Jun 9 04:41:32 2009

Date: Tue, 9 Jun 2009 04:36:49 -0400
From: Geoffrey Thomas <geofft@MIT.EDU>
Message-Id: <200906090836.n598anN5011537@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: geofft
Date: 2009-06-09 04:36:49 -0400 (Tue, 09 Jun 2009)
New Revision: 23839

Added:
   trunk/debathena/config/email-icon-config/
   trunk/debathena/config/email-icon-config/debian/
   trunk/debathena/config/email-icon-config/debian/changelog
   trunk/debathena/config/email-icon-config/debian/compat
   trunk/debathena/config/email-icon-config/debian/control.in
   trunk/debathena/config/email-icon-config/debian/copyright
   trunk/debathena/config/email-icon-config/debian/debathena-email-icon-config.install
   trunk/debathena/config/email-icon-config/debian/debathena-email-switch
   trunk/debathena/config/email-icon-config/debian/evolution-mail.desktop.debathena
   trunk/debathena/config/email-icon-config/debian/rules
Log:
New package: debathena-email-icon-config

Make the e-mail icon in the panel launch http://owa.mit.edu/ if your
pobox is Exchange, and start Evolution (as usual) otherwise.

Added: trunk/debathena/config/email-icon-config/debian/changelog
===================================================================
--- trunk/debathena/config/email-icon-config/debian/changelog	2009-06-09 02:11:05 UTC (rev 23838)
+++ trunk/debathena/config/email-icon-config/debian/changelog	2009-06-09 08:36:49 UTC (rev 23839)
@@ -0,0 +1,5 @@
+debathena-email-icon-config (1.0) unstable; urgency=low
+
+  * Initial release.
+
+ -- Geoffrey Thomas <geofft@mit.edu>  Tue,  9 Jun 2009 04:19:21 -0400

Added: trunk/debathena/config/email-icon-config/debian/compat
===================================================================
--- trunk/debathena/config/email-icon-config/debian/compat	2009-06-09 02:11:05 UTC (rev 23838)
+++ trunk/debathena/config/email-icon-config/debian/compat	2009-06-09 08:36:49 UTC (rev 23839)
@@ -0,0 +1 @@
+4

Added: trunk/debathena/config/email-icon-config/debian/control.in
===================================================================
--- trunk/debathena/config/email-icon-config/debian/control.in	2009-06-09 02:11:05 UTC (rev 23838)
+++ trunk/debathena/config/email-icon-config/debian/control.in	2009-06-09 08:36:49 UTC (rev 23839)
@@ -0,0 +1,15 @@
+Source: debathena-email-icon-config
+Section: debathena-config/net
+Priority: extra
+Maintainer: Debathena Project <debathena@mit.edu>
+Build-Depends: @cdbs@
+Standards-Version: 3.7.2
+
+Package: debathena-email-icon-config
+Architecture: all
+Depends: ${misc:Depends}, sensible-utils | debianutils (>= 2.0), hesiod
+Description: Email icon configuration for Debathena graphical logins
+ Since Outlook Web Access provides a vastly better user experience than
+ Evolution for Exchange users, this package configures the Evolution
+ e-mail wrapper to determine if you use Exchange, and if so, launch
+ OWA in a web browser instead.

Added: trunk/debathena/config/email-icon-config/debian/copyright
===================================================================
--- trunk/debathena/config/email-icon-config/debian/copyright	2009-06-09 02:11:05 UTC (rev 23838)
+++ trunk/debathena/config/email-icon-config/debian/copyright	2009-06-09 08:36:49 UTC (rev 23839)
@@ -0,0 +1,18 @@
+The Athena source code was obtained from the Athena SVN repository at
+<svn://debathena.mit.edu/athena/trunk>, and is licensed as follows:
+
+  Copyright © 2009 by Geoffrey Thomas.
+
+  Permission to use, copy, modify, and distribute this software and
+  its documentation for any purpose and without fee is hereby granted,
+  provided that the above copyright notice appear in all copies and
+  that both that copyright notice and this permission notice appear in
+  supporting documentation, and that the name of M.I.T. not be used in
+  advertising or publicity pertaining to distribution of the software
+  without specific, written prior permission.  M.I.T. makes no
+  representations about the suitability of this software for any
+  purpose.  It is provided "as is" without express or implied
+  warranty.
+
+The Debian packaging is Copyright © 2009 Geoffrey Thomas, and has the
+same license as the original software.

Added: trunk/debathena/config/email-icon-config/debian/debathena-email-icon-config.install
===================================================================
--- trunk/debathena/config/email-icon-config/debian/debathena-email-icon-config.install	2009-06-09 02:11:05 UTC (rev 23838)
+++ trunk/debathena/config/email-icon-config/debian/debathena-email-icon-config.install	2009-06-09 08:36:49 UTC (rev 23839)
@@ -0,0 +1,2 @@
+debian/debathena-email-switch usr/lib
+debian/evolution-mail.desktop.debathena usr/share/applications

Added: trunk/debathena/config/email-icon-config/debian/debathena-email-switch
===================================================================
--- trunk/debathena/config/email-icon-config/debian/debathena-email-switch	2009-06-09 02:11:05 UTC (rev 23838)
+++ trunk/debathena/config/email-icon-config/debian/debathena-email-switch	2009-06-09 08:36:49 UTC (rev 23839)
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+if hesinfo "$USER" pobox | egrep -q "^POP (IMAP\.)?EXCHANGE\.MIT\.EDU "; then
+  exec sensible-browser http://owa.mit.edu/
+else
+  exec evolution --component=mail
+fi


Property changes on: trunk/debathena/config/email-icon-config/debian/debathena-email-switch
___________________________________________________________________
Name: svn:executable
   + *

Added: trunk/debathena/config/email-icon-config/debian/evolution-mail.desktop.debathena
===================================================================
--- trunk/debathena/config/email-icon-config/debian/evolution-mail.desktop.debathena	2009-06-09 02:11:05 UTC (rev 23838)
+++ trunk/debathena/config/email-icon-config/debian/evolution-mail.desktop.debathena	2009-06-09 08:36:49 UTC (rev 23839)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=Athena Mail
+Comment=Access your email account
+Exec=/usr/lib/debathena-email-switch
+Icon=evolution
+Terminal=false
+Type=Application
+Categories=GNOME;Network;
+StartupNotify=true

Added: trunk/debathena/config/email-icon-config/debian/rules
===================================================================
--- trunk/debathena/config/email-icon-config/debian/rules	2009-06-09 02:11:05 UTC (rev 23838)
+++ trunk/debathena/config/email-icon-config/debian/rules	2009-06-09 08:36:49 UTC (rev 23839)
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+DEB_DIVERT_EXTENSION = .debathena
+DEB_DIVERT_FILES_debathena-email-icon-config += \
+	/usr/share/applications/evolution-mail.desktop
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/config-package.mk


Property changes on: trunk/debathena/config/email-icon-config/debian/rules
___________________________________________________________________
Name: svn:executable
   + *


home help back first fref pref prev next nref lref last post