[27383] in Source-Commits

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

tmp-cleaner commit [debian]: Remove Debian packaging from master

daemon@ATHENA.MIT.EDU (Alexander Chernyakhovsky)
Sun Sep 29 04:34:31 2013

Date: Sun, 29 Sep 2013 04:34:24 -0400
From: Alexander Chernyakhovsky <achernya@MIT.EDU>
Message-Id: <201309290834.r8T8YOpG003218@drugstore.mit.edu>
To: source-commits@MIT.EDU

https://github.com/mit-athena/tmp-cleaner/commit/ca34b58c3ad8d41f2845bca976d5811a06f0d330
commit ca34b58c3ad8d41f2845bca976d5811a06f0d330
Author: Alexander Chernyakhovsky <achernya@mit.edu>
Date:   Sun Sep 29 04:33:29 2013 -0400

    Remove Debian packaging from master

 debian/changelog                     |   33 ---------------------------------
 debian/compat                        |    1 -
 debian/control                       |   14 --------------
 debian/copyright                     |   18 ------------------
 debian/debathena-tmp-cleaner.cron.d  |    2 --
 debian/debathena-tmp-cleaner.install |    1 -
 debian/rules                         |    3 ---
 7 files changed, 0 insertions(+), 72 deletions(-)

diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index 24bec5d..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,33 +0,0 @@
-debathena-tmp-cleaner (1.3-1) 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 ]
-  * Convert to non-native package
-
- -- Alexander Chernyakhovsky <achernya@mit.edu>  Sun, 29 Sep 2013 04:33:03 -0400
-
-debathena-tmp-cleaner (1.2) 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:10:11 -0500
-
-debathena-tmp-cleaner (1.1) unstable; urgency=low
-
-  * Use dh_installcron for cron job.
-
- -- Greg Hudson <ghudson@mit.edu>  Fri, 08 Aug 2008 14:48:55 -0400
-
-debathena-tmp-cleaner (1.0) unstable; urgency=low
-
-  * Initial commit.
-
- -- Greg Hudson <ghudson@mit.edu>  Wed, 23 Jul 2008 11:59: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 2d2f4e7..0000000
--- a/debian/control
+++ /dev/null
@@ -1,14 +0,0 @@
-Source: debathena-tmp-cleaner
-Section: debathena/base
-Priority: extra
-Maintainer: Debathena Project <debathena@mit.edu>
-Build-Depends: cdbs, debhelper, dh-buildinfo
-Standards-Version: 3.9.3
-
-Package: debathena-tmp-cleaner
-Architecture: all
-Depends: perl, cron, debathena-saferm, ${misc:Depends}
-Description: Cleans up temporary areas of the filesystem
- This package contains a cron job which runs once a day to clean up
- files in temporary areas of the filesystem which have not been
- recently accessed.
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-tmp-cleaner.cron.d b/debian/debathena-tmp-cleaner.cron.d
deleted file mode 100644
index 1a77a2f..0000000
--- a/debian/debathena-tmp-cleaner.cron.d
+++ /dev/null
@@ -1,2 +0,0 @@
-#min	hour	mday	mon	wday	user	command
-20	4	*	*	*	root	/usr/sbin/clean-tmp-areas
diff --git a/debian/debathena-tmp-cleaner.install b/debian/debathena-tmp-cleaner.install
deleted file mode 100644
index f88d65e..0000000
--- a/debian/debathena-tmp-cleaner.install
+++ /dev/null
@@ -1 +0,0 @@
-clean-tmp-areas usr/sbin
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

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