debian/0000755000000000000000000000000012171173411007164 5ustar debian/compat0000644000000000000000000000000212165003166010364 0ustar 9 debian/patches/0000755000000000000000000000000012165021043010607 5ustar debian/patches/Install-proot-into-DESTDIR-usr-bin.patch0000644000000000000000000000056312165021022020020 0ustar Install proot into $(DESTDIR)/usr/bin/ --- a/src/GNUmakefile +++ b/src/GNUmakefile @@ -132,7 +132,7 @@ -$(RM) -f $(CHECK_PROGRAMS) $(CHECK_OBJECTS) $(OBJECTS) proot $(DEPS) build.h install: proot - $($(quiet)INSTALL) -D $< $(DESTDIR)/$< + $($(quiet)INSTALL) -D $< $(DESTDIR)/usr/bin/$< uninstall: - -$(RM) -f $(DESTDIR)/proot + -$(RM) -f $(DESTDIR)/usr/bin/proot debian/patches/series0000644000000000000000000000005112165020451012022 0ustar Install-proot-into-DESTDIR-usr-bin.patch debian/proot.manpages0000644000000000000000000000001412164765723012056 0ustar doc/proot.1 debian/changelog0000644000000000000000000000023112164765761011053 0ustar proot (3.0.2-1) unstable; urgency=low * Initial release (Closes: #701894) -- Rémi Duraffort Wed, 03 Jul 2013 11:13:33 +0200 debian/control0000644000000000000000000000207112171173363010575 0ustar Source: proot Section: utils Priority: optional Maintainer: Rémi Duraffort Build-Depends: debhelper (>= 9.0.0), libtalloc-dev Standards-Version: 3.9.4 Homepage: http://proot.me Vcs-Git: git://github.com/cedric-vincent/PRoot.git Vcs-Browser: https://github.com/cedric-vincent/PRoot Package: proot Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: emulate chroot, bind mount and binfmt_misc for non-root users PRoot is a user-space implementation of chroot, mount --bind, and binfmt_misc. . This means that users don't need any privileges or setup to do things like using an arbitrary directory as the new root filesystem, making files accessible somewhere else in the filesystem hierarchy, or executing programs built for another CPU architecture transparently through QEMU user-mode. . Also, developers can add their own features or use PRoot as a Linux process instrumentation engine thanks to its extension mechanism. . Technically PRoot relies on ptrace, an unprivileged system-call available in every Linux kernel. debian/copyright0000644000000000000000000000301512165002141011110 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: proot Source: http://proot.me Files: * Copyright: 2013, Cédric VINCENT 2013, Rémi DURAFFORT 2013, Yves JANIN 2013, Claire ROBINE 2013, Clément BAZIN 2013, Christophe GUILLON 2013, Christian BERTIN 2013, Denis FERRANTI 2013, Paul GHALEB 2013, STMicroelectronics License: GPL-2+ Files: debian/* Copyright: 2013, Rémi Duraffort License: GPL-2+ License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/rules0000755000000000000000000000010612165017777010260 0ustar #!/usr/bin/make -f # -*- makefile -*- %: dh $@ --sourcedirectory=src debian/docs0000644000000000000000000000001712165002174010035 0ustar doc/manual.txt debian/source/0000755000000000000000000000000012164765504010500 5ustar debian/source/format0000644000000000000000000000001412164765504011706 0ustar 3.0 (quilt)