File: README

package info (click to toggle)
sbuild 0.60.0-2squeeze1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,136 kB
  • ctags: 640
  • sloc: perl: 14,039; sh: 1,173; sql: 772; makefile: 406
file content (18 lines) | stat: -rw-r--r-- 504 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
The ref-* files are used by checkchroot to find unwanted packages in the chroots.

# cp ref-* /usr/local/chroot/

 - stable-old is potato
 - stable is woody
 - different for diff arches
 - you can basically get the list using something like:

 	 grep-available -F priority -e -s package "(required|standard)" $CHROOT/var/lib/dpkg/available| \
	 awk '{print $2}'|sort

 - the only extras should be:
	apt
	build-essential
	fakeroot (some arches only use sudo and change $fakeroot config item)
	ssmtp
	sudo