[sr-dev] git:master: debian: fix rules file

Klaus Darilion klaus.mailinglists at pernau.at
Mon Jul 13 14:38:49 CEST 2009


Module: sip-router
Branch: master
Commit: 462acb9bf0864bbb18f1a0683869cce8e35aafe0
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=462acb9bf0864bbb18f1a0683869cce8e35aafe0

Author: darilion <darilion at flunder.lan>
Committer: Klaus Darilion <klaus.mailinglists at pernau.at>
Date:   Mon Jul 13 13:36:53 2009 +0200

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

---

 pkg/debian/rules |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pkg/debian/rules b/pkg/debian/rules
index 999ce8e..289ec3e 100755
--- a/pkg/debian/rules
+++ b/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)




More information about the sr-dev mailing list