[pkg-wine-party] Bug#758168: Bug#758168: wineapploader looks for wine-unstable

jre jre.winesim at gmail.com
Fri Aug 15 00:22:16 UTC 2014


Yes, changing this in /usr/lib/wine-development/wineapploader fixes it.

So debian/patches/wineapploader.patch needs to be changed:
<+exec wine-unstable "$appname" "$@"
>+exec wine-development "$appname" "$@"



While looking at this I spotted another use of "wine-unstable" in
debian/scripts/import in wine-developmeent 1.7.24-2 (the git repository
is out of date).
Since I don't use this script, I don't know if this is actually wrong:

--- snip ---
case "$upstream_version" in
  1.0.*|1.2|1.2.*|1.4|1.4.*|1.6|1.6.*)
    package=wine
    ;;
  1.1.*|1.3.*|1.5.*|1.7.*)
    package=wine-unstable
    ;;
  *)
    echo "Unknown version series: $upstream_version"
    exit 1
    ;;
esac
--- snap ---


shouldn't this be something like:

--- snip ---
[...]
  1.7.2[2-9]|1.7.3[0-9]|1.7.4[0-9])
    package=wine-development
    ;;
  1.1.*|1.3.*|1.5.*|1.7.*)
    package=wine-unstable
    ;;
[...]
--- snap ---


Hope I helped.
jre



More information about the pkg-wine-party mailing list