23 Sep
2012
23 Sep
'12
11:51 p.m.
On 24/09/12 01:49, Dave Reisner wrote:
+ elif (( REPKG )); then
warning "$(gettext "Repackaging without the use of a %s function is deprecated.")" "package()"
Isn't it time we made this an error?
I just looked up when we introduced the package() function and it was more than three years ago... I suggest we just remove support of PKGBUILDs without a package() function. This would make it easy to unify the single and split packaging. Do we just do that straight away for pacman-4.1, or add a deprecation notice whenever there is a build() function but no package()? Allan