On Wed, Dec 12, 2012 at 10:57 PM, Orion Poplawski <[email protected]> wrote:
> Looking at current git it looks like bin/Makefile does not get created at > all in the release tarball - removed by git commit: > > commit d139e5d3da1b56457d7f076581de7e186fe2e6f2 > Author: Reinhard Tartler <[email protected]> > Date: Wed Dec 12 12:45:41 2012 +0100 > > drop debian/patches/001_add-main-makefile.full+lite.patch > > Instead, place the makefile into debian/Makefile.nx-libs. This makes the > makefile easier to edit. > > > Would be nice to still have these installed as part of the build process. It is. As Mike said, it is included in the top-level directory in the source tarballs, which should be the most convenient way to package x2go. Surprisingly, the tarballs are not directly created from git, but there is a generation step between that generates the two flavors of the tarball. For details, please have a look at the tarball generator script: http://code.x2go.org/gitweb?p=nx-libs.git;a=blob;f=debian/roll-tarballs.sh If you really want to build directly from git, you would have to redo the steps done in debian/rules or the generator script yourself. The most important steps is to apply the (right) patches with quilt. -- regards, Reinhard _______________________________________________ X2Go-Dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/x2go-dev
