[27271] in Source-Commits
discuss-ng commit [debian]: Initial Debian packaging
daemon@ATHENA.MIT.EDU (Victor Vasiliev)
Sat Sep 7 23:03:54 2013
Date: Sat, 7 Sep 2013 23:03:47 -0400
From: Victor Vasiliev <vasilvv@MIT.EDU>
Message-Id: <201309080303.r8833l12024392@drugstore.mit.edu>
To: source-commits@MIT.EDU
https://github.com/mit-athena/discuss-ng/commit/71221f20a12007977ff927a553e6591d17fb599b
commit 71221f20a12007977ff927a553e6591d17fb599b
Author: Victor Vasiliev <vasilvv@mit.edu>
Date: Sat Sep 7 22:52:52 2013 -0400
Initial Debian packaging
debian/changelog | 5 +++++
debian/compat | 1 +
debian/control | 14 ++++++++++++++
debian/copyright | 25 +++++++++++++++++++++++++
debian/debathena-discuss-ng.bash-completion | 1 +
debian/gbp.conf | 4 ++++
debian/rules | 5 +++++
debian/source/format | 1 +
8 files changed, 56 insertions(+), 0 deletions(-)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..cd913fe
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+debathena-discuss-ng (1.0-0debathena1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Victor Vasiliev <vasilvv@mit.edu> Sat, 07 Sep 2013 21:57:15 -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..f25b74b
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,14 @@
+Source: debathena-discuss-ng
+Section: debathena/net
+Priority: extra
+Maintainer: Debathena Project <debathena@mit.edu>
+Build-Depends: debhelper (>= 7), python (>= 2.7), bash-completion
+Standards-Version: 3.9.4
+X-Debathena-No-Build: lucid squeeze
+
+Package: debathena-discuss-ng
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python (>= 2.7), python-discuss
+Description: Conferencing and mail archiving system -- new client
+ discuss-ng provides an ncurses-based discuss client coupled with an auxilary
+ program to manipulate meeting subscription.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..ca89067
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,25 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: python-discuss
+
+Files: *
+Copyright: 2013 Victor Vasiliev
+License: MIT
+
+License: MIT
+ 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/debathena-discuss-ng.bash-completion b/debian/debathena-discuss-ng.bash-completion
new file mode 100644
index 0000000..6cfcc3f
--- /dev/null
+++ b/debian/debathena-discuss-ng.bash-completion
@@ -0,0 +1 @@
+etc/bash_completion discuss-ng
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..cb90334
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,4 @@
+[DEFAULT]
+upstream-branch=master
+debian-branch=debian
+upstream-tree=branch
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..31a170b
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+%:
+ dh $@ --with python2 --with bash-completion
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)