[interchange-cvs] interchange - racke modified 4 files

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Mon Aug 4 19:08:00 EDT 2003


User:      racke
Date:      2003-08-04 22:08:53 GMT
Modified:  debian   changelog interchange-cat-foundation.config
Modified:           interchange.conffiles interchange.files
Log:
location of manual pages for module descriptions fixed
marked update_locales job as conffile
fixed bashisms in interchange-cat-foundation's config script

Revision  Changes    Path
2.38      +5 -2      interchange/debian/changelog


rev 2.38, prev_rev 2.37
Index: changelog
===================================================================
RCS file: /var/cvs/interchange/debian/changelog,v
retrieving revision 2.37
retrieving revision 2.38
diff -u -r2.37 -r2.38
--- changelog	3 Aug 2003 13:00:48 -0000	2.37
+++ changelog	4 Aug 2003 22:08:53 -0000	2.38
@@ -3,8 +3,11 @@
   * fixed hang of build process caused by non-existant user interchange
     (Closes: #202063, thanks to Adrian Bunk <bunk at fs.tum.de> for his
     bugreport and help to trace down the problem) 
-
- -- Stefan Hornburg (Racke) <racke at linuxia.de>  Sun,  3 Aug 2003 14:49:02 +0200
+  * location of manual pages for module descriptions fixed  
+  * marked update_locales job as conffile
+  * fixed bashisms in interchange-cat-foundation's config script
+  
+ -- Stefan Hornburg (Racke) <racke at linuxia.de>  Tue,  5 Aug 2003 00:06:24 +0200
 
 interchange (4.9.8.20030706-1) unstable; urgency=low
 



2.8       +2 -2      interchange/debian/interchange-cat-foundation.config


rev 2.8, prev_rev 2.7
Index: interchange-cat-foundation.config
===================================================================
RCS file: /var/cvs/interchange/debian/interchange-cat-foundation.config,v
retrieving revision 2.7
retrieving revision 2.8
diff -u -r2.7 -r2.8
--- interchange-cat-foundation.config	1 Jan 2003 20:45:53 -0000	2.7
+++ interchange-cat-foundation.config	4 Aug 2003 22:08:53 -0000	2.8
@@ -25,7 +25,7 @@
 db_go
 
 db_get interchange-cat-foundation/install
-if [ "$RET" == "false" ]; then
+if [ "$RET" = "false" ]; then
 	exit 0
 fi
 
@@ -42,7 +42,7 @@
 		db_go
 		db_get interchange-cat-foundation/confirm
 		GOAHEAD="$RET"
-	elif [ "$RET" == "always" ]; then
+	elif [ "$RET" = "always" ]; then
 		GOAHEAD=true
 	fi
 else 



2.2       +1 -0      interchange/debian/interchange.conffiles


rev 2.2, prev_rev 2.1
Index: interchange.conffiles
===================================================================
RCS file: /var/cvs/interchange/debian/interchange.conffiles,v
retrieving revision 2.1
retrieving revision 2.2
diff -u -r2.1 -r2.2
--- interchange.conffiles	10 Apr 2003 01:00:40 -0000	2.1
+++ interchange.conffiles	4 Aug 2003 22:08:53 -0000	2.2
@@ -1,6 +1,7 @@
 /etc/cron.daily/interchange
 /etc/interchange/catalogs.cfg
 /etc/interchange/interchange.cfg
+/etc/interchange/jobs/i18n/update_locales
 /etc/interchange/makecat.cfg
 /etc/interchange/robots.cfg
 /etc/init.d/interchange



2.1       +1 -1      interchange/debian/interchange.files


rev 2.1, prev_rev 2.0
Index: interchange.files
===================================================================
RCS file: /var/cvs/interchange/debian/interchange.files,v
retrieving revision 2.0
retrieving revision 2.1
diff -u -r2.0 -r2.1
--- interchange.files	18 Jul 2001 02:20:38 -0000	2.0
+++ interchange.files	4 Aug 2003 22:08:53 -0000	2.1
@@ -5,4 +5,4 @@
 usr/lib/interchange/
 usr/sbin/
 usr/share/man/man1/
-usr/share/man/man8/
+usr/share/man/man3/







More information about the interchange-cvs mailing list