# /etc/dphys-pkgtools - user settings for dphys-pkgtools package # author Neil Franklin, last modification 2006.11.24 # copyright ETH Zuerich Physics Departement # use under either modified/non-advertising BSD or GPL license # this file is sourced with . so full normal sh syntax applies # here stuff for makesourcepackage making packages # set our default architecture # this is used by -g (generate), and overridable with -a (architecture) # our packages usually contain config files and scripts, no binary stuff #CONF_ARCH="all" # set our default section # this is used by -g (generate), and overridable with -s (section) # our packages usually contain config files and scripts for administration #CONF_SECTION="admin" # this is prepended to packagenames with no - in the name # this can be used to add an - to every package name generated # this feature is deactivated by setting this to an empty string #CONF_HOST_TO_PKG_PREFIX="" # this is used for all author remarks in file headers #CONF_AUTHOR="makesourcepackage script" # this is used for debian/control Maintainer: and debian/changelog remarks #CONF_MAINT_NAME="Not Configured Full Name" #CONF_MAINT_EMAIL="not-configured-user@not-configured-site" # this is used for all copyright remarks in file headers # the second line (with "#") is the second line of the string # needs to be done so (no \) for multi-line text in an variable #CONF_COPY="released into the Public Domain, no license restrictions # use it for what you want to, share and enjoy" # automatically remove *.changes file, only needed for official Debian uploads # our policy is that we do not use them here, so delete them #CONF_REMOVE_CHANGES_FILE="yes" # from here on only CONF_* for makesourcepackage -u and makelocalsite # server where we put our packages # makesourcepackage -u uploads to this #CONF_PKG_SERVER="not-configured-server" # user as which we login to above server # makesourcepackage -u uploads with this #CONF_USER="not-configured-user" # make sure multiple users (group of them) can install files on package server # if this is set, chgrp directories and files to this group and chmod g+w #CONF_GROUP="" # base directory on server where we put our packages file tree # this is base directory for adding dists//local/
/*/*/*.deb # paralleling Debians dists//
/*/*/*.deb on their servers # and so should appear in the http:// DocumentRoot space of your server # makesourcepackage -u uploads everything relative to this # and entire makelocalsite process runs relative to this #CONF_PKG_BASE="/not/configured/directory" # distribution directory within our package server # we have added /local subdirectory analog to /non-US or /updates #CONF_DISTRIB="sarge/local" # (re-)index local packages server using makelocalsite after upload # this program will be run cd ${CONF_PKG_BASE} with section as parameter # set this to empty variable to prevent package list update being run #CONF_INDEXER="/usr/bin/makelocalsite" # what architecture we use # this is used to link *_all.deb into *_${CONF_BINARCH}.deb # presently we can only handle single architecture package sites #CONF_BINARCH="i386"