[27343] in Source-Commits
libpam-mktemp commit [debian]: Remove Debian packaging from master
daemon@ATHENA.MIT.EDU (Alexander Chernyakhovsky)
Sat Sep 28 23:54:30 2013
Date: Sat, 28 Sep 2013 23:54:23 -0400
From: Alexander Chernyakhovsky <achernya@MIT.EDU>
Message-Id: <201309290354.r8T3sNFr019626@drugstore.mit.edu>
To: source-commits@MIT.EDU
https://github.com/mit-athena/libpam-mktemp/commit/08331ea7e7f2189a03f572320483ff98ff17dfe2
commit 08331ea7e7f2189a03f572320483ff98ff17dfe2
Author: Alexander Chernyakhovsky <achernya@mit.edu>
Date: Sat Sep 28 23:53:36 2013 -0400
Remove Debian packaging from master
debian/changelog | 24 ------------------------
debian/compat | 1 -
debian/control | 17 -----------------
debian/copyright | 32 --------------------------------
debian/rules | 6 ------
5 files changed, 0 insertions(+), 80 deletions(-)
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index 4ad4394..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,24 +0,0 @@
-libpam-mktemp (0.1-0debathena3) 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:11 -0400
-
-libpam-mktemp (0.1-0debathena2) 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 18:44:46 -0500
-
-libpam-mktemp (0.1-0debathena1) unstable; urgency=low
-
- * Initial release.
- * This package generalizes and replaces libpam-xauthority.
-
- -- Tim Abbott <tabbott@mit.edu> Tue, 29 Jan 2008 22:20:30 -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 d9b840a..0000000
--- a/debian/control
+++ /dev/null
@@ -1,17 +0,0 @@
-Source: libpam-mktemp
-Section: debathena/libs
-Priority: optional
-Maintainer: Debathena Project <debathena@mit.edu>
-Standards-Version: 3.9.3
-Build-Depends: cdbs, debhelper, dh-buildinfo, libpam0g-dev
-
-Package: libpam-mktemp
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: PAM module to create temporary session files
- This PAM module securely creates a temporary file or directory with
- mkstemp, and sets an environment variable to point to its location.
- .
- A common use is to set the XAUTHORITY environment variable to a
- securely created temporary file, for use when home directories are in
- a networked filesystem.
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644
index e6fac0b..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/config>, 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/rules b/debian/rules
deleted file mode 100755
index 76766f1..0000000
--- a/debian/rules
+++ /dev/null
@@ -1,6 +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)