Skip to content

Commit

Permalink
deb-pkg: remove obsolete -isp option to dpkg-gencontrol
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Asbjoern Sloth Toennesen authored and Michal Marek committed Oct 6, 2014
1 parent 932058a commit 4204111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/package/builddeb
Original file line number Diff line number Diff line change
Expand Up @@ -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" ..
}

Expand Down

0 comments on commit 4204111

Please sign in to comment.