Hey Miklos, Miklos Quartus [2015-06-01 20:48 +0200]: > > Because of bug #732209, I am trying to build systemd from source. I > obtained the source by 'apt-get source libpam-systemd' on Jessie. One > patch was suggested that might be a fix to the problem, see the bug > report. Now, I applied the patch and compiled the source successfully, > however, when I get to building the package from the source, I find in > the README.source the following: > > " > Building from source > -------------------- > Install “git-buildpackage” and run the following steps: > > gbp-clone git+ssh://git.debian.org/git/pkg-systemd/systemd.git > cd systemd > git-buildpackage > > We recommend you use pbuilder to make sure you build in a clean environment: > > git-buildpackage --git-pbuilder > " > > I am stuck at gbp-clone, cannot build the package as I don't have > access to the git.debian.org (not being a DD), getting some SSH > connection error. Could you please help me to build package > libpam-systemd or give me a hint how to proceed?
You don't need any of this if you just want to test a patch. Just apply your change to the "apt-get source" download, and build the usual way with debuild -S and then sbuild/pbuild/similar. Martin -- Martin Pitt | http://www.piware.de Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org) _______________________________________________ Pkg-systemd-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-systemd-maintainers
