[23719] in Source-Commits
/svn/athena r23330 - trunk/athena/bin/xcluster/debian
daemon@ATHENA.MIT.EDU (tabbott@MIT.EDU)
Sat Jan 24 15:40:05 2009
Date: Sat, 24 Jan 2009 15:39:33 -0500 (EST)
From: tabbott@MIT.EDU
Message-Id: <200901242039.PAA23760@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:39:32 -0500 (Sat, 24 Jan 2009)
New Revision: 23330
Removed:
trunk/athena/bin/xcluster/debian/control
Modified:
trunk/athena/bin/xcluster/debian/changelog
trunk/athena/bin/xcluster/debian/control.in
trunk/athena/bin/xcluster/debian/copyright
trunk/athena/bin/xcluster/debian/rules
Log:
In xcluster:
* 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.
Modified: trunk/athena/bin/xcluster/debian/changelog
===================================================================
--- trunk/athena/bin/xcluster/debian/changelog 2009-01-24 20:38:59 UTC (rev 23329)
+++ trunk/athena/bin/xcluster/debian/changelog 2009-01-24 20:39:32 UTC (rev 23330)
@@ -1,3 +1,13 @@
+debathena-xcluster (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:14 -0500
+
debathena-xcluster (10.0.0-0debathena1) unstable; urgency=low
* Merged quilt patches into mainline Athena tree
Deleted: trunk/athena/bin/xcluster/debian/control
Modified: trunk/athena/bin/xcluster/debian/control.in
===================================================================
--- trunk/athena/bin/xcluster/debian/control.in 2009-01-24 20:38:59 UTC (rev 23329)
+++ trunk/athena/bin/xcluster/debian/control.in 2009-01-24 20:39:32 UTC (rev 23330)
@@ -1,7 +1,7 @@
Source: debathena-xcluster
Section: debathena/net
Priority: extra
-Maintainer: Debian-Athena Project <debathena@mit.edu>
+Maintainer: Debathena Project <debathena@mit.edu>
Build-Depends: @cdbs@, libhesiod-dev, debathena-libxj-dev, libx11-dev, libxmu-dev
Standards-Version: 3.7.2
Modified: trunk/athena/bin/xcluster/debian/copyright
===================================================================
--- trunk/athena/bin/xcluster/debian/copyright 2009-01-24 20:38:59 UTC (rev 23329)
+++ trunk/athena/bin/xcluster/debian/copyright 2009-01-24 20:39:32 UTC (rev 23330)
@@ -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/athena/bin/xcluster/debian/rules
===================================================================
--- trunk/athena/bin/xcluster/debian/rules 2009-01-24 20:38:59 UTC (rev 23329)
+++ trunk/athena/bin/xcluster/debian/rules 2009-01-24 20:39:32 UTC (rev 23330)
@@ -1,7 +1,6 @@
#!/usr/bin/make -f
-DEB_AUTO_UPDATE_DEBIAN_CONTROL = 1
-DEB_AUTO_UPDATE_AUTOCONF = 1
+DEB_AUTO_UPDATE_AUTOCONF = 2.50
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk