[OpenSER-Devel] [ openser-Patches-1830970 ] Separate build-targets for Debian Etch and Sarge

SourceForge.net noreply at sourceforge.net
Tue Nov 13 09:50:27 UTC 2007


Patches item #1830970, was opened at 2007-11-13 09:50
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=743022&aid=1830970&group_id=139143

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: packaging
Group: ver devel
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Carsten Bock (carstenbock)
Assigned to: Nobody/Anonymous (nobody)
Summary: Separate build-targets for Debian Etch and Sarge

Initial Comment:
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.

Carsten


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=743022&aid=1830970&group_id=139143



More information about the Devel mailing list