[Pkg-utopia-commits] r1868 - in /packages/unstable/hal/debian: changelog patches/80_fix_int_outof.patch

sjoerd at users.alioth.debian.org sjoerd at users.alioth.debian.org
Sun Nov 18 22:00:02 UTC 2007


Author: sjoerd
Date: Sun Nov 18 22:00:02 2007
New Revision: 1868

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=1868
Log:
* debian/patches/80_fix_int_outof.patch
  - Added. Fixes int_outof match target in fdi files (from upstream git)

Added:
    packages/unstable/hal/debian/patches/80_fix_int_outof.patch
Modified:
    packages/unstable/hal/debian/changelog

Modified: packages/unstable/hal/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/hal/debian/changelog?rev=1868&op=diff
==============================================================================
--- packages/unstable/hal/debian/changelog (original)
+++ packages/unstable/hal/debian/changelog Sun Nov 18 22:00:02 2007
@@ -7,6 +7,8 @@
   * debian/patches/75_glist_memleak.patch
     - Added. Fixes some memleaks by not probably freeing GSList object (from
       upstream git)
+  * debian/patches/80_fix_int_outof.patch
+    - Added. Fixes int_outof match target in fdi files (from upstream git)
 
  -- Michael Biebl <biebl at debian.org>  Wed, 24 Oct 2007 16:19:33 +0200
 

Added: packages/unstable/hal/debian/patches/80_fix_int_outof.patch
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/hal/debian/patches/80_fix_int_outof.patch?rev=1868&op=file
==============================================================================
--- packages/unstable/hal/debian/patches/80_fix_int_outof.patch (added)
+++ packages/unstable/hal/debian/patches/80_fix_int_outof.patch Sun Nov 18 22:00:02 2007
@@ -1,0 +1,24 @@
+commit 4a75be3cee0cc71b694296bdc679ed0578fabf4a
+Author: Frederic Crozat <fcrozat at mandriva.com>
+Date:   Mon Nov 5 19:44:14 2007 +0100
+
+    fix for int_outof
+    
+    I discovered a bug in int_outof implementation, which wasn't working
+     at all and I fixed it while discussing with David over IRC.
+    
+    But it seems my patch never got committed, Here it is
+
+diff --git a/hald/create_cache.c b/hald/create_cache.c
+index 0250456..384ed6a 100644
+--- a/hald/create_cache.c
++++ b/hald/create_cache.c
+@@ -142,7 +142,7 @@ get_match_type(const char *str)
+ 	if (strcmp (str, "contains_outof") == 0)
+ 		return MATCH_CONTAINS_OUTOF;
+ 	if (strcmp (str, "int_outof") == 0)
+-		return MATCH_CONTAINS_OUTOF;
++		return MATCH_INT_OUTOF;
+ 	if (strcmp (str, "prefix_outof") == 0)
+ 		return MATCH_PREFIX_OUTOF;
+ 	if (strcmp (str, "string_outof") == 0)




More information about the Pkg-utopia-commits mailing list