Status of SER & OpenSER packaging ?
Mikael Magnusson
mikma264 at gmail.com
Tue Jul 4 09:57:07 UTC 2006
Julien BLACHE wrote / skrev:
> George Danchev <danchev at spnet.net> wrote:
>
> Hi,
>
>
>>Why don't you simply commit your bits to pkg-voip svn repo to be automatically
>>built on various non-x86 arches at www.buildserver.net ? It is always easier
>>to track things down if you have the arch build logs ;-)
>
>
> As you can see, I just imported the OpenSER packaging into the
> pkg-voip SVN. OpenSER should build everywhere, including the
> PostgreSQL module.
>
> Feel free to give it a go :)
>
> JB.
>
Why is the orig tarball repacked in get-orig-source? I don't think it's
needed since you don't remove anything from the tarball.
The following patch works for me.
--- debian/rules (revision 1990)
+++ debian/rules (working copy)
@@ -199,14 +199,7 @@
get-orig-source:
@@dh_testdir
@@[ -d ../tarballs/. ]||mkdir -p ../tarballs
- @@echo Downloading $(UPFILENAME) from $(URL) ...
- @@wget -N -nv -T10 -t3 -O ../tarballs/$(UPFILENAME) $(URL)
- @@echo Repacking orig tarball ...
- @@mkdir -p ../tarballs/openser-$(UPVERSION).tmp/;cd
../tarballs/openser-$(UPVERSION).tmp && \
- tar xfz ../$(UPFILENAME) && \
- mv openser-$(UPVERSION)-tls openser-$(UPVERSION) && \
- tar cfz ../$(FILENAME) *
- @@echo Cleaning up...
- @@$(RM) -rf ../tarballs/openser-$(UPVERSION).tmp
+ @@echo Downloading $(FILENAME) from $(URL) ...
+ @@wget -N -nv -T10 -t3 -O ../tarballs/$(FILENAME) $(URL)
.PHONY: build clean binary-indep binary-arch binary install configure
patch unpatch real-clean
Mikael
More information about the Pkg-voip-maintainers
mailing list