r14433 - in /packages/unstable/update-notifier/debian: changelog patches/04_fix_gksu_usage.diff rules

alanbach-guest at users.alioth.debian.org alanbach-guest at users.alioth.debian.org
Tue Feb 5 06:48:00 UTC 2008


Author: alanbach-guest
Date: Tue Feb  5 06:47:59 2008
New Revision: 14433

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=14433
Log:
* Updated 04_fix_gksu_usage.diff:
  - call update-manager with gksu
* debian/rules:
  - added cdbs and gnome-pkg-tools headers
    to update uploaders and make patches 
    to be applied

Modified:
    packages/unstable/update-notifier/debian/changelog
    packages/unstable/update-notifier/debian/patches/04_fix_gksu_usage.diff
    packages/unstable/update-notifier/debian/rules

Modified: packages/unstable/update-notifier/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/update-notifier/debian/changelog?rev=14433&op=diff
==============================================================================
--- packages/unstable/update-notifier/debian/changelog (original)
+++ packages/unstable/update-notifier/debian/changelog Tue Feb  5 06:47:59 2008
@@ -19,12 +19,14 @@
   * debian/rules:
     - merged upstream changes
     - extra space clean-ups
+  * Updated 04_fix_gksu_usage.diff: 
+    - call update-manager with gksu
 
   [ Gustavo Noronha Silva ]
   * debian/control:
   - Make GNOME team the maintainer, I can no longer be involved
 
- -- Alan Baghumian <alan at technotux.org>  Tue, 05 Feb 2008 09:50:39 +0330
+ -- Alan Baghumian <alan at memphis>  Tue, 05 Feb 2008 10:15:02 +0330
 
 update-notifier (0.59.5.debian-1) unstable; urgency=low
 

Modified: packages/unstable/update-notifier/debian/patches/04_fix_gksu_usage.diff
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/update-notifier/debian/patches/04_fix_gksu_usage.diff?rev=14433&op=diff
==============================================================================
--- packages/unstable/update-notifier/debian/patches/04_fix_gksu_usage.diff (original)
+++ packages/unstable/update-notifier/debian/patches/04_fix_gksu_usage.diff Tue Feb  5 06:47:59 2008
@@ -7,7 +7,7 @@
  char* actions[][4] = {
 -   { "/usr/bin/update-manager", N_("Show updates"), 
 -     "/usr/share/applications/update-manager.desktop", FALSE },
-+   { "update-manager", N_("Show updates"), 
++   { "gksu update-manager", N_("Show updates"), 
 +     "/usr/share/applications/update-manager.desktop", TRUE },
  
     { "/usr/sbin/synaptic --dist-upgrade-mode --non-interactive --hide-main-window -o Synaptic::AskRelated=true",

Modified: packages/unstable/update-notifier/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/update-notifier/debian/rules?rev=14433&op=diff
==============================================================================
--- packages/unstable/update-notifier/debian/rules (original)
+++ packages/unstable/update-notifier/debian/rules Tue Feb  5 06:47:59 2008
@@ -2,6 +2,12 @@
 # -*- makefile -*-
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
+
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/cdbs/1/rules/utils.mk
+include /usr/share/cdbs/1/class/gnome.mk
+include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
+
 
 tmp := $(CURDIR)/debian/tmp
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
@@ -37,7 +43,7 @@
 	(cd debian/gdm-signal && $(MAKE))
 	touch build-stamp
 
-clean:
+clean::
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp 




More information about the pkg-gnome-commits mailing list