[emacs-debian commit] Add missing dpatch header to multibyte-char-key-modifiers.dpatch @ emacs-debian--main--21.4

Rob Browning rlb at defaultvalue.org
Sun Sep 18 05:59:38 UTC 2005


Revision: emacs-debian--main--21.4--patch-5
Archive: rlb at defaultvalue.org--debian-emacs-1
Creator: Rob Browning <rlb at defaultvalue.org>
Date: Sat Sep 17 22:59:37 PDT 2005
Standard-date: 2005-09-18 05:59:37 GMT
Modified-files: patches/multibyte-char-key-modifiers.dpatch
New-patches: rlb at defaultvalue.org--debian-emacs-1/emacs-debian--main--21.4--patch-5
Summary: Add missing dpatch header to multibyte-char-key-modifiers.dpatch
Keywords: 


* looking for rlb at defaultvalue.org--debian-emacs-1/emacs-debian--main--21.4--patch-4 to compare with
* comparing to rlb at defaultvalue.org--debian-emacs-1/emacs-debian--main--21.4--patch-4
A  {arch}/emacs-debian/emacs-debian--main/emacs-debian--main--21.4/rlb at defaultvalue.org--debian-emacs-1/patch-log/patch-5
M  patches/multibyte-char-key-modifiers.dpatch

* modified files

--- orig/patches/multibyte-char-key-modifiers.dpatch
+++ mod/patches/multibyte-char-key-modifiers.dpatch
@@ -6,9 +6,25 @@
 ## DP: Provided by: Martin Stjernholm <mast at lysator.liu.se>
 ## DP: Date: Sun, 22 May 2005 22:10:48 +0200
 
+[ -f debian/patches/00patch-opts ] && . debian/patches/00patch-opts
+patch_opts="${patch_opts:--f --no-backup-if-mismatch}"
+
+if [ $# -ne 1 ]; then
+    echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
+    exit 1
+fi
+case "$1" in
+       -patch) patch $patch_opts -p1 < $0;;
+       -unpatch) patch $patch_opts -p1 -R < $0;;
+	*)
+		echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
+		exit 1;;
+esac
+
+exit 0
 @DPATCH@
---- src/keyboard.c.orig	2005-05-20 21:07:42.000000000 +0200
-+++ src/keyboard.c	2005-05-20 21:07:29.000000000 +0200
+--- old/src/keyboard.c	2005-05-20 21:07:42.000000000 +0200
++++ new/src/keyboard.c	2005-05-20 21:07:29.000000000 +0200
 @@ -4662,8 +4662,15 @@
      case multibyte_char_keystroke:
        {
@@ -26,6 +42,3 @@
  	return lispy_c;
        }
  
-
-
-



* added files





More information about the pkg-emacs-commits mailing list