[27699] in Source-Commits

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

get_message commit: Remove Debian packaging from master

daemon@ATHENA.MIT.EDU (Alexander Chernyakhovsky)
Mon Feb 10 20:50:04 2014

Date: Mon, 10 Feb 2014 20:49:57 -0500
From: Alexander Chernyakhovsky <achernya@MIT.EDU>
Message-Id: <201402110149.s1B1nvdX002064@drugstore.mit.edu>
To: source-commits@MIT.EDU

https://github.com/mit-athena/get_message/commit/d55b3e6193be04f399cfc6a1f505c59e04fb3e2e
commit d55b3e6193be04f399cfc6a1f505c59e04fb3e2e
Author: Alexander Chernyakhovsky <achernya@mit.edu>
Date:   Mon Feb 10 20:23:54 2014 -0500

    Remove Debian packaging from master

 debian/changelog |   66 ------------------------------------------------------
 debian/compat    |    1 -
 debian/control   |   14 -----------
 debian/copyright |   23 ------------------
 debian/rules     |    3 --
 5 files changed, 0 insertions(+), 107 deletions(-)

diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index ae813aa..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,66 +0,0 @@
-debathena-get-message (10.1-0debathena1) UNRELEASED; urgency=low
-
-  [ Jonathan Reed ]
-  * Bump debian/compat to 6
-  * Switch from control.in to control (Trac: #561)
-  * Bump Standards-Version to 3.9.3
-  * Bump compat level to 7
-
-  [ Alexander Chernyakhovsky ]
-  * Re-write in python
-  * Update to dh7
-
- -- Alexander Chernyakhovsky <achernya@mit.edu>  Sat, 11 Jan 2014 18:22:48 -0500
-
-debathena-get-message (10.0.1-0debathena2) unstable; urgency=low
-
-  * Update manpage to the new message cache.
-
- -- Alexander Chernyakhovsky <achernya@mit.edu>  Wed, 29 Jun 2011 02:47:28 -0400
-
-debathena-get-message (10.0.1-0debathena1) unstable; urgency=low
-
-  * Try $ATHENA_USER before using $USER.
-
- -- Evan Broder <broder@mit.edu>  Thu, 02 Apr 2009 21:03:57 -0400
-
-debathena-get-message (10.0.0-0debathena2) unstable; urgency=low
-
-  * Change DEB_AUTO_UPDATE_AUTOCONF to 2.50, not 1.
-  * 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 15:19:29 -0500
-
-debathena-get-message (10.0.0-0debathena1) unstable; urgency=low
-
-  * Merged quilt patches into mainline Athena tree
-
- -- Shreevatsa R <vatsa@mit.edu>  Sun,  6 Apr 2008 16:00:57 -0400
-
-debathena-get-message (9.4.0-0debathena4) unstable; urgency=low
-
-  * Delete the invalid Provides: get_message.
-
- -- Anders Kaseorg <andersk@mit.edu>  Sun, 09 Dec 2007 13:50:01 -0500
-
-debathena-get-message (9.4.0-0debathena3) unstable; urgency=low
-
-  * Build against debathena-libgms 9.4.24-0debathena4, and depend
-    debathena-libgms.
-
- -- Anders Kaseorg <andersk@mit.edu>  Thu, 16 Aug 2007 01:20:05 -0400
-
-debathena-get-message (9.4.0-0debathena2) unstable; urgency=low
-
-  * Section: debathena/net.
-
- -- Anders Kaseorg <andersk@mit.edu>  Tue, 17 Jul 2007 06:33:45 -0400
-
-debathena-get-message (9.4.0-0debathena1) unstable; urgency=low
-
-  * Initial release.
-
- -- Anders Kaseorg <andersk@mit.edu>  Tue, 30 Jan 2007 01:16:54 -0500
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 338f384..0000000
--- a/debian/control
+++ /dev/null
@@ -1,14 +0,0 @@
-Source: debathena-get-message
-Section: debathena/net
-Priority: extra
-Maintainer: Debathena Project <debathena@mit.edu>
-Build-Depends: debhelper (>= 7), python-support
-Standards-Version: 3.9.3
-
-Package: debathena-get-message
-Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, python-hesiod
-Description: A program to display the global Athena message of the day
- The get_message utility locates the Athena Global Message server,
- retrieves the current message of the day, and displays it if
- necessary.
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644
index 95a9c85..0000000
--- a/debian/copyright
+++ /dev/null
@@ -1,23 +0,0 @@
-This package was debianized as part of the Debathena Project
-<http://debathena.mit.edu/> of the MIT Student Information Processing
-Board.
-
-The Athena source code was obtained from the Athena SVN repository at
-<svn://debathena.mit.edu/athena/trunk>, 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.
-
-The Debian packaging is Copyright © 2007-2008 Tim Abbott and Anders
-Kaseorg, and has the same license as the original software.
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 $@

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