[23566] in Source-Commits
/svn/athena r23207 - in trunk/third/rs: . debian
daemon@ATHENA.MIT.EDU (rbasch@MIT.EDU)
Sun Oct 12 15:50:19 2008
Date: Sun, 12 Oct 2008 15:50:02 -0400 (EDT)
From: rbasch@MIT.EDU
Message-Id: <200810121950.PAA14298@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: rbasch
Date: 2008-10-12 15:50:02 -0400 (Sun, 12 Oct 2008)
New Revision: 23207
Added:
trunk/third/rs/debian/
trunk/third/rs/debian/changelog
trunk/third/rs/debian/compat
trunk/third/rs/debian/control
trunk/third/rs/debian/control.in
trunk/third/rs/debian/copyright
trunk/third/rs/debian/rules
Log:
Package rs.
Added: trunk/third/rs/debian/changelog
===================================================================
--- trunk/third/rs/debian/changelog 2008-10-12 19:48:13 UTC (rev 23206)
+++ trunk/third/rs/debian/changelog 2008-10-12 19:50:02 UTC (rev 23207)
@@ -0,0 +1,5 @@
+debathena-rs (10.0.0) unstable; urgency=low
+
+ * Initial release.
+
+ -- Robert Basch <rbasch@mit.edu> Sat, 11 Oct 2008 17:07:44 -0400
Added: trunk/third/rs/debian/compat
===================================================================
--- trunk/third/rs/debian/compat 2008-10-12 19:48:13 UTC (rev 23206)
+++ trunk/third/rs/debian/compat 2008-10-12 19:50:02 UTC (rev 23207)
@@ -0,0 +1 @@
+4
Added: trunk/third/rs/debian/control
===================================================================
--- trunk/third/rs/debian/control 2008-10-12 19:48:13 UTC (rev 23206)
+++ trunk/third/rs/debian/control 2008-10-12 19:50:02 UTC (rev 23207)
@@ -0,0 +1,14 @@
+Source: debathena-rs
+Section: debathena/text
+Priority: extra
+Maintainer: Debian-Athena Project <debathena@mit.edu>
+Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.2.0)
+Standards-Version: 3.7.2
+
+Package: debathena-rs
+Architecture: any
+Provides: rs
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Reshape a data array
+ rs reshapes data arrays according to various transform possibilities.
+
Added: trunk/third/rs/debian/control.in
===================================================================
--- trunk/third/rs/debian/control.in 2008-10-12 19:48:13 UTC (rev 23206)
+++ trunk/third/rs/debian/control.in 2008-10-12 19:50:02 UTC (rev 23207)
@@ -0,0 +1,14 @@
+Source: debathena-rs
+Section: debathena/text
+Priority: extra
+Maintainer: Debian-Athena Project <debathena@mit.edu>
+Build-Depends: @cdbs@
+Standards-Version: 3.7.2
+
+Package: debathena-rs
+Architecture: any
+Provides: rs
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Reshape a data array
+ rs reshapes data arrays according to various transform possibilities.
+
Added: trunk/third/rs/debian/copyright
===================================================================
--- trunk/third/rs/debian/copyright 2008-10-12 19:48:13 UTC (rev 23206)
+++ trunk/third/rs/debian/copyright 2008-10-12 19:50:02 UTC (rev 23207)
@@ -0,0 +1,44 @@
+The package was downloaded from:
+NetBSD (ftp.netbsd.org), usr.bin/rs
+
+Author:
+John Kunze, UCB
+
+Copyright:
+/*-
+ * Copyright (c) 1993
+ * The Regents of the University of California. All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ * notice, this list of conditions and the following disclaimer in the
+ * documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ * must display the following acknowledgement:
+ * This product includes software developed by the University of
+ * California, Berkeley and its contributors.
+ * 4. Neither the name of the University nor the names of its contributors
+ * may be used to endorse or promote products derived from this software
+ * without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ */
+
+This Debian package was created for the Massachusetts Institute of
+Technology's Athena 10 release <http://athena10.mit.edu/>, which is
+based on the Debian-Athena Project <http://web.mit.edu/debathena/www/>
+of the MIT Student Information Processing Board.
Added: trunk/third/rs/debian/rules
===================================================================
--- trunk/third/rs/debian/rules 2008-10-12 19:48:13 UTC (rev 23206)
+++ trunk/third/rs/debian/rules 2008-10-12 19:50:02 UTC (rev 23207)
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+DEB_AUTO_UPDATE_DEBIAN_CONTROL = 1
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/makefile.mk
+
+DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(DEB_DESTDIR)
Property changes on: trunk/third/rs/debian/rules
___________________________________________________________________
Name: svn:executable
+ *