[27801] in Source-Commits
counterlog commit [debian]: Remove Debian packaging from master
daemon@ATHENA.MIT.EDU (Alexander Chernyakhovsky)
Fri Mar 7 23:29:16 2014
Date: Fri, 7 Mar 2014 23:29:09 -0500
From: Alexander Chernyakhovsky <achernya@MIT.EDU>
Message-Id: <201403080429.s284T9xp019318@drugstore.mit.edu>
To: source-commits@MIT.EDU
https://github.com/mit-athena/counterlog/commit/f713ad40fefb969ff8eb3c98f0e5f9b701132d14
commit f713ad40fefb969ff8eb3c98f0e5f9b701132d14
Author: Alexander Chernyakhovsky <achernya@mit.edu>
Date: Fri Mar 7 23:04:20 2014 -0500
Remove Debian packaging from master
debian/changelog | 76 --------------------------------
debian/compat | 1 -
debian/control | 13 -----
debian/copyright | 18 --------
debian/debathena-counterlog.cron.daily | 3 -
debian/debathena-counterlog.dirs | 1 -
debian/debathena-counterlog.install | 1 -
debian/rules | 6 ---
8 files changed, 0 insertions(+), 119 deletions(-)
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index d8a55b2..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,76 +0,0 @@
-debathena-counterlog (1.9-0debathena1) UNRELEASED; urgency=low
-
- * 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
-
- -- Jonathan Reed <jdreed@mit.edu> Wed, 03 Apr 2013 13:30:55 -0400
-
-debathena-counterlog (1.8) unstable; urgency=low
-
- * Switch to socat instead of netcat (Trac: #929)
-
- -- Jonathan Reed <jdreed@mit.edu> Mon, 11 Jul 2011 17:38:46 -0400
-
-debathena-counterlog (1.7) unstable; urgency=low
-
- [ Jonathan Reed ]
- * Report release codename (from lsb_release -sc) instead of machtype
- (Trac #491)
- * Add dependency on lsb-release package for above change
-
- [ Evan Broder ]
- * Bump debhelper and standards versions (no change required).
-
- -- Evan Broder <broder@mit.edu> Wed, 03 Mar 2010 12:16:08 -0500
-
-debathena-counterlog (1.6) unstable; urgency=low
-
- * Move athena-counterlog into /usr/lib/debathean-counterlog, to be even
- /more/ compliant with Debian's interpretation of the FHS.
- * Make sure the athena-counterlog script remains executable.
-
- -- Evan Broder <broder@mit.edu> Sun, 14 Jun 2009 16:51:07 -0400
-
-debathena-counterlog (1.5) unstable; urgency=low
-
- * Move athena-counterlog into /usr/lib, since it's not meant to be
- called by users. (Trac: #265)
-
- -- Evan Broder <broder@mit.edu> Sat, 13 Jun 2009 16:30:21 -0400
-
-debathena-counterlog (1.4) unstable; urgency=low
-
- * Depend on debathena-machtype. (Trac: #241)
-
- -- Evan Broder <broder@mit.edu> Thu, 14 May 2009 13:26:14 -0400
-
-debathena-counterlog (1.3) unstable; urgency=low
-
- * Move the counterlog into a separate program and don't run it when it
- doesn't exist, i.e. if the package is configured but not
- installed. (Trac: #190)
-
- -- Evan Broder <broder@mit.edu> Sat, 11 Apr 2009 15:02:41 -0400
-
-debathena-counterlog (1.2) unstable; urgency=low
-
- * Use wslogger.mit.edu as the log host unconditionally.
-
- -- Tim Abbott <tabbott@mit.edu> Wed, 04 Mar 2009 01:30:50 -0500
-
-debathena-counterlog (1.1) unstable; urgency=low
-
- * Add a copyright file.
- * 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:12:32 -0500
-
-debathena-counterlog (1.0) unstable; urgency=low
-
- * Initial release.
-
- -- Greg Hudson <ghudson@mit.edu> Tue, 02 Sep 2008 15:04:50 -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 f669fdb..0000000
--- a/debian/control
+++ /dev/null
@@ -1,13 +0,0 @@
-Source: debathena-counterlog
-Section: debathena/net
-Priority: extra
-Maintainer: Debathena Project <debathena@mit.edu>
-Build-Depends: cdbs, debhelper, dh-buildinfo
-Standards-Version: 3.9.3
-
-Package: debathena-counterlog
-Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, debathena-machtype, lsb-release, socat
-Description: Machine counting service for Debathena machines
- Reports on the existence of this machine to a central logging
- service so that machines can be counted.
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644
index 9eec945..0000000
--- a/debian/copyright
+++ /dev/null
@@ -1,18 +0,0 @@
-The Athena source code was obtained from the Athena SVN repository at
-<svn://debathena.mit.edu/athena/trunk>, and is licensed as follows:
-
- Copyright © 2008 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 © 2008 Massachusetts Institute of
-Technology, and has the same license as the original software.
diff --git a/debian/debathena-counterlog.cron.daily b/debian/debathena-counterlog.cron.daily
deleted file mode 100644
index ff21096..0000000
--- a/debian/debathena-counterlog.cron.daily
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-[ -x /usr/lib/debathena-counterlog/athena-counterlog ] && /usr/lib/debathena-counterlog/athena-counterlog
diff --git a/debian/debathena-counterlog.dirs b/debian/debathena-counterlog.dirs
deleted file mode 100644
index 38a3026..0000000
--- a/debian/debathena-counterlog.dirs
+++ /dev/null
@@ -1 +0,0 @@
-var/lib/debathena-counterlog
diff --git a/debian/debathena-counterlog.install b/debian/debathena-counterlog.install
deleted file mode 100644
index cedcec1..0000000
--- a/debian/debathena-counterlog.install
+++ /dev/null
@@ -1 +0,0 @@
-athena-counterlog usr/lib/debathena-counterlog
diff --git a/debian/rules b/debian/rules
deleted file mode 100755
index 207b8b4..0000000
--- a/debian/rules
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/usr/bin/make -f
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-
-binary-fixup/debathena-counterlog::
- chmod +x $(DEB_DESTDIR)/usr/lib/debathena-counterlog/athena-counterlog