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
87 # Create debian/source/ if it is a source package build
90 mkdir -p debian/source
92 echo "3.0 (quilt)" > debian/source/format
97 } > debian/source/local-options
100 mkdir -p debian/patches
108 } > debian/patches/config.patch
109 echo config.patch > debian/patches/series
111 "${srctree}/scripts/package/gen-diff-patch" debian/patches/diff.patch
112 if [ -s debian/patches/diff.patch ]; then
117 " debian/patches/diff.patch
119 echo diff.patch >> debian/patches/series
121 rm -f debian/patches/diff.patch
125 rm -rf debian
126 mkdir debian
178 echo $debarch > debian/arch
183 cat <<EOF > debian/changelog
192 cat <<EOF > debian/copyright
207 On Debian GNU/Linux systems, the complete text of the GNU General Public
212 cat <<EOF > debian/control
229 cat <<EOF >> debian/control
242 cat <<EOF >> debian/control
255 cat <<EOF >> debian/control
266 cat <<EOF > debian/rules.vars
271 cp "${srctree}/scripts/package/debian/rules" debian/