[27371] in Source-Commits
tellme commit [debian]: Remove Debian packaging from master
daemon@ATHENA.MIT.EDU (Alexander Chernyakhovsky)
Sun Sep 29 04:30:18 2013
Date: Sun, 29 Sep 2013 04:30:11 -0400
From: Alexander Chernyakhovsky <achernya@MIT.EDU>
Message-Id: <201309290830.r8T8UBUt031227@drugstore.mit.edu>
To: source-commits@MIT.EDU
https://github.com/mit-athena/tellme/commit/26dc35ef3c94e8ece90e99f2932017ae6de36983
commit 26dc35ef3c94e8ece90e99f2932017ae6de36983
Author: Alexander Chernyakhovsky <achernya@mit.edu>
Date: Sun Sep 29 04:28:32 2013 -0400
Remove Debian packaging from master
debian/changelog | 53 ---------------------------------------
debian/compat | 1 -
debian/control | 13 ---------
debian/copyright | 31 ----------------------
debian/debathena-tellme.install | 2 -
debian/rules | 3 --
6 files changed, 0 insertions(+), 103 deletions(-)
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index cc9b958..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,53 +0,0 @@
-debathena-tellme (1.4.2-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 ]
- * Switch to non-native package
-
- -- Alexander Chernyakhovsky <achernya@mit.edu> Sun, 29 Sep 2013 04:28:16 -0400
-
-debathena-tellme (1.4.1) unstable; urgency=low
-
- * We don't need a .dirs file (Trac: #768)
-
- -- Jonathan Reed <jdreed@mit.edu> Fri, 21 Jan 2011 19:06:13 -0500
-
-debathena-tellme (1.4) unstable; urgency=low
-
- * Add a manpage for tellme. (Trac: #272)
-
- -- Evan Broder <broder@mit.edu> Fri, 16 Oct 2009 14:28:11 -0400
-
-debathena-tellme (1.3) 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 16:28:50 -0500
-
-debathena-tellme (1.2) unstable; urgency=low
-
- * Give a more useful error if athdir fails.
-
- -- Anders Kaseorg <andersk@mit.edu> Fri, 03 Aug 2007 20:15:56 -0400
-
-debathena-tellme (1.1) unstable; urgency=low
-
- * Replace tellme symlink with a wrapper script to work around dpkg
- bug.
- * Depend debathena-afs-config, debathena-machtype, debathena-athdir.
-
- -- Anders Kaseorg <andersk@mit.edu> Fri, 03 Aug 2007 16:09:17 -0400
-
-debathena-tellme (1.0) unstable; urgency=low
-
- * Initial release.
-
- -- Anders Kaseorg <andersk@mit.edu> Thu, 12 Jul 2007 21:49:07 -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 b68a07b..0000000
--- a/debian/control
+++ /dev/null
@@ -1,13 +0,0 @@
-Source: debathena-tellme
-Section: debathena/net
-Priority: extra
-Maintainer: Debathena Project <debathena@mit.edu>
-Build-Depends: cdbs, debhelper, dh-buildinfo
-Standards-Version: 3.9.3
-
-Package: debathena-tellme
-Architecture: all
-Depends: ${misc:Depends}, debathena-afs-config, debathena-machtype, debathena-athdir
-Description: Reports combos and passwords for Athena
- This package provides a symlink to the tellme program, which reports
- combos and passwords for Athena.
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644
index 76cef85..0000000
--- a/debian/copyright
+++ /dev/null
@@ -1,31 +0,0 @@
-This package was created as part of the Debathena Project
-<http://debathena.mit.edu/> of the MIT Student Information Processing
-Board.
-
-The source code was obtained from the Athena SVN repository at
-<svn://debathena.mit.edu/athena/trunk>, and is licensed as follows:
-
- Copyright © 2007-2008 Tim Abbott and Anders Kaseorg
-
- Permission is hereby granted, free of charge, to any person
- obtaining a copy of this software and associated documentation files
- (the "Software"), to deal in the Software without restriction,
- including without limitation the rights to use, copy, modify, merge,
- publish, distribute, sublicense, and/or sell copies of the Software,
- and to permit persons to whom the Software is furnished to do so,
- subject to the following conditions:
-
- The above copyright notice and this permission notice shall be
- included in all copies or substantial portions of the Software.
-
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
- BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
- ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
- SOFTWARE.
-
-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/debathena-tellme.install b/debian/debathena-tellme.install
deleted file mode 100644
index 958ed90..0000000
--- a/debian/debathena-tellme.install
+++ /dev/null
@@ -1,2 +0,0 @@
-tellme usr/bin
-tellme.1 usr/share/man/man1
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