r11710 - in /packages/experimental/update-notifier/debian: changelog control.in patches/05_call_updatem_synaptic_with_gksu.diff

kov at users.alioth.debian.org kov at users.alioth.debian.org
Thu Jun 28 00:21:06 UTC 2007


Author: kov
Date: Thu Jun 28 00:21:06 2007
New Revision: 11710

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=11710
Log:
improve patch to not use full path to update-manager

Modified:
    packages/experimental/update-notifier/debian/changelog
    packages/experimental/update-notifier/debian/control.in
    packages/experimental/update-notifier/debian/patches/05_call_updatem_synaptic_with_gksu.diff

Modified: packages/experimental/update-notifier/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/update-notifier/debian/changelog?rev=11710&op=diff
==============================================================================
--- packages/experimental/update-notifier/debian/changelog (original)
+++ packages/experimental/update-notifier/debian/changelog Thu Jun 28 00:21:06 2007
@@ -19,10 +19,15 @@
   * Add a man page (Closes: #404814).
 
   [ Gustavo Noronha Silva ]
-  * debian/03_detect_debian_cd.diff:
+  * debian/patches/03_detect_debian_cd.diff:
   - reupdated for 0.57.3 (Alan had updated this for 0.57.1)
-
- -- Gustavo Noronha Silva <kov at debian.org>  Wed, 27 Jun 2007 21:11:05 -0300
+  * debian/patches/05_call_updatem_synaptic_with_gksu.diff:
+  - do not use full path for update-manager when calling it;
+    the path for update-manager has changed from /usr/sbin
+    in earlier releases, and if we change the path to that here
+    we'll have to bump deps, which may not be desired
+
+ -- Gustavo Noronha Silva <kov at debian.org>  Wed, 27 Jun 2007 21:19:35 -0300
 
 update-notifier (0.42.12-3) unstable; urgency=low
 

Modified: packages/experimental/update-notifier/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/update-notifier/debian/control.in?rev=11710&op=diff
==============================================================================
--- packages/experimental/update-notifier/debian/control.in (original)
+++ packages/experimental/update-notifier/debian/control.in Thu Jun 28 00:21:06 2007
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Gustavo Noronha Silva <kov at debian.org>
 Uploaders: Alan Baghumain, @GNOME_TEAM@
-Build-Depends: cdbs, 
-               debhelper (>= 4.1.0), 
+Build-Depends: cdbs,
+               debhelper (>= 4.1.0),
                gnome-pkg-tools,
                libgtk2.0-dev,
                libgnomeui-dev,

Modified: packages/experimental/update-notifier/debian/patches/05_call_updatem_synaptic_with_gksu.diff
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/update-notifier/debian/patches/05_call_updatem_synaptic_with_gksu.diff?rev=11710&op=diff
==============================================================================
--- packages/experimental/update-notifier/debian/patches/05_call_updatem_synaptic_with_gksu.diff (original)
+++ packages/experimental/update-notifier/debian/patches/05_call_updatem_synaptic_with_gksu.diff Thu Jun 28 00:21:06 2007
@@ -6,7 +6,7 @@
  // command, description, desktopfile, needs_gksu
  char* actions[][4] = {
 -   { "/usr/bin/update-manager", N_("Show updates"), 
-+   { "gksu /usr/bin/update-manager", N_("Show updates"), 
++   { "gksu update-manager", N_("Show updates"), 
       "/usr/share/applications/update-manager.desktop", FALSE },
  
 -   { "/usr/sbin/synaptic --dist-upgrade-mode --non-interactive --hide-main-window -o Synaptic::AskRelated=true",




More information about the pkg-gnome-commits mailing list