[24271] in Source-Commits
/svn/athena r23869 - trunk/debathena/config/reactivate/debian
daemon@ATHENA.MIT.EDU (Evan Broder)
Wed Jun 17 23:10:25 2009
Date: Wed, 17 Jun 2009 23:10:15 -0400
From: Evan Broder <broder@MIT.EDU>
Message-Id: <200906180310.n5I3AFuB002252@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: broder
Date: 2009-06-17 23:10:15 -0400 (Wed, 17 Jun 2009)
New Revision: 23869
Modified:
trunk/debathena/config/reactivate/debian/changelog
trunk/debathena/config/reactivate/debian/rules
Log:
In reactivate:
* Remove the autostart .desktop files for jockey-gtk and update-notifier
so that users don't get notifications about things they can't change.
Modified: trunk/debathena/config/reactivate/debian/changelog
===================================================================
--- trunk/debathena/config/reactivate/debian/changelog 2009-06-18 02:54:24 UTC (rev 23868)
+++ trunk/debathena/config/reactivate/debian/changelog 2009-06-18 03:10:15 UTC (rev 23869)
@@ -1,3 +1,10 @@
+debathena-reactivate (1.20) unstable; urgency=low
+
+ * Remove the autostart .desktop files for jockey-gtk and update-notifier
+ so that users don't get notifications about things they can't change.
+
+ -- Evan Broder <broder@mit.edu> Wed, 17 Jun 2009 23:07:00 -0400
+
debathena-reactivate (1.19.1) unstable; urgency=low
* Make the warning for su appear above the Password: prompt, instead of
Modified: trunk/debathena/config/reactivate/debian/rules
===================================================================
--- trunk/debathena/config/reactivate/debian/rules 2009-06-18 02:54:24 UTC (rev 23868)
+++ trunk/debathena/config/reactivate/debian/rules 2009-06-18 03:10:15 UTC (rev 23869)
@@ -7,5 +7,8 @@
/etc/gdm/PostSession/Default.debathena
DEB_TRANSFORM_FILES_debathena-reactivate += \
/etc/pam.d/su.debathena
+DEB_DELETE_FILES_debathena-reactivate += \
+ /etc/xdg/autostart/jockey-gtk.desktop \
+ /etc/xdg/autostart/update-notifier.desktop
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/config-package.mk