[27675] in Source-Commits

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

athdir commit [debian]: Remove Debian packaging from master

daemon@ATHENA.MIT.EDU (Benjamin Barenblat)
Sun Feb 9 15:22:57 2014

Date: Sun, 9 Feb 2014 15:22:50 -0500
From: Benjamin Barenblat <bbaren@MIT.EDU>
Message-Id: <201402092022.s19KMoi4031277@drugstore.mit.edu>
To: source-commits@MIT.EDU

https://github.com/mit-athena/athdir/commit/dc39ba78876e055dfc4fde86d0206f672b6133c4
commit dc39ba78876e055dfc4fde86d0206f672b6133c4
Author: Benjamin Barenblat <bbaren@mit.edu>
Date:   Sun Feb 9 12:09:02 2014 -0800

    Remove Debian packaging from master

 debian/changelog     |   59 --------------------------------------------------
 debian/compat        |    1 -
 debian/control       |   17 --------------
 debian/copyright     |   23 -------------------
 debian/rules         |    3 --
 debian/source/format |    1 -
 6 files changed, 0 insertions(+), 104 deletions(-)

diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index 201a686..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,59 +0,0 @@
-debathena-athdir (10.2-0debathena1) UNRELEASED; urgency=low
-
-  * New upstream release.
-
- -- Benjamin Barenblat <bbaren@mit.edu>  Sun, 09 Feb 2014 12:05:22 -0800
-
-debathena-athdir (10.1-0debathena1) unstable; 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 ]
-  * Bump upstream version
-  * Switch to dh7
-  * Switch to source format 3.0 (quilt)
-
- -- Jonathan Reed <jdreed@mit.edu>  Wed, 03 Apr 2013 13:59:25 -0400
-
-debathena-athdir (10.0.2-0debathena1) unstable; urgency=low
-
-  * In configure.ac, add libathdir's LIBS to LIBS, not LDFLAGS. If the
-    linker is picky about the order of objects on the command line (as
-    Natty's appears to be), this fixes a FTBFS.
-
- -- Geoffrey Thomas <geofft@mit.edu>  Thu, 03 Feb 2011 14:11:11 -0500
-
-debathena-athdir (10.0.1-0debathena1) unstable; urgency=low
-
-  * Update autogoo for the 21st century.
-  * Update packaging to not require daconfiscate.
-  * Use pkg-config to get the CFLAGS and LDFLAGS for libathdir.
-  * Bump debhelper compatibility level.
-  * Bump standards version.
-
- -- Evan Broder <broder@mit.edu>  Wed, 28 Apr 2010 23:20:19 -0400
-
-debathena-athdir (10.0.0-0debathena1) 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".
-  * Clean up debian/copyright.
-  * Remove debian/control from version control.
-
- -- Tim Abbott <tabbott@mit.edu>  Sat, 24 Jan 2009 14:16:12 -0500
-
-debathena-athdir (9.4.0-0debathena2) unstable; urgency=low
-
-  * Section: debathena/net.
-
- -- Anders Kaseorg <andersk@mit.edu>  Tue, 17 Jul 2007 06:32:59 -0400
-
-debathena-athdir (9.4.0-0debathena1) unstable; urgency=low
-
-  * Initial release.
-
- -- Anders Kaseorg <andersk@mit.edu>  Tue, 30 Jan 2007 00:33:05 -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 400eed5..0000000
--- a/debian/control
+++ /dev/null
@@ -1,17 +0,0 @@
-Source: debathena-athdir
-Section: debathena/net
-Priority: extra
-Maintainer: Debathena Project <debathena@mit.edu>
-Build-Depends: debhelper (>= 7), dh-autoreconf, autotools-dev, pkg-config, debathena-libathdir-dev (>= 10.0.1-0debathena1~)
-Standards-Version: 3.9.3
-
-Package: debathena-athdir
-Architecture: any
-Provides: athdir
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: A utility to find machine-specific directories using Athena conventions
- The athdir utility is used to locate specific types of files in an
- Athena locker.  It knows about all the conventions for compatibility
- with older operating system versions and processor types, and is the
- preferred way to determine the correct directory in a locker in which
- to find binaries or other architecture-dependent files.
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644
index 95a9c85..0000000
--- a/debian/copyright
+++ /dev/null
@@ -1,23 +0,0 @@
-This package was debianized as part of the Debathena Project
-<http://debathena.mit.edu/> of the MIT Student Information Processing
-Board.
-
-The Athena source code was obtained from the Athena SVN repository at
-<svn://debathena.mit.edu/athena/trunk>, and is licensed as follows:
-
-  Copyright © 1996 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 © 2007-2008 Tim Abbott and Anders
-Kaseorg, and has the same license as the original software.
diff --git a/debian/rules b/debian/rules
deleted file mode 100755
index bace6e8..0000000
--- a/debian/rules
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/usr/bin/make -f
-%:
-	dh $@ --with autoreconf
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)

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