aboutsummaryrefslogtreecommitdiff
path: root/README.mdwn
blob: 5fd9c14f570d0cb144a0143d2ceb98dff446f48f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Rhatto's debian dotfiles
========================

This is the repository for rhatto's debian devscripts configuration.
More information at https://git.sarava.org/?p=metadot.git

You might want use it with the following ~/.custom/pbuilderrc:

  # Local package repository, see, see, see, see
  # https://wiki.debian.org/AutomateBackports
  # https://wiki.debian.org/PbuilderTricks#How_to_include_local_packages_in_the_build
  EXTRAPACKAGES="apt-utils"
  BINDMOUNTS="/path/to/debian/packages/build-area/${DIST}-${ARCH}"
  export LOCALDEBS="$BINDMOUNTS"