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

SourceForge.net noreply at sourceforge.net
Wed May 14 11:37:49 CEST 2008


Patches item #1830970, was opened at 2007-11-13 10:50
Message generated for change (Comment added) made by ibc_sf
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


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

Comment By: Iñaki Baz (ibc_sf)
Date: 2008-05-14 11:37

Message:
Logged In: YES 
user_id=1844020
Originator: NO

I hope this patch is applied. It makes 100% sense to install an OpenSer
stable branch (as 1.3.1) in a stable version of Debian instead of
unestable.

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

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