You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by do...@apache.org on 2008/11/18 07:50:06 UTC

svn commit: r718507 - in /ofbiz/trunk: .hgignore debian/control

Author: doogie
Date: Mon Nov 17 22:50:05 2008
New Revision: 718507

URL: http://svn.apache.org/viewvc?rev=718507&view=rev
Log:
Preparing to split the packaging a bit.

Modified:
    ofbiz/trunk/.hgignore
    ofbiz/trunk/debian/control

Modified: ofbiz/trunk/.hgignore
URL: http://svn.apache.org/viewvc/ofbiz/trunk/.hgignore?rev=718507&r1=718506&r2=718507&view=diff
==============================================================================
--- ofbiz/trunk/.hgignore (original)
+++ ofbiz/trunk/.hgignore Mon Nov 17 22:50:05 2008
@@ -7,7 +7,7 @@
 ^runtime/(catalina/work|logs/test-results)/.*$
 ^debian/(EncryptPassword.class|files)$
 ^debian/stamps/.*$
-^debian/ofbiz(|-specialpurpose)/.*
-^debian/ofbiz(|-specialpurpose)\.debhelper\.log$
-^debian/ofbiz(|-specialpurpose)\.(pre|post)(inst|rm)\.debhelper$
-^debian/ofbiz(|-specialpurpose)\.substvars$
+^debian/ofbiz(|-(framework|applications|specialpurpose))/.*
+^debian/ofbiz(|-(framework|applications|specialpurpose))\.debhelper\.log$
+^debian/ofbiz(|-(framework|applications|specialpurpose))\.(pre|post)(inst|rm)\.debhelper$
+^debian/ofbiz(|-(framework|applications|specialpurpose))\.substvars$

Modified: ofbiz/trunk/debian/control
URL: http://svn.apache.org/viewvc/ofbiz/trunk/debian/control?rev=718507&r1=718506&r2=718507&view=diff
==============================================================================
--- ofbiz/trunk/debian/control (original)
+++ ofbiz/trunk/debian/control Mon Nov 17 22:50:05 2008
@@ -23,7 +23,7 @@
 Standards-Version: 3.8.0
 Build-Depends: sun-java6-jdk, debhelper (>= 5), po-debconf
 
-Package: ofbiz
+Package: ofbiz-framework
 Architecture: all
 Depends: dbconfig-common (>= 1.8.38), xalan, ${misc:Depends}, ucf, sun-java6-jdk | j2sdk1.5, libpg-java, libmysql-java, jsvc, adduser
 Recommends: postgresql-8.1 | postgresql-7.5 | mysql-server
@@ -32,7 +32,28 @@
  automation software providing: ERP, CRM, E-Business / E-Commerce,
  SCM, MRP, CMMS/EAM, and more.
  .
- This package contains the Apache OFBiz framework and applications.
+ This package contains the Apache OFBiz framework.
+
+Package: ofbiz-applications
+Architecture: all
+Depends: ofbiz-framework (= ${binary:Version})
+Description: An Open Source E-Commerce System
+ The Apache Open For Business Project is an open source enterprise
+ automation software providing: ERP, CRM, E-Business / E-Commerce,
+ SCM, MRP, CMMS/EAM, and more.
+ .
+ This package contains the Apache OFBiz applications.
+
+Package: ofbiz
+Architecture: all
+Depends: ofbiz-framework (= ${binary:Version}), ofbiz-applications (= ${binary:Version})
+Description: An Open Source E-Commerce System
+ The Apache Open For Business Project is an open source enterprise
+ automation software providing: ERP, CRM, E-Business / E-Commerce,
+ SCM, MRP, CMMS/EAM, and more.
+ .
+ This is a pseudo-package, used to install all of the standard Apache
+ OFBiz components.
 
 Package: ofbiz-specialpurpose
 Architecture: all