diff options
Diffstat (limited to 'pbuilderrc')
-rwxr-xr-x | pbuilderrc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pbuilderrc b/pbuilderrc new file mode 100755 index 0000000..a1fa8b4 --- /dev/null +++ b/pbuilderrc @@ -0,0 +1,8 @@ +BASETGZ=/tmp/base.tgz +MYREPOSITORY=/home/dancer/DEBIAN/personal-buildd/my-repos +MYREPOSITORYEXTRAPATH=$MYREPOSITORY/i386/athlon +MYREPOSITORYHTTP=http://atoron.work.isl.doshisha.ac.jp/athlonmirror +#EXTRAPACKAGES=gcc3.0-athlon-builder +#export DEBIAN_BUILDARCH=athlon +BUILDPLACE=/home/dancer/buildd/tmp/buildd + |