[23715] in Source-Commits
/svn/athena r23327 - trunk/third/moira/debian
daemon@ATHENA.MIT.EDU (tabbott@MIT.EDU)
Sat Jan 24 15:33:35 2009
Date: Sat, 24 Jan 2009 15:33:07 -0500 (EST)
From: tabbott@MIT.EDU
Message-Id: <200901242033.PAA23613@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 15:33:06 -0500 (Sat, 24 Jan 2009)
New Revision: 23327
Removed:
trunk/third/moira/debian/control
Modified:
trunk/third/moira/debian/changelog
trunk/third/moira/debian/control.in
trunk/third/moira/debian/copyright
trunk/third/moira/debian/rules
Log:
In moira:
* Remove DEB_AUTO_UPDATE_DEBIAN_CONTROL.
* Change "Debian-Athena Project" to "Debathena Project".
* Remove debian/control from version control.
Modified: trunk/third/moira/debian/changelog
===================================================================
--- trunk/third/moira/debian/changelog 2009-01-24 20:29:25 UTC (rev 23326)
+++ trunk/third/moira/debian/changelog 2009-01-24 20:33:06 UTC (rev 23327)
@@ -1,3 +1,11 @@
+debathena-moira (4.0.0+cvs20080830-0debathena2) unstable; urgency=low
+
+ * Remove DEB_AUTO_UPDATE_DEBIAN_CONTROL.
+ * Change "Debian-Athena Project" to "Debathena Project".
+ * Remove debian/control from version control.
+
+ -- Tim Abbott <tabbott@mit.edu> Sat, 24 Jan 2009 15:32:35 -0500
+
debathena-moira (4.0.0+cvs20080830-0debathena1) unstable; urgency=low
* New CVS snapshot
Deleted: trunk/third/moira/debian/control
Modified: trunk/third/moira/debian/control.in
===================================================================
--- trunk/third/moira/debian/control.in 2009-01-24 20:29:25 UTC (rev 23326)
+++ trunk/third/moira/debian/control.in 2009-01-24 20:33:06 UTC (rev 23327)
@@ -1,7 +1,7 @@
Source: debathena-moira
Section: debathena/net
Priority: extra
-Maintainer: Debian-Athena Project <debathena@mit.edu>
+Maintainer: Debathena Project <debathena@mit.edu>
Build-Depends: @cdbs@, comerr-dev, libkrb5-dev, libhesiod-dev, libzephyr-dev, libzephyr3-krb, libreadline-dev, libncurses-dev
Standards-Version: 3.7.2
Modified: trunk/third/moira/debian/copyright
===================================================================
--- trunk/third/moira/debian/copyright 2009-01-24 20:29:25 UTC (rev 23326)
+++ trunk/third/moira/debian/copyright 2009-01-24 20:33:06 UTC (rev 23327)
@@ -1,7 +1,11 @@
+This package was debianized as part of the Debathena Project
+<http://debathena.mit.edu/> of the MIT Student Information Processing
+Board.
+
The Moria source code was obtained from the Moira CVS repository at
/afs/athena.mit.edu/astaff/project/moiradev, and is licensed as follows:
- Copyright (C) 1987-1998 by the Massachusetts Institute of Technology
+ Copyright © 1987-1998 by the Massachusetts Institute of Technology
Permission to use, copy, modify, and distribute this
software and its documentation for any purpose and without
@@ -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/moira/debian/rules
===================================================================
--- trunk/third/moira/debian/rules 2009-01-24 20:29:25 UTC (rev 23326)
+++ trunk/third/moira/debian/rules 2009-01-24 20:33:06 UTC (rev 23327)
@@ -1,6 +1,5 @@
#!/usr/bin/make -f
-DEB_AUTO_UPDATE_DEBIAN_CONTROL = 1
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