[27297] in Source-Commits
aclocal commit: Remove Debian packaging from master
daemon@ATHENA.MIT.EDU (Alexander Chernyakhovsky)
Sat Sep 28 22:50:45 2013
Date: Sat, 28 Sep 2013 22:50:38 -0400
From: Alexander Chernyakhovsky <achernya@MIT.EDU>
Message-Id: <201309290250.r8T2ocin003188@drugstore.mit.edu>
To: source-commits@MIT.EDU
https://github.com/mit-athena/aclocal/commit/0dc1202c4e7e106c1b8560fffbc774198230e53b
commit 0dc1202c4e7e106c1b8560fffbc774198230e53b
Author: Alexander Chernyakhovsky <achernya@mit.edu>
Date: Sat Sep 28 22:49:22 2013 -0400
Remove Debian packaging from master
debian/changelog | 44 --------------------------------------
debian/compat | 1 -
debian/control | 13 -----------
debian/copyright | 32 ---------------------------
debian/debathena-aclocal.install | 1 -
debian/rules | 3 --
6 files changed, 0 insertions(+), 94 deletions(-)
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index 3183fd2..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,44 +0,0 @@
-debathena-aclocal (1.1.3-0debathena1) UNRELEASED; urgency=low
-
- [ Jonathan Reed ]
- * Switch from control.in to control (Trac: #561)
- * Bump Standards-Version to 3.9.3
- * Bump compat level to 7
-
- [ Alexander Chernyakhovsky ]
- * Convert to dh7
- * Include Russ Allbery's excellent AFS and KRB5 detection macros in
- preparation to transition away from the old-style Athena macros.
-
- -- Jonathan Reed <jdreed@mit.edu> Wed, 03 Apr 2013 13:30:48 -0400
-
-debathena-aclocal (1.1.2) unstable; urgency=low
-
- * PKG_CHECK_MODULES doesn't split LDFLAGS and LIBS properly. Since we
- need to insert com_err's LDFLAGS before AFS's, but since -lcom_err
- needs to be after the object files, we need this split. So,
- reimplement what we need of it and just use PKG_CHECK_EXISTS.
-
- -- Geoffrey Thomas <geofft@mit.edu> Tue, 03 May 2011 02:49:51 -0400
-
-debathena-aclocal (1.1.1) unstable; urgency=low
-
- * If we're going to use pkg-config's macros, having pkg-config
- installed is probably a good plan.
-
- -- Geoffrey Thomas <geofft@mit.edu> Mon, 02 May 2011 03:58:34 -0400
-
-debathena-aclocal (1.1) unstable; urgency=low
-
- * Make ATHENA_UTIL_COM_ERR use pkg-config to find com_err's location
- (and set CFLAGS instead of CPPFLAGS as pkg-config wants), and prefix
- CFLAGS and LDFLAGS so as to cause the normal com_err to be found in
- preference to AFS' variant.
-
- -- Geoffrey Thomas <geofft@mit.edu> Mon, 02 May 2011 03:09:53 -0400
-
-debathena-aclocal (1.0) unstable; urgency=low
-
- * Initial commit.
-
- -- Evan Broder <broder@mit.edu> Mon, 08 Mar 2010 18:32:41 -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 defc15d..0000000
--- a/debian/control
+++ /dev/null
@@ -1,13 +0,0 @@
-Source: debathena-aclocal
-Section: debathena/devel
-Priority: extra
-Maintainer: Debathena Project <debathena@mit.edu>
-Build-Depends: debhelper (>= 7)
-Standards-Version: 3.9.3
-
-Package: debathena-aclocal
-Architecture: all
-Depends: ${misc:Depends}, pkg-config
-Description: Common autoconf macros for Debathena
- This package contains autoconf macros shared by multiple Debathena
- packages.
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644
index bc3f7da..0000000
--- a/debian/copyright
+++ /dev/null
@@ -1,32 +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/debathena/debathena>, and is
-licensed as follows:
-
- Copyright © 2010 Evan Broder
-
- 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 © 2010 Evan Broder, and has the same
-license as the original software.
diff --git a/debian/debathena-aclocal.install b/debian/debathena-aclocal.install
deleted file mode 100644
index f0b999b..0000000
--- a/debian/debathena-aclocal.install
+++ /dev/null
@@ -1 +0,0 @@
-aclocal/* usr/share/aclocal
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 $@