[interchange-cvs] interchange - racke modified 15 files

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Tue Aug 3 05:10:38 EDT 2004


User:      racke
Date:      2004-08-03 09:10:38 GMT
Modified:  debian   control interchangeconfig rules
Added:     debian   interchange-cat-standard.config
Added:              interchange-cat-standard.files
Added:              interchange-cat-standard.postinst
Added:              interchange-cat-standard.postrm
Added:              interchange-cat-standard.prerm
Added:              interchange-cat-standard.templates
Removed:   debian   interchange-cat-foundation.config
Removed:            interchange-cat-foundation.files
Removed:            interchange-cat-foundation.postinst
Removed:            interchange-cat-foundation.postrm
Removed:            interchange-cat-foundation.prerm
Removed:            interchange-cat-foundation.templates
Log:
initial effort to replacing foundation with standard catalog in Debian packages

Revision  Changes    Path
2.19      +6 -6      interchange/debian/control


rev 2.19, prev_rev 2.18
Index: control
===================================================================
RCS file: /anon_cvs/repository/interchange/debian/control,v
retrieving revision 2.18
retrieving revision 2.19
diff -u -r2.18 -r2.19
--- control	2 Apr 2004 23:34:27 -0000	2.18
+++ control	3 Aug 2004 09:10:38 -0000	2.19
@@ -5,15 +5,15 @@
 Standards-Version: 3.5.6.0
 Build-Depends: debhelper (>= 4.1.16), libdigest-md5-perl, libmime-base64-perl, libsafe-hole-perl, libstorable-perl, liburi-perl, libhtml-parser-perl, apache-dev
 
-Package: interchange-cat-foundation
+Package: interchange-cat-standard
 Architecture: all
-Depends: libwww-perl, debconf (>= 0.2.26), interchange (>=4.8.1), interchange-ui (>=4.8.1)
-Description: Foundation Store, a sample Interchange catalog
- The Foundation store is a demo catalog which you can use to
- build your Interchange applications from. While the Foundation store
+Depends: libwww-perl, debconf (>= 0.2.26), interchange (>=5.3.0), interchange-ui (>=5.3.0), libdbd-mysql-perl | libdbd-pg-perl
+Description: Standard store, a sample Interchange catalog
+ The Standard store is a demo catalog which you can use to
+ build your Interchange applications from. While the Standard store
  is designed to be relatively easy to start with, it is still a full-featured
  demonstration of a number of Interchange capabilities. 
- Once you understand the Foundation store and how it works you are well 
+ Once you understand the Standard store and how it works you are well 
  on your way to understanding the Interchange software.
 
 Package: interchange-ui



2.14      +2 -1      interchange/debian/interchangeconfig


rev 2.14, prev_rev 2.13
Index: interchangeconfig
===================================================================
RCS file: /anon_cvs/repository/interchange/debian/interchangeconfig,v
retrieving revision 2.13
retrieving revision 2.14
diff -u -r2.13 -r2.14
--- interchangeconfig	13 Feb 2004 16:19:09 -0000	2.13
+++ interchangeconfig	3 Aug 2004 09:10:38 -0000	2.14
@@ -32,7 +32,8 @@
 my %setvars = (DEBUG => 0, FULL_URL => 0, ROBOTS => 1, SOAP => 0,
 			   TRAFFIC => 'low', UI_LOCALE => 'en_US');
 my %requires = (SOAP => ['SOAP::Lite']);
-my %featvars = (UI => '', USE_FOUNDATION => '', MV_GETPPID_BROKEN => 0);
+my %featvars = (UI => '', USE_FOUNDATION => '', USE_STANDARD => '',
+				MV_GETPPID_BROKEN => 0);
 my %skipvars;
 	
 # other variables



2.27      +4 -0      interchange/debian/rules


rev 2.27, prev_rev 2.26
Index: rules
===================================================================
RCS file: /anon_cvs/repository/interchange/debian/rules,v
retrieving revision 2.26
retrieving revision 2.27
diff -u -r2.26 -r2.27
--- rules	20 Apr 2004 12:03:44 -0000	2.26
+++ rules	3 Aug 2004 09:10:38 -0000	2.27
@@ -125,6 +125,10 @@
 # install logrotate configuration file
 	install -m 0755 -d $(TMP)/etc/logrotate.d/
 	install -m 0644 debian/interchange.logrotate $(TMP)/etc/logrotate.d/interchange
+# install global usertags for standard demo
+	mkdir -p $(TMP)/usr/lib/interchange/usertag/standard
+	install -m 0755 dist/standard/config/*.tag $(TMP)/usr/lib/interchange/usertag/standard
+
 # make VERSION file
 	echo 'Variable MAJOR_VERSION $(IC_MAJOR_VERSION)' > $(TMP)/usr/lib/interchange/VERSION
 	echo 'Variable VERSION $(IC_VERSION)' >> $(TMP)/usr/lib/interchange/VERSION



2.1                  interchange/debian/interchange-cat-standard.config


rev 2.1, prev_rev 2.0



2.1                  interchange/debian/interchange-cat-standard.files


rev 2.1, prev_rev 2.0



2.1                  interchange/debian/interchange-cat-standard.postinst


rev 2.1, prev_rev 2.0



2.1                  interchange/debian/interchange-cat-standard.postrm


rev 2.1, prev_rev 2.0



2.1                  interchange/debian/interchange-cat-standard.prerm


rev 2.1, prev_rev 2.0



2.1                  interchange/debian/interchange-cat-standard.templates


rev 2.1, prev_rev 2.0








More information about the interchange-cvs mailing list