[27895] in Source-Commits
mitmailutils commit: Remove Debian packaging from master
daemon@ATHENA.MIT.EDU (Victor Vasiliev)
Wed Mar 26 18:13:28 2014
Date: Wed, 26 Mar 2014 18:13:22 -0400
From: Victor Vasiliev <vasilvv@MIT.EDU>
Message-Id: <201403262213.s2QMDMmt005357@drugstore.mit.edu>
To: source-commits@MIT.EDU
https://github.com/mit-athena/mitmailutils/commit/2ad06aa5e810faa441f8a9859a2be3bed49e75c8
commit 2ad06aa5e810faa441f8a9859a2be3bed49e75c8
Author: Victor Vasiliev <vasilvv@mit.edu>
Date: Wed Mar 26 18:04:02 2014 -0400
Remove Debian packaging from master
debian/changelog | 81 --------------------------------------------------
debian/compat | 1 -
debian/control | 43 --------------------------
debian/copyright | 24 ---------------
debian/install | 11 -------
debian/manpages | 11 -------
debian/rules | 10 ------
debian/source/format | 1 -
8 files changed, 0 insertions(+), 182 deletions(-)
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index cbb94c6..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,81 +0,0 @@
-debathena-mitmailutils (10.2.2-0debathena1) UNRELEASED; urgency=low
-
- * Update dependency from libcyrus-imap-perl22 (which is gone as of
- Lucid) to libcyrus-imap-perl24
-
- -- Jonathan Reed <jdreed@mit.edu> Tue, 04 Mar 2014 12:40:18 -0500
-
-debathena-mitmailutils (10.2.1-0debathena1) unstable; urgency=low
-
- * Fix regression failure from CDBS version: install from and its manpage
- as from.debathena
- * Remove the .DA macro from the 'from' man page because it's not a thing
- anymore; move date to .TH macro
- * Build-dep on dh 7.0.50 because we need override targets
-
- -- Jonathan Reed <jdreed@mit.edu> Fri, 31 May 2013 10:01:13 -0400
-
-debathena-mitmailutils (10.2-0debathena1) unstable; 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 ]
- * Use debhelper7
- * Create bin/ and man/ directories for organization purposes
- * Bump upstream version
- * Switch to source format 3.0 (quilt)
-
- -- Jonathan Reed <jdreed@mit.edu> Wed, 03 Apr 2013 13:59:52 -0400
-
-debathena-mitmailutils (10.1.3-0debathena1) unstable; urgency=low
-
- * Have mailquota tell you what quota it's displaying, so that the mailquota
- output from dotfiles makes more sense.
-
- -- Geoffrey Thomas <geofft@mit.edu> Mon, 15 Nov 2010 18:17:01 -0500
-
-debathena-mitmailutils (10.1.2-0debathena1) unstable; urgency=low
-
- * Switch from Hesiod to using *.mail.mit.edu so we can use GSSAPI
- authentication (Trac: #403).
- * Because of a Cyrus SASL bug (documented in that ticket) regarding
- parsing long encrypted responses, set maxssf to zero to send mail in
- the clear. This isn't as terrible as it sounds because mail travels
- in the clear on the public Internet anyway, and a bunch of client
- programs (Pine on Athena 9, for instance) don't use encryption, and
- the major use of mitmailutils is `from` and `mailquota` anyway.
-
- Patch based on one from Jonathan Reed <jdreed@mit.edu>.
-
- -- Geoffrey Thomas <geofft@mit.edu> Wed, 03 Feb 2010 19:03:41 -0500
-
-debathena-mitmailutils (10.1.1-0debathena1) unstable; urgency=low
-
- * Replace test for EXCHANGE.MIT.EDU with test for *EXCHANGE*.
-
- -- Anders Kaseorg <andersk@mit.edu> Fri, 10 Jul 2009 16:47:26 -0400
-
-debathena-mitmailutils (10.1.0-0debathena3) unstable; urgency=low
-
- * Don't run mitmailutils on EXCHANGE.MIT.EDU accounts for now, since this
- will hang forever (since IMAP.EXCHANGE, not EXCHANGE, is the IMAP server,
- but it doesn't currently support GSSAPI anyway).
-
- -- Geoffrey Thomas <geofft@mit.edu> Wed, 20 May 2009 00:39:10 -0400
-
-debathena-mitmailutils (10.1.0-0debathena2) unstable; urgency=low
-
- * Switch to unversioned conflicts/replaces against the old mitmailfoo
- packages to make the upgrade path smoother.
-
- -- Evan Broder <broder@mit.edu> Sat, 11 Apr 2009 00:42:52 -0400
-
-debathena-mitmailutils (10.1.0-0debathena1) unstable; urgency=low
-
- * Initial release.
-
- -- Evan Broder <broder@mit.edu> Thu, 02 Apr 2009 23:26:29 -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 31a2947..0000000
--- a/debian/control
+++ /dev/null
@@ -1,43 +0,0 @@
-Source: debathena-mitmailutils
-Section: debathena/mail
-Priority: extra
-Maintainer: Debathena Project <debathena@mit.edu>
-Build-Depends: debhelper (>= 7.0.50~)
-Standards-Version: 3.9.3
-
-Package: debathena-mitmailutils
-Architecture: all
-Provides: from, mailquota, mailusage, mitmailappend, mitmailcreate,
- mitmaildel, mitmailexp, mitmailmove, mitmailrename, mitmailscan,
- mitmailshow, debathena-from, debathena-mailquota,
- debathena-mailusage, debathena-mitmailappend,
- debathena-mitmailcreate, debathena-mitmaildel, debathena-mitmailexp,
- debathena-mitmailmove, debathena-mitmailrename,
- debathena-mitmailscan, debathena-mitmailshow
-Depends: ${perl:Depends}, ${misc:Depends}, libcyrus-imap-perl24, libsasl2-modules-gssapi-mit, hesiod
-Replaces: debathena-from, debathena-mailquota, debathena-mailusage,
- debathena-mitmailappend, debathena-mitmailcreate,
- debathena-mitmaildel, debathena-mitmailexp, debathena-mitmailmove,
- debathena-mitmailrename, debathena-mitmailscan, debathena-mitmailshow
-Conflicts: debathena-mitmailutils (<< 9.4), debathena-from,
- debathena-mailquota, debathena-mailusage, debathena-mitmailappend,
- debathena-mitmailcreate, debathena-mitmaildel, debathena-mitmailexp,
- debathena-mitmailmove, debathena-mitmailrename,
- debathena-mitmailscan, debathena-mitmailshow
-Description: Utilities for manipulating MIT mail
- The mitmail* suite of tools for manipulating MIT mail in IMAP in a
- scriptable manner.
- .
- This package includes:
- - from: Print a list of the user's unread Athena mail
- - mailquota: Display post office resource usage and limits
- - mailusage: Display size of mail folders on a post office server
- - mitmailappend: Append a message to an IMAP folder
- - mitmailcreate: Create, remove, or subscribe or unsubscribe to IMAP
- folders
- - mitmaildel: Delete messages in an IMAP folder
- - mitmailexp: Expunge an IMAP folder
- - mitmailmove: Move or copy messages between IMAP folders
- - mitmailrename: Rename an IMAP mailbox
- - mitmailscan: Scan messages in an IMAP folder
- - mitmailshow: Show messages in an IMAP folder
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644
index b4106ab..0000000
--- a/debian/copyright
+++ /dev/null
@@ -1,24 +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, Anders
-Kaseorg, and Evan Broder, and has the same license as the original
-software.
diff --git a/debian/install b/debian/install
deleted file mode 100644
index 633daf9..0000000
--- a/debian/install
+++ /dev/null
@@ -1,11 +0,0 @@
-from.debathena usr/bin
-bin/mailquota usr/bin
-bin/mailusage usr/bin
-bin/mitmailappend usr/bin
-bin/mitmailcreate usr/bin
-bin/mitmaildel usr/bin
-bin/mitmailexp usr/bin
-bin/mitmailmove usr/bin
-bin/mitmailrename usr/bin
-bin/mitmailscan usr/bin
-bin/mitmailshow usr/bin
diff --git a/debian/manpages b/debian/manpages
deleted file mode 100644
index 6813fb7..0000000
--- a/debian/manpages
+++ /dev/null
@@ -1,11 +0,0 @@
-debian/tmp/from.debathena.1
-man/mailquota.1
-man/mailusage.1
-man/mitmailappend.1
-man/mitmailcreate.1
-man/mitmaildel.1
-man/mitmailexp.1
-man/mitmailmove.1
-man/mitmailrename.1
-man/mitmailscan.1
-man/mitmailshow.1
diff --git a/debian/rules b/debian/rules
deleted file mode 100755
index 388e7bb..0000000
--- a/debian/rules
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/usr/bin/make -f
-
-%:
- dh $@
-
-override_dh_auto_install:
- dh_auto_install
- mkdir -p debian/tmp
- cp bin/from debian/tmp/from.debathena
- cp man/from.1 debian/tmp/from.debathena.1
diff --git a/debian/source/format b/debian/source/format
deleted file mode 100644
index 163aaf8..0000000
--- a/debian/source/format
+++ /dev/null
@@ -1 +0,0 @@
-3.0 (quilt)