[27937] in Source-Commits
xdsc commit [debian]: Update Debian packaging for xdsc 10.1
daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Thu Mar 27 19:08:06 2014
Date: Thu, 27 Mar 2014 19:08:00 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201403272308.s2RN80cM019019@drugstore.mit.edu>
To: source-commits@MIT.EDU
https://github.com/mit-athena/xdsc/commit/c9ac68a3a65185a8b3c285470f04dc3a70c9122b
commit c9ac68a3a65185a8b3c285470f04dc3a70c9122b
Author: Jonathan Reed <jdreed@mit.edu>
Date: Mon Feb 3 16:22:58 2014 -0500
Update Debian packaging for xdsc 10.1
- This is a complete rewrite in Python, so update the control file,
rules, and changelog as appropriate.
- Update the copyright file to the new copyright format
debian/changelog | 7 +++++++
debian/control | 7 ++++---
debian/copyright | 50 +++++++++++++++++++++++++++++---------------------
debian/rules | 6 +-----
4 files changed, 41 insertions(+), 29 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index c8473b0..7a72499 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+debathena-xdsc (10.1-0debathena1) unstable; urgency=low
+
+ * Release verison 10.1 with a complete rewrite in PyGObject and using
+ python-discuss (Trac: #84)
+
+ -- Jonathan Reed <jdreed@mit.edu> Mon, 03 Feb 2014 16:22:27 -0500
+
debathena-xdsc (10.0.1-0debathena1) unstable; urgency=low
[ Jonathan Reed ]
diff --git a/debian/control b/debian/control
index 4032e24..4c7cc45 100644
--- a/debian/control
+++ b/debian/control
@@ -2,11 +2,12 @@ Source: debathena-xdsc
Section: debathena/net
Priority: extra
Maintainer: Debathena Project <debathena@mit.edu>
-Build-Depends: debhelper (>= 7.0.50~), dh-autoreconf, autoconf, automake, libxt-dev, libxaw7-dev
+Build-Depends: debhelper (>= 7.0.50~), python (>= 2.7)
Standards-Version: 3.9.3
+X-Debathena-No-Build: lucid squeeze
Package: debathena-xdsc
-Architecture: any
-Depends: debathena-discuss (>= 9.4.30-0debathena2~), ${shlibs:Depends}, ${misc:Depends}
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python (>= 2.7), python-discuss (>= 1.2), gir1.2-glib-2.0, gir1.2-gtk-3.0
Description: X interface to the Discuss conferencing and mail archiving system
An X front-end to the Discuss system.
diff --git a/debian/copyright b/debian/copyright
index 95a9c85..25f0923 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,23 +1,31 @@
-This package was debianized as part of the Debathena Project
-<http://debathena.mit.edu/> of the MIT Student Information Processing
-Board.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-The Athena source code was obtained from the Athena SVN repository at
-<svn://debathena.mit.edu/athena/trunk>, and is licensed as follows:
+Files: *
+Copyright: (c) 2014 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:
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ * 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.
+ * Neither the name of the Massachusetts Institute of Technology
+ nor the names of its contributors may be used to endorse or
+ promote products derived from this software without specific
+ prior written permission.
- Copyright © 1996 by the Massachusetts Institute of Technology.
-
- Permission to use, copy, modify, and distribute this
- software and its documentation for any purpose and without
- fee is hereby granted, provided that the above copyright
- notice appear in all copies and that both that copyright
- notice and this permission notice appear in supporting
- documentation, and that the name of M.I.T. not be used in
- advertising or publicity pertaining to distribution of the
- software without specific, written prior permission.
- M.I.T. makes no representations about the suitability of
- this software for any purpose. It is provided "as is"
- without express or implied warranty.
-
-The Debian packaging is Copyright © 2007-2008 Tim Abbott and Anders
-Kaseorg, and has the same license as the original software.
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 MASSACHUSETTS
+ INSTITUTE OF TECHNOLOGY 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
index b458851..4647c9c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,4 @@
#!/usr/bin/make -f
%:
- dh $@ --with autoreconf
-
-override_dh_auto_configure:
- automake --add-missing --foreign || true
- dh_auto_configure
+ dh $@ --with python2