1. 24 Jan, 2010 3 commits
  2. 08 Jan, 2010 1 commit
  3. 05 Jan, 2010 13 commits
  4. 04 Jan, 2010 17 commits
  5. 03 Jan, 2010 1 commit
  6. 02 Jan, 2010 5 commits
    • Loïc Minier's avatar
      Don't quote PBUILDERROOTCMD; #563209 · 4d656f9b
      Loïc Minier authored
      debuild-pbuilder: Don't quote PBUILDERROOTCMD as it's typically a
      command with arguments such as "su -p" or "sudo -E"; thanks Osamu Aoki;
      see #563209.
      4d656f9b
    • Loïc Minier's avatar
      debuild-pbuilder.1: update sample output; #563209 · f849b009
      Loïc Minier authored
      debuild-pbuilder.1: update sample output of debuild-pbuilder to match
      current code; thanks Osamu Aoki; closes: 563209.
      f849b009
    • Loïc Minier's avatar
      Add builtin ccache support, enabled by default · 59082fcf
      Loïc Minier authored
      Add builtin support for using ccache in pbuilder and enable it by
      default.  Ship a new /var/cache/pbuilder/ccache dir and bind-mount and
      chown it to BUILDUSERID at build time.  Install/remove ccache
      automatically on create/update if CCACHEDIR is set/unset.  Update docs
      and remove old ccache config example.  Add a NEWS entry featuring the
      change.
      59082fcf
    • Loïc Minier's avatar
      Remove aptitude with apt-get install aptitude- · adf712fc
      Loïc Minier authored
      Remove aptitude with apt-get install aptitude- and note that we should
      use apt-get to remove REMOVEPACKAGES in the future.
      adf712fc
    • Loïc Minier's avatar
      Only remove/install aptitude on create/update · 047b1efb
      Loïc Minier authored
      Only install aptitude in pbuilder-createbuildenv or
      pbuilder-updatebuildenv, not in pbuilder-satisfydepends-aptitude, and
      only when $PBUILDERSATISFYDEPENDSCMD uses aptitude.  Remove aptitude in
      pbuilder-createbuildenv and pbuilder-updatebuildenv otherwise;
      closes: #539578.
      047b1efb