Hi! >So now I need to compile midgard from source. >However I noticed that >directory http://www.midgard-project.org/debian/dists/stable/source/ doesn't >contain libmidgard9-dev package.
We have amd64 packages for stable: <http://www.midgard-project.org/debian/dists/stable/main/amd64/> dpkg -s libmidgard9-dev or dpkg -s libmidgard9 clearly states that source package is midgard-core. libmidgard9, limidgard9-dev and midgard-common are built from midgard-core source package. Add to sources.list deb-src http://www.midgard-project.org/debian/stable/source/ ./ apt-get -d source midgard-core dpkg-buildpackage -b -rfakeroot should be enough to build any package. Piotras _______________________________________________ user mailing list [email protected] http://lists.midgard-project.org/mailman/listinfo/user
