Lines Matching full:debian
5 # Simple script to generate a debian/ directory for a Linux kernel.
27 # Attempt to find the correct Debian architecture
80 echo "Debian userspace architecture defined!" >&2
135 mkdir -p debian/source/
136 echo "1.0" > debian/source/format
138 echo $debarch > debian/arch
143 cat <<EOF > debian/changelog
152 cat <<EOF > debian/copyright
167 On Debian GNU/Linux systems, the complete text of the GNU General Public
172 cat <<EOF > debian/control
198 cat <<EOF >> debian/control
210 cat <<EOF >> debian/control
221 cat <<EOF > debian/rules
239 rm -rf debian/files debian/linux-*
244 chmod +x debian/rules