r12375 - in /packages/unstable/update-notifier/debian: changelog patches/05_fix_monitored_dirs.diff

kov at users.alioth.debian.org kov at users.alioth.debian.org
Wed Aug 22 01:30:10 UTC 2007


Author: kov
Date: Wed Aug 22 01:30:10 2007
New Revision: 12375

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=12375
Log:
patch to avoid monitoring /var/crash and fixing the name for
/var/lib/apt/lists/partial

Added:
    packages/unstable/update-notifier/debian/patches/05_fix_monitored_dirs.diff
Modified:
    packages/unstable/update-notifier/debian/changelog

Modified: packages/unstable/update-notifier/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/update-notifier/debian/changelog?rev=12375&op=diff
==============================================================================
--- packages/unstable/update-notifier/debian/changelog (original)
+++ packages/unstable/update-notifier/debian/changelog Wed Aug 22 01:30:10 2007
@@ -4,12 +4,14 @@
   * New upstream version
   * Fix Uploaders field syntax (Closes: #431667)
   * Fix source package naming to indicate we modify it for Debian
+  * debian/patches/05_fix_monitored_dirs.diff:
+  - avoid monitoring non-existing directories (Debian-wise)
 
   [ Loic Minier ]
   * Use ubuntu-get-source instead of gnome-get-source; build-dep on
     gnome-pkg-tools >= 0.12.3.
 
- -- Loic Minier <lool at dooz.org>  Tue, 31 Jul 2007 16:49:28 +0200
+ -- Gustavo Noronha Silva <kov at debian.org>  Tue, 21 Aug 2007 22:30:00 -0300
 
 update-notifier (0.57.3-1) unstable; urgency=low
 

Added: packages/unstable/update-notifier/debian/patches/05_fix_monitored_dirs.diff
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/update-notifier/debian/patches/05_fix_monitored_dirs.diff?rev=12375&op=file
==============================================================================
--- packages/unstable/update-notifier/debian/patches/05_fix_monitored_dirs.diff (added)
+++ packages/unstable/update-notifier/debian/patches/05_fix_monitored_dirs.diff Wed Aug 22 01:30:10 2007
@@ -1,0 +1,14 @@
+--- src/update-notifier.c~	2007-08-15 13:10:18.000000000 -0300
++++ src/update-notifier.c	2007-08-21 22:24:39.000000000 -0300
+@@ -272,10 +272,9 @@
+ 
+    // monitor thise dirs
+    static const char *monitor_dirs[] = { 
+-      "/var/lib/apt/lists/", "/var/lib/apt/list/partial", 
++      "/var/lib/apt/lists/", "/var/lib/apt/lists/partial", 
+       "/var/cache/apt/archives/", "/var/cache/apt/archives/partial", 
+       HOOKS_DIR, 
+-      CRASHREPORT_DIR,
+       NULL};
+    for(i=0;monitor_dirs[i] != NULL;i++) {
+       res = gnome_vfs_monitor_add(&monitor_handle,




More information about the pkg-gnome-commits mailing list