[Python-apps-commits] r5209 - in packages/mercurial/trunk/debian/patches (2 files)

vdanjean at users.alioth.debian.org vdanjean at users.alioth.debian.org
Tue May 11 09:08:58 UTC 2010


    Date: Tuesday, May 11, 2010 @ 09:08:21
  Author: vdanjean
Revision: 5209

Fix bashism in hgeditor

Added:
  packages/mercurial/trunk/debian/patches/for_upstream__bashism_in_examples.patch
Modified:
  packages/mercurial/trunk/debian/patches/series

Added: packages/mercurial/trunk/debian/patches/for_upstream__bashism_in_examples.patch
===================================================================
--- packages/mercurial/trunk/debian/patches/for_upstream__bashism_in_examples.patch	                        (rev 0)
+++ packages/mercurial/trunk/debian/patches/for_upstream__bashism_in_examples.patch	2010-05-11 09:08:21 UTC (rev 5209)
@@ -0,0 +1,10 @@
+Fix bashism in hgeditor
+Close: #581122
+--- a/hgeditor
++++ b/hgeditor
+@@ -1,4 +1,4 @@
+-#!/bin/sh
++#!/bin/bash
+ #
+ # This is an example of using HGEDITOR to create of diff to review the
+ # changes while commiting.

Modified: packages/mercurial/trunk/debian/patches/series
===================================================================
--- packages/mercurial/trunk/debian/patches/series	2010-05-11 09:07:56 UTC (rev 5208)
+++ packages/mercurial/trunk/debian/patches/series	2010-05-11 09:08:21 UTC (rev 5209)
@@ -8,3 +8,4 @@
 deb_specific__optional-dependencies
 proposed_upstream__correct-zeroconf-doc
 deb_specific__install-mo-fhs.patch
+for_upstream__bashism_in_examples.patch




More information about the Python-apps-commits mailing list