[Pkg-jed-commit] r930 - in jed-extra/trunk/debian: . patches

Rafael Laboissiere rafael at alioth.debian.org
Mon Oct 15 09:47:36 UTC 2007


Author: rafael
Date: 2007-10-15 09:47:36 +0000 (Mon, 15 Oct 2007)
New Revision: 930

Removed:
   jed-extra/trunk/debian/patches/01_make_ini-no-backups.dpatch
Modified:
   jed-extra/trunk/debian/changelog
   jed-extra/trunk/debian/patches/00list
Log:
Dropped patch 01_make_ini-no-backups.dpatch, which is not necessary anymore
since the fix is done in jed-extra-preparse.sl


Modified: jed-extra/trunk/debian/changelog
===================================================================
--- jed-extra/trunk/debian/changelog	2007-10-15 09:28:25 UTC (rev 929)
+++ jed-extra/trunk/debian/changelog	2007-10-15 09:47:36 UTC (rev 930)
@@ -10,13 +10,11 @@
        with ``enable_dfa_syntax_for_mode("<modename>");`` lines)
   * Suggest packages slang-sqlite, slang-expat (closes: #440262),
     and slang-wildcard (closes: #440263)
-  * debian/jed-extra-preparse.sl:  Avoid the creation of ini.sl~ files 
+  * debian/jed-extra-preparse.sl:  Avoid the creation of ini.sl~ files
     (closes: #446272)
 
   [ 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)
   * debian/compile: On removal of the package, delete all the
     automatically generated ini.sl and libfun.txt files, such that no
     files are left in the system (closes: #446307)

Modified: jed-extra/trunk/debian/patches/00list
===================================================================
--- jed-extra/trunk/debian/patches/00list	2007-10-15 09:28:25 UTC (rev 929)
+++ jed-extra/trunk/debian/patches/00list	2007-10-15 09:47:36 UTC (rev 930)
@@ -1,4 +1,4 @@
 #missing_autoload
 #apsmode
 #ding
-01_make_ini-no-backups
+

Deleted: jed-extra/trunk/debian/patches/01_make_ini-no-backups.dpatch
===================================================================
--- jed-extra/trunk/debian/patches/01_make_ini-no-backups.dpatch	2007-10-15 09:28:25 UTC (rev 929)
+++ jed-extra/trunk/debian/patches/01_make_ini-no-backups.dpatch	2007-10-15 09:47:36 UTC (rev 930)
@@ -1,29 +0,0 @@
-#! /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());




More information about the Pkg-jed-commit mailing list