[23557] in Source-Commits
/svn/athena r23198 - in trunk/athena/bin/dent: . debian
daemon@ATHENA.MIT.EDU (rbasch@MIT.EDU)
Sat Oct 4 16:50:39 2008
Date: Sat, 4 Oct 2008 16:50:28 -0400 (EDT)
From: rbasch@MIT.EDU
Message-Id: <200810042050.QAA05966@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: rbasch
Date: 2008-10-04 16:50:28 -0400 (Sat, 04 Oct 2008)
New Revision: 23198
Added:
trunk/athena/bin/dent/debian/
trunk/athena/bin/dent/debian/changelog
trunk/athena/bin/dent/debian/compat
trunk/athena/bin/dent/debian/control
trunk/athena/bin/dent/debian/control.in
trunk/athena/bin/dent/debian/copyright
trunk/athena/bin/dent/debian/rules
Log:
Package dent.
Added: trunk/athena/bin/dent/debian/changelog
===================================================================
--- trunk/athena/bin/dent/debian/changelog 2008-10-04 04:29:16 UTC (rev 23197)
+++ trunk/athena/bin/dent/debian/changelog 2008-10-04 20:50:28 UTC (rev 23198)
@@ -0,0 +1,5 @@
+debathena-dent (10.0.0) unstable; urgency=low
+
+ * Initial release.
+
+ -- Robert Basch <rbasch@mit.edu> Sat, 04 Oct 2008 16:17:24 -0400
Added: trunk/athena/bin/dent/debian/compat
===================================================================
--- trunk/athena/bin/dent/debian/compat 2008-10-04 04:29:16 UTC (rev 23197)
+++ trunk/athena/bin/dent/debian/compat 2008-10-04 20:50:28 UTC (rev 23198)
@@ -0,0 +1 @@
+4
Added: trunk/athena/bin/dent/debian/control
===================================================================
--- trunk/athena/bin/dent/debian/control 2008-10-04 04:29:16 UTC (rev 23197)
+++ trunk/athena/bin/dent/debian/control 2008-10-04 20:50:28 UTC (rev 23198)
@@ -0,0 +1,13 @@
+Source: debathena-dent
+Section: debathena/text
+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-dent
+Architecture: any
+Provides: dent
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: An Athena utility to indent files
+ The dent utility indents files by a fixed number of spaces.
Added: trunk/athena/bin/dent/debian/control.in
===================================================================
--- trunk/athena/bin/dent/debian/control.in 2008-10-04 04:29:16 UTC (rev 23197)
+++ trunk/athena/bin/dent/debian/control.in 2008-10-04 20:50:28 UTC (rev 23198)
@@ -0,0 +1,13 @@
+Source: debathena-dent
+Section: debathena/text
+Priority: extra
+Maintainer: Debian-Athena Project <debathena@mit.edu>
+Build-Depends: @cdbs@
+Standards-Version: 3.7.2
+
+Package: debathena-dent
+Architecture: any
+Provides: dent
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: An Athena utility to indent files
+ The dent utility indents files by a fixed number of spaces.
Added: trunk/athena/bin/dent/debian/copyright
===================================================================
--- trunk/athena/bin/dent/debian/copyright 2008-10-04 04:29:16 UTC (rev 23197)
+++ trunk/athena/bin/dent/debian/copyright 2008-10-04 20:50:28 UTC (rev 23198)
@@ -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/dent/debian/rules
===================================================================
--- trunk/athena/bin/dent/debian/rules 2008-10-04 04:29:16 UTC (rev 23197)
+++ trunk/athena/bin/dent/debian/rules 2008-10-04 20:50:28 UTC (rev 23198)
@@ -0,0 +1,9 @@
+#!/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
+
+clean::
+ rm -f configure
Property changes on: trunk/athena/bin/dent/debian/rules
___________________________________________________________________
Name: svn:executable
+ *