[interchange-cvs] interchange - racke modified 2 files

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Thu Oct 9 20:01:15 EDT 2003


User:      racke
Date:      2003-10-09 23:01:15 GMT
Modified:  debian   changelog rules
Log:
don't throw an error if removal of the file
/usr/lib/interchange/auto/Interchange/.packlist fails
(Closes: #215003, thanks to Daniel Schepler
<schepler at math.berkeley.edu> for the bug report)

Revision  Changes    Path
2.43      +9 -0      interchange/debian/changelog


rev 2.43, prev_rev 2.42
Index: changelog
===================================================================
RCS file: /var/cvs/interchange/debian/changelog,v
retrieving revision 2.42
retrieving revision 2.43
diff -u -r2.42 -r2.43
--- changelog	11 Sep 2003 01:17:44 -0000	2.42
+++ changelog	9 Oct 2003 23:01:15 -0000	2.43
@@ -1,3 +1,12 @@
+interchange (4.9.8.20031010-1) unstable; urgency=low
+
+  * don't throw an error if removal of the file
+    /usr/lib/interchange/auto/Interchange/.packlist fails 
+    (Closes: #215003, thanks to Daniel Schepler
+    <schepler at math.berkeley.edu> for the bug report)
+
+ -- Stefan Hornburg (Racke) <racke at linuxia.de>  Fri, 10 Oct 2003 00:42:15 +0200
+
 interchange (4.9.8.20030911-1) unstable; urgency=low
 
   * release from upstream CVS, adds missing manual pages (Closes: #203926,



2.25      +1 -1      interchange/debian/rules


rev 2.25, prev_rev 2.24
Index: rules
===================================================================
RCS file: /var/cvs/interchange/debian/rules,v
retrieving revision 2.24
retrieving revision 2.25
diff -u -r2.24 -r2.25
--- rules	9 Aug 2003 15:25:07 -0000	2.24
+++ rules	9 Oct 2003 23:01:15 -0000	2.25
@@ -120,7 +120,7 @@
 	rm $(TMP)/usr/lib/interchange/*.pl
 	rm $(TMP)/usr/lib/interchange/_session_storable
 	rm $(TMP)/usr/lib/interchange/_uid
-	rm -r $(TMP)/usr/lib/interchange/auto/Interchange
+	rm -rf $(TMP)/usr/lib/interchange/auto/Interchange
 # install logrotate configuration file
 	install -m 0755 -d $(TMP)/etc/logrotate.d/
 	install -m 0644 debian/interchange.logrotate $(TMP)/etc/logrotate.d/interchange








More information about the interchange-cvs mailing list