[DRE-commits] r4621 - in trunk/libhaml-ruby/debian: . patches

Micah Anderson micah at alioth.debian.org
Fri Feb 12 17:38:07 UTC 2010


Author: micah
Date: 2010-02-12 17:38:06 +0000 (Fri, 12 Feb 2010)
New Revision: 4621

Removed:
   trunk/libhaml-ruby/debian/patches/fix-emacs-mode
Modified:
   trunk/libhaml-ruby/debian/changelog
   trunk/libhaml-ruby/debian/patches/series
Log:
remove fix-emacs-mode patch because the change is upstream

Modified: trunk/libhaml-ruby/debian/changelog
===================================================================
--- trunk/libhaml-ruby/debian/changelog	2010-02-12 17:27:29 UTC (rev 4620)
+++ trunk/libhaml-ruby/debian/changelog	2010-02-12 17:38:06 UTC (rev 4621)
@@ -1,6 +1,7 @@
 libhaml-ruby (2.2.19-1) unstable; urgency=low
 
   * New upstream release
+  * Remove debian/patches/fix-emacs-mode, change included upstream
 
  -- Micah Anderson <micah at debian.org>  Fri, 12 Feb 2010 12:23:49 -0500
 

Deleted: trunk/libhaml-ruby/debian/patches/fix-emacs-mode
===================================================================
--- trunk/libhaml-ruby/debian/patches/fix-emacs-mode	2010-02-12 17:27:29 UTC (rev 4620)
+++ trunk/libhaml-ruby/debian/patches/fix-emacs-mode	2010-02-12 17:38:06 UTC (rev 4621)
@@ -1,13 +0,0 @@
-Index: libhaml-ruby-2.2.0/extra/haml-mode.el
-===================================================================
---- libhaml-ruby-2.2.0.orig/extra/haml-mode.el	2009-08-04 16:16:52.000000000 -0500
-+++ libhaml-ruby-2.2.0/extra/haml-mode.el	2009-08-04 16:17:16.000000000 -0500
-@@ -486,7 +486,7 @@
-   (save-excursion
-     (while t
-       (beginning-of-line)
--      (if (looking-at (eval-when-compile (concat haml-tag-beg-re "\\([{(]\\)")))
-+      (if (looking-at (concat haml-tag-beg-re "\\([{(]\\)"))
-           (progn
-             (goto-char (- (match-end 0) 1))
-             (haml-limited-forward-sexp (save-excursion (end-of-line) (point)))

Modified: trunk/libhaml-ruby/debian/patches/series
===================================================================
--- trunk/libhaml-ruby/debian/patches/series	2010-02-12 17:27:29 UTC (rev 4620)
+++ trunk/libhaml-ruby/debian/patches/series	2010-02-12 17:38:06 UTC (rev 4621)
@@ -1,3 +1,2 @@
-fix-emacs-mode
 fix-hardcoded-gem-paths
 get-version-from-right-path




More information about the Pkg-ruby-extras-commits mailing list