Browse Source

debian: fix rules file
- fix postgress typo
- remove non-existing modules
- fix list of broken modules, and activate it, so that beta-users can make debian packages without errors

darilion 16 years ago
parent
commit
462acb9bf0
1 changed files with 4 additions and 4 deletions
  1. 4 4
      pkg/debian/rules

+ 4 - 4
pkg/debian/rules

@@ -36,13 +36,13 @@
 export DEB_BUILD_OPTIONS:="$(DEB_BUILD_OPTIONS) nostrip"
 
 # modules not in the "main" ser package
-EXCLUDED_MODULES=	jabber xmlrpc postgres cpl cpl-c
+EXCLUDED_MODULES=jabber xmlrpc cpl-c
 
 # extra modules to skip, because they are not compilable now
 # - regardless if they go to the main ser package or to some module package,
 # they will be excluded from compile and install of all
-#EXTRA_EXCLUDED_MODULES=	cpl-c avpops flatstore pdt lcr msilo bdb dbtext iptrtpproxy ldap oracle osp pa rls
-EXTRA_EXCLUDED_MODULES=
+EXTRA_EXCLUDED_MODULES=seas bdb dbtext oracle pa rls iptrtpproxy
+#EXTRA_EXCLUDED_MODULES=
 
 # possible module directories that can appear in MODULES_SP
 # (only used for deducing a module name)
@@ -50,7 +50,7 @@ MDIRS=modules modules_s modules_k
 
 # modules packaged in separate packages (complete with full modules_* path)
 # with the package name: ser-$(module_name)-module
-MODULES_SP=modules/db_mysql modules/db_postgress modules/tls modules_s/xmlrpc
+MODULES_SP=modules/db_mysql modules/db_postgres modules/tls modules_s/xmlrpc
 
 # module groups that are packaged in seperate packages
 # (with the name ser-$(group_name)-modules)