[Pkg-jed-commit] r925 - jed-extra/trunk/debian

Rafael Laboissiere rafael at alioth.debian.org
Fri Oct 12 06:43:22 UTC 2007


tags 446307 pending
thanks

Author: rafael
Date: 2007-10-12 06:43:22 +0000 (Fri, 12 Oct 2007)
New Revision: 925

Modified:
   jed-extra/trunk/debian/changelog
   jed-extra/trunk/debian/compile
Log:
* 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


Modified: jed-extra/trunk/debian/changelog
===================================================================
--- jed-extra/trunk/debian/changelog	2007-10-12 06:42:31 UTC (rev 924)
+++ jed-extra/trunk/debian/changelog	2007-10-12 06:43:22 UTC (rev 925)
@@ -12,8 +12,11 @@
   * 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)
 
- -- Rafael Laboissiere <rafael at debian.org>  Fri, 12 Oct 2007 08:41:37 +0200
+ -- Rafael Laboissiere <rafael at debian.org>  Fri, 12 Oct 2007 08:42:30 +0200
 
 jed-extra (2.4-1) unstable; urgency=low
 

Modified: jed-extra/trunk/debian/compile
===================================================================
--- jed-extra/trunk/debian/compile	2007-10-12 06:42:31 UTC (rev 924)
+++ jed-extra/trunk/debian/compile	2007-10-12 06:43:22 UTC (rev 925)
@@ -7,13 +7,13 @@
   install|remove)
         # Remove the files in both cases, because some .sl files may have
         # gone and some .slc files may not work with the new jed version
-	find $LIBDIR \( -name \*.slc -o -name \*.dfa \) -print0 \
-        | xargs -0 --no-run-if-empty rm
+	find $LIBDIR \( -name \*.slc -o -name \*.dfa ini.sl\* libfuns.txt\) \
+            -print0 | xargs -0 --no-run-if-empty rm
 
         case "$1" in
           install)
 		jed-script $PREPARSE || true
-		# don't worry if jed-script is missing, because jed runs this 
+		# don't worry if jed-script is missing, because jed runs this
 		# script again at installation
                 ;;
         esac




More information about the Pkg-jed-commit mailing list