Dear Bart! Am Sonntag, den 13.01.2013, 01:44 +1100 schrieb Bart Steanes
Any chance you can pass on the steps required to create these packages?
I simply build the packages from these Ubuntu 13.04 source-packages: http://packages.ubuntu.com/de/source/raring/evolution-data-server http://packages.ubuntu.com/de/source/raring/evolution (you need to download just the .dsc, .tar.xz, .tar.gz -file at the end of the page) A very fast howto (from mind) for building the package from the source-packages: # setup build environment sudo apt-get install build-essential fakeroot dpkg-dev sudo apt-get build-dep evolution-data-server sudo apt-get build-dep evolution sudo apt-get install libgstreamer1.0-dev # build & install dev/lib-packages from 1. package dpkg-source -x evolution-data-server_3.6.2-0ubuntu1.dsc cd evolution-data-server-3.6.2/ dpkg-buildpackage -rfakeroot cd .. sudo dpkg -i *.deb # build main package dpkg-source -x evolution_3.6.2-0ubuntu2.dsc cd evolution-3.6.2/ dpkg-buildpackage -rfakeroot -b cd .. # your .deb-files are now read to install sudo dpkg -i ... bye Josef -- BERGMANN engineering & consulting GmbH A-1010 Wien, Kramergasse 1 http://bec.at FN 267720 g, Handelsgericht Wien
Attachment:
smime.p7s
Description: S/MIME cryptographic signature