debian/0000755000000000000000000000000012226064230007163 5ustar debian/changelog0000644000000000000000000000112712226062764011050 0ustar linux-user-chroot (2013.1-2) unstable; urgency=low * Unspace with options for dh (closes: #726050). -- Laszlo Boszormenyi (GCS) Fri, 11 Oct 2013 22:52:56 +0200 linux-user-chroot (2013.1-1) unstable; urgency=low [ Thomas Bechtold ] * Initial release (closes: #697438). [ Emanuele Aina ] * New upstream version. * Add the linux-user-chroot-dbg package for the debug symbols. [ Laszlo Boszormenyi (GCS) ] * Correct packaging and debian/copyright . * Add .PHONY to debian/rules . -- Laszlo Boszormenyi (GCS) Thu, 12 Sep 2013 23:36:46 +0200 debian/compat0000644000000000000000000000000212214431561010363 0ustar 9 debian/control0000644000000000000000000000225212220100573010562 0ustar Source: linux-user-chroot Section: devel Priority: optional Maintainer: Laszlo Boszormenyi (GCS) Build-Depends: debhelper (>= 9), dh-autoreconf, autotools-dev Standards-Version: 3.9.4 Homepage: https://git.gnome.org/browse/linux-user-chroot/ Vcs-Git: git://anonscm.debian.org/collab-maint/linux-user-chroot.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/linux-user-chroot.git Package: linux-user-chroot Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: setuid helper for making bind mounts and chrooting This tool allows regular (non-root) users to call chroot(2), create Linux bind mounts, and use some Linux container features. It's primarily intended for use by build systems. Package: linux-user-chroot-dbg Section: debug Priority: extra Architecture: any Depends: linux-user-chroot (= ${binary:Version}), ${misc:Depends} Description: setuid helper for making bind mounts and chrooting (debug files) This tool allows regular (non-root) users to call chroot(2), create Linux bind mounts, and use some Linux container features. It's primarily intended for use by build systems. . This package contains the debug files. debian/copyright0000644000000000000000000000231312220100161011101 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: linux-user-chroot Source: http://ftp.gnome.org/pub/GNOME/sources/linux-user-chroot Files: * Copyright: 2011-2012 Colin Walters License: GPL-2+ Files: debian/* Copyright: 2013 Laszlo Boszormenyi (GCS) , 2013 Emanuele Aina , 2013 Thomas Bechtold 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 full text of the GNU General Public License Version 2 can be found in the `/usr/share/common-licenses/GPL-2'. debian/linux-user-chroot.docs0000644000000000000000000000001412214431561013441 0ustar NEWS README debian/linux-user-chroot.install0000644000000000000000000000001112214432362014154 0ustar usr/bin/ debian/linux-user-chroot.lintian-overrides0000644000000000000000000000005012214432340016143 0ustar linux-user-chroot binary: setuid-binary debian/linux-user-chroot.manpages0000644000000000000000000000003012214433150014276 0ustar doc/linux-user-chroot.8 debian/rules0000755000000000000000000000054612226063012010245 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ --with autoreconf,autotools-dev override_dh_fixperms: dh_fixperms chmod 4755 debian/linux-user-chroot/usr/bin/linux-user-chroot override_dh_strip: dh_strip --dbg-package=linux-user-chroot-dbg .PHONY: override_dh_fixperms override_dh_strip debian/source/0000755000000000000000000000000012214431561010465 5ustar debian/source/format0000644000000000000000000000001412214431561011673 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000015512214431561010217 0ustar version=3 http://ftp.gnome.org/pub/GNOME/sources/linux-user-chroot/([\d\.]*)/linux-user-chroot-(.*)\.tar\.xz