Index: /server/common/oursrc/sqladm/debian/changelog
===================================================================
--- /server/common/oursrc/sqladm/debian/changelog	(revision 105)
+++ /server/common/oursrc/sqladm/debian/changelog	(revision 105)
@@ -0,0 +1,5 @@
+scripts-sqladm (0.0.56) unstable; urgency=low
+
+  * Initial release.
+
+ -- Tim Abbott <tabbott@mit.edu>  Tue, 16 Jan 2007 04:07:53 -0500
Index: /server/common/oursrc/sqladm/debian/compat
===================================================================
--- /server/common/oursrc/sqladm/debian/compat	(revision 105)
+++ /server/common/oursrc/sqladm/debian/compat	(revision 105)
@@ -0,0 +1,1 @@
+5
Index: /server/common/oursrc/sqladm/debian/control
===================================================================
--- /server/common/oursrc/sqladm/debian/control	(revision 105)
+++ /server/common/oursrc/sqladm/debian/control	(revision 105)
@@ -0,0 +1,12 @@
+Source: scripts-sqladm
+Section: admin
+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-sqladm
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: scripts.mit.edu Tokensys package
+ Tokensys.
Index: /server/common/oursrc/sqladm/debian/control.in
===================================================================
--- /server/common/oursrc/sqladm/debian/control.in	(revision 105)
+++ /server/common/oursrc/sqladm/debian/control.in	(revision 105)
@@ -0,0 +1,12 @@
+Source: scripts-sqladm
+Section: admin
+Priority: optional
+Maintainer: Tim Abbott <tabbott@mit.edu>
+Build-Depends: @cdbs@
+Standards-Version: 3.7.2
+
+Package: scripts-sqladm
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: scripts.mit.edu Tokensys package
+ Tokensys.
Index: /server/common/oursrc/sqladm/debian/copyright
===================================================================
--- /server/common/oursrc/sqladm/debian/copyright	(revision 105)
+++ /server/common/oursrc/sqladm/debian/copyright	(revision 105)
@@ -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/sqladm/debian/rules
===================================================================
--- /server/common/oursrc/sqladm/debian/rules	(revision 105)
+++ /server/common/oursrc/sqladm/debian/rules	(revision 105)
@@ -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-sqluid=50 --with-sqlgid=50
+DEB_MAKE_INVOKE += prefix=/usr/local
+
