[23562] in Source-Commits
/svn/athena r23203 - in trunk/athena/etc/gettime: . debian
daemon@ATHENA.MIT.EDU (rbasch@MIT.EDU)
Fri Oct 10 17:43:59 2008
Date: Fri, 10 Oct 2008 17:43:28 -0400 (EDT)
From: rbasch@MIT.EDU
Message-Id: <200810102143.RAA23125@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: rbasch
Date: 2008-10-10 17:43:27 -0400 (Fri, 10 Oct 2008)
New Revision: 23203
Added:
trunk/athena/etc/gettime/debian/
trunk/athena/etc/gettime/debian/changelog
trunk/athena/etc/gettime/debian/compat
trunk/athena/etc/gettime/debian/control
trunk/athena/etc/gettime/debian/control.in
trunk/athena/etc/gettime/debian/copyright
trunk/athena/etc/gettime/debian/rules
Log:
Package gettime.
Added: trunk/athena/etc/gettime/debian/changelog
===================================================================
--- trunk/athena/etc/gettime/debian/changelog 2008-10-10 21:37:19 UTC (rev 23202)
+++ trunk/athena/etc/gettime/debian/changelog 2008-10-10 21:43:27 UTC (rev 23203)
@@ -0,0 +1,5 @@
+debathena-gettime (10.0.0) unstable; urgency=low
+
+ * Initial release.
+
+ -- Robert Basch <rbasch@mit.edu> Fri, 10 Oct 2008 17:37:43 -0400
Added: trunk/athena/etc/gettime/debian/compat
===================================================================
--- trunk/athena/etc/gettime/debian/compat 2008-10-10 21:37:19 UTC (rev 23202)
+++ trunk/athena/etc/gettime/debian/compat 2008-10-10 21:43:27 UTC (rev 23203)
@@ -0,0 +1 @@
+4
Added: trunk/athena/etc/gettime/debian/control
===================================================================
--- trunk/athena/etc/gettime/debian/control 2008-10-10 21:37:19 UTC (rev 23202)
+++ trunk/athena/etc/gettime/debian/control 2008-10-10 21:43:27 UTC (rev 23203)
@@ -0,0 +1,14 @@
+Source: debathena-gettime
+Section: debathena/net
+Priority: extra
+Maintainer: Debian-Athena Project <debathena@mit.edu>
+Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.2.0), autoconf
+Standards-Version: 3.7.2
+
+Package: debathena-gettime
+Architecture: any
+Provides: gettime
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: An Athena program to sychronize the clock with a remote host
+ Contact a remote machine and synchronize the local clock with that
+ machine's clock.
Added: trunk/athena/etc/gettime/debian/control.in
===================================================================
--- trunk/athena/etc/gettime/debian/control.in 2008-10-10 21:37:19 UTC (rev 23202)
+++ trunk/athena/etc/gettime/debian/control.in 2008-10-10 21:43:27 UTC (rev 23203)
@@ -0,0 +1,14 @@
+Source: debathena-gettime
+Section: debathena/net
+Priority: extra
+Maintainer: Debian-Athena Project <debathena@mit.edu>
+Build-Depends: @cdbs@
+Standards-Version: 3.7.2
+
+Package: debathena-gettime
+Architecture: any
+Provides: gettime
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: An Athena program to sychronize the clock with a remote host
+ Contact a remote machine and synchronize the local clock with that
+ machine's clock.
Added: trunk/athena/etc/gettime/debian/copyright
===================================================================
--- trunk/athena/etc/gettime/debian/copyright 2008-10-10 21:37:19 UTC (rev 23202)
+++ trunk/athena/etc/gettime/debian/copyright 2008-10-10 21:43:27 UTC (rev 23203)
@@ -0,0 +1,20 @@
+The Athena source code was obtained from the Athena CVS repository at
+/afs/dev.mit.edu/source, and is licensed as follows:
+
+ Copyright 1996 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.
+
+This Debian package was created as part of the Debian-Athena Project
+<http://web.mit.edu/debathena/www/> of the MIT Student Information
+Processing Board, and is released to the public domain.
Added: trunk/athena/etc/gettime/debian/rules
===================================================================
--- trunk/athena/etc/gettime/debian/rules 2008-10-10 21:37:19 UTC (rev 23202)
+++ trunk/athena/etc/gettime/debian/rules 2008-10-10 21:43:27 UTC (rev 23203)
@@ -0,0 +1,11 @@
+#!/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 += lsbindir=/sbin
+
+clean::
+ rm -f configure
Property changes on: trunk/athena/etc/gettime/debian/rules
___________________________________________________________________
Name: svn:executable
+ *