[27328] in Source-Commits
libnss-afspag commit [debian]: Remove Debian packaging from master
daemon@ATHENA.MIT.EDU (Alexander Chernyakhovsky)
Sat Sep 28 23:48:44 2013
Date: Sat, 28 Sep 2013 23:48:37 -0400
From: Alexander Chernyakhovsky <achernya@MIT.EDU>
Message-Id: <201309290348.r8T3mb2u015292@drugstore.mit.edu>
To: source-commits@MIT.EDU
https://github.com/mit-athena/libnss-afspag/commit/0f2375c235539b8498cdebbc88487571eb466aa1
commit 0f2375c235539b8498cdebbc88487571eb466aa1
Author: Alexander Chernyakhovsky <achernya@mit.edu>
Date: Sat Sep 28 23:47:52 2013 -0400
Remove Debian packaging from master
debian/changelog | 34 ----------------------------------
debian/compat | 1 -
debian/control | 14 --------------
debian/copyright | 32 --------------------------------
debian/rules | 6 ------
5 files changed, 0 insertions(+), 87 deletions(-)
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index fe04a41..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,34 +0,0 @@
-libnss-afspag (1.0-0debathena5) UNRELEASED; urgency=low
-
- * 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:04 -0400
-
-libnss-afspag (1.0-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 18:05:15 -0500
-
-libnss-afspag (1.0-0debathena3) unstable; urgency=low
-
- * Set maintainer to debathena@mit.edu
-
- -- Tim Abbott <tabbott@mit.edu> Tue, 29 Jan 2008 22:17:37 -0500
-
-libnss-afspag (1.0-0debathena2) unstable; urgency=low
-
- * Section: debathena/libs.
-
- -- Anders Kaseorg <andersk@mit.edu> Mon, 23 Jul 2007 14:12:56 -0400
-
-libnss-afspag (1.0-0debathena1) unstable; urgency=low
-
- * Initial release.
-
- -- Anders Kaseorg <andersk@mit.edu> Thu, 19 Jul 2007 20:25:55 -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 10c8b16..0000000
--- a/debian/control
+++ /dev/null
@@ -1,14 +0,0 @@
-Source: libnss-afspag
-Section: debathena/libs
-Priority: optional
-Maintainer: Debathena Project <debathena@mit.edu>
-Standards-Version: 3.9.3
-Build-Depends: cdbs, debhelper, dh-buildinfo
-
-Package: libnss-afspag
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: nsswitch module to assign group names to AFS PAG groups
- This nsswitch module assigns group names of the form afspag-NNN to
- the fake groups that are created by AFS to represent PAGs, so that
- they do not cause programs like groups to fail.
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644
index f17e720..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 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 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)