[27870] in Source-Commits

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

lam commit: Remove Debian packaging from master

daemon@ATHENA.MIT.EDU (Victor Vasiliev)
Sun Mar 16 01:14:00 2014

Date: Sun, 16 Mar 2014 01:13:22 -0400
From: Victor Vasiliev <vasilvv@MIT.EDU>
Message-Id: <201403160513.s2G5DMCC004277@drugstore.mit.edu>
To: source-commits@MIT.EDU

https://github.com/mit-athena/lam/commit/baed749bb89057a793befee14cf67d8853b94cf2
commit baed749bb89057a793befee14cf67d8853b94cf2
Author: Victor Vasiliev <vasilvv@mit.edu>
Date:   Sun Mar 16 00:57:11 2014 -0400

    Remove Debian packaging from master

 debian/changelog                         |   45 ------------------------------
 debian/compat                            |    1 -
 debian/control                           |   15 ----------
 debian/copyright                         |   40 --------------------------
 debian/patches/linux-compatibility.patch |   18 ------------
 debian/patches/series                    |    1 -
 debian/rules                             |    3 --
 debian/source/format                     |    1 -
 8 files changed, 0 insertions(+), 124 deletions(-)

diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index 19b1234..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,45 +0,0 @@
-debathena-lam (10.0.5-0debathena1) UNRELEASED; urgency=low
-
-  * Add VERSION file
-
- -- Victor Vasiliev <vasilvv@mit.edu>  Sun, 16 Mar 2014 00:54:17 -0400
-
-debathena-lam (10.0.4-0debathena1) unstable; urgency=low
-
-  [ Jonathon Reed ]
-  * Bump debian/compat to 6
-
-  [ Alexander Chernyakhovsky ]
-  * Import FreeBSD lam (Sun Nov 6 18:49:41 2011 +0000)
-  * Switch to dh7
-  * Switch to source format 3.0 (quilt)
-
- -- Jonathan Reed <jdreed@mit.edu>  Sun, 12 May 2013 21:02:49 -0400
-
-debathena-lam (10.0.3) unstable; urgency=low
-
-  * Flesh out the description to avoid the Lintian error
-    description-synopsis-is-duplicated.
-
- -- Geoffrey Thomas <geofft@mit.edu>  Thu, 10 Dec 2009 21:04:55 -0500
-
-debathena-lam (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:53:17 -0500
-
-debathena-lam (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.
-
- -- Tim Abbott <tabbott@mit.edu>  Sat, 24 Jan 2009 19:50:15 -0500
-
-debathena-lam (10.0.0) unstable; urgency=low
-
-  * Initial release.
-
- -- Robert Basch <rbasch@mit.edu>  Sat, 11 Oct 2008 15:59:06 -0400
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index 1e8b314..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-6
diff --git a/debian/control b/debian/control
deleted file mode 100644
index 21c999f..0000000
--- a/debian/control
+++ /dev/null
@@ -1,15 +0,0 @@
-Source: debathena-lam
-Section: debathena/text
-Priority: extra
-Maintainer: Debathena Project <debathena@mit.edu>
-Build-Depends: debhelper (>= 7), libbsd-dev
-Standards-Version: 3.9.3
-
-Package: debathena-lam
-Architecture: any
-Provides: lam
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: "laminate" files by putting them into multi-column format
- This utility combines files into columns, somewhat like paste(1).
- Debathena provides it because it has traditionally been provided on
- Athena and is not available in Debian.
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644
index 508c2e1..0000000
--- a/debian/copyright
+++ /dev/null
@@ -1,40 +0,0 @@
-The package was downloaded from:
-NetBSD (ftp.netbsd.org), usr.bin/lam
-
-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 480c8c8..0000000
--- a/debian/patches/linux-compatibility.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- a/lam.c
-+++ b/lam.c
-@@ -39,7 +39,6 @@
- #endif
- #endif /* not lint */
- #include <sys/cdefs.h>
--__FBSDID("$FreeBSD$");
- 
- /*
-  *	lam - laminate files
-@@ -51,6 +50,7 @@
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
-+#include <bsd/string.h>
- 
- #define	MAXOFILES	20
- #define	BIGBUFSIZ	5 * BUFSIZ
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)

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