[27708] in Source-Commits
locker-support commit: Remove Debian packaging from master
daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Wed Feb 12 16:24:09 2014
Date: Wed, 12 Feb 2014 16:24:03 -0500
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201402122124.s1CLO3Pi009168@drugstore.mit.edu>
To: source-commits@MIT.EDU
https://github.com/mit-athena/locker-support/commit/abe7a1e0bd46fa3bc2e721451dbfa8feb8e220ae
commit abe7a1e0bd46fa3bc2e721451dbfa8feb8e220ae
Author: Jonathan Reed <jdreed@mit.edu>
Date: Wed Feb 12 15:47:21 2014 -0500
Remove Debian packaging from master
debian/changelog | 11 -------
debian/compat | 1 -
debian/control | 51 -------------------------------
debian/copyright | 28 -----------------
debian/debathena-athdir.install | 1 -
debian/debathena-athdir.manpages | 1 -
debian/debathena-attach.install | 3 --
debian/debathena-attach.manpages | 4 --
debian/debathena-locker-support.install | 1 -
debian/debathena-quota.install | 1 -
debian/debathena-quota.manpages | 1 -
debian/rules | 8 -----
debian/source/format | 1 -
13 files changed, 0 insertions(+), 112 deletions(-)
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index d8162fa..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,11 +0,0 @@
-debathena-locker-support (10.4-0debathena1) UNRELEASED; urgency=low
-
- * Bump version to 10.4 to work around legacy versioned-dependency issues
-
- -- Jonathan Reed <jdreed@mit.edu> Wed, 12 Feb 2014 13:22:22 -0500
-
-debathena-locker-support (1.0) unstable; urgency=low
-
- * Initial Release.
-
- -- Jonathan Reed <jdreed@mit.edu> Fri, 15 Nov 2013 16:55:46 -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 b6fb831..0000000
--- a/debian/control
+++ /dev/null
@@ -1,51 +0,0 @@
-Source: debathena-locker-support
-Section: debathena/net
-Priority: extra
-Maintainer: Debathena Project <debathena@mit.edu>
-Build-Depends: debhelper (>= 7.0.50~), python, python-support
-Standards-Version: 3.9.3
-
-Package: debathena-locker-support
-Architecture: all
-Depends: ${misc:Depends},
- ${python:Depends},
- python-afs (>= 0.2.0-1~),
- python-hesiod (>= 0.2.11~),
-Description: Python modules for Athena's "locker" framework
- This package provides the "locker" and "athdir" modules,
- for use with debathena-pyhesiodfs and more
-
-Package: debathena-attach
-Architecture: all
-Provides: attach
-Depends: debathena-locker-support, ${misc:Depends}, ${python:Depends}
-Description: Athena utility to attach a remote file system to the workstation
- The attach utility is a filesystem-independent utility which allows you
- to attach a filesystem to a directory hierarchy on a workstation.
- Currently supported filesystem types are AFS, NFS, and UFS.
-
-Package: debathena-athdir
-Architecture: all
-Provides: athdir
-Depends: debathena-locker-support, ${misc:Depends}, ${python:Depends}
-Description: 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.
-
-Package: debathena-quota
-Architecture: all
-Depends: debathena-locker-support, ${misc:Depends}, ${python:Depends}
-Suggests: debathena-quota-config
-Description: Print disk usage and quota limits
- Quota displays a user's disk usage and limits on local and NFS mounted
- file systems, as well as AFS lockers that have been attached. If a user
- is specified (by name or by id), quota will return information on disk
- usage and limits for that user. Normal users can only check their own
- quotas. The super-user may check any quota on local filesystems.
- .
- This package installs quota as /usr/bin/quota.debathena. If you want
- /usr/bin/quota to point there, install the debathena-quota-config
- package.
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644
index 4f2c851..0000000
--- a/debian/copyright
+++ /dev/null
@@ -1,28 +0,0 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-
-Files: *
-Copyright: 2013 Massachusetts Institute of Technology
-License: BSD-3-Clause
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
- 1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- 2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
- 3. Neither the name of the University nor the names of its contributors
- may be used to endorse or promote products derived from this software
- without specific prior written permission.
- .
- THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
- OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- SUCH DAMAGE.
diff --git a/debian/debathena-athdir.install b/debian/debathena-athdir.install
deleted file mode 100644
index b98d36f..0000000
--- a/debian/debathena-athdir.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/bin/athdir
diff --git a/debian/debathena-athdir.manpages b/debian/debathena-athdir.manpages
deleted file mode 100644
index 61ed475..0000000
--- a/debian/debathena-athdir.manpages
+++ /dev/null
@@ -1 +0,0 @@
-man/athdir.1
diff --git a/debian/debathena-attach.install b/debian/debathena-attach.install
deleted file mode 100644
index 6254098..0000000
--- a/debian/debathena-attach.install
+++ /dev/null
@@ -1,3 +0,0 @@
-usr/bin/attach
-usr/bin/detach
-usr/bin/fsid
diff --git a/debian/debathena-attach.manpages b/debian/debathena-attach.manpages
deleted file mode 100644
index 3d817f2..0000000
--- a/debian/debathena-attach.manpages
+++ /dev/null
@@ -1,4 +0,0 @@
-man/attach.1
-man/add.1
-man/detach.1
-man/fsid.1
diff --git a/debian/debathena-locker-support.install b/debian/debathena-locker-support.install
deleted file mode 100644
index 84546a4..0000000
--- a/debian/debathena-locker-support.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/python?.?/*
diff --git a/debian/debathena-quota.install b/debian/debathena-quota.install
deleted file mode 100644
index 41910da..0000000
--- a/debian/debathena-quota.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/bin/quota.debathena
diff --git a/debian/debathena-quota.manpages b/debian/debathena-quota.manpages
deleted file mode 100644
index b56bcf7..0000000
--- a/debian/debathena-quota.manpages
+++ /dev/null
@@ -1 +0,0 @@
-man/quota.debathena.1
diff --git a/debian/rules b/debian/rules
deleted file mode 100755
index ec73975..0000000
--- a/debian/rules
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/make -f
-# -*- makefile -*-
-
-%:
- dh --with-python2 $@
-
-override_dh_auto_install:
- dh_auto_install -- --install-scripts=/usr/bin
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)