[Kamailio-Devel] [ openser-Bugs-2667527 ] wrong deb options in Makefile
SourceForge.net
noreply at sourceforge.net
Fri Mar 6 16:03:51 CET 2009
Bugs item #2667527, was opened at 2009-03-06 09:52
Message generated for change (Comment added) made by aheise
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=2667527&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: Andreas Heise (aheise)
Assigned to: Iñaki Baz (ibc_sf)
Summary: wrong deb options in Makefile
Initial Comment:
with rev 5662 debian-sarge directory was removed and debian-lenny introduced,
but the makfile is still linked to the old options:
.PHONY: deb
deb:
rm -f debian
ln -sf packaging/debian
dpkg-buildpackage -rfakeroot -tc $(DEBBUILD_EXTRA_OPTIONS)
rm -f debian
.PHONY: deb-sarge
deb-sarge:
rm -f debian
ln -sf packaging/debian-sarge debian
dpkg-buildpackage -rfakeroot -tc $(DEBBUILD_EXTRA_OPTIONS)
rm -f debian
.PHONY: deb-etch
deb-etch:
rm -f debian
ln -sf packaging/debian-etch debian
dpkg-buildpackage -rfakeroot -tc $(DEBBUILD_EXTRA_OPTIONS)
rm -f debian
----------------------------------------------------------------------
>Comment By: Andreas Heise (aheise)
Date: 2009-03-06 16:03
Message:
Thanks for the quick fix, it's OK now (REV 5672).
----------------------------------------------------------------------
Comment By: Iñaki Baz (ibc_sf)
Date: 2009-03-06 10:25
Message:
Thanks, you are right. Let me change it.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=2667527&group_id=139143
More information about the Devel
mailing list