[23560] in Source-Commits

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

/svn/athena r23201 - in trunk/athena/bin/syncupdate: . debian

daemon@ATHENA.MIT.EDU (rbasch@MIT.EDU)
Tue Oct 7 18:54:56 2008

Date: Tue, 7 Oct 2008 18:54:23 -0400 (EDT)
From: rbasch@MIT.EDU
Message-Id: <200810072254.SAA12799@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: rbasch
Date: 2008-10-07 18:54:23 -0400 (Tue, 07 Oct 2008)
New Revision: 23201

Added:
   trunk/athena/bin/syncupdate/debian/
   trunk/athena/bin/syncupdate/debian/changelog
   trunk/athena/bin/syncupdate/debian/compat
   trunk/athena/bin/syncupdate/debian/control
   trunk/athena/bin/syncupdate/debian/control.in
   trunk/athena/bin/syncupdate/debian/copyright
   trunk/athena/bin/syncupdate/debian/rules
Log:
Package syncupdate.


Added: trunk/athena/bin/syncupdate/debian/changelog
===================================================================
--- trunk/athena/bin/syncupdate/debian/changelog	2008-10-07 01:36:50 UTC (rev 23200)
+++ trunk/athena/bin/syncupdate/debian/changelog	2008-10-07 22:54:23 UTC (rev 23201)
@@ -0,0 +1,5 @@
+debathena-syncupdate (10.0.0) unstable; urgency=low
+
+  * Initial release.
+
+ -- Robert Basch <rbasch@mit.edu>  Tue, 07 Oct 2008 18:45:46 -0400

Added: trunk/athena/bin/syncupdate/debian/compat
===================================================================
--- trunk/athena/bin/syncupdate/debian/compat	2008-10-07 01:36:50 UTC (rev 23200)
+++ trunk/athena/bin/syncupdate/debian/compat	2008-10-07 22:54:23 UTC (rev 23201)
@@ -0,0 +1 @@
+4

Added: trunk/athena/bin/syncupdate/debian/control
===================================================================
--- trunk/athena/bin/syncupdate/debian/control	2008-10-07 01:36:50 UTC (rev 23200)
+++ trunk/athena/bin/syncupdate/debian/control	2008-10-07 22:54:23 UTC (rev 23201)
@@ -0,0 +1,15 @@
+Source: debathena-syncupdate
+Section: debathena/utils
+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-syncupdate
+Architecture: any
+Provides: syncupdate
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: An Athena utility to sync files to disk before updating them
+ The syncupdate utility provides a way to update files without fear
+ that the updated file might contain garbled or partial data if the
+ machine crashes before the data is written out to disk.

Added: trunk/athena/bin/syncupdate/debian/control.in
===================================================================
--- trunk/athena/bin/syncupdate/debian/control.in	2008-10-07 01:36:50 UTC (rev 23200)
+++ trunk/athena/bin/syncupdate/debian/control.in	2008-10-07 22:54:23 UTC (rev 23201)
@@ -0,0 +1,15 @@
+Source: debathena-syncupdate
+Section: debathena/utils
+Priority: extra
+Maintainer: Debian-Athena Project <debathena@mit.edu>
+Build-Depends: @cdbs@
+Standards-Version: 3.7.2
+
+Package: debathena-syncupdate
+Architecture: any
+Provides: syncupdate
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: An Athena utility to sync files to disk before updating them
+ The syncupdate utility provides a way to update files without fear
+ that the updated file might contain garbled or partial data if the
+ machine crashes before the data is written out to disk.

Added: trunk/athena/bin/syncupdate/debian/copyright
===================================================================
--- trunk/athena/bin/syncupdate/debian/copyright	2008-10-07 01:36:50 UTC (rev 23200)
+++ trunk/athena/bin/syncupdate/debian/copyright	2008-10-07 22:54:23 UTC (rev 23201)
@@ -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/bin/syncupdate/debian/rules
===================================================================
--- trunk/athena/bin/syncupdate/debian/rules	2008-10-07 01:36:50 UTC (rev 23200)
+++ trunk/athena/bin/syncupdate/debian/rules	2008-10-07 22:54:23 UTC (rev 23201)
@@ -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 += lbindir=/bin
+
+clean::
+	rm -f configure


Property changes on: trunk/athena/bin/syncupdate/debian/rules
___________________________________________________________________
Name: svn:executable
   + *


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