- 24 Jan, 2017 6 commits
-
-
Jessica Clarke authored
-
Jessica Clarke authored
-
Jessica Clarke authored
-
Jessica Clarke authored
Closes: #852442
-
Jessica Clarke authored
pbuilder-modules: Add get_source_options function to extract options for dpkg-source from DEBBUILDOPTS
-
Jessica Clarke authored
-
- 23 Jan, 2017 5 commits
-
-
Jessica Clarke authored
-
Jessica Clarke authored
-
Jessica Clarke authored
-
Jessica Clarke authored
-
Jessica Clarke authored
-
- 21 Jan, 2017 2 commits
-
-
Mattia Rizzolo authored
-
Mattia Rizzolo authored
-
- 20 Jan, 2017 7 commits
-
-
Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
This is needed in order to check for -nc/--pre-clean/--no-pre-clean, as well as various options to pass to dpkg-genchanges. Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
Closes: #851880 Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
This extract options for dpkg-genchanges from DEBBUILDOPTS, allowing them to be passed to the new source-only dpkg-genchanges calls. Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
- 18 Jan, 2017 3 commits
-
-
Jessica Clarke authored
-
Jessica Clarke authored
-
Jessica Clarke authored
Doing so crashes /hurd/tmps. /dev is bind-mounted anyway, so we can just use the host's /dev/shm.
-
- 17 Jan, 2017 2 commits
-
-
Mattia Rizzolo authored
pdebuild-checkparams: reinstate support for --debbuildopts in pdebuild itself, and print an informative message that it is deprecated Closes: #851640
-
Mattia Rizzolo authored
-
- 15 Jan, 2017 15 commits
-
-
Mattia Rizzolo authored
-
Jessica Clarke authored
-
Jessica Clarke authored
-
Mattia Rizzolo authored
-
Mattia Rizzolo authored
modules: if ARCHITECTURE is not set, finalize it and HOST_ARCH right after chroot extraction, using the native architecture of the chroot It's an ugly place, but there is hardly any better Thanks: James Clarke <jrtc27@jrtc27.com> for initially noticing this could be unset in some contexts
-
Mattia Rizzolo authored
at this point CHROOTEXEC can't be called as the chroot is not yet extracted. This reverts commit ac67a42b.
-
Mattia Rizzolo authored
Otherwise apt won't know a thing about the foreign architectures, and won't be able to install anything Thanks: James Clarke <jrtc27@jrtc27.com> for reporting
-
Mattia Rizzolo authored
-
Mattia Rizzolo authored
-
The sequence of dpkg-source commands used now roughly represent what dpkg-buildpackage does anyway. Although, generate the _sources.changes only if the parent directory is not BUILDRESULT. This will avoid generating a .changes that can't be used in the case the source package is rebuilt (as the rebuilt source package is not guaranteed to be the same as the original one). Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
Jessica Clarke authored
The output of get822files includes the input file. Gbp-Dch: Ignore
-
Mattia Rizzolo authored
-
Mattia Rizzolo authored
-
Mattia Rizzolo authored
-
Mattia Rizzolo authored
This also renames the configuration variable USERUNSHM into USESHM (deprecating the former). This will happen regardless of the Debian version of the chroot, and of the architecture used, as it ought to be harmless if unused. Administrators are suggested to drop any workaround in place to overcome this deficiency in pbuilder, such as bind-mounting /dev/shm from the host, to avoid over-mounting situations and such (to be clear: tests show that over-mounting is handled correctly, but still). Closes: #591291, #717022, #773765
-