[27873] in Source-Commits
rs commit: Remove Debian packaging from master
daemon@ATHENA.MIT.EDU (Victor Vasiliev)
Sun Mar 16 01:29:08 2014
Date: Sun, 16 Mar 2014 01:28:51 -0400
From: Victor Vasiliev <vasilvv@MIT.EDU>
Message-Id: <201403160528.s2G5SpuY021823@drugstore.mit.edu>
To: source-commits@MIT.EDU
https://github.com/mit-athena/rs/commit/d986f0439ea24d0cbd84983b438a2f8b54ea340a
commit d986f0439ea24d0cbd84983b438a2f8b54ea340a
Author: Victor Vasiliev <vasilvv@mit.edu>
Date: Sun Mar 16 01:12:36 2014 -0400
Remove Debian packaging from master
debian/changelog | 48 ---------------------------
debian/compat | 1 -
debian/control | 14 --------
debian/copyright | 40 ----------------------
debian/patches/linux-compatibility.patch | 53 ------------------------------
debian/patches/series | 1 -
debian/rules | 3 --
debian/source/format | 1 -
8 files changed, 0 insertions(+), 161 deletions(-)
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index 8eb25d1..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,48 +0,0 @@
-debathena-rs (10.0.5-0debathena1) UNRELEASED; urgency=low
-
- * Add VERSION file
-
- -- Victor Vasiliev <vasilvv@mit.edu> Sun, 16 Mar 2014 01:05:24 -0400
-
-debathena-rs (10.0.4-0debathena1) unstable; urgency=low
-
- [ Jonathan Reed ]
- * Bump debian/compat to 6
-
- [ Alexander Chernyakhovsky ]
- * Import FreeBSD rs (Sun Nov 6 08:16:35 2011 +0000)
- * Switch to dh7
- * Switch to source format 3.0 (quilt)
- * Bump debian/compat to 7
- * Bump standards version to 3.9.3
-
- -- Jonathan Reed <jdreed@mit.edu> Sun, 12 May 2013 21:17:46 -0400
-
-debathena-rs (10.0.3) unstable; urgency=low
-
- * Rename getline to rs_getline to avoid conflicting with the getline in
- <stdio.h>.
-
- -- Evan Broder <broder@mit.edu> Thu, 29 Oct 2009 22:23:09 -0400
-
-debathena-rs (10.0.2) unstable; urgency=low
-
- * Remove BSD license 4th clause, as per
- <ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change>.
-
- -- Tim Abbott <tabbott@mit.edu> Sat, 31 Jan 2009 19:48:14 -0500
-
-debathena-rs (10.0.1) unstable; urgency=low
-
- * Remove DEB_AUTO_UPDATE_DEBIAN_CONTROL.
- * Change "Debian-Athena Project" to "Debathena Project".
- * Remove debian/control from version control.
- * Clean up debian/copyright.
-
- -- Tim Abbott <tabbott@mit.edu> Sat, 24 Jan 2009 19:48:09 -0500
-
-debathena-rs (10.0.0) unstable; urgency=low
-
- * Initial release.
-
- -- Robert Basch <rbasch@mit.edu> Sat, 11 Oct 2008 17:07:44 -0400
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index 7f8f011..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-7
diff --git a/debian/control b/debian/control
deleted file mode 100644
index e862696..0000000
--- a/debian/control
+++ /dev/null
@@ -1,14 +0,0 @@
-Source: debathena-rs
-Section: debathena/text
-Priority: extra
-Maintainer: Debathena Project <debathena@mit.edu>
-Build-Depends: debhelper (>= 7)
-Standards-Version: 3.9.3
-
-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.
-
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644
index 352277c..0000000
--- a/debian/copyright
+++ /dev/null
@@ -1,40 +0,0 @@
-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. 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 Debathena Project <http://debathena.mit.edu> of the MIT
-Student Information Processing Board.
diff --git a/debian/patches/linux-compatibility.patch b/debian/patches/linux-compatibility.patch
deleted file mode 100644
index 5969bb2..0000000
--- a/debian/patches/linux-compatibility.patch
+++ /dev/null
@@ -1,53 +0,0 @@
---- a/rs.c
-+++ b/rs.c
-@@ -44,7 +44,6 @@
- */
-
- #include <sys/cdefs.h>
--__FBSDID("$FreeBSD$");
-
- #include <err.h>
- #include <ctype.h>
-@@ -93,7 +92,7 @@
-
- static void getargs(int, char *[]);
- static void getfile(void);
--static int getline(void);
-+static int rs_getline(void);
- static char *getlist(short **, char *);
- static char *getnum(int *, char *, int);
- static char **getptrs(char **);
-@@ -133,13 +132,13 @@
- char **padto;
-
- while (skip--) {
-- c = getline();
-+ c = rs_getline();
- if (flags & SKIPPRINT)
- puts(curline);
- if (c == EOF)
- return;
- }
-- getline();
-+ rs_getline();
- if (flags & NOARGS && curlen < owidth)
- flags |= ONEPERLINE;
- if (flags & ONEPERLINE)
-@@ -184,7 +183,7 @@
- INCR(ep);
- }
- }
-- } while (getline() != EOF);
-+ } while (rs_getline() != EOF);
- *ep = 0; /* mark end of pointers */
- nelem = ep - elem;
- }
-@@ -333,7 +332,7 @@
- static char ibuf[BSIZE];
-
- static int
--getline(void) /* get line; maintain curline, curlen; manage storage */
-+rs_getline(void) /* get line; maintain curline, curlen; manage storage */
- {
- static int putlength;
- static char *endblock = ibuf + BSIZE;
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 9c2ac6c..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-linux-compatibility.patch
diff --git a/debian/rules b/debian/rules
deleted file mode 100755
index cbe925d..0000000
--- a/debian/rules
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/usr/bin/make -f
-%:
- dh $@
diff --git a/debian/source/format b/debian/source/format
deleted file mode 100644
index 163aaf8..0000000
--- a/debian/source/format
+++ /dev/null
@@ -1 +0,0 @@
-3.0 (quilt)