Lines Matching full:debian
5 # Simple script to generate a debian/ directory for a Linux kernel.
27 # Attempt to find the correct Debian architecture
87 echo "Debian userspace architecture defined!" >&2
94 # Create debian/source/ if it is a source package build
97 mkdir -p debian/source
99 echo "3.0 (quilt)" > debian/source/format
104 } > debian/source/local-options
107 mkdir -p debian/patches
115 } > debian/patches/config.patch
116 echo config.patch > debian/patches/series
118 "${srctree}/scripts/package/gen-diff-patch" debian/patches/diff.patch
119 if [ -s debian/patches/diff.patch ]; then
124 " debian/patches/diff.patch
126 echo diff.patch >> debian/patches/series
128 rm -f debian/patches/diff.patch
132 rm -rf debian
133 mkdir debian
187 echo $debarch > debian/arch
192 cat <<EOF > debian/changelog
201 cat <<EOF > debian/control
223 cat <<EOF >> debian/control
236 cat <<EOF >> debian/control
250 cat <<EOF >> debian/control
262 cat <<EOF > debian/rules.vars
267 cp "${srctree}/scripts/package/debian/copyright" debian/
268 cp "${srctree}/scripts/package/debian/rules" debian/