[24141] in Source-Commits
/svn/athena r23743 - in trunk/debathena/config: . upgrade-config upgrade-config/debian
daemon@ATHENA.MIT.EDU (Evan Broder)
Mon Apr 13 13:22:18 2009
Date: Mon, 13 Apr 2009 13:22:06 -0400
From: Evan Broder <broder@MIT.EDU>
Message-Id: <200904131722.n3DHM6eD018936@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: broder
Date: 2009-04-13 13:22:06 -0400 (Mon, 13 Apr 2009)
New Revision: 23743
Added:
trunk/debathena/config/upgrade-config/
trunk/debathena/config/upgrade-config/debian/
trunk/debathena/config/upgrade-config/debian/changelog
trunk/debathena/config/upgrade-config/debian/compat
trunk/debathena/config/upgrade-config/debian/control.in
trunk/debathena/config/upgrade-config/debian/copyright
trunk/debathena/config/upgrade-config/debian/debathena-upgrade-config.install
trunk/debathena/config/upgrade-config/debian/debathena.cfg
trunk/debathena/config/upgrade-config/debian/rules
Log:
Create debathena-upgrade-config.
Added: trunk/debathena/config/upgrade-config/debian/changelog
===================================================================
--- trunk/debathena/config/upgrade-config/debian/changelog 2009-04-13 16:52:04 UTC (rev 23742)
+++ trunk/debathena/config/upgrade-config/debian/changelog 2009-04-13 17:22:06 UTC (rev 23743)
@@ -0,0 +1,5 @@
+debathena-upgrade-config (1.0) unstable; urgency=low
+
+ * Initial release.
+
+ -- Evan Broder <broder@mit.edu> Mon, 13 Apr 2009 13:17:42 -0400
Added: trunk/debathena/config/upgrade-config/debian/compat
===================================================================
--- trunk/debathena/config/upgrade-config/debian/compat 2009-04-13 16:52:04 UTC (rev 23742)
+++ trunk/debathena/config/upgrade-config/debian/compat 2009-04-13 17:22:06 UTC (rev 23743)
@@ -0,0 +1 @@
+5
Added: trunk/debathena/config/upgrade-config/debian/control.in
===================================================================
--- trunk/debathena/config/upgrade-config/debian/control.in 2009-04-13 16:52:04 UTC (rev 23742)
+++ trunk/debathena/config/upgrade-config/debian/control.in 2009-04-13 17:22:06 UTC (rev 23743)
@@ -0,0 +1,16 @@
+Source: debathena-upgrade-config
+Section: debathena-config/admin
+Priority: extra
+Maintainer: Debathena Project <debathena@mit.edu>
+Build-Depends: @cdbs@
+Standards-Version: 3.8.0
+
+Package: debathena-upgrade-config
+Architecture: all
+Depends: ${misc:Depends}
+Description: Ubuntu upgrade configuration for Debathena
+ This package configures the Ubuntu release upgrade process to not
+ disable the Debathena repository when upgrading from one Ubuntu
+ release to another.
+ .
+ This package has no effect on Debian systems.
Added: trunk/debathena/config/upgrade-config/debian/copyright
===================================================================
--- trunk/debathena/config/upgrade-config/debian/copyright 2009-04-13 16:52:04 UTC (rev 23742)
+++ trunk/debathena/config/upgrade-config/debian/copyright 2009-04-13 17:22:06 UTC (rev 23743)
@@ -0,0 +1,31 @@
+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 © 2009 Evan Broder
+
+ 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 © 2009 Evan Broder, and has the same
+license as the original software.
Added: trunk/debathena/config/upgrade-config/debian/debathena-upgrade-config.install
===================================================================
--- trunk/debathena/config/upgrade-config/debian/debathena-upgrade-config.install 2009-04-13 16:52:04 UTC (rev 23742)
+++ trunk/debathena/config/upgrade-config/debian/debathena-upgrade-config.install 2009-04-13 17:22:06 UTC (rev 23743)
@@ -0,0 +1 @@
+debian/debathena.cfg etc/update-manager/release-upgrades.d
Added: trunk/debathena/config/upgrade-config/debian/debathena.cfg
===================================================================
--- trunk/debathena/config/upgrade-config/debian/debathena.cfg 2009-04-13 16:52:04 UTC (rev 23742)
+++ trunk/debathena/config/upgrade-config/debian/debathena.cfg 2009-04-13 17:22:06 UTC (rev 23743)
@@ -0,0 +1,2 @@
+[Sources]
+AllowThirdParty=yes
Added: trunk/debathena/config/upgrade-config/debian/rules
===================================================================
--- trunk/debathena/config/upgrade-config/debian/rules 2009-04-13 16:52:04 UTC (rev 23742)
+++ trunk/debathena/config/upgrade-config/debian/rules 2009-04-13 17:22:06 UTC (rev 23743)
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
Property changes on: trunk/debathena/config/upgrade-config/debian/rules
___________________________________________________________________
Name: svn:executable
+ *