[27549] in Source-Commits

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

locker-support commit: Add Debian packaging

daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Wed Dec 18 12:15:00 2013

Date: Wed, 18 Dec 2013 12:14:53 -0500
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201312181714.rBIHEra1001923@drugstore.mit.edu>
To: source-commits@MIT.EDU

https://github.com/mit-athena/locker-support/commit/92d8e4cf65ea4658b91c752292c032c8113c2ddb
commit 92d8e4cf65ea4658b91c752292c032c8113c2ddb
Author: Jonathan Reed <jdreed@mit.edu>
Date:   Tue Dec 17 16:09:28 2013 -0500

    Add Debian packaging

 debian/changelog     |    5 +++++
 debian/compat        |    1 +
 debian/control       |   16 ++++++++++++++++
 debian/copyright     |   28 ++++++++++++++++++++++++++++
 debian/rules         |    5 +++++
 debian/source/format |    1 +
 6 files changed, 56 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..5e3ee9e
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+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
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..fbd84cd
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,16 @@
+Source: debathena-locker-support
+Section: debathena/net
+Priority: extra
+Maintainer: Debathena Project <debathena@mit.edu>
+Build-Depends: debhelper (>= 7.0.50~)
+Standards-Version: 3.9.3
+
+Package: debathena-python-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
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..4f2c851
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+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/rules b/debian/rules
new file mode 100755
index 0000000..94483c1
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+%:
+	dh --with-python2 $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..d3827e7
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+1.0

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