[Pkg-jed-commit] r924 - in jed-extra/trunk/debian: . patches
Rafael Laboissiere
rafael at alioth.debian.org
Fri Oct 12 06:42:31 UTC 2007
tags 446272 pending
thanks
Author: rafael
Date: 2007-10-12 06:42:31 +0000 (Fri, 12 Oct 2007)
New Revision: 924
Added:
jed-extra/trunk/debian/patches/01_make_ini-no-backups.dpatch
Modified:
jed-extra/trunk/debian/changelog
jed-extra/trunk/debian/patches/00list
Log:
* debian/patches/01_make_ini-no-backups.dpatch: Avoid the creation of
ini.sl~ files
Modified: jed-extra/trunk/debian/changelog
===================================================================
--- jed-extra/trunk/debian/changelog 2007-10-12 06:32:58 UTC (rev 923)
+++ jed-extra/trunk/debian/changelog 2007-10-12 06:42:31 UTC (rev 924)
@@ -10,8 +10,10 @@
[ Rafael Laboissiere ]
* debian/rules: Make the tm.sed script executable
+ * debian/patches/01_make_ini-no-backups.dpatch: Avoid the creation of
+ ini.sl~ files (closes: #446272)
- -- Rafael Laboissiere <rafael at debian.org> Mon, 08 Oct 2007 12:19:46 +0200
+ -- Rafael Laboissiere <rafael at debian.org> Fri, 12 Oct 2007 08:41:37 +0200
jed-extra (2.4-1) unstable; urgency=low
Modified: jed-extra/trunk/debian/patches/00list
===================================================================
--- jed-extra/trunk/debian/patches/00list 2007-10-12 06:32:58 UTC (rev 923)
+++ jed-extra/trunk/debian/patches/00list 2007-10-12 06:42:31 UTC (rev 924)
@@ -1,4 +1,4 @@
#missing_autoload
#apsmode
#ding
-
+01_make_ini-no-backups
Added: jed-extra/trunk/debian/patches/01_make_ini-no-backups.dpatch
===================================================================
--- jed-extra/trunk/debian/patches/01_make_ini-no-backups.dpatch (rev 0)
+++ jed-extra/trunk/debian/patches/01_make_ini-no-backups.dpatch 2007-10-12 06:42:31 UTC (rev 924)
@@ -0,0 +1,29 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 01_make_ini-no-backups.dpatch by Rafael Laboissiere <rafael at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: New patch generated from jed-extra 2.4.2-1 diff.gz
+
+ at DPATCH@
+
+--- jed-extra-2.4.2.orig/make_ini/make_ini.sl
++++ jed-extra-2.4.2/make_ini/make_ini.sl
+@@ -486,6 +486,7 @@
+ {
+
+ variable dir, buf = whatbuf();
++ variable No_Backups_save = No_Backups;
+ if (_NARGS)
+ dir = ();
+ else
+@@ -493,8 +494,10 @@
+
+ !if (length(list_slang_files(dir)))
+ return vmessage("no SLang files in %s", dir);
++ No_Backups = 1;
+ make_ini(dir);
+ save_buffer();
++ No_Backups = No_Backups_save;
+ % evaluate to test and add new autoloads
+ evalbuffer();
+ delbuf(whatbuf());
Property changes on: jed-extra/trunk/debian/patches/01_make_ini-no-backups.dpatch
___________________________________________________________________
Name: svn:executable
+ *
More information about the Pkg-jed-commit
mailing list