summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Niebur <ryanryan52@gmail.com>2009-09-04 00:48:59 -0700
committerRyan Niebur <ryanryan52@gmail.com>2009-09-04 00:48:59 -0700
commitf2468f51e5b4e1a4824045ea848c6b501250c3c9 (patch)
tree55e5d521fa4a160b67131e05e5d81a6d55274880
parentd5756a80e9e5c04780f91fd1ba5b6b07fec20245 (diff)
add upstream manpage fix, just in case I decide to release the package
-rw-r--r--debian/patches/manpage-move_self.patch35
1 files changed, 35 insertions, 0 deletions
diff --git a/debian/patches/manpage-move_self.patch b/debian/patches/manpage-move_self.patch
new file mode 100644
index 0000000..0eb7798
--- /dev/null
+++ b/debian/patches/manpage-move_self.patch
@@ -0,0 +1,35 @@
+patch from upstream SVN r59, author is Radu.
+http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=533536
+
+Index: man/inotifywait.1
+===================================================================
+--- man/inotifywait.1 (revision 58)
++++ man/inotifywait.1 (working copy)
+@@ -248,6 +248,11 @@
+ .B MOVE.
+
+ .TP
++.B move_self
++A watched file or directory was moved. After this event, the file or directory
++is no longer being watched.
++
++.TP
+ .B create
+ A file or directory was created within a watched directory.
+
+Index: man/inotifywatch.1
+===================================================================
+--- man/inotifywatch.1 (revision 58)
++++ man/inotifywatch.1 (working copy)
+@@ -201,6 +201,11 @@
+ .B MOVE.
+
+ .TP
++.B move_self
++A watched file or directory was moved. After this event, the file or directory
++is no longer being watched.
++
++.TP
+ .B create
+ A file or directory was created within a watched directory.
+