[OpenSER-Devel] Make targets for Etch and Sarge

Carsten Bock lists at bock.info
Mon Nov 12 10:43:46 UTC 2007


Hi,

i would suggest to add dedicated build-targets for Debian Sarge and
Debian Etch to the Makefile. In my local Version (for OpenSER 1.2 and
SVN-Trunk) i have simply added the following lines to the Makefile:

.PHONY: deb
deb:
	rm -f debian
	ln -sf packaging/debian
	dpkg-buildpackage -rfakeroot -tc $(DEBBUILD_EXTRA_OPTIONS)
	rm -f debian

.PHONY: deb-sarge
deb:
	rm -f debian
	ln -sf packaging/debian-sarge debian
	dpkg-buildpackage -rfakeroot -tc $(DEBBUILD_EXTRA_OPTIONS)
	rm -f debian

.PHONY: deb-etch
deb:
	rm -f debian
	ln -sf packaging/debian-etch debian
	dpkg-buildpackage -rfakeroot -tc $(DEBBUILD_EXTRA_OPTIONS)
	rm -f debian

Attached Patch is against OpenSER SVN, i can put this to the Tracker, if
requested.

Carsten
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch.txt
Type: text/x-patch
Size: 758 bytes
Desc: not available
Url : http://lists.openser.org/pipermail/devel/attachments/20071112/3078940c/attachment.bin 


More information about the Devel mailing list