Lines Matching full:debian
5 # Simple script to generate a debian/ directory for a Linux kernel.
27 # Attempt to find the correct Debian architecture
89 echo "Debian userspace architecture defined!" >&2
96 # Create debian/source/ if it is a source package build
99 mkdir -p debian/source
101 echo "3.0 (quilt)" > debian/source/format
106 } > debian/source/local-options
109 mkdir -p debian/patches
117 } > debian/patches/config.patch
118 echo config.patch > debian/patches/series
120 "${srctree}/scripts/package/gen-diff-patch" debian/patches/diff.patch
121 if [ -s debian/patches/diff.patch ]; then
126 " debian/patches/diff.patch
128 echo diff.patch >> debian/patches/series
130 rm -f debian/patches/diff.patch
134 rm -rf debian
135 mkdir debian
190 echo $debarch > debian/arch
195 cat <<EOF > debian/changelog
204 cat <<EOF > debian/control
226 cat <<EOF >> debian/control
239 cat <<EOF >> debian/control
253 cat <<EOF >> debian/control
265 cat <<EOF > debian/rules.vars
270 cp "${srctree}/scripts/package/debian/copyright" debian/
271 cp "${srctree}/scripts/package/debian/rules" debian/