Index: /server/common/oursrc/execsys/debian/changelog
===================================================================
--- /server/common/oursrc/execsys/debian/changelog	(revision 106)
+++ /server/common/oursrc/execsys/debian/changelog	(revision 106)
@@ -0,0 +1,5 @@
+scripts-execsys (0.0.36) unstable; urgency=low
+
+  * Initial release.
+
+ -- Tim Abbott <tabbott@mit.edu>  Tue, 16 Jan 2007 17:43:16 -0500
Index: /server/common/oursrc/execsys/debian/compat
===================================================================
--- /server/common/oursrc/execsys/debian/compat	(revision 106)
+++ /server/common/oursrc/execsys/debian/compat	(revision 106)
@@ -0,0 +1,1 @@
+5
Index: /server/common/oursrc/execsys/debian/control
===================================================================
--- /server/common/oursrc/execsys/debian/control	(revision 106)
+++ /server/common/oursrc/execsys/debian/control	(revision 106)
@@ -0,0 +1,12 @@
+Source: scripts-execsys
+Section: web
+Priority: optional
+Maintainer: Tim Abbott <tabbott@mit.edu>
+Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), autoconf
+Standards-Version: 3.7.2
+
+Package: scripts-execsys
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, perl, python, php5-cgi
+Description: scripts.mit.edu Execsys package
+ Execsys.
Index: /server/common/oursrc/execsys/debian/control.in
===================================================================
--- /server/common/oursrc/execsys/debian/control.in	(revision 106)
+++ /server/common/oursrc/execsys/debian/control.in	(revision 106)
@@ -0,0 +1,18 @@
+Source: scripts-execsys
+Section: web
+Priority: optional
+Maintainer: Tim Abbott <tabbott@mit.edu>
+Build-Depends: @cdbs@
+Standards-Version: 3.7.2
+
+Package: scripts-execsys
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, perl, python, php5-cgi
+Description: scripts.mit.edu Execsys system
+ This package registers an interpreter based on cat for common files
+ that are statically served to the web, such as .html or .jpg files,
+ so that they can be executed as CGI scripts.
+ .
+ This is important for the scripts.mit.edu system because for security
+ reasons, Apache cannot read these files unless they are "executed" as
+ CGI scripts.
Index: /server/common/oursrc/execsys/debian/copyright
===================================================================
--- /server/common/oursrc/execsys/debian/copyright	(revision 106)
+++ /server/common/oursrc/execsys/debian/copyright	(revision 106)
@@ -0,0 +1,25 @@
+This is part of the Debian packaged version of the scripts.mit.edu
+distribution.
+
+This package is maintained by Tim Abbott <tabbott@mit.edu> and
+built from sources obtained from:
+  https://scripts.mit.edu:1111/
+
+Copyright (C) 2003-2006 Jeff Arnold and Joe Presbrey
+
+  This package 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 2 of the License, or
+  (at your option) any later version.
+
+  This package 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 package; if not, write to the Free Software
+  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
Index: /server/common/oursrc/execsys/debian/rules
===================================================================
--- /server/common/oursrc/execsys/debian/rules	(revision 106)
+++ /server/common/oursrc/execsys/debian/rules	(revision 106)
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+DEB_AUTO_UPDATE_DEBIAN_CONTROL = 1
+DEB_AUTO_UPDATE_AUTOCONF = 1
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+
+DEB_CONFIGURE_EXTRA_FLAGS += --with-pl=/usr/bin/perl --with-php=/usr/bin/php-cgi --with-py=/usr/bin/python
+DEB_MAKE_INVOKE += SYSCATPATH=/usr/local/sbin APACHEDIR=/etc/apache2 prefix=/usr/local
+DEB_DH_INSTALLINIT_ARGS += --name execsys-binfmt -o
Index: /server/common/oursrc/execsys/debian/scripts-execsys.postinst
===================================================================
--- /server/common/oursrc/execsys/debian/scripts-execsys.postinst	(revision 106)
+++ /server/common/oursrc/execsys/debian/scripts-execsys.postinst	(revision 106)
@@ -0,0 +1,6 @@
+#!/bin/sh
+set -e
+
+#DEBHELPER#
+
+exit 0
Index: /server/common/oursrc/execsys/debian/scripts-execsys.postrm
===================================================================
--- /server/common/oursrc/execsys/debian/scripts-execsys.postrm	(revision 106)
+++ /server/common/oursrc/execsys/debian/scripts-execsys.postrm	(revision 106)
@@ -0,0 +1,6 @@
+#!/bin/sh
+set -e
+
+#DEBHELPER#
+
+exit 0
