[23778] in Source-Commits
/svn/athena r23390 - trunk/third/nmh/debian
daemon@ATHENA.MIT.EDU (tabbott@MIT.EDU)
Sat Jan 24 18:17:43 2009
Date: Sat, 24 Jan 2009 18:17:18 -0500 (EST)
From: tabbott@MIT.EDU
Message-Id: <200901242317.SAA27543@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: tabbott
Date: 2009-01-24 18:17:18 -0500 (Sat, 24 Jan 2009)
New Revision: 23390
Removed:
trunk/third/nmh/debian/control
Modified:
trunk/third/nmh/debian/changelog
trunk/third/nmh/debian/control.in
trunk/third/nmh/debian/copyright
trunk/third/nmh/debian/rules
Log:
In nmh:
* Remove DEB_AUTO_UPDATE_DEBIAN_CONTROL.
* Change "Debian-Athena Project" to "Debathena Project".
* Remove debian/control from version control.
* Clean up debian/copyright.
* Remove comment #DEB_AUTO_UPDATE_AUTOCONF = 2.13 from rules file.
Modified: trunk/third/nmh/debian/changelog
===================================================================
--- trunk/third/nmh/debian/changelog 2009-01-24 23:08:52 UTC (rev 23389)
+++ trunk/third/nmh/debian/changelog 2009-01-24 23:17:18 UTC (rev 23390)
@@ -1,3 +1,13 @@
+debathena-nmh (1.0+athena9.4.34-0debathena4) 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.
+ * Remove comment #DEB_AUTO_UPDATE_AUTOCONF = 2.13 from rules file.
+
+ -- Tim Abbott <tabbott@mit.edu> Sat, 24 Jan 2009 15:36:12 -0500
+
debathena-nmh (1.0+athena9.4.34-0debathena3) unstable; urgency=low
* Prefer debathena-msmtp-mta rather than nullmailer for
Deleted: trunk/third/nmh/debian/control
Modified: trunk/third/nmh/debian/control.in
===================================================================
--- trunk/third/nmh/debian/control.in 2009-01-24 23:08:52 UTC (rev 23389)
+++ trunk/third/nmh/debian/control.in 2009-01-24 23:17:18 UTC (rev 23390)
@@ -1,7 +1,7 @@
Source: debathena-nmh
Section: debathena/mail
Priority: extra
-Maintainer: Debian-Athena Project <debathena@mit.edu>
+Maintainer: Debathena Project <debathena@mit.edu>
Build-Depends: @cdbs@, libkrb5-dev, libhesiod-dev, libncurses-dev, libdb-dev, debathena-msmtp-mta | nullmailer | mail-transport-agent
Standards-Version: 3.7.2
Modified: trunk/third/nmh/debian/copyright
===================================================================
--- trunk/third/nmh/debian/copyright 2009-01-24 23:08:52 UTC (rev 23389)
+++ trunk/third/nmh/debian/copyright 2009-01-24 23:17:18 UTC (rev 23390)
@@ -1,8 +1,12 @@
-The Athena source code was obtained from the Athena CVS repository at
-/afs/dev.mit.edu/source, and is licensed as follows:
+This package was debianized as part of the Debathena Project
+<http://debathena.mit.edu/> of the MIT Student Information Processing
+Board.
- Copyright 1996 by the Massachusetts Institute of Technology.
+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
@@ -15,6 +19,5 @@
this software for any purpose. It is provided "as is"
without express or implied warranty.
-This Debian package was created as part of the Debian-Athena Project
-<http://web.mit.edu/debathena/www/> of the MIT Student Information
-Processing Board, and is released to the public domain.
+The Debian packaging is Copyright © 2007-2008 Tim Abbott and Anders
+Kaseorg, and has the same license as the original software.
Modified: trunk/third/nmh/debian/rules
===================================================================
--- trunk/third/nmh/debian/rules 2009-01-24 23:08:52 UTC (rev 23389)
+++ trunk/third/nmh/debian/rules 2009-01-24 23:17:18 UTC (rev 23390)
@@ -1,7 +1,5 @@
#!/usr/bin/make -f
-DEB_AUTO_UPDATE_DEBIAN_CONTROL = 1
-#DEB_AUTO_UPDATE_AUTOCONF = 2.13
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/patchsys-quilt.mk