[23527] in Source-Commits
/svn/athena r23169 - in trunk/debathena/debathena: . misc-glue misc-glue/debian transcript-glue transcript-glue/debian
daemon@ATHENA.MIT.EDU (ghudson@MIT.EDU)
Mon Sep 8 14:06:44 2008
Date: Mon, 8 Sep 2008 14:06:01 -0400 (EDT)
From: ghudson@MIT.EDU
Message-Id: <200809081806.OAA11950@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: ghudson
Date: 2008-09-08 14:06:00 -0400 (Mon, 08 Sep 2008)
New Revision: 23169
Added:
trunk/debathena/debathena/misc-glue/
trunk/debathena/debathena/misc-glue/debian/
trunk/debathena/debathena/misc-glue/debian/acroread
trunk/debathena/debathena/misc-glue/debian/changelog
trunk/debathena/debathena/misc-glue/debian/compat
trunk/debathena/debathena/misc-glue/debian/control
trunk/debathena/debathena/misc-glue/debian/control.in
trunk/debathena/debathena/misc-glue/debian/copyright
trunk/debathena/debathena/misc-glue/debian/debathena-misc-glue.install
trunk/debathena/debathena/misc-glue/debian/freewrl
trunk/debathena/debathena/misc-glue/debian/ivview
trunk/debathena/debathena/misc-glue/debian/lastlog
trunk/debathena/debathena/misc-glue/debian/realplay
trunk/debathena/debathena/misc-glue/debian/rules
trunk/debathena/debathena/misc-glue/debian/tellme
trunk/debathena/debathena/transcript-glue/
trunk/debathena/debathena/transcript-glue/debian/
trunk/debathena/debathena/transcript-glue/debian/afmdit
trunk/debathena/debathena/transcript-glue/debian/changelog
trunk/debathena/debathena/transcript-glue/debian/compat
trunk/debathena/debathena/transcript-glue/debian/control
trunk/debathena/debathena/transcript-glue/debian/control.in
trunk/debathena/debathena/transcript-glue/debian/copyright
trunk/debathena/debathena/transcript-glue/debian/debathena-transcript-glue.install
trunk/debathena/debathena/transcript-glue/debian/pscat
trunk/debathena/debathena/transcript-glue/debian/pscatmap
trunk/debathena/debathena/transcript-glue/debian/psdit
trunk/debathena/debathena/transcript-glue/debian/psdraft
trunk/debathena/debathena/transcript-glue/debian/pslpr
trunk/debathena/debathena/transcript-glue/debian/psplot
trunk/debathena/debathena/transcript-glue/debian/psrev
trunk/debathena/debathena/transcript-glue/debian/rules
Log:
Add new packages debathena-transcript-glue and debathena-misc-glue
containing attach-and-run scripts.
Added: trunk/debathena/debathena/misc-glue/debian/acroread
===================================================================
--- trunk/debathena/debathena/misc-glue/debian/acroread 2008-09-08 17:36:39 UTC (rev 23168)
+++ trunk/debathena/debathena/misc-glue/debian/acroread 2008-09-08 18:06:00 UTC (rev 23169)
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec attachandrun acro acroread "$0" "$@"
Property changes on: trunk/debathena/debathena/misc-glue/debian/acroread
___________________________________________________________________
Name: svn:executable
+ *
Added: trunk/debathena/debathena/misc-glue/debian/changelog
===================================================================
--- trunk/debathena/debathena/misc-glue/debian/changelog 2008-09-08 17:36:39 UTC (rev 23168)
+++ trunk/debathena/debathena/misc-glue/debian/changelog 2008-09-08 18:06:00 UTC (rev 23169)
@@ -0,0 +1,5 @@
+debathena-misc-glue (1.0) unstable; urgency=low
+
+ * Initial release.
+
+ -- Greg Hudson <ghudson@mit.edu> Mon, 08 Sep 2008 13:13:00 -0400
Added: trunk/debathena/debathena/misc-glue/debian/compat
===================================================================
--- trunk/debathena/debathena/misc-glue/debian/compat 2008-09-08 17:36:39 UTC (rev 23168)
+++ trunk/debathena/debathena/misc-glue/debian/compat 2008-09-08 18:06:00 UTC (rev 23169)
@@ -0,0 +1 @@
+4
Added: trunk/debathena/debathena/misc-glue/debian/control
===================================================================
--- trunk/debathena/debathena/misc-glue/debian/control 2008-09-08 17:36:39 UTC (rev 23168)
+++ trunk/debathena/debathena/misc-glue/debian/control 2008-09-08 18:06:00 UTC (rev 23169)
@@ -0,0 +1,13 @@
+Source: debathena-misc-glue
+Section: debathena/net
+Priority: extra
+Maintainer: Debian-Athena Project <debathena@mit.edu>
+Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.2.0)
+Standards-Version: 3.7.2
+
+Package: debathena-misc-glue
+Architecture: all
+Depends: ${misc:Depends}
+Description: Miscellaneous attach-and-run scripts for Debathena
+ This package contains attach-and-run scripts for software installed
+ in Athena lockers.
Added: trunk/debathena/debathena/misc-glue/debian/control.in
===================================================================
--- trunk/debathena/debathena/misc-glue/debian/control.in 2008-09-08 17:36:39 UTC (rev 23168)
+++ trunk/debathena/debathena/misc-glue/debian/control.in 2008-09-08 18:06:00 UTC (rev 23169)
@@ -0,0 +1,13 @@
+Source: debathena-misc-glue
+Section: debathena/net
+Priority: extra
+Maintainer: Debian-Athena Project <debathena@mit.edu>
+Build-Depends: @cdbs@
+Standards-Version: 3.7.2
+
+Package: debathena-misc-glue
+Architecture: all
+Depends: ${misc:Depends}
+Description: Miscellaneous attach-and-run scripts for Debathena
+ This package contains attach-and-run scripts for software installed
+ in Athena lockers.
Added: trunk/debathena/debathena/misc-glue/debian/copyright
===================================================================
--- trunk/debathena/debathena/misc-glue/debian/copyright 2008-09-08 17:36:39 UTC (rev 23168)
+++ trunk/debathena/debathena/misc-glue/debian/copyright 2008-09-08 18:06:00 UTC (rev 23169)
@@ -0,0 +1,11 @@
+Copyright 2008 by the Massachusetts Institute of Technology.
+
+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.
Added: trunk/debathena/debathena/misc-glue/debian/debathena-misc-glue.install
===================================================================
--- trunk/debathena/debathena/misc-glue/debian/debathena-misc-glue.install 2008-09-08 17:36:39 UTC (rev 23168)
+++ trunk/debathena/debathena/misc-glue/debian/debathena-misc-glue.install 2008-09-08 18:06:00 UTC (rev 23169)
@@ -0,0 +1,6 @@
+debian/acroread usr/bin
+debian/freewrl usr/bin
+debian/ivview usr/bin
+debian/lastlog usr/bin
+debian/realplay usr/bin
+debian/tellme usr/bin
Added: trunk/debathena/debathena/misc-glue/debian/freewrl
===================================================================
--- trunk/debathena/debathena/misc-glue/debian/freewrl 2008-09-08 17:36:39 UTC (rev 23168)
+++ trunk/debathena/debathena/misc-glue/debian/freewrl 2008-09-08 18:06:00 UTC (rev 23169)
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec attachandrun freewrl freewrl "$0" "$@"
Property changes on: trunk/debathena/debathena/misc-glue/debian/freewrl
___________________________________________________________________
Name: svn:executable
+ *
Added: trunk/debathena/debathena/misc-glue/debian/ivview
===================================================================
--- trunk/debathena/debathena/misc-glue/debian/ivview 2008-09-08 17:36:39 UTC (rev 23168)
+++ trunk/debathena/debathena/misc-glue/debian/ivview 2008-09-08 18:06:00 UTC (rev 23169)
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec attachandrun inventor ivview "$0" "$@"
Property changes on: trunk/debathena/debathena/misc-glue/debian/ivview
___________________________________________________________________
Name: svn:executable
+ *
Added: trunk/debathena/debathena/misc-glue/debian/lastlog
===================================================================
--- trunk/debathena/debathena/misc-glue/debian/lastlog 2008-09-08 17:36:39 UTC (rev 23168)
+++ trunk/debathena/debathena/misc-glue/debian/lastlog 2008-09-08 18:06:00 UTC (rev 23169)
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec attachandrun consult lastlog "$0" "$@"
Property changes on: trunk/debathena/debathena/misc-glue/debian/lastlog
___________________________________________________________________
Name: svn:executable
+ *
Added: trunk/debathena/debathena/misc-glue/debian/realplay
===================================================================
--- trunk/debathena/debathena/misc-glue/debian/realplay 2008-09-08 17:36:39 UTC (rev 23168)
+++ trunk/debathena/debathena/misc-glue/debian/realplay 2008-09-08 18:06:00 UTC (rev 23169)
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec attachandrun infoagents realplay "$0" "$@"
Property changes on: trunk/debathena/debathena/misc-glue/debian/realplay
___________________________________________________________________
Name: svn:executable
+ *
Added: trunk/debathena/debathena/misc-glue/debian/rules
===================================================================
--- trunk/debathena/debathena/misc-glue/debian/rules 2008-09-08 17:36:39 UTC (rev 23168)
+++ trunk/debathena/debathena/misc-glue/debian/rules 2008-09-08 18:06:00 UTC (rev 23169)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+DEB_AUTO_UPDATE_DEBIAN_CONTROL = 1
+include /usr/share/cdbs/1/rules/debhelper.mk
Property changes on: trunk/debathena/debathena/misc-glue/debian/rules
___________________________________________________________________
Name: svn:executable
+ *
Added: trunk/debathena/debathena/misc-glue/debian/tellme
===================================================================
--- trunk/debathena/debathena/misc-glue/debian/tellme 2008-09-08 17:36:39 UTC (rev 23168)
+++ trunk/debathena/debathena/misc-glue/debian/tellme 2008-09-08 18:06:00 UTC (rev 23169)
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+tellme=/afs/athena.mit.edu/system/config/tellme
+
+bindir=$(athdir $tellme)
+if [ -n "$bindir" -a -f "$bindir/tellme" ]; then
+ exec "$bindir/tellme" "$@"
+else
+ echo "Error: cannot find tellme executable!" >&2
+ exit 1
+fi
Property changes on: trunk/debathena/debathena/misc-glue/debian/tellme
___________________________________________________________________
Name: svn:executable
+ *
Added: trunk/debathena/debathena/transcript-glue/debian/afmdit
===================================================================
--- trunk/debathena/debathena/transcript-glue/debian/afmdit 2008-09-08 17:36:39 UTC (rev 23168)
+++ trunk/debathena/debathena/transcript-glue/debian/afmdit 2008-09-08 18:06:00 UTC (rev 23169)
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec attachandrun psutils afmdit "$0" "$@"
Property changes on: trunk/debathena/debathena/transcript-glue/debian/afmdit
___________________________________________________________________
Name: svn:executable
+ *
Added: trunk/debathena/debathena/transcript-glue/debian/changelog
===================================================================
--- trunk/debathena/debathena/transcript-glue/debian/changelog 2008-09-08 17:36:39 UTC (rev 23168)
+++ trunk/debathena/debathena/transcript-glue/debian/changelog 2008-09-08 18:06:00 UTC (rev 23169)
@@ -0,0 +1,5 @@
+debathena-transcript-glue (1.0) unstable; urgency=low
+
+ * Initial release.
+
+ -- Greg Hudson <ghudson@mit.edu> Mon, 08 Sep 2008 13:33:53 -0400
Added: trunk/debathena/debathena/transcript-glue/debian/compat
===================================================================
--- trunk/debathena/debathena/transcript-glue/debian/compat 2008-09-08 17:36:39 UTC (rev 23168)
+++ trunk/debathena/debathena/transcript-glue/debian/compat 2008-09-08 18:06:00 UTC (rev 23169)
@@ -0,0 +1 @@
+4
Added: trunk/debathena/debathena/transcript-glue/debian/control
===================================================================
--- trunk/debathena/debathena/transcript-glue/debian/control 2008-09-08 17:36:39 UTC (rev 23168)
+++ trunk/debathena/debathena/transcript-glue/debian/control 2008-09-08 18:06:00 UTC (rev 23169)
@@ -0,0 +1,13 @@
+Source: debathena-transcript-glue
+Section: debathena/net
+Priority: extra
+Maintainer: Debian-Athena Project <debathena@mit.edu>
+Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.2.0)
+Standards-Version: 3.7.2
+
+Package: debathena-transcript-glue
+Architecture: all
+Depends: ${misc:Depends}
+Description: Transcript attach-and-run scripts for Debathena
+ This package contains attach-and-run scripts for Transcript software
+ installed in the psutils locker.
Added: trunk/debathena/debathena/transcript-glue/debian/control.in
===================================================================
--- trunk/debathena/debathena/transcript-glue/debian/control.in 2008-09-08 17:36:39 UTC (rev 23168)
+++ trunk/debathena/debathena/transcript-glue/debian/control.in 2008-09-08 18:06:00 UTC (rev 23169)
@@ -0,0 +1,13 @@
+Source: debathena-transcript-glue
+Section: debathena/net
+Priority: extra
+Maintainer: Debian-Athena Project <debathena@mit.edu>
+Build-Depends: @cdbs@
+Standards-Version: 3.7.2
+
+Package: debathena-transcript-glue
+Architecture: all
+Depends: ${misc:Depends}
+Description: Transcript attach-and-run scripts for Debathena
+ This package contains attach-and-run scripts for Transcript software
+ installed in the psutils locker.
Added: trunk/debathena/debathena/transcript-glue/debian/copyright
===================================================================
--- trunk/debathena/debathena/transcript-glue/debian/copyright 2008-09-08 17:36:39 UTC (rev 23168)
+++ trunk/debathena/debathena/transcript-glue/debian/copyright 2008-09-08 18:06:00 UTC (rev 23169)
@@ -0,0 +1,11 @@
+Copyright 2008 by the Massachusetts Institute of Technology.
+
+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.
Added: trunk/debathena/debathena/transcript-glue/debian/debathena-transcript-glue.install
===================================================================
--- trunk/debathena/debathena/transcript-glue/debian/debathena-transcript-glue.install 2008-09-08 17:36:39 UTC (rev 23168)
+++ trunk/debathena/debathena/transcript-glue/debian/debathena-transcript-glue.install 2008-09-08 18:06:00 UTC (rev 23169)
@@ -0,0 +1,8 @@
+debian/afmdit usr/bin
+debian/pscat usr/bin
+debian/pscatmap usr/bin
+debian/psdit usr/bin
+debian/psdraft usr/bin
+debian/pslpr usr/bin
+debian/psplot usr/bin
+debian/psrev usr/bin
Added: trunk/debathena/debathena/transcript-glue/debian/pscat
===================================================================
--- trunk/debathena/debathena/transcript-glue/debian/pscat 2008-09-08 17:36:39 UTC (rev 23168)
+++ trunk/debathena/debathena/transcript-glue/debian/pscat 2008-09-08 18:06:00 UTC (rev 23169)
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec attachandrun psutils pscat "$0" "$@"
Property changes on: trunk/debathena/debathena/transcript-glue/debian/pscat
___________________________________________________________________
Name: svn:executable
+ *
Added: trunk/debathena/debathena/transcript-glue/debian/pscatmap
===================================================================
--- trunk/debathena/debathena/transcript-glue/debian/pscatmap 2008-09-08 17:36:39 UTC (rev 23168)
+++ trunk/debathena/debathena/transcript-glue/debian/pscatmap 2008-09-08 18:06:00 UTC (rev 23169)
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec attachandrun psutils pscatmap "$0" "$@"
Property changes on: trunk/debathena/debathena/transcript-glue/debian/pscatmap
___________________________________________________________________
Name: svn:executable
+ *
Added: trunk/debathena/debathena/transcript-glue/debian/psdit
===================================================================
--- trunk/debathena/debathena/transcript-glue/debian/psdit 2008-09-08 17:36:39 UTC (rev 23168)
+++ trunk/debathena/debathena/transcript-glue/debian/psdit 2008-09-08 18:06:00 UTC (rev 23169)
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec attachandrun psutils psdit "$0" "$@"
Property changes on: trunk/debathena/debathena/transcript-glue/debian/psdit
___________________________________________________________________
Name: svn:executable
+ *
Added: trunk/debathena/debathena/transcript-glue/debian/psdraft
===================================================================
--- trunk/debathena/debathena/transcript-glue/debian/psdraft 2008-09-08 17:36:39 UTC (rev 23168)
+++ trunk/debathena/debathena/transcript-glue/debian/psdraft 2008-09-08 18:06:00 UTC (rev 23169)
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec attachandrun psutils psdraft "$0" "$@"
Property changes on: trunk/debathena/debathena/transcript-glue/debian/psdraft
___________________________________________________________________
Name: svn:executable
+ *
Added: trunk/debathena/debathena/transcript-glue/debian/pslpr
===================================================================
--- trunk/debathena/debathena/transcript-glue/debian/pslpr 2008-09-08 17:36:39 UTC (rev 23168)
+++ trunk/debathena/debathena/transcript-glue/debian/pslpr 2008-09-08 18:06:00 UTC (rev 23169)
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec attachandrun psutils pslpr "$0" "$@"
Property changes on: trunk/debathena/debathena/transcript-glue/debian/pslpr
___________________________________________________________________
Name: svn:executable
+ *
Added: trunk/debathena/debathena/transcript-glue/debian/psplot
===================================================================
--- trunk/debathena/debathena/transcript-glue/debian/psplot 2008-09-08 17:36:39 UTC (rev 23168)
+++ trunk/debathena/debathena/transcript-glue/debian/psplot 2008-09-08 18:06:00 UTC (rev 23169)
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec attachandrun psutils psplot "$0" "$@"
Property changes on: trunk/debathena/debathena/transcript-glue/debian/psplot
___________________________________________________________________
Name: svn:executable
+ *
Added: trunk/debathena/debathena/transcript-glue/debian/psrev
===================================================================
--- trunk/debathena/debathena/transcript-glue/debian/psrev 2008-09-08 17:36:39 UTC (rev 23168)
+++ trunk/debathena/debathena/transcript-glue/debian/psrev 2008-09-08 18:06:00 UTC (rev 23169)
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec attachandrun psutils psrev "$0" "$@"
Property changes on: trunk/debathena/debathena/transcript-glue/debian/psrev
___________________________________________________________________
Name: svn:executable
+ *
Added: trunk/debathena/debathena/transcript-glue/debian/rules
===================================================================
--- trunk/debathena/debathena/transcript-glue/debian/rules 2008-09-08 17:36:39 UTC (rev 23168)
+++ trunk/debathena/debathena/transcript-glue/debian/rules 2008-09-08 18:06:00 UTC (rev 23169)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+DEB_AUTO_UPDATE_DEBIAN_CONTROL = 1
+include /usr/share/cdbs/1/rules/debhelper.mk
Property changes on: trunk/debathena/debathena/transcript-glue/debian/rules
___________________________________________________________________
Name: svn:executable
+ *