[27475] in Source-Commits
xdsc commit: Remove Debian packaging from master
daemon@ATHENA.MIT.EDU (Victor Vasiliev)
Sun Sep 29 06:56:17 2013
Date: Sun, 29 Sep 2013 06:56:09 -0400
From: Victor Vasiliev <vasilvv@MIT.EDU>
Message-Id: <201309291056.r8TAu9sp010248@drugstore.mit.edu>
To: source-commits@MIT.EDU
https://github.com/mit-athena/xdsc/commit/916b9a93bd296184427140b4ef1a54e3a455f3f7
commit 916b9a93bd296184427140b4ef1a54e3a455f3f7
Author: Victor Vasiliev <vasilvv@mit.edu>
Date: Sun Sep 29 06:44:09 2013 -0400
Remove Debian packaging from master
debian/changelog | 48 ------------------------------------------------
debian/compat | 1 -
debian/control | 12 ------------
debian/copyright | 23 -----------------------
debian/rules | 8 --------
5 files changed, 0 insertions(+), 92 deletions(-)
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index 11f7579..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,48 +0,0 @@
-debathena-xdsc (10.0.1-0debathena1) UNRELEASED; urgency=low
-
- [ Jonathan Reed ]
- * Bump debian/compat to 6
- * Switch from control.in to control (Trac: #561)
- * Bump Standards-Version to 3.9.3
- * Bump compat level to 7
-
- [ Victor Vasiliev ]
- * Make package build without daconfiscate
- * Use debhelper 7
-
- -- Jonathan Reed <jdreed@mit.edu> Wed, 03 Apr 2013 14:00:00 -0400
-
-debathena-xdsc (10.0.0-0debathena4) unstable; urgency=low
-
- * Revert 10.0.0-0debathena3 pending further investigation of the memory
- corruption.
-
- -- Evan Broder <broder@mit.edu> Mon, 23 Mar 2009 12:05:26 -0400
-
-debathena-xdsc (10.0.0-0debathena3) intrepid; urgency=low
-
- * Avoid a crash in xdsc (Closes: Debathena Trac #84).
-
- -- Geoffrey Thomas <geofft@mit.edu> Sun, 08 Mar 2009 09:05:13 -0400
-
-debathena-xdsc (10.0.0-0debathena2) unstable; urgency=low
-
- * Change DEB_AUTO_UPDATE_AUTOCONF to 2.50, not 1.
- * Remove DEB_AUTO_UPDATE_DEBIAN_CONTROL.
- * Change "Debian-Athena Project" to "Debathena Project".
- * Remove debian/control from version control.
- * Clean up debian/copyright.
-
- -- Tim Abbott <tabbott@mit.edu> Sat, 24 Jan 2009 15:39:46 -0500
-
-debathena-xdsc (10.0.0-0debathena1) unstable; urgency=low
-
- * Merged quilt patches into mainline Athena tree
-
- -- Shreevatsa R <vatsa@mit.edu> Sun, 6 Apr 2008 16:24:02 -0400
-
-debathena-xdsc (9.4.0-0debathena1) unstable; urgency=low
-
- * Initial release.
-
- -- Anders Kaseorg <andersk@mit.edu> Fri, 13 Jul 2007 19:51:32 -0400
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 4032e24..0000000
--- a/debian/control
+++ /dev/null
@@ -1,12 +0,0 @@
-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
-Standards-Version: 3.9.3
-
-Package: debathena-xdsc
-Architecture: any
-Depends: debathena-discuss (>= 9.4.30-0debathena2~), ${shlibs:Depends}, ${misc:Depends}
-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
deleted file mode 100644
index 95a9c85..0000000
--- a/debian/copyright
+++ /dev/null
@@ -1,23 +0,0 @@
-This package was debianized as part of the Debathena Project
-<http://debathena.mit.edu/> of the MIT Student Information Processing
-Board.
-
-The Athena source code was obtained from the Athena SVN repository at
-<svn://debathena.mit.edu/athena/trunk>, and is licensed as follows:
-
- 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.
diff --git a/debian/rules b/debian/rules
deleted file mode 100755
index b458851..0000000
--- a/debian/rules
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/make -f
-
-%:
- dh $@ --with autoreconf
-
-override_dh_auto_configure:
- automake --add-missing --foreign || true
- dh_auto_configure