[27337] in Source-Commits

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

libpam-debathena-home-type commit [debian]: Remove Debian packaging from master

daemon@ATHENA.MIT.EDU (Alexander Chernyakhovsky)
Sat Sep 28 23:52:18 2013

Date: Sat, 28 Sep 2013 23:52:12 -0400
From: Alexander Chernyakhovsky <achernya@MIT.EDU>
Message-Id: <201309290352.r8T3qC7t017758@drugstore.mit.edu>
To: source-commits@MIT.EDU

https://github.com/mit-athena/libpam-debathena-home-type/commit/f79a1d785a6352b2801ac89dc073f7e8ca235e78
commit f79a1d785a6352b2801ac89dc073f7e8ca235e78
Author: Alexander Chernyakhovsky <achernya@mit.edu>
Date:   Sat Sep 28 23:51:13 2013 -0400

    Remove Debian packaging from master

 debian/changelog                             |   55 --------------------------
 debian/compat                                |    1 -
 debian/control                               |   13 ------
 debian/copyright                             |   33 ---------------
 debian/libpam-debathena-home-type.pam-config |    6 ---
 debian/libpam-debathena-home-type.postinst   |    8 ----
 debian/libpam-debathena-home-type.prerm      |    8 ----
 debian/rules                                 |   10 -----
 8 files changed, 0 insertions(+), 134 deletions(-)

diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index f426785..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,55 +0,0 @@
-libpam-debathena-home-type (1.2-0debathena2) UNRELEASED; urgency=low
-
-  * 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
-
- -- Jonathan Reed <jdreed@mit.edu>  Wed, 03 Apr 2013 13:31:09 -0400
-
-libpam-debathena-home-type (1.2-0debathena1) unstable; urgency=low
-
-  * Rewrite to use realpath and match "/afs/" instead of fs whichcell
-  * Cleanup incorrect comments
-
- -- Jonathan Reed <jdreed@mit.edu>  Wed, 09 Mar 2011 14:47:04 -0500
-
-libpam-debathena-home-type (1.1-0debathena5) unstable; urgency=low
-
-  * Added missing shlibs dependency
-
- -- Greg Brockman <gdb@mit.edu>  Fri, 02 Apr 2010 15:55:00 -0400
-
-libpam-debathena-home-type (1.1-0debathena4) 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 17:59:46 -0500
-
-libpam-debathena-home-type (1.1-0debathena3) unstable; urgency=low
-
-  * change pam-auth-update message to be clearer in menu
-
- -- Greg Price <price@mit.edu>  Sat,  1 Nov 2008 08:00:22 -0400
-
-libpam-debathena-home-type (1.1-0debathena2) unstable; urgency=low
-
-  * Self-enable with pam-auth-update where available.
-
- -- Greg Price <price@mit.edu>  Sat,  1 Nov 2008 02:13:26 -0400
-
-libpam-debathena-home-type (1.1-0debathena1) unstable; urgency=low
-
-  * zero sigaction struct before using it.
-  * move sigaction end to after our waitpid() call.
-
- -- Tim Abbott <tabbott@mit.edu>  Mon, 10 Dec 2007 00:49:37 -0500
-
-libpam-debathena-home-type (1.0-0debathena1) unstable; urgency=low
-
-  * Initial release.
-
- -- Tim Abbott <tabbott@mit.edu>  Wed, 14 Nov 2007 18:57:47 -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 c3911d3..0000000
--- a/debian/control
+++ /dev/null
@@ -1,13 +0,0 @@
-Source: libpam-debathena-home-type
-Section: debathena/net
-Priority: extra
-Maintainer: Debathena Project <debathena@mit.edu>
-Build-Depends: cdbs, debhelper, dh-buildinfo, libpam0g-dev
-Standards-Version: 3.9.3
-
-Package: libpam-debathena-home-type
-Architecture: any
-Depends: ${shlibs:Depends}, openafs-client
-Description: Debathena hack to set DEBATHENA_HOME_TYPE
- This package contains a PAM module that sets DEBATHENA_HOME_TYPE to
- afs or local depending whether the user's home directory is in AFS.
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644
index 756e293..0000000
--- a/debian/copyright
+++ /dev/null
@@ -1,33 +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/config>, and is licensed as
-follows:
-
-  Copyright © 2007-2008 Tim Abbott
-  Copyright © 2011 Massachusetts Institute of Technology
-
-  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 has the
-same license as the original software.
diff --git a/debian/libpam-debathena-home-type.pam-config b/debian/libpam-debathena-home-type.pam-config
deleted file mode 100644
index cedbf6f..0000000
--- a/debian/libpam-debathena-home-type.pam-config
+++ /dev/null
@@ -1,6 +0,0 @@
-Name: Athena: set DEBATHENA_HOME_TYPE to 'afs' or 'local'
-Default: yes
-Priority: 18
-Session-Type: Additional
-Session:
-	optional	pam_debathena_home_type.so
diff --git a/debian/libpam-debathena-home-type.postinst b/debian/libpam-debathena-home-type.postinst
deleted file mode 100644
index 1a2bdff..0000000
--- a/debian/libpam-debathena-home-type.postinst
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-set -e
-
-if hash pam-auth-update 2>/dev/null; then
-  pam-auth-update --package
-fi
-
-#DEBHELPER#
diff --git a/debian/libpam-debathena-home-type.prerm b/debian/libpam-debathena-home-type.prerm
deleted file mode 100644
index 2fc5579..0000000
--- a/debian/libpam-debathena-home-type.prerm
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-set -e
-
-if hash pam-auth-update 2>/dev/null; then
-  pam-auth-update --package --remove debathena-home-type
-fi
-
-#DEBHELPER#
diff --git a/debian/rules b/debian/rules
deleted file mode 100755
index 92feb3e..0000000
--- a/debian/rules
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/usr/bin/make -f
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/makefile.mk
-
-DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(DEB_DESTDIR)
-
-install/libpam-debathena-home-type::
-	install -D -m 644 debian/libpam-debathena-home-type.pam-config \
-	  $(DEB_DESTDIR)/usr/share/pam-configs/debathena-home-type

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