139 Commits (main)

Author SHA1 Message Date
Wookey 796a419bd1 Ensure that foreign-arch multiarch multistraps work force_unpack was not considering architecture when de-duping the package list (This manifested when doing a foreign-arch multistrap which was also multiarch - i.e. two foreign arches relative to the build arch). 7 years ago
Johannes Schauer 61da7819f8 Add missing whitespace between arguments in system() command 7 years ago
Johannes Schauer 06c0ad8844 Fix value for Dir::Etc::Trusted to point at trusted.gpg outside of trusted.gpg.d 8 years ago
Johannes Schauer db5fac3828 handle keyring download differently:
- do not (re)install keyring package on the host system (closes: #787438 )
 - do not disable SecureApt when using fakeroot (closes: #846776)
8 years ago
Johannes Schauer ba4782f12b Stop creating /etc/dpkg/dpkg.cfg.d/multiarch (closes: #819103) 8 years ago
Johannes Schauer 3b4ce18b78 Allow shell special characters (including spaces) in paths (closes: #803365) 8 years ago
Johannes Schauer 9892e30153 Allow uppercase letters in paths (closes: #751896) 8 years ago
Johannes Schauer d6c4bd3f78 Do not try to feed GPG keybox database version 1 files to apt (closes: #845963) 8 years ago
Neil Williams d0224765c2 Use environment for apt config.
* Use environment variables for apt configuration instead of Dir::Etc.
  Patch from Pip Cet <pipcet@gmail.com> (Closes: #774698)
9 years ago
Neil Williams eb27474d15 Switch example mirror in usage information. (Closes: #774476) 9 years ago
codehelp 328fd5ada2 add new option to simulate output
git-svn-id: http://emdebian.org/svn/current@8463 563faec7-e20c-0410-992a-a66f704d0ccd
11 years ago
codehelp 2fc31ead13 Add option to specify the apt default release directly and change the manpage content to advise on how this further complicates the permutations of apt configuration. Add commands to direct apt at the apt.conf.d and preferences.d directories within the chroot. (Closes: #717886)
git-svn-id: http://emdebian.org/svn/current@8462 563faec7-e20c-0410-992a-a66f704d0ccd
11 years ago
codehelp e971dbc042 add reports about hook errors for all hook types
git-svn-id: http://emdebian.org/svn/current@8461 563faec7-e20c-0410-992a-a66f704d0ccd
11 years ago
codehelp c6084fbc2a avoid commenting on a blank configsh setting.
git-svn-id: http://emdebian.org/svn/current@8458 563faec7-e20c-0410-992a-a66f704d0ccd
11 years ago
codehelp 5b6b9277e6 Fix filehandle typo when configuring multiarch (Closes: #695843)
git-svn-id: http://emdebian.org/svn/current@8422 563faec7-e20c-0410-992a-a66f704d0ccd
11 years ago
codehelp 330c7c46f8 Support marking dependencies as auto-installed using apt-mark. (Closes: #702036)
git-svn-id: http://emdebian.org/svn/current@8421 563faec7-e20c-0410-992a-a66f704d0ccd
11 years ago
codehelp 11a2f2ed72 * Aim at experimental. * Add warning if the config script is not executable. * Delete only sources lists created by multistrap.(Closes: #702033) * [INTL:fr] French program (runtime) translation update (Closes: #674771) * [INTL:fr] French documentation (po4a) translation update (Closes: #674772)
git-svn-id: http://emdebian.org/svn/current@8419 563faec7-e20c-0410-992a-a66f704d0ccd
11 years ago
codehelp 1d51ce4afe add a warning if the configsh is not executable
git-svn-id: http://emdebian.org/svn/current@8418 563faec7-e20c-0410-992a-a66f704d0ccd
11 years ago
codehelp be36522bad act on the allow_recommends option when set.
git-svn-id: http://emdebian.org/svn/current@8399 563faec7-e20c-0410-992a-a66f704d0ccd
12 years ago
codehelp 4f6125c225 Streamline some unique sorting repetitions with a function. Patch from Andres Salomon
git-svn-id: http://emdebian.org/svn/current@8350 563faec7-e20c-0410-992a-a66f704d0ccd
12 years ago
codehelp 2e218e2afb Add an update-alternatives helper.
git-svn-id: http://emdebian.org/svn/current@8344 563faec7-e20c-0410-992a-a66f704d0ccd
12 years ago
codehelp 3b6cf6b06b fix typo
git-svn-id: http://emdebian.org/svn/current@8335 563faec7-e20c-0410-992a-a66f704d0ccd
12 years ago
codehelp 171cd43b31 Fix sprintf formatting for new multiarch warning string.
git-svn-id: http://emdebian.org/svn/current@8330 563faec7-e20c-0410-992a-a66f704d0ccd
12 years ago
codehelp a4bfe47610 Fix multiarch/unstable support for packages listings.
git-svn-id: http://emdebian.org/svn/current@8329 563faec7-e20c-0410-992a-a66f704d0ccd
12 years ago
codehelp 49ce770956 Improve MultiArch support, still experimental
git-svn-id: http://emdebian.org/svn/current@8326 563faec7-e20c-0410-992a-a66f704d0ccd
12 years ago
codehelp 1e2555c573 * Fix logic in dump_config for missing packages lines. (Closes: #669206) * Check values of the keyring hash. (Closes: #669205)
git-svn-id: http://emdebian.org/svn/current@8323 563faec7-e20c-0410-992a-a66f704d0ccd
12 years ago
codehelp 7c68f05409 Reverse logic of ignorenativearch, thanks to Andres Salomon <dilinger@queued.net>. (Closes: #669211)
git-svn-id: http://emdebian.org/svn/current@8322 563faec7-e20c-0410-992a-a66f704d0ccd
12 years ago
codehelp 78ec7d93a9 typo
git-svn-id: http://emdebian.org/svn/current@8320 563faec7-e20c-0410-992a-a66f704d0ccd
12 years ago
codehelp 2944d7ad9d Support not configuring packages for native arch. (Closes: #651885)
git-svn-id: http://emdebian.org/svn/current@8317 563faec7-e20c-0410-992a-a66f704d0ccd
12 years ago
codehelp 22d2b1b81f Implement support to copy an apt preferences file into place. (Closes: #616420)
git-svn-id: http://emdebian.org/svn/current@8316 563faec7-e20c-0410-992a-a66f704d0ccd
12 years ago
codehelp 0ad0c3d37b * [l10n] French manpages translation (Closes: #656418) * Remove .control files inside the multistrap chroot. (Closes: #668941) * Improve fakeroot environment variable tests. (Closes: #647240)
git-svn-id: http://emdebian.org/svn/current@8315 563faec7-e20c-0410-992a-a66f704d0ccd
12 years ago
codehelp 68158e293c add comments for translators after queries.
git-svn-id: http://emdebian.org/svn/current@8070 563faec7-e20c-0410-992a-a66f704d0ccd
13 years ago
codehelp fcc57fabd3 tweak string and update PO files
git-svn-id: http://emdebian.org/svn/current@8066 563faec7-e20c-0410-992a-a66f704d0ccd
13 years ago
codehelp e0d01eb2b1 show the default arch in simulate output if not specified in the file.
git-svn-id: http://emdebian.org/svn/current@8064 563faec7-e20c-0410-992a-a66f704d0ccd
13 years ago
codehelp cb723c94f1 Adapt multiple keyring support for 'first-time usage'
git-svn-id: http://emdebian.org/svn/current@8063 563faec7-e20c-0410-992a-a66f704d0ccd
13 years ago
codehelp 9e5afa7223 Override APT::Default-Release (Closes: #637434)
git-svn-id: http://emdebian.org/svn/current@8062 563faec7-e20c-0410-992a-a66f704d0ccd
13 years ago
codehelp 0c68083a34 restrict the scope of the flatfile support variables to just the relevant loops.
git-svn-id: http://emdebian.org/svn/current@8061 563faec7-e20c-0410-992a-a66f704d0ccd
13 years ago
codehelp d906c8e3b6 Simplify the test for a multiarch-aware dpkg, thanks to Steve Langasek.
git-svn-id: http://emdebian.org/svn/current@8060 563faec7-e20c-0410-992a-a66f704d0ccd
13 years ago
codehelp dc7b978df7 fix some debug code and improve the sanity check on the dpkg version.
git-svn-id: http://emdebian.org/svn/current@8059 563faec7-e20c-0410-992a-a66f704d0ccd
13 years ago
codehelp 88c7c4b40b Add support for shortcuts to use configuration files in known locations like /usr/share/multistrap and /etc/multistrap.d/
git-svn-id: http://emdebian.org/svn/current@8057 563faec7-e20c-0410-992a-a66f704d0ccd
13 years ago
codehelp 99bbcbe436 * Add support for MultiArch configuration files and checks for a suitable version of dpkg. * Allow multiple keyring packages to be imported. (Closes: #635584)
git-svn-id: http://emdebian.org/svn/current@8055 563faec7-e20c-0410-992a-a66f704d0ccd
13 years ago
codehelp 2d49249fd4 Allow empty aptsources.
git-svn-id: http://emdebian.org/svn/current@8047 563faec7-e20c-0410-992a-a66f704d0ccd
13 years ago
codehelp 0b88989248 * Clean up the retainsources behaviour (Closes: #627179) * Implement some code for omitpreinst support.
git-svn-id: http://emdebian.org/svn/current@8024 563faec7-e20c-0410-992a-a66f704d0ccd
13 years ago
codehelp 03483ad805 handle source packages separately from tidy_apt.
git-svn-id: http://emdebian.org/svn/current@8021 563faec7-e20c-0410-992a-a66f704d0ccd
13 years ago
codehelp 5e1d52e43c Read the dpkg status file to look for source packages even when no packages needed to be downloaded or unpacked. (Closes: #623563)
git-svn-id: http://emdebian.org/svn/current@8002 563faec7-e20c-0410-992a-a66f704d0ccd
13 years ago
codehelp 64deee1b7b Disable multi-arch field handling for same and wrap foreign and allowed. dpkg does not currently support changes in /var/lib/dpkg/info
git-svn-id: http://emdebian.org/svn/current@7980 563faec7-e20c-0410-992a-a66f704d0ccd
13 years ago
codehelp 319133cf6c Improve multi-arch field handling for foreign and allowed.
git-svn-id: http://emdebian.org/svn/current@7979 563faec7-e20c-0410-992a-a66f704d0ccd
13 years ago
codehelp 46b72b659b Initial support for Multi-Arch paths. (Closes: #616111)
git-svn-id: http://emdebian.org/svn/current@7971 563faec7-e20c-0410-992a-a66f704d0ccd
13 years ago
codehelp f4a4e420ab avoid unitialised var
git-svn-id: http://emdebian.org/svn/current@7969 563faec7-e20c-0410-992a-a66f704d0ccd
13 years ago
codehelp ab39cd5914 Complete the support for 'flat' repositories (Closes: #619959)
git-svn-id: http://emdebian.org/svn/current@7964 563faec7-e20c-0410-992a-a66f704d0ccd
13 years ago