[27357] in Source-Commits
olc commit [debian]: Remove Debian packaging from master
daemon@ATHENA.MIT.EDU (Alexander Chernyakhovsky)
Sun Sep 29 04:17:22 2013
Date: Sun, 29 Sep 2013 04:17:05 -0400
From: Alexander Chernyakhovsky <achernya@MIT.EDU>
Message-Id: <201309290817.r8T8H5Y8021534@drugstore.mit.edu>
To: source-commits@MIT.EDU
https://github.com/mit-athena/olc/commit/6c6d9978342d24cc3598acaf4b3aa887aa64ae61
commit 6c6d9978342d24cc3598acaf4b3aa887aa64ae61
Author: Alexander Chernyakhovsky <achernya@mit.edu>
Date: Sun Sep 29 04:16:42 2013 -0400
Remove Debian packaging from master
debian/changelog | 17 -----------------
debian/compat | 1 -
debian/control | 14 --------------
debian/copyright | 15 ---------------
debian/debathena-olc.install | 1 -
debian/debathena-olc.manpages | 1 -
debian/rules | 3 ---
7 files changed, 0 insertions(+), 52 deletions(-)
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index 6975878..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,17 +0,0 @@
-debathena-olc (1.1-1) UNRELEASED; urgency=low
-
- [ Jonathan Reed ]
- * Switch from control.in to control (Trac: #561)
- * Bump Standards-Version to 3.9.3
- * Bump compat level to 7
-
- [ Alexander Chernyakhovsky ]
- * Convert olc to a non-native package
-
- -- Alexander Chernyakhovsky <achernya@mit.edu> Sun, 29 Sep 2013 04:10:55 -0400
-
-debathena-olc (1.0) unstable; urgency=low
-
- * Initial release.
-
- -- Jonathan Reed <jdreed@mit.edu> Mon, 07 Jun 2010 10:08:04 -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 1980848..0000000
--- a/debian/control
+++ /dev/null
@@ -1,14 +0,0 @@
-Source: debathena-olc
-Section: debathena/base
-Priority: extra
-Maintainer: Debathena Project <debathena@mit.edu>
-Build-Depends: cdbs, debhelper, dh-buildinfo
-Standards-Version: 3.9.3
-
-Package: debathena-olc
-Architecture: all
-Depends: ${misc:Depends}
-Description: Wrapper script for the old OLC client
- This package should not exist, but it does, because the "olc" command
- is still documented in too many places. It's merely a shell script
- that tells users to go look on the web.
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644
index 686ba4a..0000000
--- a/debian/copyright
+++ /dev/null
@@ -1,15 +0,0 @@
-Copyright © 2010 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.
-
-The Debian packaging is Copyright © 2010 Massachusetts Institute of
-Technology, and has the same license as the original software.
diff --git a/debian/debathena-olc.install b/debian/debathena-olc.install
deleted file mode 100644
index 271f798..0000000
--- a/debian/debathena-olc.install
+++ /dev/null
@@ -1 +0,0 @@
-olc usr/bin
diff --git a/debian/debathena-olc.manpages b/debian/debathena-olc.manpages
deleted file mode 100644
index 3d85d00..0000000
--- a/debian/debathena-olc.manpages
+++ /dev/null
@@ -1 +0,0 @@
-olc.1
diff --git a/debian/rules b/debian/rules
deleted file mode 100755
index e6192f6..0000000
--- a/debian/rules
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/usr/bin/make -f
-
-include /usr/share/cdbs/1/rules/debhelper.mk