1
0
Fork 0

deb-pkg: remove obsolete -isp option to dpkg-gencontrol

The -isp option has been deprecated, after it became the default
behaviour back in 2006.

Since dpkg 1.17.11, dpkg-gencontrol emits a warning on -isp usage.

References: https://bugs.debian.org/215233
Signed-off-by: Asbjoern Sloth Toennesen <asbjorn@asbjorn.biz>
Signed-off-by: Michal Marek <mmarek@suse.cz>
hifive-unleashed-5.1
Asbjoern Sloth Toennesen 2014-10-05 17:43:18 +00:00 committed by Michal Marek
parent 932058a5d5
commit 4204111c02
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ create_package() {
fi
# Create the package
dpkg-gencontrol -isp $forcearch -Vkernel:debarch="${debarch:-$(dpkg --print-architecture)}" -p$pname -P"$pdir"
dpkg-gencontrol $forcearch -Vkernel:debarch="${debarch:-$(dpkg --print-architecture)}" -p$pname -P"$pdir"
dpkg --build "$pdir" ..
}