[Pkg-voip-commits] r2048 - openser/trunk/debian
Julien Blache
jblache at costa.debian.org
Wed Jul 12 11:55:56 UTC 2006
Author: jblache
Date: 2006-07-12 11:55:55 +0000 (Wed, 12 Jul 2006)
New Revision: 2048
Modified:
openser/trunk/debian/rules
Log:
Rename the openserctl_* scripts.
Additions to the clean rule.
Modified: openser/trunk/debian/rules
===================================================================
--- openser/trunk/debian/rules 2006-07-12 11:40:40 UTC (rev 2047)
+++ openser/trunk/debian/rules 2006-07-12 11:55:55 UTC (rev 2048)
@@ -93,7 +93,8 @@
# Add here commands to clean up after the build process.
-$(MAKE) TLS=1 include_modules="$(ALL_MODULES)" proper
- rm -f cfg.tab.h utils/gen_ha1/*.d utils/openserunix/*.d
+ rm -f cfg.tab.h
+ rm -f utils/openserunix/openserunix.o utils/openserunix/openserunix
dh_clean
@@ -122,6 +123,8 @@
cfg-target=/etc/openser/ \
doc-dir=share/doc/openser-mysql-module
+ mv $(CURDIR)/debian/openser-mysql-module/usr/sbin/openser_mysql.sh $(CURDIR)/debian/openser-mysql-module/usr/sbin/openser_mysql
+
# install only the postgres module
CC="$(CC)" CFLAGS="$(CFLAGS)" TLS=1 $(MAKE) install-modules-all modules="$(POSTGRES_MOD_PATH)" \
basedir=$(CURDIR)/debian/openser-postgres-module \
@@ -130,6 +133,8 @@
cfg-target=/etc/openser/ \
doc-dir=share/doc/openser-postgres-module
+ mv $(CURDIR)/debian/openser-postgres-module/usr/sbin/openser_postgresql.sh $(CURDIR)/debian/openser-postgres-module/usr/sbin/openser_postgresql
+
# install only the unixodbc module
CC="$(CC)" CFLAGS="$(CFLAGS)" TLS=1 $(MAKE) install-modules-all modules="$(UNIXODBC_MOD_PATH)" \
basedir=$(CURDIR)/debian/openser-unixodbc-module \
More information about the Pkg-voip-commits
mailing list