[OpenSER-Devel] Make targets for Etch and Sarge

Iñaki Baz Castillo ibc at in.ilimit.es
Mon Nov 12 11:03:30 UTC 2007


El Monday 12 November 2007 11:43:46 Carsten Bock escribió:
> 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

It could be really useful for people wanting OpenSer 1.3 in Debian stable.



-- 
Iñaki Baz Castillo
ibc at in.ilimit.es



More information about the Devel mailing list