[26874] in Source-Commits
/svn/athena r25808 - in trunk/debathena/config/reactivate: . debian
daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Wed Feb 13 14:54:55 2013
Date: Wed, 13 Feb 2013 14:54:48 -0500
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201302131954.r1DJsmJk003117@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: jdreed
Date: 2013-02-13 14:54:48 -0500 (Wed, 13 Feb 2013)
New Revision: 25808
Added:
trunk/debathena/config/reactivate/command-not-found.po
Modified:
trunk/debathena/config/reactivate/debian/changelog
trunk/debathena/config/reactivate/debian/control.in
trunk/debathena/config/reactivate/debian/debathena-reactivate.install
trunk/debathena/config/reactivate/debian/rules
Log:
In reactivate:
* Stop building for Natty.
* Install a translation to tweak what command-not-found says. (Trac:
#585)
Added: trunk/debathena/config/reactivate/command-not-found.po
===================================================================
--- trunk/debathena/config/reactivate/command-not-found.po (rev 0)
+++ trunk/debathena/config/reactivate/command-not-found.po 2013-02-13 19:54:48 UTC (rev 25808)
@@ -0,0 +1,10 @@
+# You can't start or end a translation with a newline if the msgid
+# lacks those newlines. Intermediate ones are fine. You can in fact
+# start and end with, e.g. \r or ^H. Hilarity ensues.
+
+msgid "You can install it by typing:"
+msgstr " \n\n"
+"NOTE: Because this is a debathena-cluster workstation, you can\n"
+"install it for the duration of this session by typing the following:\n "
+
+
Modified: trunk/debathena/config/reactivate/debian/changelog
===================================================================
--- trunk/debathena/config/reactivate/debian/changelog 2013-01-31 15:28:32 UTC (rev 25807)
+++ trunk/debathena/config/reactivate/debian/changelog 2013-02-13 19:54:48 UTC (rev 25808)
@@ -1,3 +1,11 @@
+debathena-reactivate (2.0.42) unstable; urgency=low
+
+ * Stop building for Natty.
+ * Install a translation to tweak what command-not-found says. (Trac:
+ #585)
+
+ -- Jonathan Reed <jdreed@mit.edu> Wed, 13 Feb 2013 14:54:41 -0500
+
debathena-reactivate (2.0.41) unstable; urgency=low
* Bump the chroot's ramdisk to 50% of RAM or 1G, whichever is higher
Modified: trunk/debathena/config/reactivate/debian/control.in
===================================================================
--- trunk/debathena/config/reactivate/debian/control.in 2013-01-31 15:28:32 UTC (rev 25807)
+++ trunk/debathena/config/reactivate/debian/control.in 2013-02-13 19:54:48 UTC (rev 25808)
@@ -2,7 +2,7 @@
Section: debathena/net
Priority: extra
Maintainer: Debathena Project <debathena@mit.edu>
-Build-Depends: @cdbs@, sudo, schroot, dbus
+Build-Depends: @cdbs@, sudo, schroot, dbus, gettext
Standards-Version: 3.9.3
Package: debathena-reactivate
@@ -18,7 +18,7 @@
${shlibs:Depends}
Provides: ${diverted-files}
Conflicts: ${diverted-files}
-X-Debathena-Build-For: natty precise
+X-Debathena-Build-For: precise
Description: Causes gdm logins to run in an ephemeral snapshot of the root
This package causes each gdm login to run in a temporary copy of the
root, so that any system modifications performed within the chroot
Modified: trunk/debathena/config/reactivate/debian/debathena-reactivate.install
===================================================================
--- trunk/debathena/config/reactivate/debian/debathena-reactivate.install 2013-01-31 15:28:32 UTC (rev 25807)
+++ trunk/debathena/config/reactivate/debian/debathena-reactivate.install 2013-02-13 19:54:48 UTC (rev 25808)
@@ -18,3 +18,4 @@
debian/16killprocs-no-really etc/schroot/setup.d
debian/dbus-daemon-launch-helper-blacklist usr/share/debathena-reactivate
debian/debathena-reactivate-sudoers etc/sudoers.d
+command-not-found.mo usr/share/locale/en/LC_MESSAGES
Modified: trunk/debathena/config/reactivate/debian/rules
===================================================================
--- trunk/debathena/config/reactivate/debian/rules 2013-01-31 15:28:32 UTC (rev 25807)
+++ trunk/debathena/config/reactivate/debian/rules 2013-02-13 19:54:48 UTC (rev 25808)
@@ -31,3 +31,9 @@
include /usr/share/cdbs/1/rules/config-package.mk
DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(DEB_DESTDIR)
+
+build/debathena-reactivate::
+ msgfmt -o command-not-found.mo command-not-found.po
+
+clean::
+ rm -f command-not-found.mo