[23759] in Source-Commits
/svn/athena r23371 - trunk/debathena/meta/build-depends/debian
daemon@ATHENA.MIT.EDU (tabbott@MIT.EDU)
Sat Jan 24 17:20:01 2009
Date: Sat, 24 Jan 2009 17:19:36 -0500 (EST)
From: tabbott@MIT.EDU
Message-Id: <200901242219.RAA26115@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 17:19:35 -0500 (Sat, 24 Jan 2009)
New Revision: 23371
Removed:
trunk/debathena/meta/build-depends/debian/control
Modified:
trunk/debathena/meta/build-depends/debian/changelog
trunk/debathena/meta/build-depends/debian/control.in
trunk/debathena/meta/build-depends/debian/copyright
trunk/debathena/meta/build-depends/debian/rules
Log:
In build-depends:
* 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/meta/build-depends/debian/changelog
===================================================================
--- trunk/debathena/meta/build-depends/debian/changelog 2009-01-24 22:13:34 UTC (rev 23370)
+++ trunk/debathena/meta/build-depends/debian/changelog 2009-01-24 22:19:35 UTC (rev 23371)
@@ -1,3 +1,12 @@
+debathena-build-depends (1.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 17:16:21 -0500
+
debathena-build-depends (1.2) unstable; urgency=low
* Version bump for rebuilding on Hardy and removing debathena-config-build-common.
Deleted: trunk/debathena/meta/build-depends/debian/control
Modified: trunk/debathena/meta/build-depends/debian/control.in
===================================================================
--- trunk/debathena/meta/build-depends/debian/control.in 2009-01-24 22:13:34 UTC (rev 23370)
+++ trunk/debathena/meta/build-depends/debian/control.in 2009-01-24 22:19:35 UTC (rev 23371)
@@ -1,12 +1,12 @@
Source: debathena-build-depends
Section: debathena/devel
Priority: extra
-Maintainer: Debian-Athena Project <debathena@mit.edu>
+Maintainer: Debathena Project <debathena@mit.edu>
Build-Depends: @cdbs@, aptitude, dpkg-awk
Standards-Version: 3.7.2
Package: debathena-build-depends
Architecture: all
Depends: ${misc:Depends}, ${debathena-build-depends:Depends}, debathena-debian-dev
-Description: Metapackage providing build dependencies for Debian-Athena
- This metapackage installs the packages you need to build Debian-Athena.
+Description: Metapackage providing build dependencies for Debathena
+ This metapackage installs the packages you need to build Debathena.
Modified: trunk/debathena/meta/build-depends/debian/copyright
===================================================================
--- trunk/debathena/meta/build-depends/debian/copyright 2009-01-24 22:13:34 UTC (rev 23370)
+++ trunk/debathena/meta/build-depends/debian/copyright 2009-01-24 22:19:35 UTC (rev 23371)
@@ -1,3 +1,23 @@
-This 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.
+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 and Anders
+Kaseorg, and has the same license as the original software.
Modified: trunk/debathena/meta/build-depends/debian/rules
===================================================================
--- trunk/debathena/meta/build-depends/debian/rules 2009-01-24 22:13:34 UTC (rev 23370)
+++ trunk/debathena/meta/build-depends/debian/rules 2009-01-24 22:19:35 UTC (rev 23371)
@@ -1,6 +1,5 @@
#!/usr/bin/make -f
-DEB_AUTO_UPDATE_DEBIAN_CONTROL = 1
include /usr/share/cdbs/1/rules/debhelper.mk
APT_CACHE = $(CURDIR)/debian/apt-cache