[interchange-cvs] interchange - racke modified 3 files

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Sun Sep 26 11:58:31 EDT 2004


User:      racke
Date:      2004-09-26 15:58:31 GMT
Modified:  .        WHATSNEW-5.3
Modified:  debian   changelog interchange-cat-standard.prerm
Log:
Let demo catalog removal always succeed (Closes: #256093)

Revision  Changes    Path
2.15      +2 -0      interchange/WHATSNEW-5.3


rev 2.15, prev_rev 2.14
Index: WHATSNEW-5.3
===================================================================
RCS file: /var/cvs/interchange/WHATSNEW-5.3,v
retrieving revision 2.14
retrieving revision 2.15
diff -u -r2.14 -r2.15
--- WHATSNEW-5.3	25 Sep 2004 09:43:47 -0000	2.14
+++ WHATSNEW-5.3	26 Sep 2004 15:58:30 -0000	2.15
@@ -109,6 +109,8 @@
 
 * Added te editor for tab-delimited files (Closes: #132757)
 
+* Let demo catalog removal always succeed (Closes: #256093)
+
 RPM
 ---
 



2.57      +8 -0      interchange/debian/changelog


rev 2.57, prev_rev 2.56
Index: changelog
===================================================================
RCS file: /var/cvs/interchange/debian/changelog,v
retrieving revision 2.56
retrieving revision 2.57
diff -u -r2.56 -r2.57
--- changelog	5 May 2004 23:17:36 -0000	2.56
+++ changelog	26 Sep 2004 15:58:30 -0000	2.57
@@ -5,6 +5,14 @@
   
  -- Stefan Hornburg (Racke) <racke at linuxia.de>  Tue, 20 Apr 2004 13:56:38 +0200
 
+interchange (5.2.0-2) unstable; urgency=high
+
+  * applied upstream fix to avoid termination of script, let catalog
+    removal succeed always (Closes: #256093, thanks to Russ Allbery
+    <rra at stanford.edu> for bug analysis and patch)
+
+ -- Stefan Hornburg (Racke) <racke at linuxia.de>  Sun, 26 Sep 2004 15:53:00 +0200
+
 interchange (5.2.0-1) unstable; urgency=low
 
   * new upstream release



2.2       +1 -1      interchange/debian/interchange-cat-standard.prerm


rev 2.2, prev_rev 2.1
Index: interchange-cat-standard.prerm
===================================================================
RCS file: /var/cvs/interchange/debian/interchange-cat-standard.prerm,v
retrieving revision 2.1
retrieving revision 2.2
diff -u -r2.1 -r2.2
--- interchange-cat-standard.prerm	3 Aug 2004 09:10:38 -0000	2.1
+++ interchange-cat-standard.prerm	26 Sep 2004 15:58:30 -0000	2.2
@@ -26,7 +26,7 @@
 if [ "$RET" = "true" ]; then
 	if [ ! -f /var/run/interchange-install ]; then
 		# remove catalog from running server
-		/usr/sbin/interchange --remove=standard
+		/usr/sbin/interchange --remove=standard || true
 	fi
 fi
 








More information about the interchange-cvs mailing list