[27860] in Source-Commits

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

lert-compat commit [debian]: Initial Debian packaging

daemon@ATHENA.MIT.EDU (Victor Vasiliev)
Fri Mar 14 22:07:43 2014

Date: Fri, 14 Mar 2014 22:07:37 -0400
From: Victor Vasiliev <vasilvv@MIT.EDU>
Message-Id: <201403150207.s2F27bZ7022107@drugstore.mit.edu>
To: source-commits@MIT.EDU

https://github.com/mit-athena/lert-compat/commit/9091ba651c17f9959c17748253fdee6e9a7bad38
commit 9091ba651c17f9959c17748253fdee6e9a7bad38
Author: Victor Vasiliev <vasilvv@mit.edu>
Date:   Tue Mar 11 17:35:15 2014 -0400

    Initial Debian packaging

 debian/changelog     |    5 +++++
 debian/compat        |    1 +
 debian/control       |   20 ++++++++++++++++++++
 debian/copyright     |   25 +++++++++++++++++++++++++
 debian/gbp.conf      |    4 ++++
 debian/rules         |    4 ++++
 debian/source/format |    1 +
 7 files changed, 60 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..c9f9ae3
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+debathena-lert-compat (10.1-0debathena1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Victor Vasiliev <vasilvv@mit.edu>  Tue, 11 Mar 2014 17:34:28 -0400
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..1dd8b65
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,20 @@
+Source: debathena-lert-compat
+Section: debathena/net
+Priority: extra
+Maintainer: Debathena Project <debathena@mit.edu>
+Build-Depends: debhelper (>= 7), python
+Standards-Version: 3.9.3
+
+Package: debathena-lert-compat
+Architecture: all
+Provides: debathena-lert, lert
+Conflicts: debathena-lert
+Replaces: debathena-lert
+Depends: ${python:Depends}, ${misc:Depends}, python-krbv
+X-Python-Version: 2.7
+Description: Display Athena accounts notification messages
+ The lert utility checks for messages to you from Athena Accounts, such
+ as messages that your account is scheduled for deletion.
+ .
+ This system is currently unused for message delivery purposes, but is still
+ used for statistics purposes and dotfiles compatibility.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..99799ba
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,25 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: lert-compat
+
+Files: *
+Copyright: 2014 Victor Vasiliev
+License: Expat
+
+License: Expat
+ 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.
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..44e7fb0
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,4 @@
+[DEFAULT]
+upstream-tree=branch
+upstream-branch=master
+debian-branch=debian
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..4647c9c
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with python2
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

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