Am 19.12.2015 um 19:39 schrieb Richard Shann: > On Sat, 2015-12-19 at 18:49 +0100, Andreas Schneider wrote: >> You can build evince 2 yourself. Then it is linked against the libraries >> you have installed. Just download the Debian source package from squeeze >> and see if it builds. > Thanks, that sounds promising. > > Well, after a bit of floundering around I downloaded > > evince_2.30.3-2+squeeze1.debian.tar.gz > > but I see nothing at the toplevel to indicate how you make anything with > it - no makefile, configure script etc ... > Any further guidance?
Named package contains a directory debian which has to be put into the source. The correct unpackaging and potential applying of patches can be performed with dpkg-source -x evince_2.30.3-2+squeeze1.dsc evince2 which unpacks the source into a directory called evince2. In order to do that, you need the files evince_2.30.3-2+squeeze1.dsc, evince_2.30.3-2+squeeze1.debian.tar.gz, and evince_2.30.3.orig.tar.gz. The package is built by invoking the rules script in the debian subdirectory: cd evince2 fakeroot debian/rules binary You need to install the packages gnome-pkg-tools and gnome-doc-utils to provide some necessary build tools. Andreas _______________________________________________ Denemo-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/denemo-devel
