[27816] in Source-Commits
hostinfo commit [debian]: Remove Debian packaging from master
daemon@ATHENA.MIT.EDU (Alexander Chernyakhovsky)
Sat Mar 8 00:38:00 2014
Date: Sat, 8 Mar 2014 00:37:53 -0500
From: Alexander Chernyakhovsky <achernya@MIT.EDU>
Message-Id: <201403080537.s285br6l019717@drugstore.mit.edu>
To: source-commits@MIT.EDU
https://github.com/mit-athena/hostinfo/commit/11e525de60a3206d1c7457270dea27f90e292c02
commit 11e525de60a3206d1c7457270dea27f90e292c02
Author: Alexander Chernyakhovsky <achernya@mit.edu>
Date: Sat Mar 8 00:23:16 2014 -0500
Remove Debian packaging from master
debian/changelog | 37 -------------------------------------
debian/compat | 1 -
debian/control | 14 --------------
debian/copyright | 18 ------------------
debian/install | 1 -
debian/manpages | 1 -
debian/rules | 5 -----
debian/source/format | 1 -
8 files changed, 0 insertions(+), 78 deletions(-)
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index 0a8e797..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,37 +0,0 @@
-debathena-hostinfo (10.1.1-0debathena1) UNRELEASED; urgency=low
-
- * Release 10.1.1
-
- -- Alexander Chernyakhovsky <achernya@mit.edu> Sat, 08 Mar 2014 00:19:35 -0500
-
-debathena-hostinfo (10.1-0debathena1) unstable; 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
-
- [ Victor Vasiliev ]
- * Switch to dh7
- * Use debian/install file instead of autoconf+make
- * Bump upstream version
- * Switch to source format 3.0 (quilt)
-
- -- Jonathan Reed <jdreed@mit.edu> Wed, 03 Apr 2013 13:59:46 -0400
-
-debathena-hostinfo (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 19:34:50 -0500
-
-debathena-hostinfo (10.0.0-0debathena1) unstable; urgency=low
-
- * Initial release.
-
- -- Robert Basch <rbasch@mit.edu> Sat, 10 May 2008 13:00:03 -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 0602d23..0000000
--- a/debian/control
+++ /dev/null
@@ -1,14 +0,0 @@
-Source: debathena-hostinfo
-Section: debathena/net
-Priority: extra
-Maintainer: Debathena Project <debathena@mit.edu>
-Build-Depends: debhelper (>= 7)
-Standards-Version: 3.9.3
-
-Package: debathena-hostinfo
-Architecture: all
-Provides: hostinfo
-Depends: ${perl:Depends}, ${misc:Depends}, bind9-host
-Description: A utility to ask an Internet nameserver for host information
- The hostinfo utility fetches the Domain Name System records for the
- specified host name and prints them.
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/install b/debian/install
deleted file mode 100644
index bb2e882..0000000
--- a/debian/install
+++ /dev/null
@@ -1 +0,0 @@
-hostinfo usr/bin
diff --git a/debian/manpages b/debian/manpages
deleted file mode 100644
index cfe6610..0000000
--- a/debian/manpages
+++ /dev/null
@@ -1 +0,0 @@
-hostinfo.1
diff --git a/debian/rules b/debian/rules
deleted file mode 100755
index abde6ef..0000000
--- a/debian/rules
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/usr/bin/make -f
-
-%:
- dh $@
-
diff --git a/debian/source/format b/debian/source/format
deleted file mode 100644
index 163aaf8..0000000
--- a/debian/source/format
+++ /dev/null
@@ -1 +0,0 @@
-3.0 (quilt)