[Python-modules-commits] r2549 - in /packages/pyinotify/trunk/debian: changelog patches/hppa-syscalls.patch patches/m68k-syscalls.patch patches/series
dottedmag-guest at users.alioth.debian.org
dottedmag-guest at users.alioth.debian.org
Sun Jun 17 05:30:03 UTC 2007
Author: dottedmag-guest
Date: Sun Jun 17 05:30:03 2007
New Revision: 2549
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2549
Log:
Added hppa-syscalls.patch, enabling compilation on hppa.
Added:
packages/pyinotify/trunk/debian/patches/hppa-syscalls.patch
Modified:
packages/pyinotify/trunk/debian/changelog
packages/pyinotify/trunk/debian/patches/m68k-syscalls.patch
packages/pyinotify/trunk/debian/patches/series
Modified: packages/pyinotify/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pyinotify/trunk/debian/changelog?rev=2549&op=diff
==============================================================================
--- packages/pyinotify/trunk/debian/changelog (original)
+++ packages/pyinotify/trunk/debian/changelog Sun Jun 17 05:30:03 2007
@@ -2,6 +2,8 @@
* Added armel and armeb to the supported architectures list. Thanks, Riku.
(Closes: #429266)
+ * Added patch hppa-syscalls.patch, enabling compilation for
+ hppa. Thanks, Jan. (Closes: #382647).
-- Mikhail Gusarov <dottedmag at dottedmag.net> Sun, 17 Jun 2007 00:18:31 +0700
Added: packages/pyinotify/trunk/debian/patches/hppa-syscalls.patch
URL: http://svn.debian.org/wsvn/python-modules/packages/pyinotify/trunk/debian/patches/hppa-syscalls.patch?rev=2549&op=file
==============================================================================
--- packages/pyinotify/trunk/debian/patches/hppa-syscalls.patch (added)
+++ packages/pyinotify/trunk/debian/patches/hppa-syscalls.patch Sun Jun 17 05:30:03 2007
@@ -1,0 +1,17 @@
+Index: pyinotify-0.7.0/src/pyinotify/inotify_syscalls.h
+===================================================================
+--- pyinotify-0.7.0.orig/src/pyinotify/inotify_syscalls.h 2007-06-17 12:20:28.000000000 +0700
++++ pyinotify-0.7.0/src/pyinotify/inotify_syscalls.h 2007-06-17 12:23:32.000000000 +0700
+@@ -42,9 +42,9 @@
+ # define __NR_inotify_add_watch 319
+ # define __NR_inotify_rm_watch 320
+ #elif defined (__hppa__)
+-# define __NR_inotify_init 269
+-# define __NR_inotify_add_watch 270
+-# define __NR_inotify_rm_watch 271
++# define __NR_inotify_init 269
++# define __NR_inotify_add_watch 270
++# define __NR_inotify_rm_watch 271
+ #elif defined (__mips__)
+ # define _MIPS_SIM_ABI32 1
+ # define _MIPS_SIM_NABI32 2
Modified: packages/pyinotify/trunk/debian/patches/m68k-syscalls.patch
URL: http://svn.debian.org/wsvn/python-modules/packages/pyinotify/trunk/debian/patches/m68k-syscalls.patch?rev=2549&op=diff
==============================================================================
--- packages/pyinotify/trunk/debian/patches/m68k-syscalls.patch (original)
+++ packages/pyinotify/trunk/debian/patches/m68k-syscalls.patch Sun Jun 17 05:30:03 2007
@@ -1,8 +1,19 @@
-Index: pyinotify/src/pyinotify/inotify_syscalls.h
+Index: pyinotify-0.7.0/src/pyinotify/inotify_syscalls.h
===================================================================
---- pyinotify.orig/src/pyinotify/inotify_syscalls.h 2007-05-04 23:51:03.000000000 +0700
-+++ pyinotify/src/pyinotify/inotify_syscalls.h 2007-05-04 23:51:06.000000000 +0700
-@@ -72,6 +72,10 @@
+--- pyinotify-0.7.0.orig/src/pyinotify/inotify_syscalls.h 2006-09-05 03:51:47.000000000 +0700
++++ pyinotify-0.7.0/src/pyinotify/inotify_syscalls.h 2007-06-17 12:25:25.000000000 +0700
+@@ -41,6 +41,10 @@
+ # define __NR_inotify_init 318
+ # define __NR_inotify_add_watch 319
+ # define __NR_inotify_rm_watch 320
++#elif defined (__hppa__)
++# define __NR_inotify_init 269
++# define __NR_inotify_add_watch 270
++# define __NR_inotify_rm_watch 271
+ #elif defined (__mips__)
+ # define _MIPS_SIM_ABI32 1
+ # define _MIPS_SIM_NABI32 2
+@@ -72,6 +76,10 @@
# define __NR_inotify_init (__NR_Linux + 269)
# define __NR_inotify_add_watch (__NR_Linux + 270)
# define __NR_inotify_rm_watch (__NR_Linux + 271)
Modified: packages/pyinotify/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/python-modules/packages/pyinotify/trunk/debian/patches/series?rev=2549&op=diff
==============================================================================
--- packages/pyinotify/trunk/debian/patches/series (original)
+++ packages/pyinotify/trunk/debian/patches/series Sun Jun 17 05:30:03 2007
@@ -1,1 +1,2 @@
m68k-syscalls.patch
+hppa-syscalls.patch
More information about the Python-modules-commits
mailing list