[23760] in Source-Commits
/svn/athena r23372 - trunk/debathena/meta/athena-libraries/debian
daemon@ATHENA.MIT.EDU (tabbott@MIT.EDU)
Sat Jan 24 17:24:36 2009
Date: Sat, 24 Jan 2009 17:24:05 -0500 (EST)
From: tabbott@MIT.EDU
Message-Id: <200901242224.RAA26229@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:24:03 -0500 (Sat, 24 Jan 2009)
New Revision: 23372
Removed:
trunk/debathena/meta/athena-libraries/debian/control
Modified:
trunk/debathena/meta/athena-libraries/debian/changelog
trunk/debathena/meta/athena-libraries/debian/control.in
trunk/debathena/meta/athena-libraries/debian/copyright
trunk/debathena/meta/athena-libraries/debian/rules
Log:
In athena-libraries:
* Remove DEB_AUTO_UPDATE_DEBIAN_CONTROL.
* Change "Debian-Athena Project" to "Debathena Project".
* Remove debian/control from version control.
* Clean up debian/copyright.
* Some description cleanups.
Modified: trunk/debathena/meta/athena-libraries/debian/changelog
===================================================================
--- trunk/debathena/meta/athena-libraries/debian/changelog 2009-01-24 22:19:35 UTC (rev 23371)
+++ trunk/debathena/meta/athena-libraries/debian/changelog 2009-01-24 22:24:03 UTC (rev 23372)
@@ -1,3 +1,13 @@
+debathena-athena-libraries (1.0debathena2+nmu2) 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.
+ * Some description cleanups.
+
+ -- Tim Abbott <tabbott@mit.edu> Sat, 24 Jan 2009 17:23:44 -0500
+
debathena-athena-libraries (1.0debathena2) unstable; urgency=low
* Avoid calling aptitude with no arguments.
Deleted: trunk/debathena/meta/athena-libraries/debian/control
Modified: trunk/debathena/meta/athena-libraries/debian/control.in
===================================================================
--- trunk/debathena/meta/athena-libraries/debian/control.in 2009-01-24 22:19:35 UTC (rev 23371)
+++ trunk/debathena/meta/athena-libraries/debian/control.in 2009-01-24 22:24:03 UTC (rev 23372)
@@ -1,16 +1,16 @@
Source: debathena-athena-libraries
Section: debathena/libs
Priority: extra
-Maintainer: Debian-Athena Project <debathena@mit.edu>
+Maintainer: Debathena Project <debathena@mit.edu>
Build-Depends: @cdbs@, aptitude, apt-file, wget, debathena-machtype, debathena-athdir, libc6-i386 [amd64]
Standards-Version: 3.7.2
Package: debathena-athena-libraries
Architecture: any
Recommends: ${debathena-athena-libraries:Recommends}
-Description: Athena libraries for Debian-Athena
+Description: Athena libraries for Debathena
This package recommends a set of libraries for compatibility with a
- default Athena installation. When installing this package, include
+ default Athena 9 installation. When installing this package, include
as many of the recommendations as possible. If your package manager
does not do this for you, you can try running these commands after
intallation:
@@ -21,4 +21,4 @@
.
If you have a customized sources.list that may provide more of the
needed libraries than the default distribution, rebuild this package
- on your own system to pull them in.
+ on your own system to pull them in.
Modified: trunk/debathena/meta/athena-libraries/debian/copyright
===================================================================
--- trunk/debathena/meta/athena-libraries/debian/copyright 2009-01-24 22:19:35 UTC (rev 23371)
+++ trunk/debathena/meta/athena-libraries/debian/copyright 2009-01-24 22:24:03 UTC (rev 23372)
@@ -1,3 +1,31 @@
-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 created as part of the Debathena Project
+<http://debathena.mit.edu/> of the MIT Student Information Processing
+Board.
+
+The source code was obtained from the Athena SVN repository at
+<svn://debathena.mit.edu/athena/trunk>, and is licensed as follows:
+
+ Copyright © 2007-2008 Tim Abbott and Anders Kaseorg
+
+ 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/meta/athena-libraries/debian/rules
===================================================================
--- trunk/debathena/meta/athena-libraries/debian/rules 2009-01-24 22:19:35 UTC (rev 23371)
+++ trunk/debathena/meta/athena-libraries/debian/rules 2009-01-24 22:24:03 UTC (rev 23372)
@@ -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