[993] in athena10
Re: /svn/athena r23357 - trunk/debathena/config/libpam-krb5-config/debian
daemon@ATHENA.MIT.EDU (Greg Price)
Tue Jan 27 00:28:00 2009
Date: Tue, 27 Jan 2009 00:26:57 -0500
From: Greg Price <price@MIT.EDU>
To: Tim Abbott <tabbott@mit.edu>
Cc: debathena@mit.edu
Message-ID: <20090127052657.GS2161@vinegar-pot.mit.edu>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
In-Reply-To: <alpine.DEB.2.00.0901241633190.29707@vinegar-pot.mit.edu>
On Sat, Jan 24, 2009 at 07:58:30PM -0500, Tim Abbott wrote:
> You're the author of this package and thus are the copyright holder, but
> the debian/copyright file did not reflect this; I've changed it to do so.
> Feel free to revert the copyright change if you think I was in error.
Indeed, thanks. It now says the Debian packaging is copyright you and
Anders, though, which isn't right either. I'll fix that.
Greg
> On Sat, 24 Jan 2009, tabbott@MIT.EDU wrote:
>
> >Author: tabbott
> >Date: 2009-01-24 16:32:32 -0500 (Sat, 24 Jan 2009)
> >New Revision: 23357
> >
> >Removed:
> > trunk/debathena/config/libpam-krb5-config/debian/control
> >Modified:
> > trunk/debathena/config/libpam-krb5-config/debian/changelog
> > trunk/debathena/config/libpam-krb5-config/debian/copyright
> > trunk/debathena/config/libpam-krb5-config/debian/rules
> >Log:
> >In libpam-krb5-config:
> > * Remove DEB_AUTO_UPDATE_DEBIAN_CONTROL.
> > * Change "Debian-Athena Project" to "Debathena Project".
> > * Remove debian/control from version control.
> > * Clean up debian/copyright.
> >
> >
> >Modified: trunk/debathena/config/libpam-krb5-config/debian/changelog
> >===================================================================
> >--- trunk/debathena/config/libpam-krb5-config/debian/changelog 2009-01-24
> >21:29:19 UTC (rev 23356)
> >+++ trunk/debathena/config/libpam-krb5-config/debian/changelog 2009-01-24
> >21:32:32 UTC (rev 23357)
> >@@ -1,3 +1,12 @@
> >+libpam-krb5-config (0.0.3) unstable; urgency=low
> >+
> >+ * 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 16:32:10 -0500
> >+
> >libpam-krb5-config (0.0.2) unstable; urgency=low
> >
> > * change pam-auth-update message to be clearer in menu
> >
> >Deleted: trunk/debathena/config/libpam-krb5-config/debian/control
> >
> >Modified: trunk/debathena/config/libpam-krb5-config/debian/copyright
> >===================================================================
> >--- trunk/debathena/config/libpam-krb5-config/debian/copyright 2009-01-24
> >21:29:19 UTC (rev 23356)
> >+++ trunk/debathena/config/libpam-krb5-config/debian/copyright 2009-01-24
> >21:32:32 UTC (rev 23357)
> >@@ -1,11 +1,31 @@
> >-Copyright 2008 by the Massachusetts Institute of Technology.
> >+This package was created as part of the Debathena Project
> >+<http://debathena.mit.edu/> of the MIT Student Information Processing
> >+Board.
> >
> >-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 source code was obtained from the Athena SVN repository at
> >+<svn://debathena.mit.edu/athena/trunk>, and is licensed as follows:
> >+
> >+ Copyright © 2008 Gregory Price
> >+
> >+ 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.
> >+
> >+The Debian packaging is Copyright © 2007-2008 Tim Abbott and Anders
> >+Kaseorg, and has the same license as the original software.
> >
> >Modified: trunk/debathena/config/libpam-krb5-config/debian/rules
> >===================================================================
> >--- trunk/debathena/config/libpam-krb5-config/debian/rules 2009-01-24
> >21:29:19 UTC (rev 23356)
> >+++ trunk/debathena/config/libpam-krb5-config/debian/rules 2009-01-24
> >21:32:32 UTC (rev 23357)
> >@@ -1,6 +1,5 @@
> >#!/usr/bin/make -f
> >
> >-DEB_AUTO_UPDATE_DEBIAN_CONTROL = 1
> >include /usr/share/cdbs/1/rules/debhelper.mk
> >
> >install/libpam-krb5-config::
> >
> >